/*
	Theme Name: Fremedy Child Theme
	Theme URL: http://themedy.com/themes/fremedy
	Description: Themedy child theme for Genesis. Modified by halftankstudio
	Author: Themedy
	Author URI: http://themedy.com
	Version: 1.2
	Template: genesis
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Portfolio Template
* Custom Widgets
* Carousel
* Custom styles

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #666666;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea {
	border: 5px solid #e6e6e6;
	background: #fff;
}

input:focus,
select:focus,
textarea:focus {
	background: #fbfbfb;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background: #eee;
	border: none;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #61b3b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

body {
	background: #282828;
}

#wrap {
	background-color: #fff;
	margin: 0 auto;
	width: 1024px;
}


/* Header
------------------------------------------------------------ */

#header {
	height: 135px;
	width: auto;
	padding: 20px 32px;
	border-bottom: 6px solid #D8D9DA;
}

.home #header {
	border: none;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 10px 0 0;
	width: 510px;
}

#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {

}

#header .widget-area {
	float: right;
	width: 350px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 135px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 510px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 510px;
	float: left;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	float: left;
	width: auto;
	margin-top: 4px;

}

#nav ul {
	float: left;
	width: auto;
}

#nav ul.nav, #nav div.nav, #nav .nav { 
	width: auto;
}

#nav .wrap {
	width: auto;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li:last-child a {
	padding-right: 0;
	margin-right: 0;
}

#nav li a {
	display: block;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li li a {
	margin: 0;
	text-shadow: none;
	text-transform: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {

}
/*in case you need submenus later */

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	color: #888;
	position: relative;
}

#nav li li a:hover,
#nav li li a:active,
#nav li .current_page_item a,
#nav li .current-cat a,
#nav li .current-menu-item a {
	background-color: #f7f7f7;
	color: #333;
	border-color: #e6e6e6;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a {
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}

/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 0 auto;
	overflow: visible;
	width: 1024px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: auto;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 1024px;
}


/* Content
------------------------------------------------------------ */


.home #content {
	padding: 0;
	width: 1024px;
	margin: 0 auto;
	pverflow: visible;
}

#content {
	float: left;
	width: auto;
	margin-left: 15px;
	margin-bottom: 118px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 650px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {

}

blockquote {
	background-color: #f0f0f0;
	margin: 5px 0 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #e6e6e6;
}

.entry-content {
	overflow: hidden;
	margin-top: 18px;
}

.entry-content p {
	padding: 0 0 6px;
}

.home .entry-content p {
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #555;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	color: #000;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px;
}

h4 {
	font-size: 14px;
}

.widget-area h4.widgettitle {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 19px;
	margin-bottom: 15px;
	background: url(images/graphic-linesmall.png) repeat-x bottom;
	color: #555;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 10px;
	margin: 10px 0;
	text-transform: uppercase;
	color: #999;
}

.post-info a {
	color: #666;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 10px;
	padding: 5px 0 0;
	text-transform: uppercase;
	color: #999;
}

.post-meta a {
	color: #666;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-list li .avatar {
	background-color: #f0f0f0;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: none;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

img.post-image {
	margin: 0 0 30px 0;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	width: 100%;
	padding: 5px 0;
}

.navigation li {
	display: inline;
}

.navigation ul li a,
.navigation ul li.disabled,
.navigation ul li a:hover,
.navigation ul li.active a {
	display: block;
	width: auto;
	float: left;
	padding: 0 8px;
	margin-right: 5px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 200px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 30px;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 15px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}

.above_posts h4 {
	color: #555;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
    padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

#featured_area {
	padding: 30px 0 40px;
	text-align: center;
}

#featured_area h1, 
#featured_area h2, 
#featured_area h3 {
	color: #444;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
}

#featured_area span {
	color: #61b3b4;
}

#featured_area p {
	font-size: 12px;
	color: #777;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px 10px 0 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

