/*
Theme Name: The Cottages V2
Theme URI: http://www.storydriven.com
Description: The Cottages custom theme
Author: Envisioning & Storytelling / Kramer Huculak
Version: 2.0
Tags: 
*/


/* =Import fonts */
@font-face {
    font-family: 'BotonRegular';
    src: url('/fonts/boton-regular-webfont.eot?') format('eot'), url('/fonts/boton-regular-webfont.woff') format('woff'), url('/fonts/boton-regular-webfont.ttf') format('truetype'), url('/fonts/boton-regular-webfont.svg#webfontt74B7MdO') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DinM';
    src: url('/fonts/dinmittelschriftstd-webfont.eot?') format('eot'), url('/fonts/dinmittelschriftstd-webfont.woff') format('woff'), url('/fonts/dinmittelschriftstd-webfont.ttf') format('truetype'), url('/fonts/dinmittelschriftstd-webfont.svg#webfontt74B7MdO') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0;
        padding:0;
}
#content {
	margin: 0 0 0 0;
}

#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

#main {
    width:940px;
    padding-top:25px !important; 
}

#main_left {
    width:220px;
    float:left;
}

#main_right {
    min-height:400px;
    width:720px;
    float:right;
    
}

#watch_video_icon {
    display:block;
    width:156px;
    height:49px;
    margin-top:20px;
    background:url('/images/watch_video_icon.png');
}

#watch_video_icon:hover {
    background-position:0px -49px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: DinM, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5 {
    font-family: BotonRegular, Georgia, "Times New Roman", serif;
}
h1 {
    font-size:30px;
    margin-bottom:8px !important;
}
h2 {
    font-size:22px;
    margin-bottom:8px !important;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: BotonRegular, Georgia, "Times New Roman", serif;
}
pre {
	font-family: Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.text_brown {
	color: #6f5625;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

body {
    width:100%;
    border-top:solid 3px #56a1d5;
}
#access .menu-header,
div.menu,
#colophon {
    position:relative;
    background:#FFF;
    margin: 0 auto;
    width: 940px;
}
#main {
    position:relative;
    background:#FFF;
    margin: 0 auto;
    width: 940px;
}
#wrapper {
    position:relative;
    width:940px;
    margin:0 auto;
    background: #FFF;
    padding: 0px 10px;
    z-index:4;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
}




/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
html {
    width:100%;
}
body {
    width:100% !important;
    background: #65768d url('/images/body_bg.jpg') repeat-x;
}
body,
input,
textarea {
	color: #6f5625;
	font-size: 12px;
	line-height: 18px;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a {
    text-decoration:none;  
    outline:0; 
}
a:link {
	color: #6f5625;
}
a:visited {
	color: #6f5625;
}
a:active,
a:hover {
	color: #2b93ca;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */
#header_strip_shadow {
    position:absolute;
    display:block;
    top:142px;
    height:6px;
    width:100%;
    background:url('/images/header_strip_shadow.png');
    z-index:5;
}


#header_cont {
    position:relative;
    width:100%;
    padding: 0px 0 0 0;
    height:139px;
    background:#FFF url('/images/header_bg.jpg') center;
    z-index:500;

}
#header {
    position:relative;
    padding: 0px;
    height:139px;
    width:960px;
    margin:0 auto;
}
#logo {
    float:left;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */


#access {
        position:absolute;
        top:95px;
        right:0px;
	display: block;
	width: 960px;
        z-index:1000;
}
#nav_bottom {
	display: block;
	float: left;
	margin: 0 0 30px 34px;
}
#register_link {
    position:absolute;
    top:0px;
    right:10px;
    display:block;
    z-index:10;
    clear:left;
    float:left;
    width:160px;
    height:40px;
    background:url('/images/header_register.png') 0px -2px no-repeat;
}
#register_link:hover {
    background-position: -160px -2px;
}

