/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #fff;
background-image: url(../img/body_bg.gif);
background-repeat: repeat-y;
background-position: top;
}

#wrap {
border-bottom: 1px solid #818286;
}

#main {
background-image:none;
}

#menu {
background-color: #808185;
border-left: 1px solid #fff; /*sits on top of wrap_bg's edges*/
border-right: 1px solid #fff;
}

/* Pages without columns
-------------------------*/
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #fff;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Helvetica, sans-serif;
color: #818286;
}

p {
font-size: 1em;
}

h1 {
color: #000;
font-size: 1.1em;
margin-bottom: 5px;
}

h2 {
color: #000;
font-size: 1em;
margin-bottom: 3px;
}

legend {
color: #000;
font-weight: bold;
}

a:link,
a:visited {
color: #000;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #53556e;
text-decoration: none;
}

#footer a:hover {
color: #f2891c;
}

/* Header
----------*/

#header img#logo {
float: left;
position: absolute;
top: 13px;
right: 0px;
z-index:2;
}

/* Dropdown menu
-----------------*/

.menu a {
font-weight: bold;
font-size: 1.1em;
}
.menu li li a {
font-weight: normal;
font-size: .9em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
background-color: #818286;
}

.menu a:hover {
color: #000;
background-color: #FFFF01;
}

.menu li li a:link,
.menu li li a:visited {
border: none;
text-transform: none;
background-color:#E9E9E9;
border-left: 1px solid #818286;
border-right: 1px solid #818286;
color:#808185;
}
.menu li li.first a {
border-top: 1px solid #818286;
}
.menu li li.last a {
border-bottom: 1px solid #818286;
}
.menu li li a:hover {
text-transform: none;
background-color:#F3F3F3;
}

/* Standard forms
------------------*/

form fieldset {
border: 1px solid #818286;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form fieldset#submit input,
.button {
background-color: #818286;
border: none;
color: #fff;
}

/* Home 
---------*/

#home .button {
font-size: 0.9em;
font-weight: bold;
}

/* Listings
------------*/

body.listing .property {
border: 1px solid #818286;
margin-bottom:5px;
}

body.listing .property .image {
/*border: 1px solid #22243D;*/
}

body.listing .property .details h2 {
font-size: 1.1em;
font-style: normal;
}

body.listing .property .features {
font-weight: bold;
color: #818286;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter {
}

body.listing #filter input {
background-color: #818286;
font-weight:bold;
border: none;
color: #fff;
}

/* Property detail
-------------------*/
body.detail #addressbar h1 {
float: left;
font-size:1em;
margin-bottom:2px;
padding-top:10px;
color:#818286;
}

body.detail #content h2 {
font-size: 1.1em;
font-style: normal;
color: #000;
}
body.detail #content .saletype {
font-size: 1em;
font-style: normal;
font-weight:bold;
color: #CD2701;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul#outgoingslist {
list-style-type: square;
}

body.detail #addressbar p {
font-weight: bold;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

/* Staff 
---------*/

body#staff dl {
border-bottom: 1px solid #ddd;
}

body#staff dl dt img {
border: 1px solid #22243D;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dd.position {
font-weight: bold;
}

body#staff dl dd.contact {
font-weight: bold;
}

/* Slideshow
-------------*/

body.slideshow {
background-image: none;
background-color: #fff;
}

body.slideshow #header {
background-image: none;
background-color: #fff;
border-bottom: 1px solid #808185;
}

body.slideshow table img {
border: 1px solid #333;
}

/* Email a friend
------------------*/
body.emailafriend {
background-image: none;
background-color: #fff;
margin-left: 10px;
}

body.emailafriend #header {

background-image: none;
background-color: #fff;
border-bottom: 10px solid #808185;
}