.gform_wrapper div.gform_footer input.button,
.enews #subbutton,
.reply a,
.searchsubmit,
#submit,
#footer .gototop a,
.navigation li a {
	border: none !important;
	border-bottom: 1px solid #b9b9b9 !important;
	background: #e6e6e6;
	color: #888;
	font-size: 10px;
	padding: 3px 5px;
	text-shadow: 1px 1px rgba(255,255,255,.3);
	text-transform: uppercase;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
	line-height: 20px;
}

	/* IE Junk */
	.searchsubmit,
	#submit {
		*border: none !important;
		*height: 25px !important;
	}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover,
#footer .gototop a:hover,
.navigation li a:hover,
.navigation li.active a {
	color: #fff;
	background: #61b3b4;
	border-color: #348384 !important;
	text-shadow: -1px -1px rgba(0,0,0,.2);
	text-decoration: none;
	cursor: pointer;
}

div.gform_footer input.button:active,
.enews #subbutton:active,
.reply a:active,
.searchsubmit:active,
#submit:active,
#footer .gototop a:active,
.navigation li a:active {
	margin-top: 1px !important;
	border-width: 0 !important;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 10px 0 0;
	width: 250px;
}

.sidebar .searchform {
}

#nav .searchform {
	float: right;
}

.widget_search .searchform .searchsubmit {
	font-size: x-small;
	padding: 2px;
	margin-top: 2px;
	margin-right: 5px;
}

.s {
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999;
	padding: 9px 10px;
	background: #fff !important;
	border: 3px solid #e6e6e6 !important;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: auto;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 1024px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	list-style-type: none;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #D8D9DA;
	padding: 15px 0;

}

#footer p {
	color: #999;
	font-size: 0.9em;
}

#footer a {
	color: #999;
}
/* hiding gototop for now */
#footer .gototop {
	float: right;
	text-align: right;
}

#footer .gototop a {
	padding: 0px 10px;
}

#footer .creds {


}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 96%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 25px 0 0;
	padding: 10px 0;
}

.ping-list li {
	margin: 15px 0 5px;
}

.comment-list li {
	padding: 0 0 0 20px;
	border-left: 1px solid #ddd;
}

.comment-list li.depth-1 {
	border: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 50px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}

.commentmetadata a {
	color: #666;
}

.comment-author {
	color: #555;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

#cancel-comment-reply-link {
	margin-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.reply a {
	display: inline-block;
	font-weight: normal;
	padding: 0 10px;
}

#respond #reply-title, #comments h3 {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	line-height: 24px;
	margin-bottom: 20px;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 5px !important;
}

#content .gform_wrapper .field_name_first input, 
#content .gform_wrapper .ginput_complex .ginput_left input, 
#content .gform_wrapper .ginput_complex .ginput_right input, 
#content .gform_wrapper .ginput_complex .ginput_right select {
	width: 90% !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Portfolio Template
------------------------------------------------------------ */

.portfolio-teaser { 
	float: left; 
	margin: 0 10px 20px;
	width: 300px;
}
	
#content .portfolio-teaser .post-image {
	margin: 0; 
	padding: 5px;
	background: #e6e6e6;
}
	
#content .portfolio-teaser h2 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
}
	
#content .portfolio-teaser .excerpt {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #616161;
	line-height: 24px;
}

.page-template-page_portfolio-php .entry-content {
	margin-top: 0;
}
	
	
/* Custom Widgets
------------------------------------------------------------ */

.themedy_ad_widget ul {
	padding: 0;
	margin: 0;
}

.themedy_ad_widget .ads-125 {
	width: 310px;
}

.themedy_ad_widget ul li {
	float: left;
	list-style: none;
	height: 145px;
	margin: 0 10px 10px 0;
	width: 145px;
}

.themedy_ad_widget ul li img {
	padding: 10px;
	background: #f0f0f0;
}

.post-widget {
	margin: 0;
}

.related-posts li {
	margin-bottom: 5px;
	clear: both;
	list-style: none;
}

.related-posts {
	font-weight: bold;
}

.related-posts h4 {
	border-top: 1px solid #E6E6E6;
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 49px;
	margin-top: 50px;
}

.related-posts li a {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	line-height: 20px;
}

