@import url("styles-content.css");
@import url("jquery-ui.css");

/* ########## CORE STYLES ########## */

html,
body {
height: 100%;
}

.shell {
   width: 950px;
   margin: 0 auto;
}

a {outline: 0;}

/* ########## HEADER STYLES ########## */

#header {
	margin: 0;
	position: relative;
	top: 20px;
	z-index: 99;
	height: 90px;
}

#header .logo {
	background: url('logo.png') no-repeat 0 0;
	width: 259px;
	height: 90px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
	z-index: 100; 		
}

/* ########## NAVIGATION STYLES ########## */

#nav {
	position: relative;
	top: 5px;
	float: right;
	font-family: 'Roboto Condensed', 'Arial', sans-serif;	
	font-size: 1.4em;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#nav ul li {
	display: inline;
	text-align: center;
	padding: 0 0 10px 0;
}

#nav a {color: #797979; text-decoration: none; float: left; padding: 5px; margin: 0 10px; font-weight: normal;}
#nav a:hover {color: #d97327; text-decoration: none;}

#nav a.active {color: #d97327; border-bottom: 2px solid #d97327;}


#nav ul ul {
	position:		absolute;
	top:			-999em;
	width:			0; /* left offset of submenus need to match (see below) */
}
#nav ul ul li {
	width:			160px;
}
#nav ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav ul li {
	float:			left;
	position:		relative;
}
#nav ul a {
	display:		block;
	position:		relative;
}
#nav ul li:hover ul,
#nav ul li.sfHover ul {
	left: 			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
#nav ul li:hover li ul,
#nav ul li.sfHover li ul {
	top:			-999em;
}
#nav ul li li:hover ul,
#nav ul li li.sfHover ul {
	left:			0; /* match ul width */
	top:			0;
}
#nav ul li li:hover li ul,
#nav ul li li.sfHover li ul {
	top:			-999em;
}
#nav ul li li li:hover ul,
#nav ul li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DROPDOWN MENU VISUAL STYLES ***/

#nav ul li ul.sub-nav {
	display: block;
	width: 160px;
	margin: 5px auto;
	padding: 0;
	background: #5e5e5e;
	overflow: hidden;
	font-size: 0.9em;
	box-shadow: 0 4px 5px -2px #1c1c1c;
}


#nav li.sfHover {	
	background: #5e5e5e;
}

#nav li.sfHover a.sf-with-ul,
#nav li.sfHover a:active {
	color: #fff;
	border: none;
}

#nav ul li ul li {display: block; text-transform: none; padding: 0; margin: 0;  border-radius: none;}
#nav ul li ul li.element-1 {border-top: none; margin-top: 1px;}
#nav ul li ul li a:link, #nav ul li ul li a:visited {display: block; padding: 5px; margin: 0; width: 150px; color: #fff; text-decoration: none; text-align: left; border-radius: none;}
#nav ul li ul li a:hover, #nav ul li ul li a:active {color: #fff; padding: 5px; margin: 0; background: #3a3a3a;}

#nav ul li ul li a.active {border: none;}

#content .sub-nav {
	list-style: none;
	margin: 10px 0;
	font-size: 1.2em;
}

#content .sub-nav a {
	color: #616161;
	text-decoration: none;
	display: block;
	padding: 2px 0 0 20px;
}

#content .sub-nav a:hover {color: #3a3a3a;}
#content .sub-nav a.active {color: #3a3a3a; background: url('icon-arrow.png') no-repeat left center;}


/* ########## PROMO STYLES ########## */

#promo {
	clear: both;
	border-top: 5px solid #d5d5d5;
	border-bottom: 5px solid #d5d5d5;
	display: block;
}

#promo .slides {
	width: auto !important;
	display: block;
}

#promo .slide {
	height: 300px;
	width: 100% !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #3a3a3a;
	display: none;
}

#promo .slide a,
#promo .slide span {
	text-decoration: none;
}

