/*
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/
*/


.custom #page {
	margin-top: 1em;
	}

.custom .headline_area {
	}

.custom .headline_area p.headline_meta{
	text-align: center;
	}
 

.custom #footer {
	border-top: 1px solid #660016;
	padding: 2em 1em;
	border-style: none;
	font-size: 1.4em;
	color: #ccc;
	background: url(images/rcs_header_bg.jpg);
	}

.custom #footer a{
	color: #ccc;
	}

.custom a:hover {
	background-color: #FFCC00;
	}

/* Page Styles */

.custom h2{
	clear: both;
	}

div.post h1 {text-align: center;}

.custom #page #content_box #content #post-5.post_box .headline_area{
	display:none;
	}
	
.custom #page #content_box #content #post-147.post_box .headline_area{
	display:none;
	}

.custom #page #content_box #content #post-465.post_box .headline_area{
	display:none;
	}

.custom #page #content_box #content #post-1603.post_box .headline_area{
	display:none;
	}

.custom #page #content_box #content #post-2237.post_box .headline_area{
	display:none;
	}

.custom #page #content_box #content #post-2606.post_box .headline_area{
	display:none;
	}

.custom #page #content_box #content #post-3053.post_box .headline_area{
	display:none; 
	}
.custom #page #content_box #content #post-3138.post_box .headline_area{
	display:none; 
	}
.custom #page #content_box #content #post-3214.post_box .headline_area{
	display:none; 
	} 
.custom #page #content_box #content #post-3234.post_box .headline_area{
	display:none; 
	}

.custom #page #content_box #content #post-3808.post_box .headline_area{
	display:none; 
	}


.custom h1{
	color: #990000;  
	line-height: 1.2em;
	}

.custom h1.hide{
	font-size: 1px;
	float: left;
	text-indent: -9999px;
	}

.custom h2{
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 2em;
	color: #990000;  
	font-weight:bold;
	text-align: center;
	}

.custom .teaser h2{
	text-align: left;
	}

.custom h3{
	margin-top: 0.05;
	}

.custom h4 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right: 60px;
	color: #555555px;
	font-size: 1.0em;  
	font-weight:normal;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-align: left;
	}

/* Sidebar backgound color */

.custom #sidebars {
	background: #ffffff;
	}

/* Sidebar headers */
.custom #sidebars ul.sidebar_list .widget h3{
	font-weight: bold;
	background-color: #D4ACFC;
	}
/* Spacing between widgets */
.custom li.widget {
	margin-bottom: 1.0em;
	background: #ffffff;
	}

/* Widget spacing between text */
.custom li.widget ul li {
	font-size: .9em;
	margin-bottom: 0; 
	}

/* Widget bottom patting */
.custom li.widget {padding-bottom:1.5em;
	}



/* Post box - white*/
.format_text .post_box_white{
	background: #ffffff; 
	border: 2px dotted #990000;
	}
 
/* Post box - yellow*/
.format_text .post_box_yellow{
	background: #ffffcc; 
	border: 2px dotted #07305f;
	}

/* Post box - blue*/
.format_text .post_box_blue {
	background: #e6daff; 
	border: 1px dotted #e6daff;
	}

/* Post box - join*/
.format_text .post_box_join{
	background: #e6daff; 
	border: 1px dotted #e6daff;
	margin-left: 2em;	
	margin-right: 2em;
	text-align: center;
	}

/* sales letter */
.salesletter #header { padding: 0; border-bottom: 0em; }
.salesletter #footer { padding-bottom: 0; border-top: 0em; }
.salesletter #footer { display: none; }
.salesletter #sidebars { display: none; border: none; }
.salesletter #tabs {display:none;}
.salesletter #content_box { background:none; }
.salesletter .comments_closed { display: none; }
.salesletter #header { display: none; }
.salesletter #header #logo { display: none; }
.salesletter #header #tagline { display: none; }
.salesletter #content { margin: 0 auto; float: none; }

/* salesletter headline large bold and centered */
.salesletter #content h2, .sale #content h1 { font-size:30pt; text-align:center; font-weight:bold; }

/* sales letter center content in box */
.salesletter #container { width:840px; margin-top: 1em; border: 0.2em solid #000; }