#icon_twitter_header {
    position:absolute;
    top:8px;
    right:192px;
    width:26px;
    height:26px;
    background:url('/images/twitter_button2.png');
}
#icon_twitter_header:hover {
    opacity:0.80;
    filter:alpha(opacity=80);
}
#header_links {
    position:absolute;
    color:#FFF;
    font-size:11px;
    font-family:"DinM";
    font-weight:normal;
    text-align:right;
    top:12px;
    right:230px;
    display:block;
    width:450px;
    height:30px;
    letter-spacing:0.1em;
}
#header_links a {
    text-transform:uppercase;
    color:#FFF;
    font-weight:normal;
}
#video_link {
    display:block;
    clear:left;
    float:left;
    width:110px;
    height:40px;

}
#video_link:hover {
    background-position:-110px 0px;
}
#access .menu-header,
div.menu {

	font-size: 16px;
        margin-right:0px;
	float:right;
        width:650px;
        background:none;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
        font-family:"BotonRegular",Arial,Helvetica;
        color: #55a1d6;
	display: block;
        text-transform:uppercase;
        font-size:14px;
	line-height: 50px;
	padding: 0px 10px;
	text-decoration: none;
        
}
#access ul ul {
	display: none;
	position: absolute;
	top: 44px;
	left: 0px;
	float: left;
	width: 175px;
        z-index:11;
        background:#56a1d5;
}
#access ul ul li {
	min-width: 160px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
        font-family:"DinM",Arial,Verdana;
        text-transform:none;
	line-height: 16px;
        color: #FFF;
        background:#;
	padding: 7px 15px;
	width: 145px;
}
#access li:hover > a {
	color: #85c5f1;
}
#access ul ul :hover > a {
	color: #FFF;
        background:#3e91ca;
}


#access ul li:hover > ul {
	display: block;
}


#access ul li.current_page_parent > ul {
}

#access ul ul li.current_page_item > a {
    color:#cae9ff;
}

#access ul li.current_page_parent > a,
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #cae9ff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Submenu
-------------------------------------------------------------- */
#left_sub_menu {
    margin-top:0px;
    position:relative;
    font-family:BotonRegular;
    list-style:none;
    margin-left:5px;
    font-size:14px;
    line-height:24px;
    width:210px;
}
#left_sub_menu a {
    font-weight:bold;
    color:#56a1d5;
}
#left_sub_menu a:hover {
    font-weight:bold;
    color:#2277b2;
}
#page_heading {
    font-size:21px;
    font-weight:bold;
    margin:0 0 12px 0;
}


/* =Map page
-------------------------------------------------------------- */
#map_cont {
    margin-top:0px;
    position:relative;
    width:720px;
}
#map_left {
    float:left;
    position:relative;
    width:428px;
    height:688px;
    margin-right:10px;
}
#map_right {
    right:0;
    position:absolute;
    background:#edead3;
    width:285px;
    height:688px;
    overflow:hidden;
    margin-right:0;
}
#map_right ul {
    font-size:12px;
    line-height:15px;
    list-style:none;
    margin:10px;
}
#map_right ul li {
    padding:0;
}
#map_wineries,
#map_activities,
#map_attractions {
    position:absolute;
    top:0px;
}

#button_wineries,
#button_activities,
#button_attractions {
    display:block;
    margin:10px 0;
    font-weight:bold;
    font-size:18px;
    font-family:BotonRegular;
    text-decoration:none;
}
#button_wineries, #list1, #list1 a {
    color:#745624 !important;
}
#button_activities, #list2, #list2 a  {
    color:#54a1c9 !important;
}
#button_attractions, #list3, #list3 a  {
    color:#618120 !important;
}

/* =Intro block
-------------------------------------------------------------- */
.introblock {
    margin-bottom:20px;
    font-size:20px;
}

/* =Home Page
-------------------------------------------------------------- */

#home_bottom_bar {
    margin:10px 0 50px 0;
	width:940px;
	height:160px;
	background:#eae4d8;
	overflow:hidden;
}
#home_bottom_bar .view {float:left; width:310px; height:160px; position:relative; background:url('/images/view.jpg') no-repeat left top; text-indent:-9999px;}
#home_bottom_bar .view>a {position:absolute; top:118px; left:199px; width:112px; height:31px;}
#home_bottom_bar .cottages {float:left; width:610px; height:130px; padding:15px 10px; color:#70511a; font-size:14px; line-height:21px; font-family: DinM, Arial, Helvetica, sans-serif; font-weight:300;}
#home_bottom_bar:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}

