/*
Theme Name: Heritage Blue
Theme URI: http://heritageatlakeforest.com
Author: Fasturtle
Author URI: http://fasturtle.com
*/


/* RESET */
/* ----------------------------------------- */

/* Global reset */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold; }
em { font-style: italic; }
a img { border:none; } /* Gets rid of IE's blue borders */

/* 
Clearfix (easy clearing of floats)
http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display: block;}
* html .clearfix {height:1px;} /* For IE */

/* TYPOGRAPHY */
/* ----------------------------------------- */

/* License: http://www.fontsquirrel.com/license/copse */
@font-face {
    font-family: 'CopseRegular';
    src: url('fonts/Copse-Regular-webfont.eot');
    src: url('fonts/Copse-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Copse-Regular-webfont.woff') format('woff'),
         url('fonts/Copse-Regular-webfont.ttf') format('truetype'),
         url('fonts/Copse-Regular-webfont.svg#CopseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 88%;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, #header .description, #header .tel { 
	color: #18374e;
	font-family: CopseRegular,"Fertigo", "Georgia", "Big Caslon", serif;
} 

#content .post p strong { 
	color: #18374e;
	font-weight: bold;
} 

#content .post blockquote, #content .post cite {
	font-style: italic;
	color: #2B8798;
	border-left:2px solid #A9D8E0;
	margin-left: 2em;
	margin-bottom: 1em;
	padding-left: 0.5em;
}

#content .post ul, #content .post ol, #content .post dl {
	margin-left: 3em;
	margin-bottom: 1em;
}

#content .post ul li, #content .post ol li {
	border-top:1px dotted #A9D8E0;
	padding: 5px 0;
}

#content .post ul li:first-child, #content .post ol li:first-child {
	border-top: none;
}

#content .post ul {
	list-style-type: circle;
	list-style-image: url(images/bullet.gif);
}

#content .post ol {
	list-style-type: decimal;
}

h1, h2, h3, h5, h5, h6 {
	margin-bottom: 1em;
	line-height: 1.8;
}

#content h1 {
	font-size: 2em;
}

#content h2 {
	font-size: 1.6em;
}

#content h3 {
	font-size: 1.4em;
}

#content h4 {
	font-size: 1.4em;
}

#content .post p {
	margin-bottom: 1em;
}

#content h1.archive-header, #content h1.pagetitle {
/* 	color: #8FB9C1; */
	background: url(images/corner.png) no-repeat scroll center right #CDE9EE;
	font-size: 1.2em;
/*
  	border-bottom: 1px solid #ACD8E0;
    border-top: 2px solid #ACD8E0;
*/
	padding: 9px 0 9px 20px;
	margin-left: -20px;
}

#content h1.pagetitle {
	font-size: 2em;
	color: #18374E;
	padding: 2px 0 2px 20px;
}

#content .post img,
#content .post object,
#content .post iframe,
#content .post embed,
#google-map iframe {
	padding: 4px;
	border: 1px solid #2B8798;
}

a[href$=".jpg"], a[href*=".jpg"], a[href$=".jpeg"], a[href*=".jpeg"], a[href$=".tiff"], a[href*=".tiff"], a[href$=".JPG"], a[href*=".JPG"], a[href$=".gif"], a[href*=".gif"], a[href$=".png"], a[href*=".png"], a[href$=".bmp"], a[href*=".bmp"]  {
	border: none !important;
}

a[class*="pdf"], a[href$=".pdf"], a[href*=".pdf"], a.pdf {
    background: url(images/a-pdf.gif) no-repeat scroll right top transparent;
    padding: 0 1.4em 0 0;
}

#sidebar h2 {
	font-size: 1.4em;
}

#about p {
	line-height: 1.7em;
	margin: 0;
}

#content p.theTime {
	color: #555;
	font-size: .65em;
	letter-spacing: 0.05em;
	line-height: .95;
	margin: 0;
	text-transform: uppercase;
}

