/* @override http://epicenterone.com/~oaks/css/all.css */

/*
 *  The Oaks
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 81.25%;  /* Reset base size to 13px */
	line-height: 1.54em;  /* Reset base size to 20px */
	}

body, input, textarea, select, label {
	font-family: Georgia, Times New Roman, Times, serif;
	}

h1, h2, h3, #nav {
	font-family: "Adobe Garamond Pro", "Garamond Pro", Garamond, "Hoefler Text", Georgia, Times New Roman, Times, serif;
    }
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
    padding-bottom: 0.76em;
	}
	
a:link, a:visited {
	color: #6E0101;
	text-decoration: none;
	}	
a:focus, a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
	}

h1 {
	color: #6E0101;
	font-size: 1.38em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 5px;
	}
	
h2 {
	color: #5E4E21;
    font-size: 1.07em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 5px;
	}
	
h3 {
    font-weight: bold;
    text-transform: uppercase;
	}
	
h4 {
    font-weight: bold;
	}

blockquote {
	font-size: 1.38em;
	font-style: italic;
	color: #5f1b16;
	text-indent: -0.35em;
	padding: 0 3.08em 1.54em;
	}
blockquote p {
	padding: 0;
	}
blockquote cite {
	float: right;
	font-size: 0.77em;
	font-style: normal;
	color: #5b5b5b;
	}

label {
	font-size: 1em;
	display: block;
	}

input, textarea, select {
	font-size: 1em;
	clear: left;
	}

input.text, textarea {
  padding: 2px 4px;
  border: 1px solid #5E4E21;
  width: 50%;
  }

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}
	
.readMore {
	float: right;
	}

.left { float: left; margin: 0 0.76em 0.76em 0; }
.right { float: right; margin: 0  0  0.76em 0.76em }

/* End text */ 


/* Begin page styles */

html {
    background: #ACA68C url(../images/bg_container.gif) repeat-y center top;
	}
	
#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0 30px;
	}
#wrapper:after {
/* auto clear the section */
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#wrapper {display: inline-table;}
/* Hide from IE Mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE Mac */

/* End page */


/* Begin header styles */

#header {
	position: relative;
	}

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo a {
    display: block;
    width: 760px;
    height: 100px;
    background: url(../images/title.png) no-repeat;
    text-indent: -9999px;
	}

#nav {
    float: left;
    position: relative;
    width: 778px;
    height: 41px;
    padding: 0 26px;
    left: -26px;
	background: url(../images/nav-bg.jpg) no-repeat;
	text-align: center;
	z-index: 99;
	}
#nav li {
    position: relative;
    display: inline;
    display: inline-block;
	text-align: center;
	background: url(../images/nav-divider.png) no-repeat left center;
	}
#nav li:first-child {
	background: none;
	}
#nav li a {
	font-size: 1.3em;
	line-height: 41px;
	padding: 0 25px;
	color: #fff;
	}
#nav li a:hover, #hav li a:focus {
	text-decoration: none;
	color: #b2aa7e;
	}
#nav li ul {
    position: absolute;
    left: 0;
    top: 41px;
    text-align: left;
    min-width: 140px;
    z-index: 100;
    }
#nav li ul li {
	display: block;
	width: 100%;
	text-align: left;
    border-bottom: 1px solid #898469;
	}
#nav li ul li a {
	display: block;
	padding: 3px 22px;
	color: #222;
	background: #ACA68C;
	font-size: 1.1em;
	line-height: 1.5em;
	}
#nav li ul li a:hover {
	background: #b2aa7e;
	color: #222;
	text-decoration: none;
	}

#slideshow {
	clear: both;
	}

/* End header */


/* Begin body styles */

#content {
	clear: left;
	padding: 1.54em;
	}

#content .illustration {
	float: left;
	margin: 10px 20px 1.54em 0;
	}
#content .body {
	float: left;
	width: 472px;
	}

#content ul {
    list-style-type: disc;
    padding-bottom: 0.76em;
    }
#content ol {
    list-style-type: decimal;
    padding-bottom: 0.76em;
    }
#content li {
    padding-bottom: 0.76em;
    }

#content .tour {
	width: 760px;
	}
#content .tour img {
	float: left;
	display: block;
	margin: 0 24px 24px 0;
	}

#content .buildersList {
    list-style-type: none;
    padding: 0.76em 0 0;
    }
#content .buildersList li {
    float: left;
    padding-bottom: 1.54em;
    }

#content .newsList {
    list-style-type: none;
    padding: 0;
    font-size: 1.07em;
    }
#content .newsList .entryDate {
    padding-right: 0.5em;
    font-weight: bold;
	color: #5E4E21;
    }
   
#content #filters {
  clear: both;
	background: #ACA68C;
	padding: 5px 10px;
	margin-bottom: 1.54em;
	text-align: center;
  }

#content .homesList {
	clear: both;
	list-style-type: none;
    padding: 0.76em 0 0;
	}