#promo .slide-text {
	background: url('bg-promo-title.png');
	display: block;
	height: 65px;
	position: relative;
	top: 205px;
	padding: 15px 20px;
}

#promo .slide-title {
	font-family: 'Roboto Condensed', 'Arial', sans-serif;	
	font-size: 2.4em;	
	color: #fff;
	display: block;
	margin: 0 auto;
	width: 950px;
}

#promo .slide-description {	
	font-size: 1.4em;	
	color: #b9b9b9;
	display: block;
	margin: 10px auto;
	width: 950px;
}

#promo .control-prev {
	width: 30px;
	height: 73px;
	position: relative;
	z-index: 100;
	top: 108px;
	margin: 0 0 -88px 20px;
	background: url('promo-control-left.png') no-repeat 0 0;
	float: left;
	cursor: pointer;
}
#promo .control-next {
	width: 30px;
	height: 73px;
	position: relative;
	z-index: 100;
	top: 108px;
	margin: 0 20px -88px 0;
	background: url('promo-control-right.png') no-repeat 0 0;
	float: right;
	cursor: pointer;
}

/* ########## INSIDE TITLE STYLES ########## */

#title {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

#title span.title-text {
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 2.6em;
	font-weight: normal;
	color: #fff;
	font-family: 'Roboto Condensed', 'Arial', sans-serif;
	text-shadow: 1px 1px 1px #000;
}

.title-main {background: #565656 url('bg-title-main.jpg') no-repeat top right;}


/* ########## BREADCRUMB STYLES ########## */

#breadcrumb {
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 1em;
	color: #797979;
	border-bottom: 1px solid #d9d9d9;
}

	
#breadcrumb a:link, #breadcrumb a:visited {color: #797979; text-decoration: none;}
#breadcrumb a:hover, #breadcrumb a:active {color: #d97327; text-decoration: underline;}


/* ########## CONTENT STYLES ########## */

#content {
	clear: both;
	padding: 20px 0;
}

#content p,
#content .panel-inside-right li {
	font-size: 1.2em;	
}

.content-inside {min-height: 450px;}


.panel-inside-left {width: 25%; float: left; padding: 0;}
.panel-inside-right {width: 71%; float: left; padding-left: 4%;}

.panel-main-right {width: 30%; float: left; padding: 0;}
.panel-main-left {width: 66%; float: left; padding-right: 4%;}


.panel-contact-left {width: 32%; float: left; padding: 0;}
.panel-contact-right {width: 64%; float: left; padding-left: 4%;}

.map {
	border: 5px solid #fff;
	overflow: hidden;
	margin: 20px 5px;
}

hr {
	height: 1px;
	width: 95%;
	margin: 0 auto;
	border-top: 1px solid #c7beb2;
	clear: both;
	margin: 20px 0;
}

hr.alternate {
	margin: 10px 0;
}


.floorplans {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.floorplans li {
	 width: 23%;
	 padding: 0 1%;
	 margin-bottom: 10px;
	 float: left;	
}

.floorplans li span.thumb {
	display: block;
}

.floorplans li span.title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #d97327;
}

.floorplans li span.details {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

.floorplans li span img {
	width: 100%;
	border: 1px solid #d9d9d9;
}

.floorplans a.button-mini {
	margin-top: 10px;
}


/* ########## GALLERY STYLES ########## */



#content .gallery {
	list-style: none;
	margin: 20px 0 0 0;
}

#content .gallery li {
	float: left;
	margin: 5px;
	padding: 0;
}

#content .gallery img {
	display: block;
}

#content .gallery a:link,
#content .gallery a:visited {
	padding: 1px;
	border: 1px solid #c4bab0;
	display: block;
    box-shadow: 2px 2px 2px #92877c;
	filter:alpha(opacity=85);
	opacity:0.85;
}

#content .gallery a:hover,
#content .gallery a:active {
	border: 1px solid #d97327;
	filter:alpha(opacity=100);
	opacity:1;
}

