/* @override http://graham-cox.com/wp-content/themes/thesis/custom/custom.css?121308-211218 */

/* @override http://graham-cox.com/wp-content/themes/thesis/custom/custom.css?112908-141151 */

/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/
 
body.custom {
background: url('images/body_background.png') #45494d repeat-x 0% 234px;
	}

.custom div#header_area.full_width{
	height: 233px;
	background: url('images/header_background.jpg') repeat-x;
	}

.custom div#header_area.full_width div.page{
	margin-top: 0;
	padding-top: 0;
	}


.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #222; border: 0.4em solid 333; 
	}

.custom div#content_area.full_width div.page{
	margin-top: 4em;
	background: url('images/body_capper.jpg') #fcfcfc no-repeat -7px 0px;
	width: 914px;
	border: none;
	}

.custom div#header_area.full_width div.page div#header{
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	}

.custom div#header_area.full_width div.page div#header #logo{	
	background: url('images/logo.jpg') no-repeat -28px; 
	height: 184px; 
	width: 414px;	 
	float: left;
	} 

.custom div#header_area.full_width div.page div#header #logo a {
	display: block;
	height:184px;
	text-indent: -9999px;
	font-size: 0.1em;
	color: #000;
	}

.custom div#subscription_options{
	float: left;
	margin-top: -6.5em;
	color: #fff;
	font-size: 2.3em;
	padding-left: 2em;
	}

.custom div#subscription_options ul.subscription_list{
	list-style-type: none;
	list-style: none;
	}

.custom div#subscription_options ul.subscription_list li{
}

.custom div#subscription_options ul.subscription_list li#rss_sub{
	background: url('images/rss.png') no-repeat 100%;
	height: 48px;
	padding-top: 12px;
}

.custom div#subscription_options ul.subscription_list li#email_sub{
}

.custom div#subscription_options ul.subscription_list li a{
	color: #777;
	font-family: helvetica;
	font-weight: bold;
	padding-right: 80px;	
}

.custom div#subscription_options ul.subscription_list li#email_sub form input {
	background: transparent;
	color: #777;
	font-family: helvetica;
	letter-spacing: 0px;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #555;
	padding: 0.2em 0 0.2em 0.2em;
	width: 210px;
	} 

.custom div#subscription_options ul.subscription_list li#email_sub form input.go_button {
	background: url('images/go_button.png') no-repeat 11px;
	height: 48px;
	width: 59px;
	border: none;
	padding-top: 6px;
	text-indent: -9999px;
	cursor: pointer;
	}

.custom div#content_box{
	padding-top: 1em;
	width: 960px;
	border: none;
	background: none;
	}

div#content.hfeed{
	border: none;
	}

.custom div.page ul#tabs, .custom div.page ul#tabs{
	border: none;
	float: left;
	margin-top: .5em;
	text-transform: none;
	}

.custom div.page ul#tabs, .custom div.page ul#tabs li{
	background: transparent;
	border: none;
	text-transform: none;
	}

.custom div.page ul#tabs, .custom div.page ul#tabs li a{
	color: #eee;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 0;
	padding-right: 2em;
	text-transform: lowercase;
	letter-spacing: 0px;
	}
 
.custom div.headline_area h2.entry-title a{
	color: #6c3bc1;
	} 

.custom div.headline_area h2.entry-title a:hover{
	color: #222;
	} 
	
.custom .format_text .drop_cap{
	color: #6c3bc1;
	}
 
 .custom #sidebars ul.sidebar_list h3{
	color: #6c3bc1;
	font-size: 1.4em;
	}
 
 
.custom div#sidebars{
	float: left;
	padding: 2em;
	border-left: 0.1em solid #eee;
	}

.custom div#footer{
	border: none;
	}


.custom .share-box {
	height:20px;
	padding:5px;
    margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	}

.custom .share-box a { text-decoration: underline;}

.custom .share-box-post {
	height:20px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	}

.custom .share-box-post a { text-decoration: underline;}

.custom .share-box-post input.go_button {
	background: url('images/go_button-16.png') no-repeat;
	height: 16px;
	width: 16px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	}


.custom ul#sidebar_ads{
	display:inline;
	list-style: none;
	}

.custom ul#sidebar_ads li a.ad125 img{
	float: left;
	padding: 5px;
	width: 125px;
	height: 125px;
	border:  1px solid #eee;
	margin-right: 10px;
	margin-bottom: 30px;
	}