#content .homesList li {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 1.54em;
	}
#content .homesList .illustration {
	margin: 0 20px 1.54em 0;
	border: 1px solid #6E0101;
	}
#content .homesList h2 {
	font-size: 1.31em;
	}
#content .homesList p {
	padding: 0;
	}
#content .homesList strong {
	color: #5E4E21;
	}
#content .homesList .specs {
	float: left;
	width: 100%;
	margin: 0.76em 0;
	list-style-type: none;
	}
#content .homesList .specs li {
	padding: 3px 10px;
	float: none;
	display: inline;
	margin: 0 1px 0 0;
	background: #ACA68C;
	}

#content #homeDetail {
	float: left;
	}
#content #homeDetail #photos {
	float: right;
	width: 352px;
	margin: 0 0 0.76em 1.54em;
	font-size: 1.15em;
	}
#content #homeDetail #photos img {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #6E0101;
	}
#content #homeDetail p {
	margin-right: 400px;
	padding: 0;
	}
#content #homeDetail strong {
	color: #5E4E21;
	}
#content #homeDetail .specs {
	margin: 1.54em 500px 0.76em 0;
	list-style-type: none;
	}
#content #homeDetail .specs li {
	padding: 3px 10px;
	float: none;
	margin: 0 0 1px 0;
	background: #ccc8b7;
	}
#content #homeDetail #salesInfo {
	float: left;
	width: 200px;
	margin-top: 3.08em;
	}
#content #homeDetail #salesInfo p {
	margin-right: 0;
	}
#content #homeDetail #tourRequest {
	float: left;
	width: 400px;
	padding-left: 3.08em;
	margin: 3.08em 0 1.54em;
	border-left: 1px solid #ccc8b7;
	}
#content #homeDetail #tourRequest label {
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	color: #5E4E21;
	}
#content #homeDetail #tourRequest .text {
	width: 190px;
	padding: 1px 4px;
	border: 1px solid #5E4E21;
	}
#content #homeDetail #tourRequest .submit {
	margin-left: 110px;
	}

#content ul#section-list.testimonialsList{
	list-style: none;
	margin-top: 18px;
}

#pagination-links{ margin: 0; list-style: none; }
#pagination-links li{ float: left; }
#pagination-links li a{ display: block; padding: 0 6px; line-height: 24px; font-size: 12px; }
#pagination-links li a.current{ margin: 0 3px; font-weight: bold; }
	
/* End body */


/* Begin footer styles */

#footer {
	clear: both;
	padding: 3.08em 80px 0;
	margin: 0 1.54em 1.54em;
    font-size: 0.85em;
    line-height: 1.36em;
	color: #6E6C61;
	text-align: center;
	border-top: 1px solid #818181;
	}
#footer p {
	padding: 0;
	}
#footer p.disclaimer {
	padding-top: 1.35em;
	}
#footer a:link, #footer a:visited {
	color: #6E0101;
	text-decoration: underline;
	}	
#footer a:focus, #footer a:hover, #footer a:active {
	color: #453D36;
	text-decoration: underline;
	}

#footer #equalhousing {
    float: left;
    position: relative;
    left: -50px;
    }
#footer #facebook {
    float: right;
    position: relative;
    right: -50px;
    top: -5px;
    }

#footer #quickLinks {
	padding-bottom: 1.54em;
	}
#footer #quickLinks li {
	display: inline;
	padding: 0 0.5em 0 0.65em;
	border-left: 1px solid;
	}
#footer #quickLinks li:first-child {
	border: none;
	}
	
/* End footer */


/* Begin Homepage */

#tagline {
	position: absolute;
	left: 15px;
	top: 350px;
	}

#homeWelcome {
	float: left;
	width: 480px;
	padding-bottom: 0.8em;
	font-size: 1.23em;
	color: #5c5b5b;
	}

#homeTestimonial {
	float: right;
	width: 220px;
	}
#homeTestimonial blockquote {
	padding: 0;
	}

.header {
	border-bottom: 1px solid #818181;
	overflow: hidden;
	margin-bottom: 0.76em;
	}
.header h2 {
	float: left;
	padding: 0;
	font-size: 1.85em;
	line-height: 1.25em;
	font-weight: normal;
	text-transform: none;
	color: #5f1b16;
	}
.header p {
	float: right;
	margin: 0;
	padding: 0.5em 0 0;
	}

#homeHomes {
	clear: left;
	float: left;
	width: 480px;
	}
#homeHomes h3 {
	font-size: 1.38em;
	}
#homeHomes ul {
    clear: left;
	list-style-type: none;
	padding: 0;
	height: 300px;
	}
#homeHomes ul li {
	float: left;
	width: 480px;
	}
#homeHomes img {
	float: left;
	clear: left;
	margin-right: 1.54em;
	}

#homeNews {
	clear: right;
	float: right;
	width: 220px;
	}
	
/* End homepage */


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{background:#000; margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}