.related-posts li a:hover {
	text-decoration: underline;
}

.latest-tweets ul {
	margin: 0;
}

.latest-tweets ul li {
	list-style: none;
	padding-left: 40px;
	background: url(images/icon-smallquotes.png) 0 5px no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-style: italic;
}

.latest-tweets ul li.last {
	background: none;
	padding: 0;
	border: none;
	margin: 0;
	font-weight: bold;
}

.latest-tweets h4.widgettitle {
	margin-bottom: 15px;
}

#flickr_badge_wrapper {
	width: 310px;
}

.flickr_badge_image { 
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.flickr_badge_image img {
	background: #f0f0f0;
	padding: 9px;
	width: auto;
}

.themedy_video_desc {
	margin-top: 10px;
	font-style: italic;
	font-size: 11px;
}


/* Carousel
------------------------------------------------------------ */

#posts_carousel_title h4 {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding-bottom: 0;
}

#posts_carousel {
	height: 180px;
	position: relative;
	margin-bottom: 20px;
	margin: 10px auto 30px auto;
	padding: 25px 0 25px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#posts_carousel .wrap {
	width: 1040px;
	height: 180px;
	position: absolute;
	left: -40px;
	overflow: hidden;
}

#posts_carousel img {
	display: block;
	padding: 5px;
}

#posts_carousel h3 {
	text-align: center;
	font-size: 11px;
	color: #424141;
	margin: 0;
	padding: 5px;
	line-height: 22px;
}

#posts_carousel h3 a {
	color: #424141;
	text-decoration: none;
}

#posts_carousel h3 a:hover {
	text-decoration: none;
}

#posts_carousel .prev, #posts_carousel .next {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -25px;
	outline: none;
	width: 15px; 
	height: 15px; 
	border-bottom: 1px solid #b9b9b9;
}

#posts_carousel .prev { background: url(images/sprite-arrows.png) #e6e6e6; right: 20px;  }
	#posts_carousel .prev:hover { background-position: 0 30px; background-color: #61b3b4; border-color: #348384; }
#posts_carousel .next { background: url(images/sprite-arrows.png) 0 45px #e6e6e6; right: 0; }
	#posts_carousel .next:hover { background-position: 0 15px; background-color: #61b3b4; border-color: #348384; }

#posts_carousel .prev:active, #posts_carousel .next:active {
	border-width: 0 !important;
    margin-top: 1px !important;
}
	
.carousel {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.carousel li { 
	display: block;
	width: 210px;
	height: 175px;
	text-align:center;
	margin: 0 20px;
	list-style: none;
	float: left;
	position: relative;
}

#posts_carousel .thumb {
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}

#posts_carousel .thumb:hover {
	background: #90dbdc;
	cursor: pointer;
	border-color: #67bfc0;
	text-shadow: none;
}

#posts_carousel .thumb:hover h3 a, #posts_carousel h3 a:hover {
	color: #fff;
}

#posts_carousel .thumb a.link-overlay {
	height: 175px;
	display: inline;
	width: 210px;
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	text-indent: -9999px;
}
	
#posts_carousel .thumb span.overlay {
	display: none;
	background: url(images/bg-imgoverlay.png) center no-repeat;
	width: 200px;
	height: 130px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
	
}

/* CUSTOM STYLES */

/* font and header overides for default styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%/1.2;
	background-color: #a4a6a9;
}

#inner {

}

#title {

	padding-top: 8px;

}

#title a {
}

#title:last-child {
}

#description {

}


/* Primary Navigation
------------------------------------------------------------ */

#nav {/* styles for TOPICS menu */
	clear: both;
	overflow: hidden;
	padding-left: 6%;
	background: url(images/TopicsFlag.png) 0 50% no-repeat;
	width: auto;
	margin-top: 30px;

}

#nav .wrap {
	margin: 0 auto;
	width: auto;
}

#nav ul {


}

#nav li {

}

#nav li a {
	color: #666 !important;
	display: block;
	font-size: 0.8em;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #b80022 !important;/* red hover */
	cursor: auto;
}

