/* ============= Skin Stylesheet ============ */
/* Contents: colours, typography, backgrounds */
/* ========================================== */

/* Global layout colour scheme
-------------------------------*/
html {
background-image: url(/img/html_bg.gif);
background-repeat: repeat-y;
background-position: center top;
}

body {
background-image: url(/img/body_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
}

#wrap {
}
#footer {
background-color : #f7deff;
border-top : 1px solid #dc7fff;
}
#main {
}
#menu {
background-color : #a85ebe;
border : 1px solid #fff;
}
#content {
background-color : #f7deff;
background-image: url(/img/content_bg.gif);
background-repeat: repeat;
background-position: left top;
}

/* Pages without columns
-------------------------*/
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #fff;
}

/* Typography
--------------*/
body {
font-size : 76%; /* Global font-size */
font-family : 'Tahoma', 'Arial', 'Helvetica', sans-serif;
color : #7e468e;
}

p {
font-size: 1em;
color : #7e468e;
}

h1 {
font-family : 'Arial', 'Helvetica', sans-serif;
font-size: 1.6em;
margin-bottom: 10px;
color : #c000b7;
}
h2 {
font-family : 'Arial', 'Helvetica', sans-serif;
font-size: 1.2em;
margin-bottom: 10px;
color : #7e468e;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #c000b7;
}
a:hover {
color: #008cc0;
text-decoration : none;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
text-transform : lowercase;
color: #e07dfe;
}
#footer,
#footer a:link,
#footer a:visited {
color: #a85ebe;
text-decoration: none;
}
#footer a:hover {
color: #7e468e;
}

/* Header
----------*/

#header img#logo {
float: left;
position: relative;
}

/* Linkbar menu
-----------------*/

#linkbar a {
border-top : 1px solid #e07dfe;
border-right: 1px solid #fff;
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}
#linkbar li.last a, 
#linkbar li li a {
border-right: none;
}
#linkbar a:link,
#linkbar a:visited {
color: #7e468e;
text-decoration: none;
}
#linkbar a:hover {
color: #fff;
background-color: #a85ebe;
}
#linkbar li a#active {
color: #7e468e;
background-color: #e89efe;
}
#linkbar ul ul {
background-color: #6ebab0;
}
#linkbar li li a {
border: none;
text-transform: none;
}

/* Dropdown menu
-----------------*/

#menu a {
border-right: 1px solid #fff;
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;
}
#menu a:hover {
color: #fff;
background-color: #7e468e;
}
#menu li a#active {
color: #7e468e;
background-color: #e89efe;
}
#menu ul ul {
background-color: #e89efe;
}
#menu li li a {
border: none;
text-transform: none;
}
#menu li li a:link,
#menu li li a:visited {
color: #7e468e;
}
#menu li li a:hover {
color: #fff;
}

/* Standard forms
------------------*/

form fieldset {
border: 1px solid #ddd;
}
form em span,
form .required {
color: #B90000;
font-weight: bold;
}
form fieldset#submit input {
background-color: #F2891C;
border: none;
color: #fff;
}

/* Dynamic text
----------------*/

#content img#dyn-heading-img,
#content img#dyn-img1,
#content img#dyn-img2 {
border : 1px solid #c000b7;
}

#content .item  {
border-top : 1px solid #c000b7;
}
#content .item .photo img {
border : 1px solid #c000b7;
}
#content .item  p.sold {
width : 35px;
padding : 2px 10px;
background-color : #cc0000;
color : #fff;
text-transform : uppercase;
font-weight : bold;
}
#content p img.thumb {
margin-right : 10px;
margin-bottom : 10px;
border : 1px solid #c000b7;
}