/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
body, html {
background-color: #B6A788;
}

#wrap,
#footer {
background-image: url(../img/wrap_bg.gif);
background-repeat: repeat-y;
background-position: left top;
}

#main {
background-image: url(../img/3column_menuleft.gif);
background-repeat: repeat-y;
background-position: left top;
}

/* pages without 3 columns                       <-----------------------EDIT THIS */
body#staff #main,
body.buying #main,
body.selling #main,
body.renting #main,
body.privacy #main,
body.about #main,
body.detail #main,
body.calc #main {
background-image: url(../img/2column_menuleft.gif);
background-repeat: repeat-y;
background-position: left top;
}

#menu {
}


/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #535353;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.5em;
margin-bottom: 5px;
color: #007fff;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
color: #007fff;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #FFA23F;
font-weight: bold;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer {
color: #FFF;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #FFF;
text-decoration: none;
}

#footer a:hover {
color: #FFF;
text-decoration:underline;
}

/* Menu
--------*/

#menu li a {
color: #FFFFFF;
font-weight: bold;
border-bottom: 1px solid #007fff;
}

#menu li a:link,
#menu li a:visited {
text-decoration: none;
}

#menu a:hover {
color: #FFF;
background-color: #007fff;
}

#menu ul ul {
border-bottom: 1px solid #007fff;
}

#menu li li a:hover {
background-color: transparent;
}

/* Standard forms
------------------*/

form fieldset {
border: 1px solid #007fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form fieldset#submit input {
background-color: #007fff;
border: none;
color: #fff;
padding-left: 5px;
padding-right: 5px;
}

/* Home 
---------*/

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

#content img {
	border: none;
}

/* Listings
------------*/

body.listing .property {
border-bottom: 1px solid #2621A2;
}

body.listing .property .image {
border: 1px solid #2621A2;
}

body.listing .property .details h2 {
font-size: 1.2em;
font-style: italic;
color: #EE1C25;
}

body.listing .property .features {
font-weight: bold;
color: #F2891C;
}

body.listing .property .price h3 {
font-size: 1em;
font-style: italic;
}

body.listing #filter {
background-color: #DFDFF2;
}

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: #F2891C;
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;
}

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.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;
}


/* Contact 
---------*/

.contactNames {
float: left;
width: 45%;
text-align: left;
padding: 5px;
}

.contactPhone {
float: right;
width: 45%;
text-align: right;
padding: 5px;
}