
/* AuburnHaircolor.com */

.custom #header { padding-top: 0px; padding-bottom: 0px; height: 150px; width: 850px; background: url('images/header850x150.jpg') no-repeat; outline: none; }
.custom #header #logo{ padding-top: 40px; }
.custom #header {padding-left: 0px; padding-right: 0px; border-style: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; }

/* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
.custom #header #tagline { height: 0; }

/* change color text in sidebar */
.custom #sidebars {color:#940F04;} /* text not link */
.custom #sidebars a {color:#940F04;} /* links */
.custom #sidebars a:hover {color:#940F04;} /* mouse hover */

/* reduire padding in sidebar */
.custom #sidebar_1 .widget {
  margin-bottom: 18px;  }
  
.custom #sidebar_2 .widget {
  margin-bottom: 18px;  }

/* Step 3 – ajouter 3 colonnes dans footer - 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: 25.2em; /* 20em */
		text-align: left;
		padding-right: 1em;
		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;
	}
	
	.custom #footer_sitemap .footerfloater ul {
		margin: 0px;
		padding: 0px;
	}
	
	.custom #footer_sitemap .footerfloater ul li {
		list-style: none;
	}
/* fin custom footer */
