/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #E5E5E5;
}

#wrap {
background-image: url(/img/3column_wrap.gif);
background-repeat: no-repeat;
background-position: left top;
}

body#staff #wrap,
body.listing #wrap,
body.detail #wrap {
background-image: url(/img/2column_wrap.gif);
background-repeat: no-repeat;
background-position: left top;
}

#footer {
background-image: url(/img/footer_bg.gif);
background-repeat: no-repeat;
background-position: left top;
}

#main {
background-image: url(/img/3column_menuleft.gif);
background-repeat: repeat-y;
background-position: left top;
}

body#staff #main,
body.listing #main,
body.detail #main {
background-image: url(/img/2column_menuleft.gif);
background-repeat: repeat-y;
background-position: left top;
}

/* Pages with only 2 columns
----------------------------*/
body#staff #main,
body.listing #main,
body.detail #main {
background-image: url(/img/2column_menuleft.gif);
background-repeat: repeat-y;
background-position: left top;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #22243d;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.5em;
margin-bottom: 5px;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
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: #888;
text-decoration: none;
}

#footer a:hover {
color: #F9F300;
}

/* Header
---------*/

#header {
height: 156px;
}

#header img#logo {
float: left;
position: relative;
top: 40px;
left: 50px;
}

/* Menu
--------*/

#menu li a {
color: #fff;
font-weight: bold;
border-bottom: 1px solid #B5B5B5;
}

#menu li a:link,
#menu li a:visited {
text-decoration: none;
}

#menu a:hover {
color: #22243D;
background-color: #FFF200;
}

#menu ul ul {
border-bottom: 1px solid #B5B5B5;
}

#menu li li a:hover {
background-color: transparent;
}

/* shows subnav based on page context */
body.buying ul#buyList,
body.selling ul#sellList,
body.renting ul#rentList,
body.about ul#aboutList {
display: block;
}

/* Standard forms
------------------*/

form fieldset {
border: 1px solid #ddd;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form fieldset#submit input {
background-color: #FDFA00;
border: none;
color: #000;
}

/* Home 
---------*/

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

/* Listings
------------*/

body.listing .property {
border-bottom: 1px solid #ddd;
}

body.listing .property .image {
border: 1px solid #22243D;
}

body.listing .property .details h2 {
font-size: 1.2em;
font-style: italic;
}

body.listing .property .details h3 {
font-size: 1em;
}

body.listing .property .features {
font-weight: bold;
color: #000;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter {
background-color: #CACACA;
}

body.listing #filter input {
background-color: #FDFA00;
border: none;
color: #000;
}

/* Property detail
-------------------*/

body.detail #content h2 {
font-size: 1.2em;
font-style: italic;
color: #000;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #f9f9f9;
}

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;
}

/* Property detail printfriendly
---------------------------------*/

body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}

body.brochure #header {
height: 100px;
}

/* Staff 
---------*/

body#staff dl {
border-bottom: 1px solid #ddd;
}

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: url(/img/1column_wrap.gif);
background-repeat: repeat-x;
background-color: #fff;
}

body.slideshow #header {
height : 100px;
}

body.slideshow #header img {
margin-top : 10px;
}

body.slideshow table img {
border: 1px solid #333;
}

/* Email a friend
------------------*/

body.emailafriend {
background-image: url(/img/1column_wrap.gif);
background-repeat: repeat-x;
background-color: #fff;
text-align: left;
}

body.emailafriend #header {
height : 100px;
}

body.emailafriend #header img {
margin: 10px 0px 0px 10px;
float: left;
}
