/*
Theme Name: WordPress Vanity
Author: Adam Kernander
*/

@charset "utf-8";
/* CSS Document */

html, body	{
	height: 100%;
	width: 100%;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9184ba;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	/*
	background-image: url(/images/face.gif);
	background-position:center;
	background-repeat:no-repeat;
	*/
}

#header {
	width: 100%;
	text-align:left;
}
#logo {
	border:0px;
}
#nav {
	padding-left: 380px;
	height: 25px;
	}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fcf3e8;
	text-decoration:none;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#nav a:hover {
	text-decoration:underline;
}

#nav a.active {
	text-decoration:underline;
	}

#boxwrapper {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	height: 530px;
	overflow:hidden;
}

#boxwrapper_home {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/home_text_bg.jpg);
	background-repeat: no-repeat;
	height: 520px;
}

#boxwrapper_about {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/about_text_bg.jpg);
	background-repeat: no-repeat;
	height: 520px;
}

#boxwrapper_contact {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/contact_text_bg.jpg);
	background-repeat: no-repeat;
	height: 520px;
}

#boxwrapper_services {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/services_text_bg.jpg);
	background-repeat: no-repeat;
	height: 520px;
}

#boxwrapper_photos {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/photos_text_bg.jpg);
	background-repeat: no-repeat;
	height: 520px;
}

#bioContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height:20px;
	text-align: left;
	margin-left: 10px;
	padding-top: 60px;
}

#contactAddress {
	float:left;
	margin-top:10px;
}
#contactPhone {
	text-align:right;
	float:right;
	margin-left:auto;
	margin-right:25px;
	margin-top:10px;
}
#contactMap {
	margin-top:10px;
}

#content {
	width: 45%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height:20px;
	text-align: left;
	margin-left: 10px;
	padding-top: 60px;
	float: left;
	overflow:hidden;
}

#content_home {
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height: 20px;
	text-align: left;
	margin-left: 10px;
	padding-top: 30px;
	float: left;
}

#content_about {
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height:15px;
	text-align: left;
	margin-left: 10px;
	padding-top: 60px;
	float: left;
}

#content_contact {
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height:20px;
	text-align: left;
	margin-left: 10px;
	padding-top: 30px;
	float: left;
}

#content_services {
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height:20px;
	text-align: left;
	margin-left: 10px;
	padding-top: 30px;
	float: left;
}

#content_photos {
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height:20px;
	text-align: left;
	margin-left: 10px;
	padding-top: 30px;
	float: left;
}

#content_left {
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a3d1d;
	line-height: 25px;
	text-align: left;
	margin-left: 10px;
	padding-top: 5px;
	float: left;
}

#content_right {
	width: 498px;
	float: right;
	background-color: #b8a57e;
	margin-top: 10px;
	margin-right: 20px;
	padding-right: 10px;
}

#content_right_serv {
	width: 498px;
	float: right;
	background-color: #b8a57e;
	margin-top: 10px;
	margin-right: 20px;
	padding-right: 10px;
	background-image: url(/images/serv_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content_right_links {
	width: 498px;
	float: right;
	background-color: #b8a57e;
	margin-top: 10px;
	margin-right: 20px;
	padding-right: 10px;
}

#content_right_links a {
	color: #bb562e;
	text-decoration: underline;
	font-weight:bold;
}

#content a {
	color: #5a3d1d;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_center {
	width: 80%;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border:0px;
}

#content_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 5px
	}
	
#content_right_links p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 5px
	}

#boxfoot {
	margin-top: 0px;
	width: 100%;
}

#cr, #cr a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	}
	
#cr a:hover {
	text-decoration:underline;
	}
	

#services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.hold_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b8a57e;;
	font-style:italic;
	font-weight:bold;
	}
	
#team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	margin: 5px
	}
	
#team img {
	margin: 5px
	}

br.clear {
	clear: both;
	margin:0px;
}

.bioContainer {
	float:left;
	margin-left:auto;
	margin-right:10px;
	margin-top:10px;
}

.bioTitle {
	font-weight:bold;
	font-size:16px;
}

.bioContainer img {
	margin:2px 0px;
}

.bioRight {
	margin-left:140px;
}

.bioLeft {
	margin-right:140px;
}
	
/*form style*/
input.red {
	background-color: #b8a57e;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
input {font-size: 10px;}
select {font-size: 10px;}
textarea {font-size: 12px;}
.small {font-size: 10px;}

.tan {
	color: #fbf3e8;
	}