/* default colours */
body {
background-color: #fff;
background-image: url(/cache/default/1760/quince/images/bg_tile.gif);
color: #999;
}
a, a:link, a:visited {
color: #666666;
}
a, a:link, a:visited, a:hover, a:active {
text-decoration: underline;
}
a:hover {
color: #3B3A3B;
text-decoration: underline;
}
.error {
color: darkred;
}


/* main layout's colours */
#wrapper {
background-color: #fff;
}
#content {
color: #132530;
}
#content h2 {
border-bottom: 1px solid #364356;
}
#content h3, #content h4 {
color: #364356;
}
#content ol li strong {
font-size: 12px;
}
#sidebar {
background-color: #DBDBDD;
}
#sidebar .block {
color: #3B3A3B;
background-color: #fff;
}
#sidebar h3 {
border-bottom: 1px dashed #364356;
}
#sidebar h4 {
color: #91AFC5;
}
#sidebar #call_centre {
background-image: url(/cache/default/1760/quince/images/call_centre_bg.png);
background-repeat: no-repeat;
background-position: top right;
padding-right: 68px;
height: 65px; /* 89 - 2x12*/
}
#footer {
color: #3B3A3B;
}
/*#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #000;
}
#header h1 a, #header h1 a:link, #header h1 a:active, #header h1 a:visited, #header h1 a:hover {
text-decoration: none;
}*/
h2 a, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
text-decoration: none;
}

/* mainmenu */
#mainmenu {
background-color: #A6AA12;
}
#mainmenu ul li a {
color: #fff;
}
#mainmenu ul li a, #mainmenu ul li a:active, #mainmenu ul li a:link, 
#mainmenu ul li a:visited, #mainmenu ul li a:hover {
text-decoration: none;
}
#mainmenu li a:hover {
background-image: url(/cache/default/1760/quince/images/menu_selected_bg.gif);
background-position: bottom;
background-repeat: repeat-x;
}
#mainmenu li.selected {

}
#mainmenu li.selected a,
#mainmenu li.selected a:hover {
color: #fff !important;
background-image: url(/cache/default/1760/quince/images/menu_hover_bg.gif) !important;
background-position: bottom;
background-repeat: repeat-x;
}

/* posts */
.entry-date {
font-weight: bold;
color: #999;
}
.entry-meta {
font-weight: bold;
}
.entry-meta a {
font-weight: normal;
}

/* comments and comment form */
body.permalink h3#respond, body.permalink h3#comments {
border-top: 1px solid #ff6600;
}
.comment-date {
    color: #999;
    font-style: italic;
}