/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #fff;
}

body {
background-image: url(/img/body_bg.gif);
background-repeat: repeat-x;
}

#wrap {
background-color: #AFAFAF;
}


/* Pages without columns
-------------------------*/
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #afafaf;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #000;
}

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: #333;
}

/* Header
----------*/

#header img#logo {
float: left;
position: relative;
top: 26px;
left: 20px;
}

/* Dropdown menu
-----------------*/

#menu a {
font-weight: bold;
text-transform: lowercase;
font-size: 0.9em;
}

#menu li.last a, 
#menu li li a {
border: none;
}

#menu a:link,
#menu a:visited {
color: #000;
text-decoration: none;
}

#menu a:hover {
color: #22243D;
}

#menu ul ul {
background-color: #E2E2E2;
border: 1px solid #fff;
border-top: none;
}

#menu li li a {
border: none;
text-transform: none;
}

#menu #aboutList ul,
#menu #financeList ul {
width: 120px;
}
#menu #sellList ul {
width: 125px;
}

/* Standard forms
------------------*/

form fieldset {
border: 1px solid #ddd;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form fieldset#submit input {
background-color: #ffe512;
border: none;
color: #000;
}

/* Home 
---------*/

body#home #images {
background-color: #5F5F5F;
border-bottom: 1px solid #fff;
}

body#home #images span {
width: 760px;
display:block;
margin: 0 auto;
height: 146px;
border-left: 1px solid #fff;
}

body#home #images img {
display:block;
float: left;
border-right: 1px solid #fff;
}

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

body#home #sub-section {
border: 1px solid #E7E7E7;
}

body#home #pow {
border-top: 1px solid #E7E7E7;
padding-top: 15px
}

body#home #pow img {
float: left;
border: 1px solid #5F5F5F;
margin: 0 10px 5px 0;
}
body#home #pow p,
body#home #pow h2 {
margin-bottom: 2px;
}

/* Document Library
------------*/

body.doclibrary #content dl {
margin-bottom : 10px;
}

/* 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: #000;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter {
background-color: #C8C8C8;
border: 1px dashed #aaa;
}

body.listing #filter input {
background-color: #ffe512;
border: none;
color: #000;
}

body.listing #searchForm {
z-index: 0;
}

/* 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: #afafaf;
}

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: #afafaf;
}

body.slideshow #header {
background-image: none;
background-color: #22243D;
border-bottom: 10px solid #EF8B13;
}

body.slideshow table img {
border: 1px solid #333;
}

body.slideshow #header {
background-image: none;
background-color: #fff;
border-bottom: 23px solid #ffe512;
width: auto;
}

body.slideshow #header img {
position: relative;
top: 51px;
left: -0px;
}

/* Email a friend
------------------*/

body.emailafriend {
background-image: none;
background-color: #afafaf;
text-align: left;
}

body.emailafriend #header {
background-image: none;
background-color: #fff;
border-bottom: 23px solid #ffe512;
width: auto;
}

body.emailafriend #header img {
position: relative;
top: 51px;
}

/* Testimonials
----------------*/

body.testimonials #content .item {
border-bottom: 1px dashed #CFCFCF;
margin-bottom: 10px;
}

body.testimonials #content .signature {
text-align: right;
font-style: italic;
font-size: 0.9em;
}