/* =Slidenav
-------------------------------------------------------------- */
#slidenav {
    position:absolute;
    right:20px;
    top:400px;
    z-index:999;
    width:auto;
    background:#6f5625;
    padding:7px 0px 7px 7px;
    border:solid 0px #c4b9a5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    
}
#slidenav a {
    width:12px;
    height:12px;
    background:#6f5625 url('/images/pager_icon.png') no-repeat;
    float:left;
    display:block;
    margin: 0 9px 0 0;
    color:transparent;
	text-indent:-9999px !important;
}

#slidenav a.activeSlide {
    background:#6f5625 url('/images/pager_icon_over.png') no-repeat;
}
#slidenav a:hover {
    background:#6f5625 url('/images/pager_icon_over.png') no-repeat;
}
#slidenav a.activeSlide:hover {
    background:#6f5625 url('/images/pager_icon_over.png') no-repeat;
}

/* =Home message
-------------------------------------------------------------- */
#home_message {
    position:absolute;
    left:34px;
    top:24px;
    z-index:1000;
    width:249px;
    height:359px;
    background:#56a1d5;
    font-family: BotonRegular, Georgia, "Times New Roman", serif;
	color:#4e4430;
	padding:20px 15px;
	font-size:16px;
	line-height:21px;
	overflow:hidden;
}

#home_message>h1 {font-style:italic; font-weight:bold; color:#ffffff; font-size:24px; line-height:27px; padding:0 0 5px 0;}
#home_message p {padding:0 0 10px 0; margin:0;}

/* =Airstream message
-------------------------------------------------------------- */
#home_airstream {
    position:absolute;
    left:312px;
    top:339px;
    z-index:1000;
    width:292px;
    height:64px;
    background:url('/images/airstream_bannerbg.jpg') no-repeat left top #ffffff;
	padding:10px 30px;
	color:#56a1d5;
	font-size:16px;
	line-height:21px;
	font-family: BotonRegular, Georgia, "Times New Roman", serif;
	overflow:hidden;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

#home_airstream p {margin:0; padding:0;}
#home_airstream strong {font-weight:bold; font-style:italic; font-size:21px; line-height:24px;}


/* =Home price message
-------------------------------------------------------------- */
#home_banner_price {
    position:absolute;
    right:0px;
    top:0px;
    z-index:1000;
    width:339px;
    height:222px;
    background:url('/images/banner_price.png') no-repeat;
	text-indent:-9999px;
}

/* =Contact Us page
-------------------------------------------------------------- */
#contact_us {
    font-size:20px;
}

/* =Owners Section page
-------------------------------------------------------------- */
#login,#login td {
    border:0 !important;
    padding:5px 10px !important;
}

/* =Benefits of Owning
-------------------------------------------------------------- */
#faq {
    padding:10px 0;
}
#faq table {
    border:0 !important;
    width:500px !important;
}
#faq table td {
    border:0 !important;
    border-bottom:solid 1px #f1f1f1 !important;
    padding:5px 10px !important;
}
#faq h3 {
    margin:0 !important;
}


/* =pan containers
-------------------------------------------------------------- */

/*Default CSS for pan containers*/
.pancontainer{
    background:url('/images/loading.gif') center no-repeat;
    position:relative; /*keep this intact*/
    overflow:hidden; /*keep this intact*/
    width:720px;
    height:480px;
    border:none;
}

#control_close {
    position:absolute;
    top:20px;
    right:20px;
    width:25px;
    height:25px;
    background:url('/images/siteplan_close.png');
    cursor:pointer;
}

#siteplan_static {
    position:relative;
    width:720px;
    height:480px;
    background:url('/images/siteplan_static.jpg');
	margin:0 0 5px 0;
}
#siteplan_link1 {
    background:url('/images/siteplan_static_buttons.png');
    position:absolute;
    width:191px;
    height:60px;
    top:15px;
    left:15px;
	text-indent:-9999px;
}
#siteplan_link1:hover {
    background-position:-191px 0;
}
#siteplan_link2 {
    background:url('/images/siteplan_static_buttons.png') 0 -60px no-repeat;
    position:absolute;
    width:191px;
    height:38px;
    top:75px;
    left:15px;
	text-indent:-9999px;
}
#siteplan_link2:hover {
    background-position:-191px -60px;
}

