/*
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 {display:none;}
*/
/*
.custom #header_area{
position: relative;
height: 160px;
padding-top: 0;
padding-bottom: 0;
border:none;
margin: 0 0 0 0;
background: url(/wp-content/themes/thesis_16/custom/images/bg_header.png) 100% 100% no-repeat;
}
*/
































































































































/*
.custom #header_area .page {
text-indent:-9999px;
height:160px;
margin: 0 0 0 0;
position: absolute;
padding-top: 0;
padding-bottom: 0;
background: transparent;
}
*/
































































































































































































































































/*
.custom #header_area .page {
display:block;
text-decoration:none;
height:160px;
background:transparent url(/wp-content/themes/thesis_16/custom/images/logo.png) 0 0 no-repeat;
}
































































































































































































































































/*
.custom #header {
background:transparent url(/wp-content/themes/thesis_16/custom/images/logo.png) no-repeat top left;
}
*/
































































































































/*
.custom #header {
border-bottom:none;
height:160px;
width:600px;
position:relative;
padding-top:0;
padding-bottom:0;
background:transparent url(/wp-content/themes/thesis_16/custom/images/logo.png) 0 0 no-repeat;
}
*/
/*
.custom #header_area .page {
background: transparent;	
}
































































































































.custom #header {
height: 140px;
background: transparent;
}
































































































































.custom #header #logo a {
text-indent: -9999px;
display: block;
height: 160px;
width: 600px;
position: absolute;
padding-top: 0;
padding-bottom: 0;
margin: 0 0 0 0;
background: transparent url(/wp-content/themes/thesis_16/custom/images/logo.png) left top no-repeat;
}
































































































































.custom #nav_area {background:#F0ECDB; border-bottom:1px solid #DBD4B7; padding-top:10px;}
	.custom ul#tabs {border-bottom:0; border-color:#DBD4B7;}
		.custom ul#tabs li {border-color:#DBD4B7; background-color:#E6DEC0;}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}
































































































































*/
































































































































.custom #header {
position: relative;
height: 160px;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
border-bottom: 5px solid #BAB5A8;
margin: 0 0 0 0;
background: url(/wp-content/themes/thesis_17/custom/images/bg_header.png) 100% 100% no-repeat;
}
































































































































.custom #logo {
text-indent: -9999px;
width: 424px;
height: 50px;
margin: 0 0 0 0;
position: relative;
padding-left: 0.3em;
padding-top: 1em;
}
































































































































.custom #logo a {
display:block;
text-decoration:none;
height: 50px;
background:transparent url(/wp-content/themes/thesis_17/custom/images/logo.png) 0 0 no-repeat;}
































































































































.custom #header #tagline {
text-indent: -9999px;
width: 600px;
height: 50px;
position: absolute;
top: 6em;
right: 0;
left: 1em;
background:transparent url(/wp-content/themes/thesis_17/custom/images/title.png) 0 0 no-repeat;}
































.custom #content_box {background-color:#EDF7D4;}
.custom #content {background-color:#F4F0D9;}














































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