#content .post p.meta {
	border-top: 1px dotted #A9D8E0;
	font-size: 12px;
	color: #52919C;
	padding: 4px 0 0 0;
	margin: 0;
}

ul.subnav, .blog-archives, #twitter_social {
	font-family: CopseRegular,"Fertigo", "Georgia", "Big Caslon", serif;
	padding: 10px;
	background: #EDF9FB;
	border:1px solid #BCE4EB;
	list-style-image: none;
	list-style-type: none;
}

#twitter_social h2 {
	background: url(images/sprite.jpg) no-repeat -3px -1841px;
	padding-left: 42px;
	margin-bottom: 0;
}

.blog-archives h2 {
	border-bottom: 1px dotted #A9D8E0;
	padding: 0 10px 6px 10px;
}

ul.subnav li a:link,
ul.subnav li a:visited {
	border-top: 1px dotted #A9D8E0;
	border-bottom: none;
	display: block;
	font-size: 16px;
	padding: 6px 10px;
	width: auto;
}

ul.subnav li a:hover,
ul.subnav li a:active {
	background:#fff;
	width: auto;
}

ul.subnav li:first-child a {
	border-top: none;
}

ul.subnav li a > span {
	color: #76AFBA;
}

#sidebar #quotes {
	font-family: CopseRegular,"Fertigo","Georgia","Big Caslon",serif;
	color: #18374e;
	font-size: 18px;
	padding: 0 0 35px 0;
	border-bottom: 2px solid #A9D8E0;
}

#quotes span {
	font-style: italic;
}

#quotes cite {
	position: relative;
	font-style: normal;
	top: 12px;
	font-size: 14px;
	color: #00758b;
}

ul#services li p {
	color: #00758b;
	font-size: 11px;
}

#rotator {
	border: 2px solid #00617B;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
	float: left;
	left:0;
    position: relative;
    width: 586px;
    z-index: 50;
}

#rotator .phrase {
	white-space: nowrap;
	overflow: hidden;
	text-indent: 150%;
	display: block;
}

#rotator li {
    display: none;
    height: 241px;
    margin: 0 auto;
    padding: 0;
    width: 586px;
}
#rotator li#one {
    background: url(images/sprite.jpg) no-repeat -194px -400px;
}
#rotator li#two {
    background: url(images/sprite.jpg) no-repeat 0 -700px;
}

#rotator li#four {
    background: url(images/sprite.jpg) no-repeat -193px -1300px;
}


/* LAYOUT */
/* ----------------------------------------- */
.aligncenter { display:block; margin:0 auto; }
.alignleft { float:left; margin: 0 10px 5px 0; }
.alignright { float:right; margin: 0 0 5px 10px;}

.wp-caption-text { 
	color: #00758B;
	font-size: 12px;
	font-style: italic;
	padding: 5px 0;
	text-align: left;
	margin-bottom: 0 !important;
}

/* Br class to clear floated columns */
br.clear { 
	clear: both; 
	display: block; 
	height: 1px; 
	margin: -1px 0 0 0;
} 


html, body {
	color: #555;
	margin: 0; padding: 0;
}

html {
	background: url(images/glow.png) no-repeat scroll center -120px #C7ECF2;
}

body.page-id-360 #content { /* Google Calendar Page */
	float: none;
	margin:0;
	width: 920px;
}

/*
body.page-id-360 #page {
	overflow: hidden;
}
*/

body.page-id-360 #content .post iframe {
	overflow: hidden;
}

#page {
	background: #fff;
	border-left: 3px solid #7BC7D5;
	border-right: 3px solid #7BC7D5;
	overflow: auto;
	margin: 0 auto; padding: 20px;
	width: 920px;
	position: relative;
}

#header, #secondary, .wrap {
	margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 920px;
}

#header {
	padding-top: 25px;
	z-index: 80;
}

.top-wrap {
	border-top: 4px solid #1E7588;
	border-bottom: 4px solid #00617B;
	background: #009ebb url(images/sprite.jpg) 650px -40px repeat-x;
	padding: 0;
	overflow: auto;
	margin: 30px 0 0 0;
	width: 100%;
}

