/* CSS Reset, Basic Typography, and 960 Grid Structure
----------------------------------------------------------------------------- */
@import "reset.css";
@import "typography.css";
@import "960.css";


/* Structure
----------------------------------------------------------------------------- */
body {
    color: #666;
    background: #33190C url(../img/bg.jpg) no-repeat top center;
}

/* Typeography
----------------------------------------------------------------------------- */
a         { color: #77A5AE; }
a:visited { color: #333366; }
a:hover   { color: #FF6633; }

li {
    line-height: 1.2em;
}


.quiet     { color: #999;    }
.loud      { color: #000;    }
.highlight { color: #E17000; }
.hide      { display: none;  }

h1.mir {
    letter-spacing : -1000em;
    font-size: 1px; line-height: 1px; /* fix for ie6 */
    margin: 0;
    padding: 0;
}

/* Header
----------------------------------------------------------------------------- */
#header {
    height: 170px;
    background: #33190C url(../img/header_bg.jpg) no-repeat;
}
#header_plain {
    height: 159px;
    background: #33190C url(../img/header_bg_plain.jpg) no-repeat;
}
#header #logo,
#header_plain #logo {
    float: left;
    padding: 40px 0 0 20px;
    behavior: url(iepngfix.htc);
}
#header #page_title,
#header_plain #page_title {
    float: right;
    margin: 60px 30px 0 0;
   /* border: 1px solid #FFF;*/
}

#header h1.find_property,
#header_plain h1.find_property {
    background: url(../img/h1_findproperty.png) no-repeat;
    width: 173px;
    height: 15px;
}
#header h1.locations,
#header_plain h1.locations {
    background: url(../img/h1_locations.png) no-repeat;
    width: 188px;
    height: 15px;
}
#header h1.developments,
#header_plain h1.developments {
    background: url(../img/h1_developments.png) no-repeat;
    width: 154px;
    height: 15px;
}
#header h1.services,
#header_plain h1.services {
    background: url(../img/h1_services.png) no-repeat;
    width: 307px;
    height: 15px;
}

/* Content area
----------------------------------------------------------------------------- */
#content {
    background: #F1F0EC url(../img/content_bg.jpg) no-repeat bottom right;
}
#content_plain {
    background: #33190C;
}
#content_inner {
    /*padding: 0 20px 0 20px;*/
}
#content_inner h1 {
    text-align: center;
    color: #702E00;
}
#content_inner h2 {
    color: #702E00;
}
#sidebar {
    padding: 0 30px 0 40px;
   /* background-color: #333;*/
}
#sidebar h2 {
    font-size: 1.2em;
    text-align: center;
}

/* Navigation
----------------------------------------------------------------------------- */
#nav {
    position: relative;
    height: 26px;
    width: 930px;
    z-index: 1000;
    margin: 40px 0 0 20px;
}
#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    display: block;
}
#nav li a {
    color: #333;
    font-weight: bold;
    display: block;
    padding: 0;
}
#nav li span {
    position: absolute;
    left: -9384px;
}

/* top-level image settings */
li#home a, li#find_property a, li#locations a,
li#developments a, li#services a, li#lodge a {
    display: block;
    position: relative;
    height: 26px;
    background: url(../img/nav.png) no-repeat;
}

li#home                 { width: 80px; }
li#find_property        { width: 147px; }
li#locations            { width: 170px; }
li#developments         { width: 139px; }
li#services             { width: 257px; }
li#lodge                { width: 137px; }

li#home a               { background-position: 0 0;      }
li#find_property a      { background-position: -80px 0; }
li#locations a          { background-position: -227px 0; }
li#developments a       { background-position: -397px 0; }
li#services a           { background-position: -536px 0; }
li#lodge a              { background-position: -793px 0; }

li#home a:hover, li#home:hover a, li#home.over a
    { background-position: 0 -26px; }
li#find_property a:hover, li#find_property:hover a, li#find_property.over a
    { background-position: -80px -26px; }
li#locations a:hover, li#locations:hover a, li#locations.over a
    { background-position: -227px -26px; }
li#developments a:hover, li#developments:hover a, li#developments.over a
    { background-position: -397px -26px; }
li#services a:hover, li#services:hover a, li#services.over a
    { background-position: -536px -26px; }
li#lodge a:hover, li#lodge:hover a, li#lodge.over a
    { background-position: -793px -26px; }

/* Footer
----------------------------------------------------------------------------- */
#footer_top {
    height: 36px;
    background: transparent url(../img/footer_top.jpg) no-repeat bottom right;
}
#footer_top_plain {
    height: 36px;
    background: transparent url(../img/footer_top_dev.jpg) no-repeat bottom right;
}
#footer {
    color: #D9C1B0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: transparent url(../img/footer_bg.png) no-repeat bottom right;
}
#footer #contact {
    padding-left: 20px;
}

