/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #E5E5E5;
background-image: url(/img/body_bg.gif);
background-repeat: repeat-y;
background-position: center top;
}

#wrap {
background-image: url(/img/wrap_bg.gif);
background-repeat: repeat-y;
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/white_bg.gif);
background-repeat: repeat-y;
background-position: left top;
}

#menu {
background-color: #025192;
border-left: 2px solid #000; /*sits on top of wrap_bg's edges*/
border-right: 2px solid #000;
}

/* Pages without columns
-------------------------*/
body.listing #main,
body.detail #main,
body#staff #main {
background-image: url(/img/white_bg.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: #025192;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #C09B9B;
text-decoration: none;
}

#footer a:hover {
color: #fff;
text-decoration: underline;
}

/* Header
----------*/

#header {
height : 182px;
}
#header img#logo {
}

/* Dropdown menu
-----------------*/

#menu a {
border-right: 1px solid #0261AE;
font-weight: bold;
font-size: 0.9em;
}

#menu li.last a, 
#menu li li a {
border: none;
}

#menu a:link,
#menu a:visited {
color: #fff;
text-decoration: none;
}

#menu a:hover {
text-decoration: underline;
}

#menu ul ul {
background-color: #025192;
}

#menu li li a {
border: none;
text-transform: none;
}

/* Standard forms
------------------*/

form fieldset {
border: 1px solid #ddd;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form fieldset#submit input {
background-color: #025192;
border: none;
color: #fff;
}

/* 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 .features {
font-weight: bold;
color: #22243D;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter {
background-color: #FADBBC;
}

body.listing #filter input {
background-color: #F2891C;
border: none;
color: #fff;
}

/* Property detail
-------------------*/

body.detail #content h2 {
font-size: 1.2em;
font-style: italic;
color: #771D1D;
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;
}

/* 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: #771D1D;
border-bottom: 10px solid #025192;
}

body.slideshow table img {
border: 1px solid #333;
}

/* Email a friend
------------------*/

body.emailafriend {
background-image: none;
background-color: #fff;
text-align: left;
}

body.emailafriend #header {
background-image: none;
background-color: #771D1D;
}

