/*
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 the

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/

*/


.order-now div.headline_area h1 {display: none;}
.how-to-talk-dirty div.headline_area h2 {display: none;}
.drive-men-wild div.headline_area h1 {display: none;}
.courses div.headline_area h1 {display: none;}
.dirty-talk-generator div.headline_area h1 {display: none;}
.for-ladies div.headline_area h1 {display: none;}
.for-guys div.headline_area h1 {display: none;}


.custom #container {
width:100%;

}

/*.custom #page {}*/

.custom #header {
background: url(images/dirty-talk-header.jpg) center top no-repeat;
background-color:#000000;
width: 100%;
height:168px; 
margin-right: auto;
margin-left: auto;
padding:0px; 
}

.custom #header #logo a {display:block; height:99px; text-indent:-9999px;}


.custom .menu {
	width:835px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 0px;
	margin-top: -29px;
	border:0px;
	background: transparent;

}
.custom .menu a {
letter-spacing:0px;
font-size:10px;
background: transparent;
text-transform:none;
font-size: 13px;
line-height: 12px;
}

.menu .current ul a, .menu .current a:hover, .menu ul a, .menu a:hover, .menu li ul, .menu li ul {background-color:#000000;}

.custom #footer {
padding-bottom: 10px;
width:100%;
background-color: #000000;
margin-left:auto;
margin-right:auto;

}

#footer p {
color:#ffffff;
font-size:13px;
line-height:1.667em;
}

#footer a {
color: #0099FF;
}

.custom #content_box { 
background: #ffffff;
width:850px;
margin-left:auto;
margin-right:auto;
}

.custom #content { 
background: #FFFFFF;
width:620px;
margin-left:auto;
margin-right:auto;
margin-top: 20px;
margin-bottom: 20px;
}

/*.custom .post_box{
border:1px solid #ccc;
padding:20px;
margin-bottom: 25px;
} */

.custom #sidebars { background-color:transparent;
width:212px;
margin-left:auto;
margin-right:auto;
 }


.custom li.widget {
background-color:#FFFFFF;
width:204px;
padding:10px 4px;
margin-bottom: 0px;} 

.sidebar h3 {
background: url(images/dirtytalk_side.jpg); background-position:center;
background-repeat: no-repeat;
color:#ffffff;
width:180px;
height:20px;
font-size:13px;
line-height:15px;
padding-left:11px;
padding-top: 2px;
margin-bottom:0.563em;
}

.custom ul.sidebar_list {
padding-top:0em;
}

.sidebar ul.sidebar_list {
padding:0px;
}

.custom h2 a {
font-size:22px;
font-weight:bold;
line-height:130%;
color:#0000FF; 
text-decoration:underline;
}

.custom blockquote {
border-left:0px solid #DDDDDD;
color:#000000;
}

.format_text blockquote {
margin-right: 7%;
margin-left: 7%;
margin-top: 15px;
line-height: 40px;
}

.custom .headline_area img.frame { margin-top: 25px; margin-bottom:25px;
}
.custom img.frame {
background:none repeat scroll 0 0 #ffffff;
border:none;
}

.custom h1 {font-size: 30px; line-height: 120%; font-weight: bold; text-align: center; font-family: tahoma;letter-spacing: -2px; }
.custom h2 {font-size: 22px; line-height: 1.0em; font-family:tahoma;}
/*.custom h3 {font-size: 1.3em; line-height: 1.0em;}
.custom .format_text {font-size:14px;line-height:1.5em;}
.format_text .to_comments {visibility: hidden;}*/
.highlight {	background-color: #FFFF00;}

.how-to-talk-dirty #content_box {
width: 820px;
}

.how-to-talk-dirty h1 {font-size: 34px; padding-bottom: 10px;}
.how-to-talk-dirty h2 {font-size: 23px; line-height: 1.0em; text-align: center; padding-bottom: 20px;}
.how-to-talk-dirty h4 { font-size: 20px; padding-left: 50px; line-height: 30px; font-style:italic;}


.how-to-talk-dirty #content { 
background: #FFFFFF;
width:820px;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
margin-bottom: 0px;
}
.how-to-talk-dirty .format_text blockquote {
margin-right: 0%;
margin-left: 75px;
margin-top: 15px;
line-height: 25px;
padding-top: 10px;
}


.how-to-talk-dirty #comments {display: none ;}

.format_text .to_comments {visibility: hidden;}

.menu .rss {visibility: hidden;}

/*.how-to-talk-dirty #page {width:650px;}
.how-to-talk-dirty #header {background:url(images/homehead.jpg) center top no-repeat;height:100px;width: 650px;background-color: #ffffff;margin-right: auto;margin-left: auto;background-position: center;}
.how-to-talk-dirty #container {border:0 solid #000000;margin:0 auto;padding:0;width:650px;}
.how-to-talk-dirty #body {background-image: url(images/bg2.png);background-repeat: repeat-y;background-attachment: fixed;background-position: center;

}*/