.top-wrap > .wrap {
	padding: 20px;
	overflow: auto;
	background: url(images/trans-blue-40.png) repeat;
	border-left: 3px solid #1C6684;
	border-right: 3px solid #1C6684;
}

.media-ribbon > .wrap {
	border-color: #3B859D;
}

.media-ribbon {
	border-bottom: 4px solid #52919C;
	border-top: none;
	overflow: hidden;
	margin: 0;
	background: url(images/bg-ribbon2.jpg) repeat-x 0 -260px #7BC7D5;
}

#secondary {
	overflow: auto;
/*
	position: relative;
	top:25px;
*/
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

#twitter_div {
	background: url("images/twitter-large.png?555") no-repeat scroll -26px 116px #FFFFFF !important;
	width: 205px;
	padding: 6px 19px !important;
}

#homepage-vid {
	width: 320px;
}

#homepage-vid a.flowplayer_container:hover {
	border-color: black !important;
}

#twitter_div, #homepage-vid, #photo-picasa {
	background: #fff;
	border: 2px solid #00617B;
	margin-right: 10px;
	padding: 6px;
	height: 200px;
	overflow: hidden;
	float: left;
}

#photo-picasa {
	width: 301px;
	margin-right: 0;
}

#twitter_div h2 {
	font-size: 20px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #A9D8E0;
	padding-bottom: 2px;
}

#twitter_div h2 a {
	color: #18374E;
	border-bottom: none;
}

#twitter_div h2 a > span {
	color: #2B8798;
/*
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
	padding-left: 3px;
    text-transform: uppercase;
*/
}

#secondary .vid-links {
	list-style-image: none;
	list-style-type: none;
	margin: 4px 0 0 0;
}

#secondary .vid-links li {
	float: left;
	margin-left: 10px;
}

#secondary .vid-links li a {
	border-bottom: none;
}

#secondary .vid-links li:first-child {
	margin-right: 40px;
}

a, a:visited {
	color: #2B8798;
	text-decoration: none;
	border-bottom: 1px dotted #A9D8E0;
}

a:hover, a:active {	
	color:#18374e;
	border-bottom: 1px solid #A9D8E0;
}

#header h1#logo {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#header h1#logo a {
	padding: 0;
/*
	height: 120px; 
	width: 137px;
*/
	margin-left: -62px;
	border-bottom: none;

}

#header h1#logo a img {
	border:none;
}

#header .description,
#header .tel {
	color: #3594A4;
	line-height: 1.4;
	margin: 10px 0;
}

#header .description {
	font-size: 16px;
	float: left;
	text-align: left;
}

#header .tel {
	float: right;
	text-align: right;
	font-size: 18px;
}

#header .tel > span, #header .description > span {
	color: #82B5BE;
    font-family: helvetica,arial,sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
	display: block;
}

.leftnav {
	float: left;
}

.rightnav {
	float: right;
}

ul.nav {
	font-family: CopseRegular,"Fertigo", "Georgia", "Big Caslon", serif;
	list-style-image: none;
	list-style-type: none;
	border-top: 2px solid #ACD8E0;
	border-bottom: 1px solid #ACD8E0;
	padding: 0;
	text-align: center;
	height: 43px;
	margin-top: -57px;
	width: 40%;
}

ul.nav li:first-child {
	margin-left: 0;
}

ul.nav > li {
	float: left;
	margin: 0 0 0 3px;
	position: relative;
}

ul.leftnav > li:first-child {
	width: 113px;
}

ul.nav li a {
	color: #165E6A;
	display: block;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin: 0; 
	padding: 9px;
	width: auto;
	border-bottom: none;
}

ul.nav li ul {
	list-style-image: none;
	list-style-type: none;
	background:#fff;
	border-bottom: 3px solid #84B9C2;
	display: none;
	z-index: 100;
}

ul.nav li ul li {
	margin: 0;
	float: none;
	text-align: left;
	border-top: 1px dotted #A9D8E0;
}

ul.nav li ul li:first-child {
	border-top: none;
}

