/*
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 {padding: 0;}
.custom ul.menu ul, .custom ul.menu table {position: relative; visibility: visible;}

.custom .menu {padding: 0 1.1em 0 0; background:#D2CDB6 none repeat scroll 0 0;}
.custom .menu .rss a:hover {color: #ae5a16;}

.custom .menu a {text-transform:none;}

.custom #header{background-color:#fef9f3;}

.custom .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {color:#808000; border-bottom:none;}

.custom h6 {font-size: 1.0em; font-family: Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; font-variant: normal; text-transform: none; color: #004954; letter-spacing:0px; }

.custom blockquote {background: #C4C0AA; color: #555555; padding: 25px 10px 0px 10px; border-bottom: 2px solid #C4C0AA; border-top: 2px solid #C4C0AA; border-left: none; border-right: none; margin-left: 2em; margin-right: 2em; font-size: 1.0em;}

.big_quote {color: #888888; font-size: 3em;}

.custom .format_text .drop_cap {font-family: Times New Roman; font-weight: bold; font-size: 3.8em; color: #555555;}

.pullquote_right {color: #111111; background:#C4C0AA ; width: 270px; margin: 5px 0 5px 15px; font-size: 1.8em; text-align: left; float: right; border-bottom: none; border-top: none; padding-bottom: 5px; padding-top: 100px; padding-left:5px; line-height: 1.1em;}

.custom .prev_next {border:none;}

.custom li.widget {margin-bottom:1.857em;}
.custom li.widget ul {padding-bottom:1.1em;}

li#widget_killer_recent_entries-3.widget ul li{padding-left:1.0em;}

.custom #widget_killer_recent_entries-2 {background:#F7EC93; color:#574840; border:2px solid #ccc;}
li#widget_killer_recent_entries-2.widget h3{color:#574840; padding-top:0.1em;}
.custom #widget_killer_recent_entries-2 a {color:#574840;}
li#widget_killer_recent_entries-2.widget ul li{padding-left:1.0em;}

#get_recent_comments_wrap ul p{padding-bottom: 0em; padding-left: 1.0em;}
li #get_recent_comments_wrap p {margin-bottom: 0em;}

.custom #text-8 {background:#F7EC93 none repeat scroll 0 0; color:#fafafa; border:2px solid #ccc; padding-top:1.1em; padding-bottom:1.1em;}
.custom #text-8 a {font-size:1.25em; color:#574840;}

.custom #text-10 {}

.format_text p.note, .format_text p.alert {padding:0.571em 0.786em;}

.format_text p.alert {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#FFFFA0 none repeat scroll 0 0; border:1px solid #E5E597;}

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #C4C0AA none repeat scroll 0 0; padding-top:20px;}
.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {border-color:#C4C0AA;}
.custom dl#comment_list .bypostauthor {background: #C4C0AA none repeat scroll 0 0;}
.custom dl#comment_list dd {border-bottom:none;}
.custom dl#comment_list dl dt, dl#comment_list dl dd .format_text {border-color:#C4C0AA;}
.custom dl.children {background: #C4C0AA none repeat scroll 0 0; padding-top:20px;}
.custom .comments_closed p {display: none ;}
.custom #commentform span.allowed {width: 97%;}

.custom #sidebar_1 h3 {text-align:left; background-color: #F7F2E5; clear: both; color: #E8A618; display:block; font-family: "helvetica neue" ,helvetica,arial,sans-serif; font-size: 1.0em; margin-bottom: 12px; padding: 7px 0 7px 10px; white-space: nowrap; width: 100%;}
.custom .sidebar h3 {font-variant:normal; text-align: center;}

.custom #sidebar_1 ul.sidebar_list {padding-left: 0.0em;}
.custom #sidebar_1 li.widget p {padding-left: 1.1em;}

.custom #sidebar_2 h3 {text-align:left; background-color: #F7F2E5; clear: both; color: #E8A618; display:block; font-family: "helvetica neue" ,helvetica,arial,sans-serif; font-size: 1.0em; margin-bottom: 12px; padding: 7px 0 7px 10px; white-space: nowrap; width: 100%;}

.custom .ads {text-align: center;}
.custom .ads img {margin: 1px;}

/*SubNav*/

#subnavbar {
	background: #D2CDB6;
	width: 100%;
	height: 45px;
	padding: 0;
	}
	
#subnav {
	list-style: none;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a, #subnav a:visited {
	background: #D2CDB6;
	color: #808000;
    font-family:Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    font-size: 1.5em;
    line-height: 1.286em;
	display: block;
	padding: 0.714em 0.857em;
	}
	
#subnav a:hover {
	background: #574840;
	color: #D2CDB6;
	display: block;
	text-decoration: none;
	padding: 0.714em 0.857em;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding-top: 4px;
	z-index: 14;
	position: relative;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	z-index: 10;
	position: relative;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #D2CDB6;
	width: 180px;
	float: none;
	padding: 0.714em 0.857em;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #574840;
	padding: 0.714em 0.857em;
	}

#subnav li ul { position: absolute; width: 10em; left: -999em; }
#subnav li:hover ul { left: auto; display: block; }	
#subnav li:hover ul, #subnav li.sfhover1 ul { left: auto; }


/*Header Widgets*/

