/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
	background: #006676 url('images/background.png') repeat-x;
	}

.custom a {
	color: #cc661d;
	text-decoration: underline;
	}	
		
.custom #header_area .page {
	padding: 0;
	background: none;
	}

.custom #footer_area .page {
	padding: 0;
	background: #00333b;
	}	

.custom #footer {
	padding: 40px;
	color: #99bfc5;
	text-align: left;
	}

.custom #footer a {
	color: #99bfc5;
	text-decoration: underline;
	border: none;
	}
	
.custom #header {
	height: 116px;
	padding: 44px 0 0 0;
	}

.custom #headeradv {
	width: 468px;
	height: 60px;
	float: right;
	background: url('images/header_ad_bg.png') no-repeat;
	padding: 5px 20px 5px 5px;
	}
	
.custom #headerlogo {
	padding-left: 20px;
	}

.custom ul.menu {
	float: right;
	background: #001e24;
	border-left: 1px solid #003c48;
	width: 797px;
	}
	
.custom ul.menu .current{
	background: url('images/nav_current.png') 48px 48px no-repeat ;
	}
	
.custom ul.menu li.tab {
	width: 124px;
	border-right: 1px solid #003c48;
	padding: 17px;
	}
	
.custom ul.menu li.tab a {
	padding: 0;
	text-decoration: none;
	color: #fff;
	}

.custom #content_area .page {
	padding: 0;
	background: #fff1c9;
	}

.custom #content_area .page #content_box #sidebars.hfeed {
	}
	
.custom #content_area .page #content_box #content {
	width: 679px;
	background: #fefee8;
	border-right: 1px solid #ede0bb;
	}
	
.custom #content_titlebar {
	height: 58px;
	width: 679px;
	background: #e4a152;
	border-right: 1px solid #be5f1b;
	}

.custom #sidebar_titlebar {
	float: right;
	width: 300px;
	height: 58px;
	background: #cc661d;
	}
	
.custom #custom_subscribebox {
	padding: 0;
	margin: 0;
	}
	
.custom #subsform {
	background: #fff1c9;
	}
 
.af-form {
	overflow:hidden !important;
	}

#af-form-417112585 .af-body input.text {
	padding: 10px !important;
	width: 240px !important;
	}

#af-form-1534636933 .af-body input.text {
	padding: 10px !important;
	width: 240px !important;
	}
 
.custom  #subsicons {
	border-top: 1px solid #ede0bb;
	border-bottom: 1px solid #ede0bb;
	height: 98px;
	background: #fefee8;
	}
 
.custom .subsicon {
	float: right;
	padding: 28px 0 0 28px;
	height: 70px;
	width: 71px;
	border-right: 1px solid #ede0bb;
	}

.custom #sidebars {
	background: #fff1c9;
	}
	
.custom ul.sidebar_list {
	padding: 0;
	}

.custom ul.sidebar_list li.widget{
	padding-left: 20px;
	width: 280px;
	}

.custom ul.sidebar_list li.widget ul {
	width: 260px;
	}
	
.custom li#search.widget {
	padding: 20px;
	width: 259px; 
	background: #fff1c9;
	border-bottom: 1px solid #ede0bb;
	}
	
.custom li#search.widget p {
	margin-bottom: 0;
	}
	
.custom li#search.widget form.search_form p input#s.text_input {
	font-size: 11px;
	font-family: Verdana, Arial, San-Serif;
	color: #9d9b70;
	padding: 10px;
	background: #fff url('images/icon_search.gif') right no-repeat;
	border: 1px solid #ede0bb;
	width: 239px;
	}
	
.custom .teasers_box {
	width: 600px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #ececd8;
	}
	
.custom .teaser {
	width: 260px;
	padding-left: 0px;
	}

.custom .teaser h2{
	font-size: 16px;
	}	
	
.custom .teaser h2 a{
	color: #000;
	text-decoration: none;
	}	
	
.custom .teaser .teaser_right {
	width: 260px;
	padding-right: 40px;
	}

