/*
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/
*/
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 125px; width: 990px; background: url('http://missionstraighthair.com/mission-straight-hair.gif') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/* End Header Don't Delete -- To Change header image, just replace http:// line above */

/* This next line is for the tabs -- removes lines and makes tabs just text */
/*move the nav bar below the header*/

#footer {
padding-bottom:1.1em;
padding-top:1.1em;
}
#header, #footer {
padding-left:1.1em;
padding-right:1.1em;
}
#footer {
border-top:3px double #DDDDDD;
clear:both;
color:#888888;
text-align:right;
}
* {
margin:0;
padding:0;
}
body.custom {
background: #C2A9AF url('images/gdback.gif') 50% 0 repeat;
}

.custom #container {
margin-top: 2em;
margin-bottom: 2em;
}

.custom #page {
background: #fff;
}


.full_width {clear:both; width:100%;}
* {margin:0;
padding:0;
}
function full_width_header() { ?>
	<div id="nav_area" class="full_width">
		<div class="page">
			<?php thesis_nav_menu(); ?>
		</div>
	</div>
	<div id="title_area" class="full_width">
		<div class="page">
			<div id="header">
				<?php thesis_default_header(); ?>
			</div>
		</div>
	</div>
<?php }
add_action('thesis_hook_before_html', 'full_width_header');
.custom #header_area{display:none;}

.custom #nav_area {background:#c3d9d6; padding:0.5em 0; border-bottom:1px solid #ddf;}
	.custom #nav_area ul {border-bottom:none; border-left:none;}
		.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}

.custom #title_area {background:#de6a61; padding:1em 0; border-bottom:1px solid #c55;}
	.custom #header {border-bottom:none;}
    
   .custom ul#tabs {padding-left: Xem; padding-right: 10em;}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {
background:#FFFFFF none repeat scroll 0 0;
color:#9C4A7A;
font-weight:bold;border: none;
}
.custom ul#tabs li a:hover {
background:#787878 none repeat scroll 0 0;
color:#000000;
border: none;
font-weight:bold;
text-decoration:none;
}
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {
text-decoration:none;border: none;
}
.custom ul#tabs li a {
color:#9C4A7A;
font-weight:bold;border: none;
padding:0.818em 1em;
}
ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
cursor:default;
}
ul#tabs li a:hover {
color:#000000;
text-decoration:none;
}
ul#tabs li a {
font-family:Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
font-size:1.2em;
padding:0.583em 0.833em;
}
ul#tabs li a {
color:#000000;
display:block;
letter-spacing:2px;
line-height:1em;
text-transform:uppercase;
}
.custom a:hover {
color:#000000;
text-decoration:none;
}
.custom a, .custom a:visited {
color:#9C4A7A;
font-weight:bold;
text-decoration:none;
}
.custom a, .custom a:visited {
color:#9C4A7A;
font-weight:bold;
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a {
color:#2361A1;
text-decoration:none;
}
* {
margin:0;
padding:0;
} 
    
    
    /*background */
    body.custom { background: ##E7E7E7 url(''); }
.custom #content_box {background:##E7E7E7;}


/* Footer Color and Custimization */

.custom #footer_area {background:#787878 none repeat scroll 0 0;}
.full_width {clear:both; width:100%;}
* {margin:0;
padding:0;
}
#footer {
border-top:medium none;
padding:1.667em 0.917em;
text-align:left;
}
#footer {
padding-bottom:1.1em;
padding-top:1.1em;
}
#header, #footer {
padding-left:1.1em;
padding-right:1.1em;
}
#footer {
border-top:3px double #DDDDDD;
clear:both;
color:#787878;
text-align:right;
}
* {
margin:0;
padding:0;
}

/*bottom border formatting */
.custom #header {border-bottom:solid; color: #787878; padding: 0; overflow: hidden;  }
.custom #feature_box { border: none }

/*footer formatting */
.custom #footer {border: none;}

#footer p.footer_menu a:hover {
color:#787878;
}
#footer p.footer_menu a {
color:#787878;
}
#footer a:hover {
color:#787878;
}
#footer a {
border-bottom:1px solid #787878;
color:#787878;
}
#footer a {
border-bottom:1px solid #787878;
color:#787878;
}
a:hover {
text-decoration:none;
}
a {
color:#787878;
}
a {
color:#787878;
text-decoration:none;
}
* {
margin:0;
padding:0;
}
/* Body and link formatting */
.custom h1 {
color:#9C4A7A;}
.custom h2 a:hover {
color:#9C4A7A;}
.custom h3 {
color:#9e948d;}
.custom h4 {
color:#9C4A7A;}
.custom h5 {
color:#9C4A7A;}
.custom a, .custom a:visited {
color:#9C4A7A;
}


/*Sidebar formatting */
.sidebar h3 {
color:#897E7C;
font-size:1.2em;
font-variant:normal;
letter-spacing:0;
line-height:1.111em;
margin-bottom:0.5em;
}
.sidebar h2 {
color:#897E7C;
font-size:1.2em;
font-variant:normal;
letter-spacing:0;
line-height:1.111em;
margin-bottom:0.5em;
}
.sidebar h1 {
color:#897E7C;
font-size:1.2em;
font-variant:normal;
letter-spacing:0;
line-height:1.111em;
margin-bottom:0.5em;
}

.custom #sidebars {color: #897E7C;}



