/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #1C3F93;
}

#wrap,
#footer {
background-image: url(/img/wrap_bg.gif);
background-repeat: repeat-y;
background-position: left top;
}

#main {
background-image: url(/img/column_right.gif);
background-repeat: repeat-y;
background-position: left top;
}

#menu {
background-color: #0082d6;
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,
body#appraisal #main {
background-image: none;
background-color: #fff;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #333;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.5em;
margin-bottom: 5px;
color: #1C3F93;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
color: #0082D6;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #1C3F93;
}

a:hover {
color: #0082D6;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #79BCE7;
text-decoration: none;
}

#footer a:hover {
color: #fff;
}

#footer span {
color: #fff;
}

/* Header
----------*/

#header img#logo {
float: left;
position: relative;
top: 50px;
left: 15px;
}

/* Dropdown menu
-----------------*/

.menu a {
border-right: 1px solid #79bce6;
font-weight: bold;
text-transform: uppercase;
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;
background-color: #0082D6;
}

.menu a:hover {
color: #22243D;
}

.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: #1c3f93;
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: #333;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter {
background-color: #ddd;
}

body.listing #filter input {
background-color: #1c3f93;
border: none;
color: #fff;
}

/* Property detail
-------------------*/

body.detail #content h2 {
font-size: 1.2em;
font-style: italic;
color: #0082D6;
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: #1C3F93;
border-bottom: 10px solid #0082D6;
}

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: #1C3F93;
border-bottom: 10px solid #0082D6;
}