.custom .teaser_date {
	color: #e4a152;
	}

.custom .teaser .format_teaser {
	border-top: 1px dotted #ede0bb;
	border-bottom: 1px dotted #ede0bb;
	}
	
.custom .teaser .format_teaser p {
	border-top: 1px dotted #ede0bb;
	border-bottom: 1px dotted #ede0bb;
	padding-top: 19px;
	padding-bottom: 19px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

.custom .teaser .teaser_link {
	color: #cc661d;
	text-decoration: underline;
	}

.teaser .format_teaser .post_image_link img.alignleft {
	padding-top: 19px;
	margin-top: 2px;
	}

.teaser .format_teaser .post_image_link img.alignright {
	padding-top: 19px;
	margin-top: 2px;
	}
	
.custom .prev_next {
	padding: 40px;
	}

.custom .prev_next a {
	color: #cc661d;
	font-weight: bold;
	text-underline: none;
	}

.custom .slideInfoZone {
	padding: 15px 20px 20px 20px;
	}	

.custom #feature_box {
	padding: 20px 20px 20px 18px;
	background: #fefee8;
	border-bottom: 1px solid #ececd8;
	}

.custom #feature_box #dcg {
	border: 1px solid #ececd8;
	width: 634px;
	height: 300px;
	padding: 2px;
	}
	
.custom .slideInfoZone h2 {
	font-family: Georgia  !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #fff !important;
	padding: 0px 20px 0px 20px !important;
	font-weight: normal !important;
	line-height: 24px !important;
	}
	
.custom .slideInfoZone p {
	font-size: 11px !important;
	font-family: Arial, Sans-Serif !important;
	color: #fff !important;
	line-height: 18px !important;
	padding: 0px 20px 0px 20px !important;
	}

.custom .jdGallery a.left {
	margin-left: 14px;
	}

.custom .jdGallery a.right {
	margin-right: 14px;
	}
	
.custom #feature_box a { text-decoration: underline; }
.custom #feature_box h2 a { text-decoration: none; }
.custom #feature_box a:hover { text-decoration: underline; }
.custom #feature_box .featurereadmore { padding: 3em 0 0 0; }
.custom #feature_box .featurereadmore a { font-size: 14px; text-decoration: none; }
.custom #feature_box .featurereadmore a:visited { font-size: 14px; text-decoration: none; }
.custom #feature_box .featurereadmore a:hover { text-decoration: underline; } 

.custom li#recent-posts-2 h3 {
	height: 58px;
	background: #cc661d url('images/sidebar_recent.png') no-repeat !important;
	text-indent: -9999px !important;
	margin-left: -20px;
	}

.custom li#recent-comments-2 h3 {
	height: 58px;
	background: #cc661d url(images/sidebar_comments.png) no-repeat !important;
	text-indent: -9999px !important;
	margin-left: -20px;
	}
	
.custom li#most_commented_widget-3 h3{
	height: 58px;
	background: #cc661d url('images/sidebar_popular.png') no-repeat !important;
	text-indent: -9999px !important;
	margin-left: -20px;
	}

.custom li#oiopub-banner-zone {
	padding-left: 10px !important;
	}
	
.custom .headline_area h1 {
	font-size: 24px;
	line-height: 48px;
	}
	
.custom .headline_meta {
	font-size: 12px;
	color: #e4a152;
	}
	
.custom .post_box {
	width: 600px;
	padding-left: 40px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.custom blockquote {
	background: #fff1c9 url('images/blockquote_corner.png') right top no-repeat;
	border-left: 10px #ede0bb solid;
	font: 14px #000;
	font-style: italic;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.custom .format_text p img, .custom .format_text .post_image {
	border: 1px #ececd8 solid;
	padding: 2px;
	}
	
.custom p.breadcrumb {
	font-family: Verdana, Arial, San Serif;
	font-size: 11px;
	color: #a32903;
	padding: 22px 0 0 20px;
	}

.custom p.breadcrumb a {
	color: #fefee8;
	font-weight: bold;
	text-decoration: none;
	}

.custom .prev_next a {
	text-decoration: none;
	}

.custom .format_text input.form_submit:hover, #commentform .form_submit:hover {
	color: #cc661d;
	}

.custom #afterpost_cta { 
	background: #fff1c9 url('images/blockquote_corner.png') right top no-repeat;
	border-left: 10px #ede0bb solid;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	min-height: 60px;
	}