/* salesletter hover colour */
.salesletter a { color: #111; }
.salesletter a:hover { color: ; background: #f8d62f; }

/* salesletter background colour outside text box */
.salesletter #page { background: #fff; }
body.salesletter { background: #07305f; }


/* Hide Comments on Welcome Entry */

.custom #content_box #post-2429 p.to_comments{
	display:none;
	}
	
	
.teaser .format_teaser .post_image_link img.alignleft {
	border: 1px solid #d5d5d5;
	padding: 4px;
	}	


.custom #search.widget.thesis_widget_search p input{background: #fff;}

.custom #search.widget.thesis_widget_search p input#s{background: #fff;}

.custom #search.widget.thesis_widget_search p input#s.text_input{background: #fff;}




/* Menu Styles */
.custom .menu{border-top: 1px solid #660000; border-bottom: 1px solid #660000; width:950px;}
.custom ul.menu{
	background: none;
	padding: 2px 0;
	
	}

.custom ul.menu li{
	background: transparent;
	}

.custom ul.menu li a{
	background: transparent;
	color: #660000;
	font-weight: bold;
	}

.custom ul.menu li a:hover {
	background:url(images/rcs_header_bg.jpg) top center repeat;
	color: #f7ec54;
	}

.custom .menu li.rss a, .custom .menu li.rss a:hover 
{padding-right: 18px; background: transparent url('../lib/images/icon-rss.gif') 100% 50% no-repeat; border: none; }


.custom ul.menu li.rss:hover a{
	color: #000;
	}
 
 
 
 
 
/* Main Feature Box */

.custom #feature_box{
	background:none; 
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;	
	}
	
		
/* Content Within Feature Box */
	
.custom #feature_box #featured_content{
	background:none; 

	border-color: #b8a4e3;
	border-style: solid;
	border-width: 0px;

	color: #000;

	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;

	}

/* Paragraphs Within Feature Box */


.custom #feature_box #featured_content p{

	font-size: 1.2em;
	line-height: 1.571em;
	margin-bottom: 1.571em;	
	
	color: #000;
	
	}


/* Large Heading in Feature Box */

.custom #feature_box h1{
		
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;

	}
	
	
/* Announcement Boxes */
.custom #feature_box div.announcement {
	background: #e6daff;
	
	border-color: #b8a4e3;
	border-style: solid;
	border-width: 1px;
	
	color: #000;
	
	font-weight: normal;
	
	font-family: helvetica, verdana, arial, sans-serif;
	
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0em;
		
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px; 
	border-top-left-radius: 4px;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;    
    -moz-border-radius-bottomleft: 4px;     
    -moz-border-radius-bottomright: 4px;
	
	}	


.custom #header {
	background:url(images/header.jpg) top left no-repeat;
	height:160px;
	width:950px;
	padding: 0;
	overflow: hidden;
	border: none;
	
	}

.custom #header #logo {
	font-size: 24px;
	position: relative;
	top: 60px;
	left: 40px;
	}

.custom #header #logo a{
	color: #f7ec54;
	}

.custom #header #logo a:hover{
	color: #660016;
	} 

.custom #header #tagline {
	font-size: 14px;
	position: relative;
	top: 60px;
	left: 70px;
	color: #fff;
	font-weight: bold;
	}
	
	
.custom #header a img#ebook{
	float: right;
	position: relative;
	top: -48px;
	}

/* Sidebar Styles */


/* Opt-In box */	
	
.custom .sidebar #custom_optin_form{
	background: url(images/optin_bg.png) no-repeat;
	height: 263px;
    width:330px;
	padding: 1.5em;
	
	margin-left:12px;
	border: 2px solid #ffffff;
	margin-bottom: 3em;
	position: relative;
	}


.custom .sidebar #custom_optin_form p#pitch{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width:260px;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.3em;
	
	}

.custom .sidebar #custom_optin_form span.formlabel{
	color: #f7ec54;
	font-size: 14px;
	font-family:Trebuchet MS;
	float: left;
	margin-bottom: 0.9em;
	margin-top: 0.5em;
	}


.custom .sidebar #custom_optin_form input{
	float: right;
	width: 180px;
	margin-bottom: 1em;
	margin-left: 4px;
	
	padding: 5px;
	}

.custom .sidebar #custom_optin_form p#privacy{
	clear: both;
	color: #aaa;
	text-align: center;
	font-weight:bold;
	padding: 1.5em 2.5em;
	width: 176px;
	} 
		
.custom .sidebar #custom_optin_form #report{
	
	background: transparent url(images/arrow.png) no-repeat scroll 0 0;
	width: 206px;
	height: 184px;
	position: absolute;
	top: 25px;
    
	}

   

/* Testimonial Box */	
	
.custom #testimonial{
	width: 250px;
	float: right;
	overflow: hidden;
	padding: 1em;
	background: #F0E6ED;
	border-top: 2px solid #f7ec54;
	border: 2px solid #C8C7C8;
	color: #111111;
	margin-left: 2em; 
	margin-bottom: 2em;
	}
 .custom #testimonial img.headshot{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	}

.custom #testimonial p.quote{
	margin-top: -10px;
	}

.custom #testimonial p.source{
	margin-bottom: 0;
	font-size: 1.1em;
	}	
	
.footerbg{
		background:url(http://www.relationshipcheatingsigns.com/wp-content/uploads/footerbg.jpg) repeat-x; 
		height:56px;	
		}
		

.custom .format_text input {
border-width:0.067em;
padding:0.2em;
width: auto;
}
