/*
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 #container {margin-top: 0em; margin-bottom: 0em;} /* enleve marge en haut et en bas */
.custom #page {background: #fff;}
.custom #header {padding: 0; height: 110px; width: 950px; background: url('images/headerhairci950x110_2.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to the far left */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* as per instruction to have gray and shadow */
/* body.custom {
    background: #44443f;
}*/

/* body.custom {background: #72A6CD url('images/bgblue2.jpg') 50% 0 no-repeat;} /* ciel bleu */ 
body.custom {background: url('images/ventotto.gif') repeat;} 


.custom #container {
    margin-top: 0em; /* 2em initally */
    margin-bottom: 0em; /* 2em initially */
    padding-left: 0.3em;
	padding-right: 0.3em;
    background: #A0A0A0; 
/*    border: 0.4em solid #C0C0C0; */
}
.custom #page {
    background: #fff;
}
/* V orange color in sidebar */
.custom .sidebar a, a:active, a:visited { color: #E1771E;}
/* V Navbar Bold */
/* .custom ul#tabs { font-weight:bold; }*/

/* V custom navbar debut */
.custom ul#tabs {background: #efefef none repeat scroll 0 0; border-bottom:0; border-color:#9900CC; border-bottom:1px solid #9900CC;}

/* .custom ul#tabs {padding-top: 5px;} */

.custom #tabs li {background: #efefef;}
   
.custom ul#tabs li {border-color:#9900CC; background-color:#E9ADFF;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}

/* V darker blue in sidebar */
.custom .sidebar a, a:active, a:visited { color: #0065FF;}

/* gris dans le footer */
#footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#464646 none repeat scroll 0 0;
padding-bottom:1.1em;
padding-top:1.1em;
}


/* Cette partie est pour styler widgets dans footer - debut -*/
.custom #footer_sitemap {
	background: #eee;
	color: #000;
	overflow: hidden;
	padding: 1em;
	margin-bottom: 0px; /* 25px */
	text-align: center;
}

	.custom #footer_sitemap .footerfloater {
		display: inline-block;
		width: 28em; /* 20em */
		text-align: left;
		padding-right: 2em;
		float: left;
		height: 100%;
	}
	
	.custom #footer_sitemap .footerfloater h3 {
		border-bottom: 2px solid #9900CC; /* 3px #6e1d00 */
		padding-bottom: 3px;
		padding-top: 5px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 100%;
		letter-spacing: 1px; /* 0px */
		margin-bottom: 5px;
		margin-top:10px;
	}
	
	.custom #footer_sitemap .footerfloater ul {
		margin: 0px;
		padding: 0px;
	}
	
	.custom #footer_sitemap .footerfloater ul li {
		list-style: none;
		font-size:1.4em;
	}
/* fin custom footer */

/* ----------- hair-color-ideas.net ------------ */
