/*          
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
     released under Creative Commons Attribution-ShareAlike 3.0 license 
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0;
    font: 87.5% Georgia, Times, serif;
    color: #333333;
    background: #FFFFFF;
}

h1 {
    width: 300px;
    height: 56px;
    font: normal 2.2em/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 1px 1px 0 #393231;
    letter-spacing: -1px;
    color: #E3E1E0;
    background: #7E706E url(images/logobg.jpg) no-repeat;
}

h1 a, h1 a:hover {
    color: #E3E1E0;
    text-decoration: none;
    background: none;
}

h2 {
    font: normal 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
    padding: 10px 0;
    line-height: 1.6em;
}

p#subtitle {
    padding: 5px 95px 0 440px;
    font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: -1px;
    color: #000000;
}

a {
    color: #B8D3AF;
    padding: 0 4px;
    text-decoration: none;
    background: #578958;
}

a:hover {
    color: #4E9339;
    background: none;
}

/* page */

#page {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

/* header */

#header {
    height: 56px;
}

/* search form */

#search {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

#search input.text {
    float: left;
    display: block;
    padding: 6px 5px;
    width: 200px;
    font: 1em Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    background: #FFFFFF url(images/searchtxt.gif) repeat-x;
    border: 1px solid #CDD6DC;
}

#search input.submit {
    float: right;
    display: block;
    width: 80px;
    height: 30px;
    font: .8em Arial, Helvetica, sans-serif;
    color: White;
    background: #D6872C url(images/submit.gif) repeat-x;
    border: none;
    cursor: pointer;
}

#topimg {
    height: 254px;
    background: #B0D3F1 url(images/img.jpg) no-repeat;
}

/* menu */

#menu {
    position: absolute;
    top: 310px;
    left: 255px;
    width: 645px;
    height: 56px;
    background: #7E706E url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
    padding-left: 14px;
}

#menu ul li {
    display: block;
    float: left;
    height: 56px;
    padding: 0 24px;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0;
    font: 1.2em/56px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: -1px -1px 0 #5A4E4D;
    color: #E3E1E0;
    background: none;
}

#menu ul li a:hover {
    color: #F4F3F3;
}

/* main */

#main {
    padding-top: 12px;
}

/* sidebar */

#sidebar {
    float: left;
    width: 250px;
}

#sidebar h2 {
    font-size: 1.5em;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    background: #C97423;
}

#sidebar .box {
    padding: 20px 20px;
}

#sidebar ul {
    list-style: none;
    padding: 30px 0;
}

#sidebar ul li {
    padding: 3px 20px;
    line-height: 1.6em;
    color: #959ED6;
    background: url(images/arrow.gif) no-repeat 0 6px;
}

#sidebar ul li span {
    color: #B8D3AF;
    padding: 0 4px;
    background: #578958;
}

#sidebar ul li a {
    padding: 0 0 0 10px;
    color: #4E9339;
    text-decoration: underline;
    background: none;
}

#sidebar ul li a:hover {
    text-decoration: none;
}

/* content */

#content {
    float: right;
    width: 610px;
    padding: 76px 20px 30px 20px;
}

#content .post {
    padding: 0 0 45px 0;
}

#content h2 a {
    padding: 0;
    color: #333333;
    background: none;
}

#content h2 span {
    color: #658294;
}

#content .entry {
    padding: 10px 0 0 0;
}

p.postmeta {
    color: #888888;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    padding: 0 30px;
}

#footer p {
    font-size: .9em;
    text-align: center;
}