/* ########## FOOTER STYLES ########## */

#footer {
	background: #181818;
	margin-top: 10px;
	padding: 10px 0;
	color: #d2d2d2;
	border-top: 50px solid #d97327;
	min-height: 190px;
}

#footer p, 
#footer a {
	font-size: 1em !important;
	clear: both;
}

#footer .panel-left {
	width: 40%;
	float: left;	
}
#footer .panel-right {
	width: 40%;
	float: right;
}
#footer .panel-right p {
	line-height: 2em;	
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	padding: 3px 0;
	width: 50%;
	float: left;
}

#footer a {
	color: #d2d2d2;
	text-decoration: none;	
}

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


#footer .panel-bottom {
	color: #636363;
	padding-top: 30px;
	font-size: 0.95em;
}
#footer .panel-bottom a {
	color: #636363;
}

#footer table.table-pad {
	width: auto !important;	
	float: right;
}

#footer table.table-pad td {
	padding: 0 0 0 30px;	
}

/* ########## BLUFYRE DEV TAG STYLES ########## */

.dev-tag {clear: both; margin: 0; width: 250px; line-height: 14px; position: relative; top: 20px; text-align: right; font-size: 0.9em; float: right;}
a.icon-blufyre {background: url('icon-blufyre.png') no-repeat 0 0; height: 25px; width: 109px; float: right; margin: 0 0 0 10px;}
a.icon-blufyre:hover {background: url('icon-blufyre.png') no-repeat 0 -27px;}

/* ########## GALLERY PHOTO MODAL WINDOW STYLES ########## */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('modal/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('modal/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('modal/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('modal/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('modal/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('modal/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('modal/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('modal/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('modal/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('modal/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('modal/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('modal/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('modal/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('modal/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('modal/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('modal/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('modal/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/modal/fancy_shadow_nw.png', sizingMethod='scale'); }


.modal-widget {padding: 10px 20px;}

/* ########## FORM STYLES ########## */

#form {padding: 10px 0 30px 0;}

#form div.element {margin: 3px; padding: 3px;}

label {
	padding: 7px 5px 6px 5px;
	font-weight: bold;
	width: 120px; 
	float: left;
	clear: both;
}

input.field {
	height: 17px;
	width: 90%;
	max-width: 250px;
	padding: 7px 5px 6px 5px;
	background: #ffffff;
	border: 1px solid #c6c7d2;
	float: left;
	font-size: 1.2em;
	color: #3f3327; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

select.field {
	height: 32px;
	width: 100%;
	max-width: 260px;
	padding: 7px 5px 6px 5px;
	background: #ffffff;
	border: 1px solid #c6c7d2;
	float: left;
	font-size: 1.2em;
	color: #3f3327;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

option.option {
	padding: 3px;
	color: #595959;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

div.selectframe {
	width: 90%;
	max-width: 259px;
	height: 31px;
	float: left;
	background: #ffffff;
	margin: 0;
}

textarea.field {
	width: 90%;
	height: 200px;
	padding: 8px 5px 5px 5px;
	margin: 0;
	background: #ffffff;
	border: 1px solid #c6c7d2;
	font-size: 1em;
	color: #595959;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#form div.note {
	float: left;
	font-size: 0.8em;
	padding: 10px;
	color: #554e49;
}
#form div.nopad {
	padding: 0 0 10px 0;
} 

#form .vercode {
	float: left;
}

#form div.error {
	color: #cd0009;
}
#form div.error label,
#form div.error div.note {
	color: #cd0009;
}

#subscribe_form {padding: 5px 10px; width: 370px; margin: 0 auto;}
#subscribe_form {font-size: 0.9em;}

#subscribe_form ul {list-style: none; margin: 0; padding: 0;}
#subscribe_form li {padding: 15px 0;}
#subscribe_form .checkbox {
	float: left;
	padding: 10px 0;	
}
#subscribe_form label.option {font-weight: normal; display: inline; float: none;}
#subscribe_form label.field_label {
	font-weight: bold;
	font-size: 1em;
}

#subscribe_form input.field {width: 200px; padding: 3px 5px;}
#subscribe_form select.field {width: 211px; padding: 3px 5px; height: 27px;}
#subscribe_form .foot-note {padding-top: 10px; font-size: 0.9em; font-style: italic; text-align: center;}

#subscribe_form li.captcha .field {width: 100px;}
#subscribe_form li.captcha img {float: right; position: relative; top: 3px;}

/* ########## MESSAGE BOXES ########## */

.error_box p,
.success_box p {
	margin: 0; padding: 0;
}


.success_box {
	border: 1px solid #a3c894;
	background: #e5f5df;
	color: #366000;
	padding: 5px;
	margin: 10px;
}

.error_box {
	border: 1px solid #f7c9c9;
	background: #fef1ec;
	color: #960000;
	padding: 5px;
	margin: 0 0 20px 0;
}

.corner-all {
	border-radius: 8px;
}

.mini_icon {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	float: left;
}

.success_box .mini_icon {background-image: url('icon-ui-green.png');}
.error_box .mini_icon {background-image: url('icon-ui-red.png');}

.icon-circle-check {background-position: -208px -192px;}
.icon-info {background-position: -16px -144px;}
.icon-alert {background-position: 0 -144px; }


/* ########## BLOG STYLES ########## */

#blog .entry {
	padding: 10px 0;
	border-bottom: 1px dashed #bbbbbb;
}

#blog .entry a {
	display: block;
	padding: 10px;	
}

#blog .entry a:hover {
	background: #ffffff;
	text-decoration: none;
}

#blog .data {
	font-size: 1.0em;
	display: block;
	padding: 0 0 10px 0;
	color: #999999;
}