ul.nav li:hover > ul,
ul.nav li ul:hover,
ul.nav li.sfhover > ul {
	display: block;
	position: absolute;
	top: 43px; left: 0;
	width: 200px;
	z-index: 100;
}

ul.nav li li a:link,
ul.nav li li a:visited {
	background:#fff;

	color: #268b9e;
	font-size: 14px;
	padding: 6px 6px 6px 12px;
	display: block;
}

ul.nav li li a:hover,
ul.nav li li a:active {
	background: #EDF9FB;
	color: #18374e;
}


#header ul li.last,
#header ul li:last-child {
	margin-right: 0;
}

ul.nav li a:active,
ul.nav li a:hover,
ul.nav li a.current,
ul.nav > li > a:hover {
	background: #fff;
	color: #222;
}

#banner {
/* 	top: -9px; */
	margin: -9px 70px 18px; padding: 0;
	z-index:1;
}

ul#services {
	float: right;
	margin: 0;
	padding: 0;
	width: 310px;
	list-style-image: none;
	list-style-type: none;
}


ul#services li h2 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

ul#services li h2 a {
	color: #fff;
	border-top: 1px dotted #88C4CF;
	border-bottom: none;
	padding: 8px 0;
	display: block;
}


ul#services li:first-child h2 a {
	border: none;
}

ul#services li h2 a:hover,
ul#services li h2 a:hover > span {
	color: #F7EEC5;
}

ul#services li h2 a > span {
	color: #C7ECF2;
}

ul#services li p {
	padding: 0 5px;
}

#contain {
	float: right;
	margin-right: 62px;
	width: 446px;
}

#content {
	float: left;
	margin: 0 10px 0 0;
	width: 590px;
}

#contain #content {
	margin-right: 0;
}

#about {
	background: #ededed;
	border: 1px solid #cacaca;
	float: right;
	margin: 0 8px 1em 0; padding: 12px 10px;
	width: 408px;
}

#content .post {
	margin-bottom: 25px;
}

#sidebar {
	float: right;
	margin: 0 0 0 10px; padding: 0;
	width: 310px;
}

/*
#welcome-video-container {
	height: 227px;
	overflow: hidden;
	width: 100%;
}
*/

#sidebar object#welcome-video {
	margin-top: 0;
}

* + #quotes {
	margin-top: 2em;
}

#links {
	margin: 24px 0;
}

#links a {
	font-size: 21px;
	padding: 0 4px;
	text-align: center;
}

#links a:first-child {
	font-size: 21px;
	padding: 0 50px 0 4px;
}

#floorplans {
	background: #EDF9FB;
	border: 1px solid #BCE4EB;
	height: 310px; width: 310px;
	position: relative;
	margin-bottom: 1em;
}

#google-map {
	height: 300px; width: 300px;
	position: relative;
	margin-bottom: 1em;
}

#floorplans a {
	background-image: url(images/floorplans.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
/* 	position: absolute; */
	height: 155px; width: 155px;
	text-indent: -9999px;
}

a#studio:link, a#studio:visited {
	background-position: 0 0;
	top: 0; left: 0;
}

a#studio:hover, a#studio:active {
	background-position: 0 -310px;
}

a#onebr:link, a#onebr:visited {
	background-position: -155px 0;
}

a#onebr:hover, a#onebr:active {
	background-position: -155px -310px;
}

a#deluxe:link, a#deluxe:visited {
	background-position: 0 -155px;
	top: 155px; left: 0;
}

a#deluxe:hover, a#deluxe:active {
	background-position: 0 -465px;
}

a#twobr:link, a#twobr:visited {
	background-position: -155px -155px;
	top: 155px; left: 155px;
}

a#twobr:hover, a#twobr:active {
	background-position: -155px -465px;
}

#footer {
    background: #009EBB;
    border-top: 4px solid #1E7588;
	color: #fff;
	clear: both;
	overflow: auto;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}

#footer ul {
	width: 920px;
	margin: 0 auto;

	list-style-image: none;
	list-style-type: none;
}

