body {
background: #FAFAFA;
color: #333;
margin: 0;
padding: 0;
font-family: 'Helvetica', 'Arial', sans-serif;
}
#identity > h1 {
font-size: 120%;
padding-bottom: 10px;
border-bottom: 1px solid #CCC;
background: -moz-linear-gradient(top, #FFF 0, #EEE 100%);
background: -webkit-gradient(linear, top, #FFF 0, #EEE 100%);
background: -webkit-linear-gradient(left top, left bottom, from(#FFF), to(#EEE));
background: linear-gradient(left top, left bottom, from(#FFF), to(#EEE));
}
#identity header, #identity figure {
display: none;
}
#identity img {
margin: 0 auto;
max-width: 100%;
}
#identity figcaption {
display: none;
text-align: center;
margin: 0 auto;
}
#identity nav ul{
position: absolute;
display: none;

z-index: 100;
margin: 0 auto;
padding: 0;
width: 98%;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #FFF;
}
#identity nav li {
list-style: none;
}
#identity nav li a {
display: block;
background: #FFF;
text-decoration: none;
text-align: center;
border: 1px solid #CCC;
border-right: 0;
border-bottom: 0;
padding: 0.5em;
width: 100%;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.15) 100%);
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.15) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.15)));
background-image: linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.15) 100%);
}
#identity nav li.active >a {
background-color: #DDD;
}
#identity nav ul ul {
display: block;
margin-left: 20px;
position: static;
}
#identity nav ul ul a {
background: #DDD;
}
.mini-launcher {
text-decoration: none;
display: inline-block;
color: #444 !important;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
border: 1px solid #BBB;
border-radius: 5px;
padding: 3px 5px;
margin: 0;
width: 60px;
background: #FFF;
}
.mini-launcher.active {
background: #BBB;
color: #FFF;
}
section {
clear: both;
}
section header h1 {
color: #FFF;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
background: #AAA;
background-image: -webkit-linear-gradient(top, #BBBBBB 0%, #999999 100%);
background-image: -moz-linear-gradient(top, #BBBBBB 0%, #999999 100%);
background-image: -ms-linear-gradient(top, #BBBBBB 0%, #999999 100%);
background-image: -o-linear-gradient(top, #BBBBBB 0%, #999999 100%);
background-image: linear-gradient(top, #BBBBBB 0%, #999999 100%);
padding: 5px 1em;
}
section header h1 span {
float: right;
font-size: 0.7em;
margin-top: 0.3em;
}

form fieldset {
border: 0;
}
form label {
display: block;
}
input, textarea, select {
background: #FFD;
color: #333;
border: 1px inset #AAA;
padding: 3px 0;
}
input[type="submit"], .button, button, .button:visited {
background: #00A;
color: #FFF;
text-decoration: none;
border: 0;
padding: 5px;
border: 1px outset #006;
display: inline-block;
cursor: pointer;
}

#search-form form {
position: absolute;
display: none;

z-index: 10;
width: 98%;
margin: 0 auto;
}

#search-form form, #project_filter{
background: #AAA;
background-image: -moz-linear-gradient(top, #EEE 0%, #CCC 100%);
background-image: -webkit-linear-gradient(top, #EEE 0%, #CCC 100%);
background-image: linear-gradient(top, #EEE 0%, #CCC 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #CCC;
}

#project_filter {
padding-top: 2em;
padding-bottom: 2em;
margin-bottom: 5em;
}

#search-form input, #search-form textarea, #search-form select {
width: 95%;
display: block;
}
.agents-list {
padding: 0;
}
.agents-list li {
list-style: none;
clear: left;
}
.agents-list figure {
float: left;
max-width: 30%;
margin: 5px;
}
.agents-list img {
width: 100%;
height: auto;
}
.agents-list p {
line-height: 1.1em;
margin: 0;
}
.agents-list .name {
font-weight: bold;
}
.agents-list .subtle {
color: #AAA;
font-size: 85%;
}
.agents-list .title {
color: #00A;
}
.agents-list .extra-info {

}

.property-list {
padding: 0;
}
.property-list li {
list-style: none;
border-bottom: 1px solid #CCC;
}
.property-list figure {
display: block;
text-align: center;
position: relative;
width: 300px;
}
.property-list figcaption {
font-size: 1.7em;
}
.property-list figure img {
max-width: 100%;
height: auto;
}
.sold-out {
background: #A00;
background: rgba(150,0,0,0.75);
color: #FFF;
width: 100%;
font-size: 150%;
line-height: 150%;
}
.property-list figure span.sold-out {
position: absolute;
float: left;
bottom: 50px;
left: 0;
}
h2.sold-out {
text-align: center;
}
.property-list aside div {
position: relative;
}
.property-list p {
margin: 0;
}
.property-list div p {
margin-bottom: 0.5em;
}
.property-list .short-desc {
color: #C00;
font-weight: bold;
font-size: 1.1em;
}
.property-list .banner {
position: absolute;
top: -50%;
right: 0;
max-width: 20%;
height: auto;
}
.property-list .price-info {
font-size: 1.8em;
font-weight: bold;
}
.property-list .price-info span {
display: block;
color: #C00;
}
.property-list .areas-info {
font-weight: bold;
margin: 1em auto;
}
.property-list .snippet {
color: #888;
}
.ref {
margin-top: 10px !important;
color: #A0A;
font-weight: bold;
clear: left;
background: #DDD;
border-radius: 10px;
display: inline-block;
padding: 5px 3px;
}
.link-list {
text-align: center;
padding: 0;
}
.link-list li {
list-style-type: none;
border: 1px solid #CCC;
background: #FAFAFA;
background-image: linear-gradient(top, #FAFAFA 0%, #DDD 100%);
background-image: -moz-linear-gradient(top, #FAFAFA 0%, #DDD 100%);
background-image: -webkit-linear-gradient(top, #FAFAFA 0%, #DDD 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAAF), to(#EEE));
margin: 5px;
}
.link-list li a {
padding: 10px;
display: block;
min-width: 200px;
text-decoration: none;
}
.link-list li a.more {
font-size: 20px;
background-color: #00A;
color: white;
padding: 10px 70px
}
.link-list li a:hover {
text-decoration: underline;
}
.related-sites-list {
padding: 0;
text-align: center;
}
.related-sites-list h2 {
margin: 0;
margin-top: 5px;
}
.related-sites-list h3 {
text-decoration: underline;
margin: 0;
color: #333;
}
.related-sites-list div p {
color: #666;
}
.related-sites-list a {
text-decoration: none;
}
.related-sites-list li {
min-height: 125px;
font-size: 80%;
list-style-type: none;
border: 1px solid #DDD;
border-radius: 10px;
background-image: linear-gradient(top, #FAFAFA 0%, #DDD 100%);
background-image: -moz-linear-gradient(top, #FAFAFA 0%, #DDD 100%);
background-image: -webkit-linear-gradient(top, #FAFAFA 0%, #DDD 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EEE));
margin-bottom: 1em;
}
.related-sites-list img {
border: 1px solid #CCC;
margin: 2px;
border-radius: 5px;
}
.related-sites-list figure {
width: 100px;
margin-top: 5px;
}
.related-sites-list div {
width: 220px;
overflow: hidden;
text-align: left;
}
.related-sites-list figure, .related-sites-list div {
display: inline-block;
vertical-align: top;
}
.testimonial-list {
list-style: none;
padding: 0;
}
.testimonial-list blockquote {
font-size: 16px;
border-left: 2px solid #CCC;
padding: 1em;
background: #EEE;
background: -moz-linear-gradient(top, #EEE 75%, #DDD 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #EEE), color-stop(100%, #DDD));
-webkit-text-shadow: 0 1px 0 #FFF;
-moz-text-shadow: 0 1px 0 #FFF;
text-shadow: 0 1px 0 #FFF;
font-style: italic;
-webkit-box-shadow: 1px 1px 2px #AAA;
-moz-box-shadow: 1px 1px 2px #AAA;
box-shadow: 1px 1px 2px #AAA;
}
.testimonial-list article p {
font-style: italic;
text-align: right;
}
footer {
padding-top: 20px;
border-top: 1px dashed #BBB;
font-size: 80%;
}
footer ul {
list-style: square;
list-style-position: inside;
color: #E00;
margin: 0 auto;
clear: both;
}
footer li {
margin-right: 40px;
padding-bottom: 10px;
}
footer a {
color: #666;
text-decoration: none;
}
footer p {
margin-bottom: 1em;
text-align: center;
font-size: 11px;
}
footer p a {
text-decoration: underline;
color: #E00;
}
footer img {
max-width: 90%;
height: auto;
}
.additional-information {
min-height: 60px;
display: block;
font-size: 0.9em;
margin: 5px 0;
background-color: #CCE;
border-radius: 5px;
padding: 4px;
border: 1px solid #AAE;
}
.additional-information:hover {
background-color: #AAE;
}
.additional-information figure {
width: 60px;
text-align: center;
float: left;
}
.additional-information .copy {
margin-bottom: 0.5em;
font-size: 125%;
}
.main .additional-information {
margin: 0;
}
.additional-information p {
margin: 0;
margin-left: 60px;
}
.additional-information p.broker_name {
    margin-top: 20px;
}

.additional-information ul {
    padding: 0;
    margin: 0;
}
/*
.with-sidebar .additional-information .name {
clear: both;
}*/
#main-pic {
background: url('../../images/ajax-loader.gif') no-repeat center 140px;
position: relative;
}
#picture-gallery {
margin: 0;
padding: 0;
text-align: center;
}
#picture-gallery li {
list-style: none;
display: inline-block;
max-width: 100px;
overflow: hidden;
text-indent: -25px;
}
.main-pic {
}
.main-pic a {
display: block;
text-align: center;
position: relative;
overflow: hidden;
}
.main-pic a.active {
border: 2px solid #A00;
margin-bottom: 2px;
}
.main-pic a span {
position: absolute;
left: 0;
top: 0px;
display: none;
background: rgba(0,0,0,0.5);
color: #FFF;
width: 150px;
line-height: 30px;
font-size: 80%;
text-align: center;
}
.main-pic .banner img {
position: absolute;
top: 0;
right: 0;
max-width: 20%;
height: auto;
-webkit-box-shadow: 0 0 0 #FFF !important;
-moz-box-shadow: 0 0 0 #FFF !important;
box-shadow: 0 0 0 #FFF !important;
}

.body #summary {
margin: 0 auto;
}
table#summary td, #summary th {
border: 1px solid #CCC;
line-height: 1.7em;
text-align: center;
}
table#summary th {
background: #DDD;
background-image: -moz-linear-gradient(top, #DDD 0%, #CCC 100%);
background-image: -webkit-gradient(linear, left top, left bottom,  color-stop(0%, #DDD), color-stop(100%, #CCC));
color: #555;
}
.body dl * {
display: inline-block;
width: 48%;
padding: 0;
margin: 0;
}
.body dl dt {
font-weight: bold;
}
.property-map {
display: block;
text-align: center;
overflow: hidden;
}
.property-map img {
display: block;
margin: 0 auto 0;
}
#map-canvas {
height: 400px;
margin: 0px;
padding: 0px;
}
.data-table {
font-size: 11px;
width: 100%;
background: #FFF;
}
.data-table td, .data-table th {
padding: 3px 5px;
text-align: center;
}
.data-table td.no-align {
text-align: left;
}
.data-table thead th {
padding: 3px;
background: #DDD;
color: #555;
background-image: -moz-linear-gradient(top, #DDD 0%, #CCC 100%);
background-image: -webkit-gradient(linear, left top, left bottom,  color-stop(0%, #DDD), color-stop(100%, #CCC));
}
.data-table .property-price {
font-size: 15px !important;
}
tr.property-last-row {
border-bottom: 2px solid #CCC;
}
tr.unavailable {
background: #FDD;
}
tr.separated {
background: #DDF;
}

.property-contact label {
font-weight: bold;
}
.property-contact #id_url {
display: none;
visibility: hidden;
}
.comment {
margin: 5px 0;
font-size: 80%;
font-style: italic;
color: #999;
}
.property-contact ul {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.property-contact li {
display: inline-block;
width: 150px;
}
.property-contact figure img {
display: block;
}
.property-contact figcaption {
display: block;
float: left;
width: 150px;
background: rgba(0,0,0,0.75);
color: #FFF;
}
.property-contact li p {
font-size: 75%;
margin: 0;
}
.wide-form.mobile-only input[type=text], .wide-form.mobile-only select, .wide-form.mobile-only textarea {
display: block;
width: 95%;
margin: 0 auto;
}
#property-project {
background: #EEE;
padding: 5px 0;
border: 1px solid #AAA;
border-width: 1px 0;
}
#menu-launcher {
position: absolute;
top: 10px;
right: 0;
}
#search-launcher {
position: absolute;
top: 10px;
right: 70px;
}
.main > h1 {
font-size: 1.3em;
}
.stand-alone h1 {
font-size: 2em;
}
#stand-alone-logo {
    margin: 30px 0 0 100px;
}
.property-list figure img, .agents-list img, .main-pic a > img {
-webkit-box-shadow: 1px 1px 2px #BBB;
-moz-box-shadow: 1px 1px 2px #BBB;
-o-box-shadow: 1px 1px 2px #BBB;
box-shadow: 1px 1px 1px #CCC;
border: 1px solid #AAA;
}
#search-form .spacer {
display: none;
}
#scrolling-testimonials {
height: 300px;
}
#scrolling-testimonials ul {
list-style: none;
padding: 0;
margin: 0;
}
#scrolling-testimonials blockquote {
margin: 0;
}
.social li {
vertical-align: top;
display: inline-block;
list-style: none
}
.clear {
clear: both;
}
.warning {
color: #C00;
text-align: center;
font-size: 150%;
font-weight: bold;
margin: 1em;
}
.link-list {
text-align: center;
}
.link-list li {
width: 90%;
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #FAFAFA;
margin: 5px;
background-image: -moz-linear-gradient(top, #FAFAFA 0%, #DDD 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAAF), to(#EE));
}
.link-list li a {
padding: 10px;
display: block;
min-width: 200px;
text-decoration: none;
}
.link-list li a:hover {
text-decoration: underline;
}
#testimonial-list {
list-style: none;
}
#testimonial-list blockquote {
font-size: 16px;
border-left: 2px solid #CCC;
padding: 1em;
background: #EEE;
background: -moz-linear-gradient(top, #EEE 75%, #DDD 100%);
background: -webkit-linear-gradient(top, #EEE 75%, #DDD 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #EEE), color-stop(100%, #DDD));
background: linear-gradient(top, #EEE 75%, #DDD 100%);
-webkit-text-shadow: 0 1px 0 #FFF;
-moz-text-shadow: 0 1px 0 #FFF;
text-shadow: 0 1px 0 #FFF;
font-style: italic;
-webkit-box-shadow: 1px 1px 2px #AAA;
-moz-box-shadow: 1px 1px 2px #AAA;
box-shadow: 1px 1px 2px #AAA;
}
#testimonial-list article p {
font-style: italic;
text-align: right;
}
#scrolling-testimonials {
height: 300px;
}
#scrolling-testimonials blockquote {
font-size: 13px;
line-height: 1.2em;
}
#scrolling-testimonials p {
text-align: right;
font-style: italic;
padding-bottom: 0.5em;
border-bottom: 1px dashed #CCC;
}
.more-results {
background: #FFC;
border: 1px solid #CCC;
margin: 30px auto;
padding: 15px;
}
.homepage-extra-info span {
font-size: 20px;
letter-spacing: 0em;
color: #888;
}
.properties-mini-list img {
float: left;
}
.properties-mini-list li {
height: 60px;
}
.properties-mini-list p {
margin-left: 60px;
}
.properties-mini-list li a {
text-decoration: none;
font-size: 80%;
}
.properties-mini-list li .price {
font-size: 16px;
margin-top: 3px;
}
.properties-mini-list {
list-style: none;
float: left;
padding: 0;
}
.paginator {
text-align: center;
font-size: 12px;
margin-top: 1em;
}
.paginator .paginate-current {
font-size: 125%;
}
.paginator a {
margin: 0 1em;
}
.paginator .paginate-pages {
color: #BBB;
font-style: italic;
}
.notes {
text-align: left !important;
color: #888;
}
.notes h4 {
margin: 0;
}
#sb-body-inner {
background: #FFF;
}
#sb-player.html {
padding: 1em;
}
div.price-info {
float: right;
}
.secondary-price {
    margin: 0;
    font-size: 0.8em;
    color: #A00;
}
.price-info {
margin: 0;
font-size: 1.3em;
color: #A00;
}
.text dt {
font-weight: bold;
margin-top: 0.75em;
margin-bottom: 0.25em;
}
.text {
line-height: 1.7em;
}
form table th {
text-align: right;
vertical-align: top;
padding-right: 0.5em;
}
form table th, form table td {
padding: 0.5em;
}
#category-list li {
line-height: 1.5em;
}
#messages {
padding: 0;
}
#messages li {
list-style: none;
font-size: 12px;
color: #888;
background: #FFC;
padding: 5px;
border: 1px solid #CCC;
border-width: 1px 0;
}
.errorlist {
color: #C00;
font-weight: bold;
font-size: 120%;
}
.bigerror {
font-size: 210%;
}
.views-details {
background: white url(../../images/images-icon.png) no-repeat left top;
padding-left: 20px;
}
.friend-mail {
padding: 15px 10px 15px 40px;
display: inline-block;
background: transparent url(../../images/email.png) no-repeat left center;
border: 1px solid #CCC;
border-radius: 5px;
margin: 5px 0;
}
.up-details {
display: block;
margin-top: 10px;
padding-top: 70px;
background: transparent url(../../images/arrow_up.png) no-repeat center 5px;
}
.fb-box a {
display: inline-block;
width: 40px;
height: 50px;
background: transparent url(../../images/f_logo.png) no-repeat 0px 5px;
vertical-align: top;
margin-top: 5px;
}
