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

/*BACKGROUND*/

body.custom {
	background:#eeeff0;
	}
	
.custom #content_area {
	background:#eeeff0 url(images/bg.png) repeat-y scroll 50% 0; min-width: 1000px;
	}
	
/* Gets rid of header */
.custom #header #logo, .custom #header #tagline { display: none; }


.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	}
	
.custom #content_box, .custom #column_wrap {
	background: none;
	}
	
.custom .page {
	background: none !important;
	padding-top: 0em !important;
	padding: 0em !important;
	}
	
.custom .post_box {
	padding-top:4.2em;
	}
	
.custom #header_area {
	background:#FFFFFF url(images/navbg.png) repeat-x scroll 0 0;
	border-bottom:1px solid #000000;
	height:10em;
	}
	
#customheader a {
	display: block;
	background: transparent url(images/header2.png) no-repeat;
	width: 372px;
	height: 191px;
	outline: none;
	margin-top: 2em;
	}
	
#customheader a:hover {
	background-position: 0 -192px;
	}

	
	
/* Post Titles */

.custom h2 a {
	color: #ea5f84 !important;
	}
	
.custom h2 a:hover {
	color: #000 !important;
	}
	
.custom h2 a:visited {
	color: #ea5f84 !important;
	}
	
.custom .headline_area h1, .headline_area h2 {
	color: #ea5f84 !important;
	}
	
	
/* Social Icons in Sidebar */

.socialicons {
	height:12em;
	margin-top:2em;
	width:45em;
	}
	
#email a {
	display: block;
	background: transparent url(images/email.png) no-repeat;
	width: 145px;
	height: 83px;
	float: left;
	outline: none;
	}
	
#email a:hover {
	background-position: 0 -83px;
	}
	
#divider a {
	background: transparent url(images/socialdivider.png) no-repeat;
	float: left;
	width: 30px;
	height: 92px;
	display: block;
	}
	
#rss a {
	display: block;
	background: transparent url(images/rss.png) no-repeat;
	width: 140px;
	height: 76px;
	float: left;
	outline: none;
	margin-top: .7em;
	}
	
#rss a:hover {
	background-position: 0 -76px;
	}
	
/*Twitter Widget*/

.custom #twitter_div {
	background:transparent url(images/twitterbubble.png) no-repeat scroll 0 0;
	display:block;
	height:194px;
	width:312px;
	}
	
	li.widget_twitter {
		list-style-type: none;
		}

.custom li.widget_twitter ul {
	left:4.1em;
	position:relative;
	top:4em;
	}
		
.custom li.widget_twitter ul li {
	list-style-type: none;
	font-size:1.3em;
	line-height:1.538em;
	color: #fff;
	width: 18em;
	}
	
.custom li.widget_twitter ul li a {
	color: #fbd3dd !important;
	}
	
.custom li.widget_twitter ul li a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#tweet_button {
	position:relative;
	top:-1em;
	width:230px;
	}

div#tweet_button a {
	display: block;
	height: 83px; 
	width: 330px;
	background: url('images/twitterfollow.png') no-repeat;
	outline: none;
	}
	
	div#tweet_button a:hover {
		background-position: 0 -84px;
		}
		


/* Sidebar Styling */

.custom .sidebar h3 {
	color:#fff !important;
	letter-spacing: 0px;
	font-variant: normal;
	text-transform: lowercase;
	font-weight: normal;
	}
	
.custom .sidebar a { 
	color: #fbd3dd !important; 
	}
	
.custom .sidebar a:visited {
	color: #fbd3dd !important; 
	}
	
.custom .sidebar a:hover {
	color: #fff !important;
	text-decoration: none;
	}
	
.custom li.widget {
	width:23em;
	}
	
.custom li.widget ul li {
	margin-bottom:1.5em;
	}
	
#idc-container-parent {
	padding-left: 2em;
	}

		
/*Custom Navigation*/

#customNav { 
	float: left; 
	list-style: none; 
	height: 66px; 
	padding: 0; 
	width: 924px;
	margin-top:2.7em; 
	}

	#customNav li { 
	float: left; 
	height: 66px; 
	text-indent: -5000px; 
	}
	
	#customNav li a { 
	display: block; 
	background: url('images/nav.png'); 
	outline: none; 
	width: 154px; 
	height: 66px; 
	}
	
	#customNav li#home a { background-position: 0 0;  }
	#customNav li#home a:hover { background-position: 0 -66px; }
	#customNav li#home a.active { background-position: 0 -132px; }

	#customNav li#list a { background-position: -154px 0;  }
	#customNav li#list a:hover { background-position: -154px -66px; }
	#customNav li#list a.active { background-position: -154px -132px; }
	
	#customNav li#girl a { background-position: -308px 0;  }
	#customNav li#girl a:hover { background-position: -308px -66px; }
	#customNav li#girl a.active { background-position: -308px -132px;}
	
	#customNav li#shout a { background-position: -462px 0; }
	#customNav li#shout a:hover { background-position: -462px -66px; }
	#customNav li#shout a.active { background-position: -462px -132px; }
	
	#customNav li#book a { background-position: -616px 0; }
	#customNav li#book a:hover { background-position: -616px -66px; }
	#customNav li#book a.active { background-position: -616px -132px; }
	
	#customNav li#archives a { background-position: -770px 0; }
	#customNav li#archives a:hover { background-position: -770px -66px; }
	#customNav li#archives a.active { background-position: -770px -132px; }
	
	
/* CUSTOM HEADERS FOR SIDEBAR Widgets */

.custom .sidebar ul.sidebar_list {
	padding-left:3.1em;
	}
	
.custom li.widget_popular h3 { 
	height: 76px; 
	background: url('images/favorites.png') no-repeat; 
	text-indent: -9999px; 
	width: 410px;
	}
	
	
