/*
Boxes Template By Ainslie Johnson



Last updated 28th August 2006

 */


/* General element styles */

Body {
        font-family: Comic Sans MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
        font-size: 1.0em;
}

h1 {
        font-size: 1.8em;
}

h2 {
        font-size: 1.4em;
}

h3 {
        font-size: 1.2em;
}

h4 {
        font-size: 1.0em;
}

#container {
        background: url(body.jpg) repeat-y left;
        margin: 0 auto;
        padding: 0;
        width: 760px;
}

/* Header */

#header {
        background: url(header6.jpg) repeat top left;
        height: 232px;
}

/* Site title and description */

#site-title {
        padding: 5px 20px 0 10px;
}

#site-title h1, #site-title p {
        display: inline;
}

#site-title h1 {
        float: left;
        font-size: 1.4em;
        margin: 0;
        padding: 5px 0 0 0;
}

#site-title h1 a {
        text-decoration: none;
        color: #0268cd;
}

#site-title h1 a:hover {
        color: #fe9b00;
}

#site-title p {
        float: right;
        margin: 0;
        padding-top: 18px;
        font-size: 0.7em;
        font-weight: bold;
        color: #369b01;
}

/* 3 coloured boxes */

#boxes {
        clear: both;
        margin: 0px;
        padding: 0px;
        font-weight: 500;
}

#boxes a {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
}

#boxes a:hover {
        text-decoration: underline;
}

#orangebox, #bluebox, #greenbox {
        overflow: hidden;
}

#orangebox p, #bluebox p, #greenbox p {
        margin: 0px;
        padding: 2px 0 2px 0;
        font-size: 0.8em;
        color: #000000;
}

#orangebox h2, #bluebox h2, #greenbox h2 {
        margin: 0;
        padding: 0 0 2px 0;
        font-size: 0.9em;
        color: #000000;
        border-bottom: 1px solid #6b6b6b;
}

#orangebox {
        float: left;
        width: 210px;
        height: 150px;
        margin: 0;
        padding: 20px 10px 0px 20px;
}

#bluebox {
        float: left;
        width: 210px;
        height: 150px;
        margin: 0;
        padding: 20px 20px 0px 28px;
}

#greenbox {
        float: left;
        width: 210px;
        height: 150px;
        margin: 0;
        padding: 20px 0px 0px 18px;
}

/* Content */

#content {
        float: right;
        margin: 0;
        padding: 0 40px 10px 10px;
        text-align: justify;
        width: 530px;
        font-size: 0.8em;
}

#content h2 {
        font-size: 1.4em;
        margin: 0 0 10px 0;
        padding: 5px 0 2px 0;
        color: #0268cd;
        border-bottom: 3px solid #c0c0c0;
}

#content p {
        padding: 0 0 7px 0;
        margin: 0;
}

#content a, #footer a {
        color: #0268cd;
        font-weight: bold;
        text-decoration: none;
}

#content a:hover, #footer a:hover {
        color: #fe9b00;
}

.info {
        font-size: 0.8em;
        font-weight: bold;
        color: #369b01;
        border-bottom: 2px solid #c0c0c0;
        padding-bottom: 2px;
}

/* Sidebar */

#sidebar {
        float: left;
        width: 160px;
        margin: 0;
        padding: 11px 0 0 20px;
        font-size: 0.8em;
}

#sidebar h2 {
        font-size: 1.2em;
        margin: 0 0 5px 0;
        color: #0268cd;
        border-bottom: 3px solid #c0c0c0;
        width: 150px;
}

#sidebar ul {
        margin: 0 0 0 5px;
        padding: 0 0 10px 0;
}

#sidebar li {
        margin: 0;
        padding: 0px 0 0 20px;
        list-style: none;
}

#sidebar ul.main-nav li {
        background: url(orange-button.jpg) no-repeat left bottom;
}

#sidebar ul.archive li {
        background: url(blue-button.jpg) no-repeat left bottom;
}

#sidebar ul.category li {
        background: url(green-button.jpg) no-repeat left bottom;
}

#sidebar li a, #sidebar a:visited {
        text-decoration: none;
        line-height: 18px;
        font-weight: bold;
        color: #0268cd;
}

#sidebar li a:hover   {
        color: #fe9b00;
}

/* Footer */

#footer {
        clear: both;
        background: url(footer.jpg) no-repeat top right;
        height: 53px;
        text-align: center;
}

#footer p {
        color: #6B6B6B;
        padding: 15px 10px 0 10px;
        font-size: 0.7em;
}

/* Various styles */

.left {
        float: left;
        padding: 5px;
        margin: 0 5px 5px 0;
        border: 1px solid #000;
}

.right {
        float: right;
        padding: 5px;
        margin: 0 0 5px 5px;
        border: 1px solid #000;
}