.menu-primary .date {/*don't show 'home', hide date*/
	display: none;	
}

/* =======================================
custom nav - social media images 
==========================================*/

ul#socialnav {
	width: auto;
	float: right;
}

ul#socialnav li {
	float: left;
	list-style: none;
	padding: 4px;
}

ul#socialnav .youtube {/* push youtube up slightly */
	padding: 2px;
}

ul#socialnav a img {
	border: none;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/*IE8 HACK*/
	filter: alpha(opacity = 50); /*IE 5-7 HACK*/
}

ul#socialnav a:hover img, ul#socialnav a:focus img{
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/*IE8 HACK*/
	filter: alpha(opacity = 100); /*IE 5-7 HACK*/
}

/* custom searchbox */


.searchform {
}

.searchform input[type="submit"] {
	float: left;
	color: #999;
	padding-right: 5px !important;
	padding-left: 5px !important;
	font-size: inherit;
	font-weight: 300;
	font-style: normal;
	background-color: #d9d9d9;
	border: 1px solid #666;
}

.searchform input:hover[type="submit"],#header .searchform input:focus[type="submit"] {
	color: #ccc;
	background-color: #666;
	border: 1px solid #ccc;/* goes dark*/
}

.searchform input[type="text"] {
	padding: 2px 1px;
	color: #333;
	font-size: 1.181818em;
	font-weight: 300;
	font-style: normal;
	background-color: #fff;
	border: 1px solid #ccc;
}

.searchform input:hover[type="text"],#header .searchform input:focus[type="text"] {
	color: #000;
	border: 1px solid #b80022;/* border red */
}

.s {
	background-color: #fff;
	color: #666;
	font-family: arial, helvetica, tahoma, sans-serif;
}




/* custom nav - join */

ul#join {
	width: auto;
	float: right;
	clear: both;
}

ul#join li {
	float: left;
	list-style: none;
	padding: 8px;
}

ul#join li a {
	text-transform: uppercase;
	color:#666;
	text-decoration: none;
}

ul#join li a:hover {
	color: #b80022;
}

ul#join li img {
	margin: 0 auto;	
}



/* ===============================
custom subnav here - images Subs
==================================*/

ul#subnav {
	width: auto;
	float: left;
	clear: both;
	margin-top: 10px; /* below main menu */
	margin-left: 15px;
}

ul#subnav li {
	list-style: none;
	float: left;
	padding: 2px;
}


#subnav li a#howto:hover {
	background: transparent url(images/inside_nav/on/01HowToInsideOn.png) top left no-repeat;
}

#subnav li a#howto {
	background: transparent url(images/inside_nav/off/01HowToInsideOff.png) top left no-repeat;
}


#subnav li a#finds:hover {
	background: transparent url(images/inside_nav/on/02FindsInsideOn.png) top left no-repeat;
}

#subnav li a#finds {
	background: transparent url(images/inside_nav/off/02FindsInsideOff.png) top left no-repeat;
}


#subnav li a#design:hover {
	background: transparent url(images/inside_nav/on/03DesignInsideOn.png) top left no-repeat;
}

#subnav li a#design {
	background: transparent url(images/inside_nav/off/03DesignInsideOff.png) top left no-repeat;
}

#subnav li a#kids:hover {
	background: transparent url(images/inside_nav/on/04KidsInsideOn.png) top left no-repeat;
}

#subnav li a#kids {
	background: transparent url(images/inside_nav/off/04KidsInsideOff.png) top left no-repeat;
}

#subnav li a#free:hover {
	background: transparent url(images/inside_nav/on/05FreeInsideOn.png) top left no-repeat;
}

#subnav li a#free {
	background: transparent url(images/inside_nav/off/05FreeInsideOff.png) top left no-repeat;
}

#subnav li a {
	color: #666;
	display: block;
	font-size: 1.181818em;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 600;
	padding: 2px;
	text-align: left;
	margin-left: 3px;
	margin-top: 4px;
	position: relative;
	text-decoration: none;
	width: 132px;
	height: 40px;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #fff;
}	


/* ends custom subnav styles */