#header-sidebar { background:#F7F1F3 none repeat scroll 0 0; border-top: none; color:#777777; display:block; width: 100%; list-style-type:none; }
#header-sidebar a:hover { text-decoration:underline; }
#header-sidebar1 { background: transparent none repeat scroll 0 0; float: left; width: 728px; height: 90px; padding-left: 1.1em; padding-top: 1.1em; padding-bottom: 1.1em; }
#header-sidebar2 { background: transparent none repeat scroll 0 0; float: right; width: 300px; padding-right: 1.1em; padding-top: 1.1em; padding-bottom: 1.1em; }


/* Home Page Boxes */

#homepage-top { margin: 0 2.2em; padding-top: 2.2em; }	
#homepage-top h1 {background-color: #F7EC93; color: #666666; display: block; margin-bottom: 15px; padding:7px 0 7px 19px;}
#homepage-top h1 a{color: #666666;}
.featured { font-size: 1.3em; line-height: 1.471em; margin-bottom: 1.833em; }
.featured h2 {font-family: Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; font-size: 1.4em; line-height: 1.333em; }
.featured .headline_meta {font-size: 0.85em; line-height: 1.8em; }


/* Most Tabber */

#csstabs {position:relative; width:285px; height:370px;}
#csstabs h3 {text-align:left; background-color: #F7F2E5; clear: both; color: #E8A618; display:block; font-family: "helvetica neue" ,helvetica,arial,sans-serif; font-size: 1.0em; margin-bottom: 12px; padding: 7px 0 7px 10px; white-space: nowrap; width: 100%; }
#csstabs h3 {font-variant:normal; text-align: center;}
.tabcontent {padding:10px 0 0 40px; width:100%; background:transparent; border:none; }
#tab1 .tabcontent { z-index:2; position:absolute; left:0; top:42px; background:transparent; height:370px; }
#tab1 h3 { z-index:3; width:140px; position:absolute; left:0; top:0; background-color: #F7F2E5; }
#tab2 .tabcontent { z-index:1; position:absolute; left:0; top:40px; height:370px;}
#tab2 h3 { width:140px; position:absolute; left:120px; top:0;}
#csstabs:hover h3, #csstabs:focus h3, #csstabs:active h3{ background:none; }
#tab1:hover h3, #tab1:focus h3, #tab1:active h3{ z-index:4; background:#fff; }
#tab1:hover .tabcontent,#tab1:focus .tabcontent, #tab1:active .tabcontent{ z-index:3; background-color: #F7F2E5;}
#tab2:hover h3, #tab2:focus h3, #tab2:active h3{ z-index:4; background:#fff; }
#tab2:hover .tabcontent, #tab2:focus .tabcontent, #tab2:active .tabcontent{ z-index:3; background-color: #F7F2E6; }
#tab2 .tabcontent{ z-index:1; position:absolute; left:0; top:42px; height:230px; opacity:0;}
#csstabs:hover .tabcontent, #tabs:focus .tabcontent, #tabs:active .tabcontent{ opacity:0; -webkit-transition : opacity .75s ease-in;}
#tab1:hover .tabcontent, #tab1:focus .tabcontent, #tab1:active .tabcontent{ z-index:3; background:#fff; opacity:1; -webkit-transition : opacity 2s ease-in;}
#tab2:hover .tabcontent, #tab2:focus .tabcontent, #tab2:active .tabcontent{ z-index:3;background:#fff;opacity:1;-webkit-transition : opacity 2s ease-in;}



/*Author Bio */

.authbio { color: #666; font-weight: normal; font-size: 1.3em; background: #fff; border: 1px solid #ccc; width: 484px; min-height: 116px; padding: 8px; margin-bottom:5px; margin-left: 20px; margin-top: 30px; }
img.alignleft { float:left; background-color: #fff; border:1px solid #ccc; padding: 4px; margin: 0 7px 2px 0; display: inline; }
	

/* Bookmarks */

div.sexy-bookmarks-bg-enjoy { padding: 26px 0 30px 10px; }


/*Archive*/

#archive_info {display:none;}
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: 1em; }
.custom .archivel {float: left; width: 40%;}
.custom .archiver {float: right; width: 60%;}


/* Footer Widgets */

#footer-sidebar {
	background:#F7F1F3 none repeat scroll 0 0;
	border-top: none;
	color:#777777;
	display:block;
	height:250px;
	list-style-type:none;
	padding-left: 1.1em;
    padding-top: 1.1em;
	}
 
#footer-sidebar a {
	color:#999999; 
	text-decoration: bold; 
	border:none;
	}
  
#footer-sidebar a:hover {
	text-decoration:underline;
	}
	
#footer-sidebar h3 {
	color:#CC3333;
	font-size:0.929em;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:0.5em;
	font-variant: small-caps;
	font-family: "Times New Roman",Times,Georgia,serif;
	margin-bottom: .5em;
	}
  
#footer-sidebar1 {
	background: transparent none repeat scroll 0 0; 
	float: left; 
	width: 250px;
	height: 150px; 
	padding-left: 0em;
	}
  
#footer-sidebar2 { 
	background: transparent none repeat scroll 0 0; 
	float: left; 
	width: 250px;
	height: 150px;	
	padding-left: 1.1em; 
	padding-right: 0px;
	}
  
#footer-sidebar3 {
	background: transparent none repeat scroll 0 0; 
	float: left; 
	width: 250px;
	height: 150px;
	padding-left: 1.1em;
	}

#footer-sidebar4 {
	background: transparent none repeat scroll 0 0; 
	float: left; 
	width: 250px;
	height: 150px;
	padding-left: 1.1em;
	}