@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for The Barbershops
Author: Jeff Sanders
Date Created: 11/19/09 
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; outline: none}
a { outline: none; }

html {
	height: 100%;
}
body {
	height: 100%;
	background: #fff2d9 url(../images/bg.jpg) top center repeat-x;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}
#header {
	position: relative;
	height: 150px;
}
	#header h1 {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 356px;
		height: 103px;
		background: url(../images/barbershop_logo.gif) top left no-repeat;
		display: block;
		text-indent: -10000px;
		overflow: hidden;
	}
	#header #news {
		position: absolute;
		top: 10px;
		right: 20px;
		padding-right: 160px;
		padding-top: 12px;
		width: 400px;
		height: 129px;
		background: url(../images/news_icon.gif) top right no-repeat;
	}
	#header #news p {
		margin: 0px;
		line-height: 1.3em;
		color: #fff;
		float: none;
		width: auto;
	}
#content {
	padding: 20px 20px 80px 20px;
}

#footer {
	text-align: center;
	position: relative;
	margin-top: -60px;
}
	#footer p {
		font-size: 12px;
	}
	#footer a {
		font-size: inherit;
		color: #8A1D04;
	}

/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
--------------------------------------------------------------------------*/
ul#nav {
	height: 48px;
	list-style-type: none;
}
ul#nav li {
	float: left;
	display: block;
}
ul#nav li a {
	padding: 0px 10px;
	height: 48px;
	display: block;
	font: 18px/50px Georgia, "Times New Roman", Times, serif;
	color: #ffe5b8;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
	border-left: 1px solid #660000;
}
ul#nav li.franchise a {
	border-right: 1px solid #660000;
}
ul#nav li a:hover {
	background-color: #871E01;
}
#home ul#nav li.home,
#services ul#nav li.services,
#team ul#nav li.team,
#locations ul#nav li.locations,
#feedback ul#nav li.feedback,
#franchise ul#nav li.franchise {
	background-color: #871E01;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 1em;
}
h3 {
	padding-bottom: 5px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	border-bottom: 1px solid #baa27c;
}
h4 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
p {
	margin: 1em 0px;
	line-height: 1.5em;
}
a {
	color: #990000;
}

/* ------------------------------------------------------------------------
FORM ELEMENTS
--------------------------------------------------------------------------*/
br {
 clear: left;
}
fieldset {
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	background: #FFFAEF;
	border: 1px solid #DFC799;
}
legend {
	position: absolute;
	top: -10px;
	left: 10px;
	padding: 5px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	background: #FFFAEF;
	border-top: 1px solid #DFC799;
	border-left: 1px solid #DFC799;
	border-right: 1px solid #DFC799;
}
label {
	line-height: 1.5em;
	width: 200px;
	display: block;
	float: left;
}
input[type="text"], input[type="password"] {
	margin-bottom: 1em;
	width: 200px;
	border: 1px solid #DFC799;
	display: block;
	float: left;
}
div > input, div > label {
	margin-bottom: 10px;
	float: left;
	display: inline;
	clear: none;
}
	div > input[type="radio"] {
		margin-top: .2em;
	}
	div > label {
		margin-left: .5em;
		margin-right: .5em;
		width: 100px;
	}
select {
	margin-bottom: 1em;
	width: 212px;
	border: 1px solid #DFC799;
	display: block;
	float: left;
}
input[type="submit"] {
	clear: left;
}
textarea {
	margin-bottom: 1em;
	width: 480px;
	height: 200px;
	border: 1px solid #DFC799;
}
form .locations {
	display: block;
	clear: both;
	float: left;
	margin-bottom: 1em;
}
form .locations label {
	float: left;
	margin: 0px 10px;
}

/* ------------------------------------------------------------------------
HOME PAGE ELEMENTS
--------------------------------------------------------------------------*/
#top {
	overflow: hidden;
	padding-bottom: 20px;
}
#social {
	width: 554px;
	float: left;
}
	a img.facebook {
		margin-top: 10px;
		border: none;
	}
#slideshow {
	width: 554px;
	height: 369px;
	/*background: url(../images/slideshow_bg.png) top left no-repeat;*/
	border: 1px solid #15100A;
}
#intro {
	width: 375px;
	display: block;
	float: right;
}
.col {
	padding: 10px 20px;
	width: 279px;
	min-height: 380px;
	float: left;
	border-right: 1px solid #baa27c;
}
.last {
	border-right: none;
}

/* ------------------------------------------------------------------------
SERVICES ELEMENTS
--------------------------------------------------------------------------*/
p.selectloc {
	padding: 10px;
	background-color: #660000;
	color: #fff;
}
.selectloc select {
	margin-left: 20px;
	margin-bottom: 0px;
	width: 200px;
	float: none;
	display: inline;
}
.selectloc option {
	padding: 0px 3px;
}
.infobox {
	margin: 5px;
	padding: 10px;
	width: 448px;
	min-height: 158px;
	background: #FFFAEF;
	border: 1px solid #baa27c;
	display: block;
	float: left;	
}
#locations .serviceblock {
	margin: 5px;
	padding: 10px;
	background: #FFFAEF;
	border: 1px solid #baa27c;
	clear: both;
}

/* ------------------------------------------------------------------------
JOIN OUR TEAM ELEMENTS
-------------------------------------------------------------------------*/
#joblocations h4 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #000;
	border-bottom: none;
}
#joblocations h4 a {
	font-family: inherit;
	font-size: inherit;
	color: #000;
	text-decoration: none;
}

.jobinner {
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFAEF;
	border: 1px solid #baa27c;
}

/* ------------------------------------------------------------------------
TESTIMONIALS ELEMENTS
--------------------------------------------------------------------------*/
.testimonial {
	margin-bottom: 20px;
	padding: 10px;
	background: #FFFAEF;
	border: 1px solid #baa27c;
}
.testimonial p {
	margin: 0px;
}
.testimonial .by {
	clear: left;
	display: block;
}

/* ------------------------------------------------------------------------
FRANCHISE INFORMATION
--------------------------------------------------------------------------*/
#main {
	float: left;
	width: 620px;
}
#main li {
/*padding-left:15px;*/
margin-left:40px;
}
#aside {
	float: right;
	width: 300px;
	height: 459px;
}
#aside form label {
	float: left;
	display: block;
	width: 70px;
}
#aside form input {
	float: left;
} 

/* ------------------------------------------------------------------------
MISC ELEMETS INFORMATION
--------------------------------------------------------------------------*/
.clearfloat {
	clear: both;
}