#footer li {
	float: left;
	border-left: 1px dotted #144952;
	padding: 4px 20px;
	text-align: left;
	font-size: 12px;
}


#footer li:first-child {
	border-left: none;
}

#footer a.fasturtle {
	background: url(images/sprite.jpg) no-repeat 0 -1750px;
	border: none;
	display: block;
	float: right;
	height: 19px; width: 128px;
	overflow: hidden;
	top: 24px; right: 36px;
	text-indent: -9999px;
}

/* Contact Form */

p.warning {
	background: #F7E5E5 url(images/error.png) center left no-repeat;
	font-weight: bold;
	color: #A32424;
	border: 1px solid #D0BBBB;
	padding: 6px 6px 4px 32px;
}

p.success {
	background: #E5F4F0 url(images/success.png) center left no-repeat;
	font-weight: bold;
	color: #00758B;
	border: 1px solid #BCE4EB;
	padding: 6px 6px 4px 32px;
}

label span.warning,
label span.warning small {
 color: #A32424 !important;
}

form#contact-form {
	background: #EDF9FB;
	border: 1px solid #BCE4EB;
	margin-bottom: 1em;
	padding: 20px;
	margin-top: 20px;
}

form#contact-form div.row {
	clear: both;
	height: 40px;
	margin: 0 0 10px 0;
}

input[type="text"],textarea {
	border: 2px solid #B5D3DA;
	padding: 6px 3px;
}

div.row input, 
div.row select,
div.row textarea {
	font-size: 12px;
}

div.row label {
	font-weight: bold;
	color: #18374E;
	float: left;
	width: 48%;
}

div.row label small {
	color: #00758B;
	font-weight: normal;
	font-size: 12px;
}

div.row .single {
	float: right;
	width: 48%;
}

input[type="text"]:focus, textarea:focus {
	border-color: #18374E;
}

div.row select.single {
	width: 50%;
}

div.row textarea.single {
	margin-bottom: 10px;
	padding: 4px;
	width: 47.5%;
}

input[type="submit"], input#submit {
	font-family: CopseRegular,"Fertigo","Georgia","Big Caslon",serif;
	background: #009EBB;
	font-size: 18px;
	color: #fff;
	border: 2px solid #1E7588;
	padding: 4px 24px;
	width: 49.5%;
}

input[type="submit"]:hover, input#submit:hover {
	background: #18374E;
	cursor: pointer;
}

#facebook_like {
    margin-top: 25px;
	width: 300px !important;
}

#twitter_div ul,
#twitter_div li {
	display: inline;
	color: #18374E;
	font-style:italic;
}

#twitter_div li {
	font-size: 14px;
}

#twtr-widget-1 .twtr-hd {
	display: none !important;
}

#twtr-widget-1 .twtr-ft a,
.twtr-widget .twtr-tweet a.twtr-reply {
	display: none !important;
}

#twtr-widget-1 .twtr-ft span a.twtr-join-conv {
	display: block !important;
} 

#twtr-widget-1 .twtr-tweet-text {
	text-align: right !important;
}

#twtr-widget-1 em {
	display: inline !important;
}

.twtr-widget .twtr-tweet-wrap {
	padding: 0 !important;
}

#twitter_update_list > li small {
	display: block;
	text-align: right;
	font-size: 12px;
}

#twitter_update_list > li small, 
#twitter_update_list > li small a {
	color: #9AC1CD;
	border-bottom: none;
}

a#twitter-link {
	border-bottom: none;
	display: block;	
	font-size: 12px;
	float: right;
}

/* Lightbox CSS Overrides */

#stimuli_hoverNav a,
a#stimuli_bottomNavClose,
#lightbox-secNav-btnClose,
#lightbox-nav a,
#lightbox-loading-link,
#hoverNav a,
a#bottomNavClose,
a#loadingLink {
	border: none !important;
}

#lightbox, #overlay {
	overflow: hidden !important;
	max-width: 100% !important;
}

#overlay {
	width: 100% !important;
}

