/*
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/
*/



/*---:[ Using this background ]:---*/

/* Note: green BBD14A blue 7CCDDE purple 57007F */

body.custom { background: #7CCDDE 50% 0%; norepeat; margin: 0 auto}
.custom #container { margin-top: 1em; margin-bottom: 2em; padding: 0.1em; background: #57007F; border: 0.0em solid #57007F; } 

/* .custom #container { margin-top: 2em; margin-bottom: 2em; } */

	.custom #page { background: #fff; }
	
/*---[ end Set 6 ]:---*/



.custom #header { height:124px; background:url('images/header115blk.png') no-repeat center; padding-bottom: 0em; padding-top: 0em}
.custom #header #logo a { color: #7CCDDE; }
.custom #header {border-style: none; }


.custom #page {padding: 0em}

/*---[ Custom Nav Menu ]:---*/

/*
.custom ul#tabs {border-bottom:none; border-left:none; background:#EEEEEE;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#FFFFFF}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {}
.custom ul#tabs li a:hover {text-decoration:none; background:#FFFFFF}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#FFFFFF;}, .custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#FFFFFF}
*/

/*---[ End Custom Nav Menu ]:---*/


.custom #nav_area {background:#57007F; border-bottom:0px solid #CFE083; padding-top:0px;}

.custom .menu {font-weight:bold;
padding:0 1.1em; }

/*
	.custom ul#tabs {border-bottom:0px none #D5EDF1; border-left-color:#D5EDF1; border-right-color:#D5EDF1; border-top-color:#D5EDF1}
		.custom ul#tabs li {border-bottom:0px none #325127; background-color:#57007F; border-left-color:#D5EDF1; border-right-color:#D5EDF1; border-top-color:#D5EDF1}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#57007F;}
		.custom ul#tabs li a:hover {background: #7CCDDE; text-decoration: none;}
		.custom ul#tabs li a {color: #C4DEA8; font-weight: bold;} 
*/

.custom #sidebars {float: left;} 
	.custom ul#sidebar_list {padding-left: 1em;} 
	.custom #sidebars .sidebar h3 {color: #EE9E29; font-weight: bold; font-size: 1.2em;} 
	.custom #sidebars .sidebar a {color: #7CCDDE;}




/* .custom #content #post_box .format_text h3, h2 element.style { color: #7CCDDE; } */

.custom a { color: #7CCDDE; }


.custom #footer { height: 95px; background: #000000; padding-top: 0; padding-bottom: 0; border-top: none;}
	.custom #footer a {color: #C4DEA8;}

.custom #footer_1 {text-align:left; color:#C4DEA8;}
	.custom #footer_1 ul.sidebar_list li.widget {width:45%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h4 {color:#C4DEA8;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#C4DEA8; border-bottom:0px none; text-decoration: none}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}