/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body {
background-image: url(/img/bg.png);
background-repeat: no-repeat;
background-position: center top;
background-color: #F7F7F7;
}

#wrap {
background-color: #fff;
background-image: url(/img/content_bg.gif);
background-repeat: repeat-y;
}

#header {
height: 90px;
}

#footer {
background-color: #fff;
background-image: url(/img/footer_bg.gif);
background-repeat: repeat-x;
background-position: left 10px
}

#footer p {
background-color: #fff;
display: inline;
padding: 0 5px 0 15px;;
}


/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #434345;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.2em;
font-style: italic;
margin-bottom: 10px;
padding: 5px 0 10px 0;
background-image: url(/img/footer_bg.gif);
background-repeat: repeat-x;
background-position: left bottom;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #57575A;
}

a:hover {
color: #FFAF17;
}

#content p,
#sub-section p {
margin-bottom: 15px;
}

#footer p {
font-size: 0.8em;
color: #AFAFB0;
}

#footer,
#footer a:link,
#footer a:visited {
color: #AFAFB0;
text-decoration: none;
}

#footer a:hover {
color: #FFAF17;
}


/* Standard forms
------------------*/

form fieldset {
border: 1px solid #ddd;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form fieldset#submit input {
background-color: #FFD51E;
border: none;
color: #000;
}

/* Listings
------------*/

body.listing #filter,
body.listing .property {
border-bottom: 1px solid #EBEBEB;
}

body.listing .property .image {
border: 1px solid #57575A;
}

body.listing .property .details h2 {
font-size: 1em;
font-style: italic;
}

body.listing .property .details h3 {
font-size: 0.9em;
}

body.listing .property .details p {
font-size: 0.9em;
padding-bottom:1px;
}

body.listing .property .features {
font-weight: bold;
xcolor: #F2891C;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter input {
background-color: #FFD51E;
border: none;
color: #57575a;
}

/* Property detail
-------------------*/

body.detail #content h2 {
font-size: 1.1em;
font-style: italic;
}

body.detail #content h2.section {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

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 img {
border: 1px solid #22243D;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

/* Email a friend
------------------*/

body.emailafriend {
background-image: none;
background-color: #fff;
text-align: left;
}

body.emailafriend #header {
background-image: none;
background-color: #57575A;
border-bottom: 10px solid #dddddd;
}

/* Slideshow
-------------*/

body.slideshow {
background-image: none;
background-color: #fff;
}

body.slideshow #header {
background-image: none;
background-color: #57575A;
border-bottom: 10px solid #ddd;
}

body.slideshow table img {
border: 1px solid #333;
}

/* Staff 
---------*/

body#staff dl {
}

body#staff dl dt img {
border: 1px solid #57575a;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.1em;
font-style: italic;
}

body#staff dl dd.position {
font-weight: bold;
}

body#staff dl dd.contact {
xfont-weight: bold;
}
body#staff dl {
width: 175px;
}
body#staff dl.clear {
width: 150px;
}
body#staff dl dt.name {
clear: left;
}
body#staff dl dd {
clear: left;
}

/* Links
--------*/

body.links dt {
font-weight: bold;
}

/* Doc Library
--------*/

body.docLibPage dl,
body.docLibPage ol {
margin-bottom: 10px;
}

