/*
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/
*/

/*---:[ core layout elements ]:---*/
body.custom {
	background: #000000 url('images/bgndfade.jpg') repeat-x top left;
}

.custom a { color: #000000; text-decoration: underline;}
.custom a:hover { color: #000000; text-decoration: underline;}

.custom #page {
	background: #FFFFFF url('images/sidebar_bg.png') repeat-y;
	padding: 0px;
}

.custom #header {
	background: #ffcc00;
	border: none;
	padding-top: 1em;
	padding-bottom: 1em;
}

.custom #header #tagline {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-left: 2px;
}

.custom #tabs {
	background: #FFFFFF;
}

.custom #container {

}

.custom #content { width: 51.3em; float: left; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.2em 0 1.1em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.1em; }
	.custom	.teasers_box { width: 58.1em; }
	.custom			.teaser { width: 58.1em; }
	
.custom	.teasers_box { border-top: none; clear: both; }
	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }
.custom		.teaser {
	float: left;
	width: 57em;
	clear: left;
	padding-top: 1.5em;
	padding-right: 0pt;
	padding-bottom: 1.5em;
	padding-left: 0pt;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #bbb;
}
.custom		.teaser_right { float: left; }
	.top { border: none !important; }
	
.custom	.teaser h2 {
	width: 75%;
	float: left;
}
	
.custom .teaser abbr.teaser_date {
	width: 20%;
	float: right;
	line-height: 18pt;
	text-align: right;
}

/*---:[ headlines and bylines ]:---*/
.custom h1, h2, h3, h6 { color: #000000; font-size: 24px; font-weight: bold; font-variant: none; text-transform: none; letter-spacing: normal;}
.custom h4, h5 { font-weight: bold; }
.custom h5, h6 { 
	font-weight: bold;
	color: #000000;
	text-transform: none; 
	letter-spacing: normal; 
	font-family: Arial, Helvetica, Sans-Serif;
}
.custom .format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.custom .sidebar h3 { font-variant: none; text-transform: none; letter-spacing: normal; color: #000000;}
.custom	h2 a { color: #000000; font-variant: none; text-transform: none; text-decoration: none;}
.custom	h2 a:hover { color: #666666; font-variant: none; text-transform: none; text-decoration: none;}

/*---:[ headline meta data (includes bylines) ]:---*/
.custom .headline_meta { font-size: 11px; font-style: normal; color: #666666;}
.custom	.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: none; letter-spacing: normal; }
.custom	.headline_meta a { color: #000000; text-decoration: none; border-bottom: none;}
.custom	.headline_meta a:hover { color: #000000; text-decoration: underline; border-bottom: none;}

/*---:[ nav menu styles ]:---*/
.custom #tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
	#tabs li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; font-size: 11px; color: #000000;}
.custom	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #ffffff; border-bottom: 0; }
.custom		#tabs a { display: block; line-height: 1em; font-size: 12px; color: #000000; text-decoration: none; text-transform: none; 			letter-spacing: normal; }
.custom		#tabs a:hover { display: block; line-height: 1em; font-size: 12px; color: #000000; text-decoration: underline; text-transform: none; letter-spacing: normal; }
.custom		#tabs .current_page_item a, #tabs .current-cat a { display: block; line-height: 1em; font-size: 12px; color: #000000; text-decoration: none; text-transform: none; 			letter-spacing: normal;; }
.custom		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { display: block; line-height: 1em; font-size: 12px; color: #000000; text-decoration: none; text-transform: none; 			letter-spacing: normal; }
.custom	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
.custom		#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

/*---:[ content elements ]:---*/
.custom	.post_box { padding-top: 1.5em; }
			.headline_area { margin-bottom: 2.2em; }
.custom		.teasers_box { padding-top: 0em; padding-bottom: 0em; }

.custom #content {
	width: 60em;
	padding-left: 1em;
}

.custom #content_box {
	background-image: none;
}

.custom #sidebars { 
	border: none;
}

.custom #sidebar_1 { 

	border: none;
}

.custom #dsq-content h3 {
	font-size: 16px;
}

.custom #footer {
	background: #000000;
	border: none;
	color: #999999;
	text-align: left;
}

.custom #s {
     float: right;
     background: #FFFFFF;
     color: #000000;
     padding: 6px 10px 6px 30px;
     width: 156px;
}

#archive_info {display:none;}

/*---:[ sidebar styles ]:---*/
.custom .sidebar a { color: #000000; text-transform: none; text-decoration: none; font-variant: none; }
.custom .sidebar a:hover { color: #000000; text-transform: none; text-decoration: none; font-variant: none; }
.custom ul.sidebar_list { list-style: none; }
.custom	li.widget { width: 100%; }
.custom	li.centered { text-align: center; }
.custom		li.widget p a { color: #000000; text-transform: none; text-decoration: none; }
.custom		li.widget p a:hover { color: #000000; text-transform: none; text-decoration: none; }
.custom		li.widget ul { list-style: none; }
.custom			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
.custom		li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
		/*---:[ subscriptions widget ]:---*/
.custom		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('images/icon-rss.gif') 0 50% no-repeat; }
.custom		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('images/icon-email.gif') 0 50% no-repeat; }
		/*---:[ google custom search ]:---*/
.custom		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
.custom		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
.custom		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #2361a1; }

/*---:[ footer styles ]:---*/
.custom #footer a {
	color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.custom #footer a:hover { color: #666666; }