#blog .content {
	display: block;
	clear: both;
	padding: 10px 0;
	line-height: 20px;
	font-size: 1.2em;
	color: #252525;
}

#blog .entry .author {
	color: #999999;	
}

#blog .entry .date {
	float: right;
	background: #d9d9d9;
	padding: 4px 10px;
	text-align: center;
	color: #3a3a3a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}

#blog .entry .date .day {
	font-size: 2.2em;
	color: #3a3a3a;
	display: block;
	padding-top: 0;
}

#recent-blog a {
	background: url('icon-arrow.png') no-repeat left 3px;
	clear: both;
	display: block;
	padding: 0 0 10px 20px;
	color: #3a3a3a;
}

#recent-blog span.read-more a {
	background: none;
	padding: 0;	
	color: #3a3a3a;
}

#recent-blog a:hover,
#recent-blog span.read-more a:hover {
	color: #d97327;
}

#recent-blog span {
	display: block;
	padding: 3px 0;
}
	
#recent-blog .title {
	font-weight: bold;
	font-size: 1.2em;
}

#recent-blog .author {
}

#recent-blog .content {
	line-height: 18px;
}


/* ########## PROJECTS STYLES ########## */

#featured-projects {
	padding: 20px 0;
}

#featured-projects a.item {
	float: left;
	margin: 0 20px;
	width: 164px;
	height: 190px;
}

#featured-projects a.item:hover,
#featured-projects a.item:hover .title,
#featured-projects a.item:hover .subtitle {
	text-decoration: none;
}

#featured-projects img {
	border: 1px solid #d8d7d7;
}

#featured-projects a.item:hover img {
	border: 1px solid #3a3a3a;
}

#featured-projects .title-banner {
	display: block;
	text-align: center;
	background: url('project-title-overlay.png') no-repeat 0 0;
	height: 60px;
	position: relative;
	top: -60px;
	left: -22px;
	width: 206px;
}

#featured-projects .title {
	font-size: 1.4em;
	padding: 15px 0 0 0;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#featured-projects .subtitle {
	padding: 0 0 5px 0;
	color: #a3a3a3;
	text-transform: uppercase;
	font-size: 0.8em;
}