.custom li.widget_how-to h3 { 
	height: 76px; 
	background: url('images/howto.png') no-repeat; 
	text-indent: -9999px; 
	width: 410px;
	}
	
	
.custom li.widget_internship h3 { 
	height: 76px; 
	background: url('images/intern.png') no-repeat; 
	text-indent: -9999px; 
	width: 410px;
	}
	
	
#divider2 {
	background:transparent url(images/divider2.png) no-repeat scroll 0 0;
	height:2px;
	position:relative;
	width:335px;
	margin-bottom: 4em;
	margin-top: 3em;
	}
	
	
/* Elsewhere Sidebars */

#sidebar_elsewhere h1 {
	background: transparent url(images/sidebar_elsewhere.png) no-repeat;
	height: 87px;
	width: 340px;
	text-indent: -9999px;
	}

ul#toywithme h3 a {
	background: transparent url(images/toywithme.png) no-repeat;
	height: 67px;
	display: block;
	width: 265px;
	text-indent: -9999px;
	outline: none;
	}
	
ul#toywithme li {
	text-transform: lowercase;
	}
	
	
ul#stratejoy h3 a {
	background: transparent url(images/stratejoy.png) no-repeat;
	height: 56px;
	display: block;
	width: 287px;
	text-indent: -9999px;
	outline: none;
	margin-top: 3em;
	}
	
ul#stratejoy li {
	text-transform: lowercase;
	}
	
/* Sidebar - Sex Toys */

#sidebar_sextoys a {
	background: transparent url(images/sidebar_sextoys.png) no-repeat;
	height: 87px;
	width: 340px;
	display: block;
	outline: none;
	margin-bottom: .8em;
	}
	

	
/*Main LINKS*/
	
.custom a { 
	color: #EA5F84; 
	text-decoration: none; 
	}

.custom a:hover { 
	color: #983e56; 
	}

.custom a:visited { 
	color: #EA5F84 !important; 
	font-weight: normal; 
	}
	
/*Comments Closed Text*/

.custom .comments_closed p {
	display: none;
	}
	
/* Date */

.custom abbr, acronym {
	text-transform:lowercase;
	}
	
.custom .headline_meta {
	font-size:1.2em;
	color: #983E56;
	}
	
.custom .headline_meta span, .headline_meta abbr {
	text-transform:lowercase;
	font-size: 1em;
	}
	
	
/*After Click on Post Comments*/

.custom .format_text .to_comments { 
	color: transparent; 
	clear: both; 
	background: transparent url(images/comment.png) no-repeat;
	width: 200px;
	height: 60px;
	}

.custom .format_text .to_comments span { 
	color: #983e56; 
	font-size: 2.5em;
	font-style: italic;
	}

.custom .format_text .to_comments span.bracket { 
	display: none;
	}

.custom .format_text .to_comments a { 
	color: #983e56; 
	text-decoration: none; 
	margin-left: 5em;
	margin-top: 2em;
	position: relative;
	top: 1.6em;
	}
	
.custom .format_text .to_comments a:visited { 
	color: #983e56 !important; 
	}

.custom .format_text .to_comments a:hover { 
	color: #888; 
	text-decoration: none; 
	}

/*Intro Comment Styles*/

.custom .comments_intro p { 
	color: #983e56; 
	}
		
.custom .comments_intro a { 
	text-decoration: underline; 
	}
		
.custom .comments_intro a:hover { 
	text-decoration: none; 
	}

.custom .comments_intro span { 
	color: #983e56; 
	}

.custom .comments_intro span.bracket { 
	display: none;
	}
	
.custom dl#comment_list dl .bypostauthor, dl#comment_list .bypostauthor {
	background: #fad1dc !important;
	padding: .7em;
	border-left: 4px solid #ea5f84 !important;
	}
	
	
/* Footer */

.custom #footer_area {
	background: #983e56 url(images/footerbg2.png) no-repeat top;
	height: 56em;
	}
	
#elsewhere {
	background: transparent url(images/elsewhere.png) no-repeat;
	height: 218px;
	width: 420px;
	float: left;
	position: relative;
	margin-top: 10em;
	}
	
#elsewhere p {
	color:#E7E7E7;
	left:7em;
	position:absolute;
	text-align:justify;
	top:6.4em;
	width:262px;
	}
	
#elsewhere a {
	color: #fbd3dd !important;
	text-decoration: underline;
	}
	
#elsewhere a:hover {
	color: #fff !important;
	}
	
#shitmoney a {
	display: block;
	background: transparent url(images/shitmoney.png) no-repeat;
	width: 382px;
	height: 143px;
	margin-top: 10em;
	outline: none;
	margin-bottom: 4em;
	margin-left: 20em;
	}
	
#shitmoney a:hover {
	background-position: 0 -140px;
	}
	
/* Ads in Footer */

#ads {
	clear:both;
	float:left;
	margin-left:10.6em;
	width:703px;
	}

#ad1 a {
	display: block;
	background: transparent url(images/thesisad.png) no-repeat;
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 7em;
	border: 2px solid #000 !important;
	outline: none;
	}
	
#ad2 a {
	display: block;
	background: transparent url(images/sboxxad.png) no-repeat;
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 7em;
	border: 2px solid #000 !important;
	outline: none;
	}
	
#ad3 a {
	display: block;
	background: transparent url(images/bluehostad.png) no-repeat;
	width: 160px;
	height: 160px;
	float: left;
	border: 2px solid #000 !important;
	outline: none;
	}
	

	
.paypalbutton {
	height: 228px !important;
	width: 449px !important;
	outline: none !important;
	border: none !important;
	}
	

	