/* ==============================================
	Custom content classes here for the homepage 
=================================================*/

.home #nav, .home #subnav, .home h1.entry-title, .home #featured-area, .home .tweetthis, .csc_post_category, .csc_post_date, .todays-tip .csc_post_title, .csc_post_author, .todays-tip .cat-post-title  { /* hides menus and misc. unwanted titles from static home */
	display: none;
}

.home #inner { /*moves up main container */
	margin-top: -140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;

}

.home-container {
	width: 925px;
	margin: 0 auto;
	margin-top: 18px;

}

.home-left {/* left column for homepage */
	width: 74%;
	margin-right: 1%;
	float: left;
}

.home-right {/* right column for homepage */
	width: 25%;
	float: left;
	top: inherit;
}

.hero {/* see @media @end for mobile presentation */
	width: auto;
	height: 300px;
	margin: 5px auto;

}

.hero .video_container {
	float: right;
	margin: 20px 40px;
	border: 0px solid #444;
}

.hero img {
	max-width: 100%;
	margin: 3px auto;
}

/* ===============================
custom subnav here - images HOMEPAGE 
==================================*/

#buttonnav_container {
	background-color: #fff;	
}

ul#buttonnav { /*see @media @end for mobile presentation */
	float: left;
	margin: 0;
	padding: 0;
}	

#buttonnav li {
	list-style: none;	
	float: left;
	margin: 0;
	padding: 0;
}

#buttonnav li a#howto:hover {
	background: transparent url(images/home_nav/on/01HowToHomeOn.png) top left no-repeat;
}

#buttonnav li a#howto {
	background: transparent url(images/home_nav/off/01HowToHomeOff.png) top left no-repeat;
}


#buttonnav li a#finds:hover {
	background:transparent url(images/home_nav/on/02FindsHomeOn.png) top left no-repeat;
}

#buttonnav li a#finds {
	background: transparent url(images/home_nav/off/02FindsHomeOff.png) top left no-repeat;
}


#buttonnav li a#design:hover {
	background: transparent url(images/home_nav/on/03DesignHomeOn.png) top left no-repeat;
}

#buttonnav li a#design {
	background: transparent url(images/home_nav/off/03DesignHomeOff.png) top left no-repeat;
}

#buttonnav li a#kids:hover {
	background: transparent url(images/home_nav/on/04KidsHomeOn.png) top left no-repeat;
}

#buttonnav li a#kids {
	background: transparent url(images/home_nav/off/04KidsHomeOff.png) top left no-repeat;
}

#buttonnav li a.last {
	/*margin-right: 0;*/
}

#buttonnav li a {
	color: #666;
	display: block;
	font-size: 1.181818em;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	width: 160px;
	height: 70px;
	margin: 0;
	padding-top: 15px;
	padding-left: 10px;
}


#buttonnav li a:hover,
#buttonnav li a:active,
#buttonnav .current_page_item a,
#buttonnav .current-cat a,
#buttonnav .current-menu-item a {
	color: #fff;
}	

/* end navigation homepage buttons */

.news {
	clear: both;
	background-color: #e8e8e8;
	padding: 10px 15px;
	text-align: left;

}	

.todays-tip {
	background-color: #d4d4d4;
	padding: 6px 12px 12px 18px;

}

.news .csc_post_title, .news .csc_post, .news .csc_title {
	display: inline !important;	
	position: relative !important;
}

.news .csc_post_title, {
	font-size: 0.85em;/*small */
}

.todays-tip .csc_post_title {
	font-size: 0.92em;/* slightly larger than news */	
}

.news strong {
	color: #b80022;	/* red */
	font-weight: bold;
	display: inline;
}


.todays-tip h3 a {
	font-size: 1.545454em;
	font-weight: 400;
	margin: auto;
	color: #444;
}

.todays-tip .csc_post_excerpt {
	display: inline;	
}

.todays-tip a {
	color: #b80022;
	display: inline;
}
/* home footer styles */

.home-foot {
	width: 1024px;
	height: auto;
	margin-left: -49px;
	background-color: #D8D9DA;
	clear: both;
	overflow: visible;

}

