/*
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/
*/


/*Full width navigation bar styling--Full height .page border*/
/*.custom #header_area {background:#ffffff;}
	.custom #header_area .page {background:transparent;border-right: solid #6295ce; border-left: solid #6295ce}
		.custom #header {border-bottom:0;}*/

/*Full width navigation bar styling--Full height #header border*/
.custom #header_area {background:#ffffff;}
	.custom #header_area .page {background:transparent;}
		.custom #header {padding:0px; height: 370; width: 936px; border-bottom:0;border-right: 0px solid #6295ce; border-left: 0px solid #6295ce}
		
.custom #nav_area {background:#6295ce;}

.custom #nav_area {background:#6295ce; border-bottom:13px solid #bdc0c7;}
	.custom #nav_area .page {background:transparent;}
	
.custom .menu {
	border-left: solid #6295ce; border-right: solid #6295ce;}
		
/*Carousel at top of page styling*/			
/*#topcarousel {width: 936px; border-right: 0px solid #6295ce; border-left: 0px solid #6295ce; padding:0px; padding-left:0px;}
.carouselu {width:150px;float:left;padding:3px;text-align:center;}
.carouselu IMG {border:2px solid #ccc;display:block;}
*/

/*Styling for top of page feature box with integrated carousel*/
/*.custom #feature_box {
background:none repeat scroll 0 0 #ffffff;
border-color:#DDDDDD;
border-style:solid;
font-size:11px;
font-weight:bold;
color: #333333;
}

.custom #feature_box {
padding-left:0em;
padding-right:0em;
}

.custom #feature_box, #archive_intro, #comment_nav_2 {
border-width:0 0 0em;
}
*/

/*Changes color of post box divider dotted line*/
.custom .post_box, .teasers_box {
border-color:#ffffff;
border-style:double;
clear:both;
}

/*Custom Footer*/
.custom #footer_area {background:#transparent; padding:0em 0; border-top:13px solid #bdc0c7; border-bottom:30px solid #6295ce;}
	.custom #footer_area .page {background:transparent;}
		.custom #footer {border-top:0;}

/*Custom Footer - image border - did not work
.custom #footer_area {background:#transparent; padding:0em 0; border-top-image: url(http://www.globalwarming.org/wp-content/uploads/2011/02/footer-top-boarder.gif) stretch; }
	.custom #footer_area .page {background:transparent;}
		.custom #footer {border-top:0;}
*/
		
/*Custom Widgitized Footer*/
/*
.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:30%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}
*/

/*Widgetized Footer Cusomizations - OpenMarket RSS
.custom #rss-3 h3 {
	background: url('..custom/images/openmarket-zmall.jpg') no-repeat;	
}
Need to figure out how to display image for widget header*/
		
/*Changed Color of Content Box Background (divider bar)*/
.custom #content_box { width: 100%; background: url('../lib/images/dot-ddd[blue].gif') 62.9em 0 repeat-y; }

/*Custom Border--Full height .page border*/
/*.custom #content_area .page{
	border-right: solid #333333; border-left: solid #6295ce}*/
	
/*Custom Border--Full height #content_box border
.custom #content_box{
	border-right: 1px solid #6295ce; border-left: 1px solid #6295ce}*/

/*Widget Header Customizations*/
.custom .sidebar h3 {
	border-bottom: 1px solid #333333;
	color: #333333;
	font-size: 16px;
	margin: 0 0 10px;
	padding-bottom: 5px;
	text-transform:uppercase;	
}

/*Widget Customizations - Subscribe for Updates*/
.custom #text-547645803 {
	color:#333333;
	font-size: 16px;
	text-transform:uppercase;	
}


/*Widget Customizations - CEI On The Web*/
.custom #text-547645805 {
	color:#333333;
	font-size: 16px;
	text-transform:uppercase;
}

/*Widget Customizations - Contributors*/
.custom #text-547645806 {
	color:#333333;
	font-size: 16px;
	text-transform:uppercase;
}

/*Widget Customizations - Cooler Heads Coalition*/
.custom #linkcat-636 {
	color:#333333;
	font-size: 16px;
	text-transform:uppercase;
}


/*sidebar link styles*/
.custom .sidebar a {
	color:#333333;
	font-size: 16px;
}

/*.custom .sidebar a:visited {
	color:#333333;
	font-size: 16px;
	text-transform:uppercase;
}*/

.custom .sidebar a:hover {
	text-decoration:underline;
}

/*Tweet Button Styling*/
/*
.custom div.tweetbutton {
	float:left;
	padding-left: 0px;
}
*/

/*Faceboon Button Styling*/
/*
.custom div.facebookbutton {
	float:left;
	padding-left: 5px;	
}
*/

/*.custom li.widget{
	color: #333333;
	font-size: 14px;
	text-transform:uppercase;
}*/


/*Background experimentation
.custom body.custom {
	background:#000000;}
*/
	
/*Classes for center column and sidebar
.custom #content_box {background-color: #eee; }
.custom #content {background-color: #fff;}
*/