#footer h3 {
    color: #E9DCD2;
    font-size: 1.5em;
}
#footer p {
    line-height: 1.5em;
}
#footer .office_info {
    width: 250px;
    float: left;
}

#footer .logo {
    float: left;
    padding-right: 10px;
    height: 100px;
}
#footer a:visited {
    color: #866E1F;
}

/* Footer Navigation
----------------------------------------------------------------------------- */
#footer_nav {
    padding-top: 10px;
    margin-bottom: 25px;
}
#footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer_nav li {
    display: inline;
}
#footer_nav li a {
    color: #866E1F;
    text-decoration: none;
    font-size: 11px;
    background: transparent url(../img/footer_nav_pipe.png) left no-repeat;
    padding-left: 10px;
}
#footer_nav li a:hover {
    text-decoration: underline;
}
#footer_nav li a.first {
    background: none;
}
#footer_nav p {
    text-align: right;
    color: #665E3F;
    font-size: 10px;
}

/* Agents
----------------------------------------------------------------------------- */
.agent {
    padding-bottom: 2em;
}

.agent h3 {
    margin: 0;
    font-size: 1.4em;
}
.agent h4 {
    margin: 0;
}
.agent img {
    float: left;
    margin-right: 10px;
    border: 3px solid #333;
}
.agent .vcard {
    padding-top: .5em;
    margin-left: 92px;
}
.agent .vcard .fn {
    display: none;
}

/* Browse Categories
----------------------------------------------------------------------------- */
.browse_cat {
    float: left;
    margin-right: 10px;
    text-align: center;
}
.browse_cat h2 {
    font-size: 1.2em;
}
.browse_cat img {
    border: 1px solid #333;
}

/* Developer Services Info Box
----------------------------------------------------------------------------- */
#services_info {
    padding: 20px 40px 0 40px;
    color: #FFF;
}

/* Property listing
 * Overlay code adapted from:
 * http://sonspring.com/journal/png-overlay/css/overlay.css
----------------------------------------------------------------------------- */
#property_wrap {
    margin-left: 28px;
}
.property {
    float: left;
    margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
    width: 282px;
    height: 330px;
    text-align: center;
}
.property_img {
	position: relative;
    width: 282px;
    height: 195px;
}
.property img {
    margin-top: 5px;
}
.property h2 {
    margin-bottom: 5px;
}
.property h4 {
    margin: 0;
}
.property p {
    margin-top: 0;
}
.overlay {
	background: url(../img/overlay2.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 11px;
    width: 282px;
    height: 212px;
}
.sold {
	background: url(../img/overlay2_sold.png) no-repeat;
}
.price_increase {
	background: url(../img/overlay2_increase.png) no-repeat;
}
.sale_pending {
	background: url(../img/overlay2_pending.png) no-repeat;
}
.price_reduction {
	background: url(../img/overlay2_reduction.png) no-repeat;
}
#property_info {
    float: left;
    width: 600px;
    margin-right: 20px;
}
#property_info dt {
    font-size: 16px;
    color: #702E00;
    margin: 0;
    padding: 0;
}
#property_info dd {
    margin: 0;
    padding: 0;
}
#property_info p {
    margin: 0;
    padding: .5em 0;
}

#property_pics {
    float: left;
    width: 310px;
}
#property_pics img {
    border: 1px solid #33190C;
    margin-bottom: 20px;
}
#property_features {
    margin-top: 1em;
}
#property_features dt {
    color: #333;
    font-size: 12px;
    float: left;
    padding: .25em;
}
#property_features dd {
    padding: .25em;
}

.featured_property img {
    margin-left: 5px;
    border: 1px solid #333;
}
.featured_property h3 {
    text-align: center;
}


/* Rounded callout box
----------------------------------------------------------------------------- */
.rounded_callout {
    float: right;
    width: 200px;
    margin-left: 25px;
}


/* Developments page
----------------------------------------------------------------------------- */
.development_teaser {
    text-align: center;
    height: 270px;
}
.development_teaser ul {
    text-align: left;
}

/* Galleria
----------------------------------------------------------------------------- */
#main_image{margin:0 0 10px 0;height:400px;width:600px;}
#main_image img{margin-bottom:10px;width:600px;height:400px;border:1px solid #333;}

.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
.info p{margin-top:1.6em;}

/*
.gallery_demo {width:600px;margin:0 auto;}
.gallery_demo li{float: left; width:68px; height:50px; border:1px solid #111;}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
*/

/* Misc.
----------------------------------------------------------------------------- */
/* :focus { -moz-outline-style: none; } */

.left     { float: left;        }
.right    { float: right;       }
.a-right  { text-align: right;  }
.a-left   { text-align: left;   }
.a-center { text-align: center; }
img,div   { behavior: url(/css/iepngfix.htc) }