/*
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 #header { background:#ffffff; no-repeat; text-indent: -9999px; border-bottom: none; }



.custom ul#tabs {border-bottom:none; border-left:none;}
	.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:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}

.custom #header #logo a { display: block; height: 200px; width: 950px; background: url(images/Head.jpg) no-repeat; outline: none; }

.custom #header_area {
background:none repeat scroll 0 0 #595E23;
}

.full_width > .page {
background:none repeat scroll 0 0 ;
}

.full_width .page {
margin:0 auto;
width:97.2em;
}


.custom #image_box img.four_by_three {
height:15.9em;
width:47.9em;
}

.custom #custom_box {
font-size:1em;
line-height:1em;
}

.custom #multimedia_box {
margin-bottom:1em;
}

.custom #header_area {
height:195px;
}


.custom #nav_area {
background:none repeat scroll 0 0 #595E23;
border-bottom:0 solid #EEEEEE;
}

.custom ul.menu {
background:none repeat scroll 0 0 #FFFFFF;
padding:10px;
width:98%;
}

.custom #smooth_sldr .sldrlink {display:none} 

.custom .custom h2.entry-title, .custom h1.entry-title,
.custom h1, h2, h2 a   
.custom .headline_area h1, .headline_area h2{
background:none repeat scroll 0 0 #ECE7E4;
color:#443322;
font:100 24px Helvetica Neue;
margin-left:-1px;
margin-right:-1px;
margin-top:-1px;
padding:5px;
}




/*Feature Box Padding*/
.custom #feature_box { padding:0; background:#ffffff; padding-top: 0.1em; padding-bottom: 0.1em; }  


/* Color the Background of the Sidebars */
.custom #content_box {
	background: #ffffff;
}

.hfeed {
	background: #FFFFFF;
}

.custom #content_box #content{
	background: #FFFFFF;
}

.widget {
	border-top: 0px;
}

/* Style the sidebars */ 
.sidebar_list h3 {
	display: block;
	background: #ffffff;
	text-align: center;
	padding: .25em 0em;
	border-top: 3px solid #332024;
	border-bottom: 3px solid #332024;
	margin: 0px;
}

.sidebar_list ul {
	border: 1px solid #A52D23;
	border-top:0px;
	margin-bottom: .5em;
}

.widget li {
	padding-left: 1em;
	padding-top: .5em;
}

li.widget ul li {
	margin: 0em;
}

.custom .sidebar h3 {
color:#000000;
}

.custom #footer_area {background:#595E23; padding:0.5em 0; border-top:0px solid #bbd;}
	.custom #footer_area .page {background:transparent;}
		.custom #footer {border-top:0;}

.custom #footer_1 {text-align:left; color:#ffffff;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#000000;}
		.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;}

.custom .custom_box {
background:none repeat scroll 0 0 #ffffff;
}

.footerbox{
background:none repeat scroll 0 0 #F4F4F4;
border: 3px solid #CCCCCC;
margin-bottom:6px;
margin-top:10px;
padding:10px;
} 

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