#siteplan_tooltip {
    position:absolute;
    z-index:11;
    padding:3px 5px;
    width:175px;
    height:auto;
    color:#FFF;
    font-size:14px;
    text-align:center;
    border:solid 1px #666;
    background:#FFF;
    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
}
#siteplan_tooltip span {
    font-size:12px;
}
#control_cont {
    position:absolute;
    z-index:10;
    top:10px;
    left:10px;
    padding-top:77px;
    width:224px;
    height:295px;
    height:257px;
    background:#FFF url('/images/siteplan_control.png');
}
#control_cont:hover {
    cursor:default;
}
#control_loading {
    background:#FFF url('/images/loading.gif') center no-repeat;
    position:absolute;
    top:290px;
    left:455px;
    width:30px;
    padding:10px;
    height:30px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    filter:alpha(opacity=80);
    opacity:0.8;
    display:none;
}
.sold_dot {
    color:#FFF;
    font-size:10px;
    line-height:14px;
    padding:0px 3px;
    height:13px;
    background:#56a1d5;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border:solid 1px #6f5625;
}
.siteplan_filter {
    border-top:solid 1px #6f5625;
    background:#FFF url('/images/siteplan_control.png');
    display:block;
    margin-right:5px;
}
.siteplan_filter:hover {
    background-position:;
}
#control0 {
    height:26px;
    background-position:0px -77px;
}
#control1 {
    height:70px;
    background-position:0px -103px;
}
#control2 {
    height:36px;
    background-position:0px -173px;
}
#xxcontrol3 {
    height:38px;
    background-position:0px -209px;
}
#control4 {
    height:38px;
    background-position:0px -209px;
}
#control5 {
    height:38px;
    background-position:0px -247px;
}
#control6 {
    height:38px;
    background-position:0px -285px;
}

#control0:hover {
    background-position:-225px -77px;
}
#control1:hover {
    background-position:-225px -103px;
}
#control2:hover {
    background-position:-225px -173px;
}
#xxcontrol3:hover {
    background-position:-225px -209px;
}
#control4:hover {
    background-position:-225px -209px;
}
#control5:hover {
    background-position:-225px -247px;
}
#control6:hover {
    background-position:-225px -285px;
}

#control0.selected {
    background-position:-449px -77px;
}
#control1.selected {
    background-position:-449px -103px;
}
#control2.selected {
    background-position:-449px -173px;
}
#xxcontrol3.selected {
    background-position:-449px -209px;
}
#control4.selected {
    background-position:-449px -209px;
}
#control5.selected {
    background-position:-449px -247px;
}
#control6.selected {
    background-position:-449px -285px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #6f5625;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #6f5625;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #53a2cc;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content {
    margin-top:0px;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


.quote_box {
    padding-left:50px;

}
.quote_sig {
    padding-top:30px;
    font-size:13px;
    line-height:15px;
}

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Registration
-------------------------------------------------------------- */

#registration input,
#registration select,
#registration textarea {
    background:#f1f1f1;
    border:0px !important;
    padding:5px;
}
#registration table, #registration table td, #registration tr {
    border:#FFF;
    padding:0 !important;
}

/* =Image Gallery
-------------------------------------------------------------- */

#image_gallery {
    background:#e7e7e8;
    padding:15px 0 15px 30px;
    width:610px;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

#register p {
    margin:0;
}