#projects .entry {
	padding: 10px 0;
	border-bottom: 1px dashed #bbbbbb;
}

#projects .entry a {
	display: block;
	padding: 10px;	
}

#projects .entry a:hover {
	background: #ffffff;
	text-decoration: none;
}

#projects  img {
	float: left;
	margin-right: 30px;
	border: 1px solid #d8d7d7;
}

#projects a:hover img {
	border: 1px solid #3a3a3a;
}

#projects .data {
	font-size: 1.0em;
	display: block;
	padding: 0 0 10px 0;
	color: #999999;
}

#projects .content {
	display: block;
	padding: 10px 0;
	line-height: 20px;
	font-size: 1.2em;
	color: #252525;
}

.current-showhomes img {
	display: inline-block;
	width: 32%;
	margin: 0.5%;
}

/* ########## PAGINATION STYLES ########## */

#pagination {text-align: center; clear: both; padding: 40px 0 20px 0;}
#pagination ul {margin: 0; padding: 0;}
#pagination ul li {list-style: none; display: inline; margin: 3px; padding: 0;}

#pagination ul li a {
	background: #dadada;
	border: 1px solid #bababa;
	color: #7a7a7a;
	font-weight: bold;
	padding: 2px 6px;
	min-width: 10px;
	text-align: center;
}
#pagination ul li a:hover{
	background: #637f3c;
	border: 1px solid #597038;
	color: #fff;
	text-decoration: none;
}

.active_page {
	background: #3a3a3a;
	border: 1px solid #340000;
	color: #fff;
	font-weight: bold;
	padding: 2px 6px;
	min-width: 10px;
	text-align: center;	
}


/* ########## SEARCH FORM STYLES ########## */

.search-form ul.checkboxes {
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
}

.search-form ul.checkboxes li {
	padding: 2px;
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;	
}

.search-form ul.checkboxes li label {
	position: relative;
	top: 4px;
	clear: none !important;
}

.search-form label {
	font-size: 0.95em;
	width: auto;
	float: none;	
}

.search-form label.title {
	text-transform: uppercase;
	display: block;	
	font-weight: bold;
	padding: 3px 0;
}

.search-form .checkbox {
	background: url('bg-checkbox.png') no-repeat 0 0;
	width: 25px;
	height: 25px;
	float: left;
}

#search-size-range {
	margin: 10px 0;	
}

.search-size-text {
	color: #d97327;
	display: block;	
	padding: 5px 0 0 0;
}

/* ########## RESPONSIVE OVERRIDE STYLES ########## */


@media screen and (max-width: 768px) {
	.shell {width: 730px; margin: 0 auto;}
	#nav {font-size: 1.1em;}
	#nav a {padding: 5px; margin: 0 5px;}
	.panel-inside-left {width: 27%;}
	.panel-inside-right {width: 67%;}
	.panel-contact-left {width: 30%;}
	.panel-contact-right {width: 64%;}
	#footer {font-size: 0.9em;}
	a.button, input.button {max-width: 40% !important;}
	.showhome-list .item {width: 49%;}
}


