/* @override 
	http://localhost:8888/elliott-salon/wp-content/themes/starkers/style.css
	http://localhost:8888/elliott-salon/wp-content/themes/elliott-salon2/style.css
*/

/*  
Theme Name: Elliott Salon v2
Theme URI: http://elliottsalon.com/
Description: Elliott Salon theme.  Started with Starkers.
Version: 1.0
Author: Stuart Maxwell
Author URI: http://thenewbig.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */
html {
	font-family: Sylfaen, ""Hoefler Text"", ""Liberation Serif"", serif;
}

body {
	background: #4d2603;
}

#container {
}

#inner-wrap {
	width: 780px;
	margin: 0 auto;
	background: #4d2603 url(images/es-body-bg.jpg) repeat-y -5px;
}

#primary {
	background-color: #66CC99;
	width: 340px;
	height: 750px;
	float: left;
}

#header {
	background-color: #66CC99;
	padding: 45px 0 45px 2px;
	position: fixed;
}

h1.title {
	text-indent: -9999px;
	margin: -10px;
}

.description {
	display: none;
}

.header-image {
	margin: 0 0 0 10px;
}

.header-image a img {
	width: 320px;
	margin: 10px auto;
}

.address, .appointment {
	text-align: center;
	color: #CC3300;
}

.appointment {
	margin: 10px;
	font-size: .8em;
}

.address {
	margin: 10px;
}

.address a {
	color: #CC3300;
}

#secondary {
	background-color: #4d2603;
	color: white;
}

#secondary-content {
	width: 420px;
	margin: 0 0 0 20px;
	background: #4d2603 url(images/es-graded-back2.png) no-repeat -40px 60px;
	float: left;
}

.navigation {
	text-align: center;
	margin: 10px 0;
	background-color: #4d2603;
}

.navigation a {
	color: white;
	margin: 0 30px;
}

 a:hover {
	font-weight: bold;
}

/* @group Posts */

.post {
	margin: 20px auto;
	font-size: .9em;
	line-height: 1.4em;
}

.post-title {
	display: none;
}

.post-time-author {
	display: none;
}

.postmetadata {
	display: none;
}

.frontpage-content {
	float: right;
	width: 210px;
	font-size: 1em;
	line-height: 1.8em;
}

.mainimage {
	float: left;
}

.services {
	line-height: 3em;
}

/* @end */

/* @group Images */

.triptych {
	margin: 0;
	width: 400px;
}

.triptych-img1 {
	margin: 10px 20px 0 0;
}

.triptych-img2 {
	margin: 10px 20px 0 0;
}

.triptych-img3 {
	margin: 10px 0 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 20px;
}

/* @end */

h2 {
	margin: 0 0 20px 0;
	font-size: 1.4em;
	font-weight: normal;
}

.footer {
	text-align: center;
	font-size: .6em;
	color: #CC3300;
	padding-bottom: 10px;
	padding-left: 65px;
	bottom: 6px;
	position: fixed;
}

.footer a {
	color:  #CC3300;
}

.clear {
	clear: both;
}