/*
THEME NAME: MichaelSusanne
DESCRIPTION: Custom theme for Michael Susanne Salon, based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>
AUTHOR: Julie Hathaway
AUTHOR URI: http://pilcrow.biz
*/

/* ------- Global ------- */

body {
	margin:0;
	padding:0;
	background: #002D3E url("img/bodybg.jpg") top center no-repeat;
	font: 100%/1.4 Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	
.hidden {
	position:absolute;
	top:0;
	left:-999px;
	}
	
.clearer {
	clear:both;
	}
	
a {
	color: #397582;
	text-decoration:none;
	}
	
a:hover, a:focus {
	text-decoration:underline;
	}
	
p {
	padding:0;
	margin: 1em 0;
	}
	
h1 {
	font-weight:normal;
	color:#397582;
	margin:0;
	padding:0;
	}
	
h2 {
	font-weight:normal;
	margin:1em 0 -0.5em;
	padding:0;
	}
	
h3 {
	font-weight:normal;
	margin:1em 0 -0.5em;
	padding:0;
	color:#397582;
	}
	
#wrapper {
	width:960px;
	margin:20px auto;
	background: #F9F6EE;
	}

#menu ul {
	text-align:right;
	margin:0;
	padding:0;
	}
	
#menu ul li {
	display:inline;
	margin:0;
	padding:0 20px;
	line-height: 2em;
	font-weight:bold;
	}
	
#menu ul li a:hover, #menu ul li a:focus, #menu li.current_page_item a {
	color: #000;
	text-decoration:none;
	}
	
#footer {
	clear:both;
	text-align:center;
	color:#397582;
	padding:40px 0 20px;
	font-size: 0.85em;
	}
	
#footer p {
	margin:0;
	padding:0;
	}
	
#footer p#courtesy {
	font-size: 0.8em;
	}
	
/* ------- Home Page (body.home) Styling ------- */
	
.home #container {
	background: url("img/bigbanner.jpg") no-repeat;
	min-height:246px;
	padding-top: 300px;
	}
	
.home #ie6 #container {
	height: 246px;
	}
	
.home #content {
	width:auto;
	margin-left:0;
	}
	
.home #ie6 #content {
	padding-left: 0;
	}
	
.home #container p {
	width: 426px;
	margin: 0 0 1em 30px;
	font-size: 1.2em;
	line-height: 1.8em;
	}
	
.home #container p#blurb {
	float:right;
	text-align:right;
	padding-top: 250px;
	margin-right:44px;
	font-size: 1em;
	line-height:normal;
	}
	
.home #ie6 #container p#blurb {
	width: 320px;
	margin-right: 22px;
	padding-top:250px;
	}
	
.home #ie7 #container p#blurb {
	padding-top: 250px;
	}
	
.home #container ul {
	width: 416px;
	margin: 0 0 1em 30px;
	padding:0 0 0 1em;
	font-size: 0.95em;
	}
	
.home #ie7 #container ul {
	width: 400px;
	}
	
.home #container ul li {
	margin:0;
	padding:0;
	line-height: 1.75em;
	}
	
/* ------- Inside Pages Styling ------- */

#container {
	background: url("img/aboutbanner.jpg") no-repeat;
	min-height:155px;
	padding-top: 195px;
	}
	
/* About page */	
.pageid-2 #container p {
	clear:both;
	}

/* Location page */	
.pageid-6 #container {
	background: url("img/locationbanner.jpg") no-repeat;
	}

/* Products page */	
.pageid-4 #container {
	background: url("img/productsbanner.jpg") no-repeat;
	}
	
/* Special Promotions page */	
.pageid-5 #container {
	background: url("img/promotionsbanner.jpg") no-repeat;
	}
	
#content {
	width: 600px;
	margin-left:180px;
	}
	
#ie6 #content {
	padding-left: 180px;
	}
	
/* images */

img.alignleft {
	float:left;
	margin-right: 1em;
	margin-bottom: 1.5em;
	}
	
img.alignright {
	float:right;
	margin-left: 1em;
	margin-bottom: 1.5em;
	}


	

	
