* {
	margin: 0;
	padding: 0;
}

body {
	background-repeat: repeat;
	background-image: url(../images/backdrop.jpg);
	background-color: #350506;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
}

img {
	border: none;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #350506;
}

a:active {
	color: #e6153c;
	text-decoration: underline;
}

div .clear {
	clear: both;
}

#wrapper {		/* Center the wrapper on the page */
	width: 880px;
	position: relative;
	left: 50%;
	margin-left: -440px;
	margin-top: 75px;
}

#wrapper #logo {
	left: 0;
	top: 0;
	position: relative;
	padding-bottom: 60px;
}

#wrapper #chandelier {
	top: -75px;
	left: 450px;
	position: absolute;
	z-index: 5;
}



/* Main nav */

#nav {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100px;
}

#nav div#addressPhone {
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 14px;
}

#nav div#addressPhone p {
	margin-bottom: 12px;
}

#nav ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}

#nav li {
	margin-bottom: 16px;
}

/* Highlight current page in main navigation */

#home #nav .home a,
#team #nav .team a,
#services #nav .services a,
#products #nav .products a,
#directions #nav .directions a,
#contact #nav .contact a,
#rules #nav .rules a,
#photos #nav .photos a,
#hairmodel #nav .hairmodel a,
#projectrevampd #nav .projectrevampd a,
#links #nav .links a {
	color: #350506;
}



/* Main content */

#content {
	position: relative;
	top: -35px;
	left: 140px;
	width: 360px;
	min-height: 750px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 33px;
	margin-bottom: 18px;
	color: white;
}

#content p, #content ul, #content li {
	font-size: 14px;
	line-height: 18px;
	color: white;
}

#content p {
	margin-bottom: 18px;
}

#content p a, #content li a {
	text-decoration: underline;
}

#content p.pushDown {
	margin-top: 33px;
}

#content strong {
	font-weight: bold;
}

#content .right {
	text-align: right;
}

#content img.centertext {
	vertical-align: middle;
	position: relative;
	top: -5px;
	margin-right: 10px;
}

#content .stylistTitle {
	font-size: 16px;
	font-weight: lighter;
}

#content .trainingDate {
	padding-right: 8px;
}

#content ul {
	margin-bottom: 18px;
	list-style-position: outside;
	margin-left: 15px;
	list-style-type: disc;
}



/* Subnav */

#content #subnav {
	margin-top: 33px;
	font-size: 14px;
	line-height: 18px;
	color: white;
}

#content #subnav ul {
	margin-left: 0;
	list-style-type: none;
	display: block;
	width: 300px;
}

#content #subnav li {
	display: inline;
	margin-right: 15px;
	font-weight: bold;
	line-height: 25px;
}

#content #subnav li a {
	text-decoration: none;
}


#content #subnav li a:hover, #content #subnav li a:active {
	text-decoration: underline;
}

#content #subnav .selected a {
	color: #350506;
}




/* Tables */

#content table {
	margin-top: 33px;
	border-spacing: 0px 0px;
	border-width: 0px;
	color: white;
}

#content table td {
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
}

#content table.hours {
	margin-top: 0;
	margin-bottom: 18px;
}

#content table.hours td {
	padding-bottom: 0;
}



/* Form styles */

#form {
	color: white;
	font-size: 14px;
	line-height: 18px;
}

#form div.inputRow {
	margin-bottom: 15px;
}

#form div.inputRow div.floatCol {
	float: left;
	width: 33%;
	font-size: 12px;
}

#form label {
}

#form div.inputRow input {
	margin-bottom: 2px;
	padding: 3px;
	color: #333;
	font-size: 12px;
}

#form div.inputRow input.textInput {
	width: 200px;
}

#form div.inputRow input.blur {
	color: #999;
}

#form input.valid {
	border-style: solid;
	border-color: green;
	border-width: 1px;
}

#form label.error {
	display: block;
	width: auto;
	padding: 5px;
	background-color: #f2e9a9;
	color: red;
	font-weight: bold;
}

#form p {
	margin-top: 18px;
	margin-bottom: 3px;
}

#form input.button {
	background-color: #350506;
	margin-top: 20px;
	padding: 7px 15px 7px 15px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-bottom: 1px solid #222;
}

#contact #form input.button {
	margin-top: 0;
}

#form #otherService {
	margin-top: 5px;
}










/* Photo sidebar */

#sidebarphotos {
	position: absolute;
	top: 240px;
	right: 50px;
	width: 250px;
	z-index: 10;
}

#sidebarphotos div {
	position: absolute;
	top: 0;	/* Set default position, changed later */
	left: 0;
	padding: 7px 7px 7px 7px;
	border: 1px solid #afafaf;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);
}

#sidebarphotos p {
	margin-top: 5px;
	margin-left: 5px;
	font-family: 'Reenie Beanie', 'Zapf Chancery', cursive, serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

#sidebarphotos .tape {
	position: absolute;
}





/* Footer etc. */

#footer {
	width: 100%;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 11px;
	font-weight: lighter;
	color: white;
	background-color: #2c0304;
}

#footer .chunk {
	padding-right: 25px;
}

#footer .chunk a:hover {
	color: white;
}

#footer img {
	vertical-align: middle;
	margin-right: 5px;
}

#footer img.hovered {
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.hidden {
	display: none;
}