.home .freestuff {/* free stuff link*/
	z-index: 999;
	float: left;
	margin-left: -55px;
	margin-top: -100px !important;

}

.freestuff {/* free stuff link*/
	z-index: 999;
	top: 0;
	left: 0;
	float: left;
	margin-left: -55px;
	margin-top: -167px; /*-148px !important;*/
	margin-bottom: 0;

}

.freestuff a img {/* free stuff link */
	clear: both;
	border-bottom: 1px solid #444;
}

.sponsors-home {/* ads @the bottom */
	clear: both;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#444), to(#a4a6a9));
	background-image: -moz-linear-gradient(0% 25% 90deb, #444, #a4a6a9);
	background-color: #444;

}

.sponsors-home a {
	margin: 0;
	padding: 8px 4px;
}

.sponsors-home a.last {

}

.sponsors-home a img {
	border: none;	
}


/* ==============================================
	Custom content classes here for the subpages 
=================================================*/

#sidebar h4.widgettitle { /*hides title from ad widget */
	display: none;
}

/* wrap thumbnails in each post */

.hfeed img.post-image, .cat-post-images, .promoted_item img  {/* for thumbnails */
	float: left;
	display: inline;
	margin: 7px;
	border: 1px solid #444;
}


.promoted_item .csc_post_content img, .promoted_item .csc_post_content .wp-caption-text, .promoted_item .wp-caption { /*for auto feeds - only show thumbnail on single item */
	display: none;
}


.hfeed h2, .hfeed .post, .cat-post-title, .cat-post-excerpt, .promoted_item {
	clear: left;
	display: inline;
}

.cat-post, .cat-post-excerpt, .promoted_item {
	margin: 5px 3px;	
}

.cat-post-title, .promoted_item h2, .promoted_item .csc_post_title { /* for post-2089 radio page class */
	font-weight: bold;
	font-size: 1.4em;
	
}

.promoted_item .csc_post div {
	padding: 2px;
	text-align: left;
}

.cat-clear {
	clear: both;	
}

/* archive pages - highlight latest */

.archive .status-publish:first-child, .promoted_item {/* styles for latest posts */
	display: block;
	color: #202020;
	background-color: #f0f0f0;
	margin-bottom: 18px;
	padding: 10px;
	
}

.archive .status-publish:first-child h2 a {
	color: #202020;
	text-decoration: none;
}

/*.archive .status-publish:first-child img {
	width: 240px;
	height: 240px;
}*/

/* ads in the sidebar */

.sponsors-sidebar {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 24px;
	background: url(images/sidebar_ads/ads_bottom_right.png) bottom right no-repeat;
	background-color: #BABABA;

}

.sponsors-sidebar a {

}

.sponsors-sidebar a img {
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	padding: 5px;

}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	width: auto;
	font-size: 0.85em;
	line-height: 1em;
	overflow: visible;
	margin-bottom: 35px;
	border-top: 2px solid #9C9EA1;
	background-image: transparent url(images/footer_bg.png) top left repeat-x;
	background-color: #B1B3B6;
}

.home #footer {
	border: none !important;	
	background-color: #D8D9DA !important;
}

.home #footer ul, .home #footer .credit {
	margin-top: -24px;
}

#footer ul, #footer .credit {
	margin-top: -24px;
	clear: both;
}

.home #footer .freestuff {
	display: none;	
}

#footer .gototop {
	display:none;	
}

#footer ul.footer-links {
	width: 60%;
	float: left;
	padding-left: 8px;
}

#footer ul.footer-links li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
}

#footer a,
#footer a:visited {
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	color: #b80022;
}

#footer .credit {
	color: #222;
	top: inherit;
	text-align: right;
	float: right;
	padding-right: 8px;
}

/* default link override */

a, a:link, a:active {
	color: #b80022;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

@media screen and (max-width: 320px) {
 
.hero {/* hides hero space on homepage on mobile browsers */
	display: none;	
}

#buttonnav li { /*makes buttons on homepage much smaller */
	float: none;
	width: auto;
}

}