/*          
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license 
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 40px;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #726B61;
    background: #22191A;
}

h1 {
    padding: 50px 0 0 20px;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

p {
    padding: .75em 0;
    line-height: 1.6em;
}

a {
    color: #4E9339;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: #FFFFFF;
}

/* header */

#header {
    height: 120px;
    background: #22191A url('images/header.jpg') no-repeat;
}

/* search form */

#search {
    position: absolute;
    top: 58px;
    left: 640px;
    width: 300px;
    height: 36px;
    background: #686465 url('images/search.jpg') no-repeat;
    border: none;
}

#search input.text {
    float: left;
    display: block;
    width: 240px;
    height: 28px;
    line-height: 28px;
    padding: 4px 0 4px 10px;
    font-size: 15px;
    color: #9E988D;
    background: none;
    border: none;
}

#search input.submit {
    float: right;
    display: block;
    width: 40px;
    height: 36px;
    background: url('images/submit.gif') no-repeat 5px 8px;
    border: none;
    cursor: pointer;
}

/* menu */

#menu {
    height: 64px;
    margin-bottom: 1px;
    background: #FFC032 url('images/menu.jpg') no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 30px;
}

#menu ul li a {
    line-height: 64px;
    text-decoration: none;
    color: #000000;
}

#menu ul li a:hover {
    color: #7D5E19;
}

/* intro */

#intro {
    height: 242px;
    background: #F6EBD9 url('images/image.jpg') no-repeat;
    border-bottom: 1px solid #E3DDDB;
}

#intro h2 {
    padding: 110px 0 0 35px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    color: #FFBE2D;
}

#intro p {
    padding: 20px 0 0 35px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: #60412F;
}

/* main */

#main {
    height: 1%;
    padding: 30px 30px 0 30px;
}

/* sidebar */

#sidebar {
    float: left;
    margin-bottom: 30px;
    width: 260px;
    border-bottom: 1px solid #E0D6C5;
}

#sidebar h2 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    background: #FFC032 url('images/h2.gif') no-repeat;
}

#sidebar .box {
    background: #F6EBD9 url('images/box.gif') repeat-y;
}

#sidebar .box2 {
    background: url('images/box2.jpg') no-repeat top;
}

#sidebar .box3 {
    padding: 20px;
    background: url('images/box3.jpg') no-repeat bottom;
}

#sidebar ul {
    list-style: none;
    padding: .75em 0;
}

#sidebar ul li {
    padding: .2em 0;
    line-height: 1.6em;
    color: #FFFFFF;
}

#sidebar ul li span {
    color: #B8D3AF;
    padding: 0 4px;
    background: #578958;
}

#sidebar ul li a {
    padding: 0 0 0 .5em;
    color: #55819C;
}

/* content */

#content {
    float: right;
    width: 600px;
    padding-bottom: 20px;
}

#content .post {
    padding: 0 0 3em 0;
}

#content h2 {
    font-size: 2em;
    font-weight: normal;
    color: #658294;
}

#content h2 a {
    color: #658294;
    text-decoration: none;
}

#content .entry {
    padding: .75em 0 0 0;
}

p.postmeta {
    color: #888888;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    padding: 30px;
}

#footer p {
    text-align: center;
    color: #999999;
}