.custom #custom_socialmedia {
	background: #fff;
	height: 83px;
	margin-left: -40px;
	width: 680px;
	border-top: 1px solid #ede0bb;
	border-bottom: 1px solid #ede0bb;
	}

.custom .custom_socialmedia_sq {
	float: left;
	width: 64px;
	padding-left: 20px;
	padding-top: 20px;
	height: 63px;
	border-right: 1px solid #ede0bb;
	}
	
.custom #custom_afterpost {
	border: 1px solid #ede0bb;
	border-left: 10px solid #ede0bb;
	height: 280px;
	margin-top: 10px;
	}

.custom #custom_ad_endofpost {
	float: right;
	width: 279px;
	padding: 10px;
	border-left: 1px #ede0bb solid;
background: #fff1c9;
	height: 260px;
	}
	
.custom #custom_related {
	padding: 20px 10px 10px 10px;
	width: 268px;
	}

.custom #custom_related h3 {
	margin-top: 0px;
	}
	
.custom .comments_intro span.bracket {
	color: #ede0bb;
	}

.custom #comments {
	padding-left: 40px;
	width: 600px;
	}

.custom #respond_intro {
	margin-left: 0px;
	border: none;
	}

.custom #respond_intro p {
	text-indent: -9999px;
	background: #e4a152 url('images/comments_leavereply.png') no-repeat;
	height: 58px;
	margin-left: -40px;
	width: 680px;
	}
	
.custom #commentform {
	padding-left: 0px;
	border-top: none;
	}
	
	
.custom dl#comment_list {
	border-bottom: 1px dotted #ede0bb;
	border-top: 1px dotted #ede0bb;
	}
	
.custom dl#comment_list dd {
	border-bottom: 1px dotted #ede0bb;
	}
	
.custom #commentform input {
	border: 1px solid #ede0bb;
	}

.custom #commentform textarea {
	border: 1px solid #ede0bb;
	}
	
.custom #commentform label {
	color: #e4a152;
	}
	
.custom #commentform input.form_submit {
	border: 1px solid #cfcfcf;
	}

.custom .avatar img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #ede0bb;
	}

.custom .comment_author {
	color: #cc661d;
	}
	
.custom .comment_author a {
	font-weight: normal;
	text-decoration: none;
	color: #cc661d;
	}

.custom #content_area .page #content_box #content { min-height: 1826px; }

.custom .wp-caption { background: #ffffff; }


	
body.sales { background-image: none; }

.sales #header { display: none; }
.sales ul.menu { display: none; }	
.sales #headeradv { display: none; }	
.sales #custom_socialmedia { display: none; }
.sales #custom_afterpost { display: none; }
.sales p.breadcrumb { display: none; }
.sales #content_titlebar  { display: none; }
.sales #sidebars { display: none; }
.sales #sidebar_titlebar { display: none; }
.sales #header_area .page, .sales #content_area .page, .sales #footer_area .page, .sales #content_area .page #content_box #content { width: 800px; }
.sales .post_box { width: 720px; }
.sales .format_text p img, .sales .format_text .post_image { border: none; padding: 0px; }
.sales h1 { color: #993300; }
.sales .comments_closed { display: none; }
.sales #footer { display: none; }

.resource #content_area #custom_socialmedia, .resource #content_area #custom_afterpost  { display: none; }

table#resource-library { margin-top: 15px; }
table#resource-library td { padding-bottom: 15px; vertical-align: top; }
table#resource-library td h2 { margin-top: 0; }