/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #BFBFBF;
}

#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: #4E4A49;
border-left: 1px solid #000; /*sits on top of wrap_bg's edges*/
border-right: 1px solid #000;
}

/* Pages without columns
-------------------------*/
body.listing #main,
body.detail #main,
body#staff #main {
background-image: url(/img/column_none.gif);
background-color: #fff;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #7B7A78;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.5em;
margin-bottom: 5px;
color:#605F5D;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #D6D5D3;
font-weight: bold;
}

a:link,
a:visited {
color:#2d2a27;
}
a:hover {
text-decoration:underline;
color:#7b7a78;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}
#sub-section {
color:#2d2a27;
}
#sub-section a:hover {
color:#fff;
}
#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #DDD3DB;
text-decoration: none;
}

#footer a:hover {
color: #fff;
text-decoration:underline;
}

/* Header
----------*/

#header img#logo {
float: left;
position: relative;
top: 40px;
left: 0px;
}

/* Dropdown menu
-----------------*/

.menu a {
border-right: 1px solid #676664;
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: #4E4A49
}

.menu a:hover {
color: #D6D5D3;
}

.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: #FFF001;
border: none;
color: #4E4A49;
font-weight:bold;
}

/* 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 #4E4A49;
}

body.listing .property .details h2 {
font-size: 1.2em;
font-style: italic;
}

body.listing .property .features {
font-weight: bold;
color: #4E4A49;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter {
background-color: #DDDCDB;
}

body.listing #filter input {
background-color: #4E4A49;
border: none;
color: #fff;
}

/* Property detail
-------------------*/

body.detail #content h2 {
font-size: 1.2em;
font-style: italic;
color: #4E4A49;
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 #4E4A49;
}

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 #4E4A49;
}

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: #D6D5D3;
}

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: #4E4A49;
border-bottom: 10px solid #EF8B13;
}