@media screen and (max-width: 640px) {
	.shell {width: 95%; margin: 0 auto;}
	#header {height: auto; top: 5px;}
	#header .logo {float: none; display: block; width: 100%; background-position: top center; top: 0;}
	#nav {font-size: 1.1em; float: none; clear: both; height: 50px; text-align: center;}
	#nav ul li {display: inline-block; float: none;}
	#nav a {padding: 5px; margin: 0 2px;}
	#promo,#title {position: relative; top: 20px; margin-bottom: 20px;}
	#promo {background: url('promo-slides/promo-slide-default.jpg') no-repeat 0 0; background-size: cover; height: 150px !important;}
	#promo .slides, #promo .control-next, #promo .control-prev, #promo .slide-text {display: none !important;}
	.panel-inside-left {width: 30%; overflow: hidden;}
	.panel-inside-right {width: 64%; padding-bottom: 20px;}
	.panel-contact-left {width: auto; float: none; clear: both; padding: 0; margin: 0; background: none;}
	.panel-contact-right {width: auto; float: none; clear: both; padding-bottom: 20px;}
	.panel-main-right {width: auto; float: none; clear: both; margin: 0; padding: 0;}
	.panel-main-left {width: auto; float: none; clear: both; padding-bottom: 20px;}
	#content {padding-bottom: 0; font-size: 0.9em; padding: 20px 0 0 0;}
	.content-box {padding: 10px;}
	#featured-projects {padding: 0 15px;}
	.floorplans li {width: 48%;}
	#title {margin-top: 10px;}
	#footer {margin: 0; background-image: none;}
	#footer .shell {width: 80%; margin: 0 auto;}
	#footer .panel-left {float: none; width: auto; clear: both; text-align: center;}
	#footer .panel-right {float: none; width: auto; text-align: center; padding-top: 20px; clear: both;}
	#footer .panel-right table {width: 100% !important;}
	#footer ul li {width: 45%; text-align: center;}
	#footer table.table-pad {float: none;}
	#footer table.table-pad td {padding: 0 30px 0 0;}
	#footer .dev-tag {float: none; top: 0; margin: 10px auto;}
	a.button, input.button {display: block; margin: 1% 2%; max-width: none !important;}
}

@media screen and (max-width: 480px) {
	.shell {width: 98%; margin: 0 auto;}
	#nav {font-size: 1.2em; clear: both; position: relative; top: 0; padding: 10px 0; float: none; height: auto;}
	#nav ul li {display: block; float: none; padding: 0; margin: 0;}
	#nav a {color: #d9d9d9; text-decoration: none; float: none; display: block; padding: 5px 0; text-align: center; width: 100%; background: #545454; border-top: 1px solid #6e6e6e; border-bottom: 1px solid #3f3f3f; margin: 0 !important;}
	#nav a:hover {background: #6a6a6a; border-radius: 0; color: #fff;}
	#nav a.active {background: #3a3a3a; color: #fff; border: none;}
	#nav ul li ul.sub-nav, #nav ul li ul li, #nav ul li ul li a {display: none; border: none; background: none; margin: 0;}
	#nav li.sfHover {background: none; border: none;}
	#nav li.sfHover a.sf-with-ul {color: #d9d9d9; border-top: 1px solid #6e6e6e; border-bottom: 1px solid #3f3f3f;}
	#nav li.sfHover a.active {color: #fff !important; border: none;}	
	#content {clear: both; width: auto; font-size: 0.8em; padding: 0;}
	#content .sub-nav {font-size: 1.3em;}
	.content-box {margin: 5px 0;}
	#featured-projects a.item {margin: 0 auto; float: none; display: block;}
	.floorplans li {width: 98%;}
	.panel-inside-left {width: auto; float: none; clear: both; margin: 0; overflow: hidden;}
	.panel-inside-right {width: auto; float: none; clear: both; padding-bottom: 20px; padding-left: 0;}
	.panel-main-right {width: auto; float: none; clear: both; margin: 0;}
	.panel-main-left {width: auto; float: none; clear: both; padding: 0 2%; padding-bottom: 20px;}
	#promo, #title {display: none;}
	#title {margin-top: 0;}
	#footer ul li {width: 50%;}
	#footer p {text-align: center;}
	#footer table.table-pad td {width: 96%; float: left; text-align: center;}
	.current-showhomes img {display: block; width: 99%;	margin: 0.5%;}
	.showhome-list .item {width: 99%;}
}

@media screen and (max-width: 240px) {
	.shell {width: 98%; margin: 0 auto;}
	#projects img {margin-bottom: 20px;}
	#footer .dev-tag {width: auto; padding: 0; font-size: 0.8em; margin-top: 20px;}
	#footer .dev-tag a.icon-blufyre {float: none; display: block; margin: 0 auto;}
}