/* =siteplan
-------------------------------------------------------------- */
#lot_details_cont {
    cursor:default;
    display:block;
    width:840px;
    height:607px;
    position:absolute;
    overflow:hidden;
    top:10px;
    left:50px;
    background:#FFF;
    z-index:1100;
    -moz-box-shadow: 0px 0px 12px #000;
    -webkit-box-shadow: 0px 0px 12px #000;
    box-shadow: 0px 0px 12px #000;
}
#ld_header {
    height:57px;
    background:#6f5625;
    padding:15px 15px 0 15px;
    color:#FFF;
    font-family:BotonRegular;
   
}
#ld_close {
    position:absolute;
    display:block;
    right:10px;
    top:8px;
    width:30px;
    height:30px;
    background:url('/images/lb_close.png') no-repeat;
}
#ld_title {
    font-size:20px;
    font-weight:normal;
}
#ld_tabs {
    position:absolute;
    top:47px;
}
.lot_heading {
    display:block;
    height:25px;
    float:left;
    width:auto;
    padding:0 20px;
    text-align:center;
    font-size:15px;
    margin-right:8px;
    line-height:25px;
    font-family:DinM;
    background:#a0844c;
    color:#6f5625;
}
.lot_heading:hover {
    background:#b19867;
    color:#6f5625;
}
a.lot_heading.selected {
    color:#6f5625;
    background:#FFF;
}
.lot_detail {
    padding:20px;
}
.ld_left {
    width:350px;
    float:left;
}
.ld_right {
    width:350px;
    float:right;
}
.ld_name {
    font-size:25px;
    color:#56a1d5;
    margin-top:15px;
}
.ld_info_1,.ld_info_2 {
    margin-top:20px;
    float:left;
    width:110px;
    font-size:18px;
    line-height:24px;
}
.ld_info_2 {
    width:200px;
}
.ld_links {
    clear:left;
    padding:20px 0;
}
.ld_links a {
    color:#56a1d5;
    font-size:18px;
    line-height:28px;
}



/* =Interiors
-------------------------------------------------------------- */
#int_styles .style_el {
    float:left;
    margin-right:15px;
    color:#51a0ce;

}
.style_el a {
    color:#51a0ce;
}

/* =Floorplans
-------------------------------------------------------------- */
#floorplans {
    width:600px !important;
}
#floorplans, #floorplans td, #floorplans th {
    border:none !important;
}
#floorplans td, #floorplans th {
    padding:2px 6px !important;
}
#floorplans th a {
    color:#6f5625 !important;
    background:#ffdb77;
    width:auto;
    padding:0 3px;
    display:block;
    text-align:center;
    line-height:25px;
    text-decoration:none;
    border-bottom:solid 2px #FFF !important;
}
#floorplans th a:hover {
    background:#b4d36e;
    cursor:pointer;
}


.plan_img {
    top:850px;
    left:130px;
}

.fp_grid {
    float:left;
    width:600px;
    padding:20px 0;
    border-bottom:solid 1px #6f5625;
}
.fp_left {
    width:155px;
    float:left;
}
.fp_right {
    width:400px;
    float:left;
    padding:20px 20px 0 20px;
}
.fp_info_1, .fp_info_1 {
    float:left;
    width:100px;
}
.fp_thumb {
    width:155px;
    height:90px;
}

.fp_name {
    font-weight:bold;
    font-size:14px;
    text-align:center;
    font-family:BotonRegular;
    background:#fddd71;
}
.fp_links a, a.blue_link  {
    color:#51a0ce;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-bottom: 20px;
    font-size:12px;
    border-top:solid 1px #8a7b6c;
}

#footer_right {
    float:right;
    width:400px;
}
#footer_left1 {
    float:left;
    width:220px;
    font-size:13px;
    font-weight:normal;
    font-weight:normal;
}
#footer_left1 a {
    color:#56a1d5;
    
}
#footer_left2 {
    float:left;
    width:250px;
    padding-top:10px;
    font-size:11px;
    font-weight:normal;
}
#colophon {
	overflow: hidden;
	padding: 18px 0;
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

div.menu {
	-webkit-text-size-adjust: 80%;
}

#cvi_tooltip {
	display:none;
	position:absolute;
	padding:4px 8px;
	color: #666666;
	text-shadow: white 0px 1px 0px;
	background: #ffdd00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(255,224,0)));
	background-image: -moz-linear-gradient(top, rgb(255,255,255), rgb(255,224,0));
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid orange;
	max-width: 240px;
	min-width: 30px;
	box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-moz-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-webkit-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}


/*Sitemap Page
-------------------------------------------------------------------*/

ul#sitemapp {width:100%;}
ul#sitemapp>li {float:left; width:330px; margin:0 0 10px 0;}
ul#sitemapp ul.children>li {float:none !important;}
ul#sitemapp:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}