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

* {
    margin: 0;
    padding: 0;
}

body {
    padding: -5px 0;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #666666;
}

h1, h2 {
    font-weight: bold;
}

h1 {
    padding: 60px 0 0 30px;
    font-size: 40px;
    color: #FFFFFF;
}

h1 a {
    color: #FFFFFF;
    text-decoration: none;
}

p {
    padding: 10px 0;
    line-height: 2em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-size: 14px;
    text-transform: lowercase;
    color: #DDEBBE;
}

a {
    color: #96AE3E;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
}

/* menu */

#menu {
    padding-left: 15px;
    height: 56px;
    background: #C57A32 url('images/menu.gif') no-repeat top;
}

#menu ul {
    list-style: none;
    padding-top: 18px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 1px;
    font-size: 16px;
    line-height: 32px;
    border-right: 1px dotted #E1A24B;
}

#menu ul li a {
    display: block;
    padding: 0 40px;
    color: #FFFFFF;
    text-decoration: none;
}

#menu ul li a:hover {
    background: #D08A3C;
}

/* logo */

#logo {
    height: 334px;
    background: #2C4106 url('images/header.jpg') no-repeat;
}

/* main */

#main {
    padding: 20px 30px 0 30px;
    background: #FFFFFF;
}

/* content */

#content {
    float: left;
    width: 550px;
    padding-bottom: 5px;
}

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

#content h2 {
    font-size: 32px;
    color: #D18A51;
}

#content h2 a {
    color: #D18A51;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

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

/* sidebar */

#sidebar {
    float: right;
    width: 310px;
    padding-bottom: 40px;
}

#sidebar h2 {
    padding-left: 50px;
    font-size: 16px;
    line-height: 92px;
    color: #FFFFFF;
    background: #EDCAA4 url('images/h2.jpg') no-repeat;
}

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

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 15px 20px 24px 20px;
}

#sidebar ul li {
    padding: 0 10px 0 30px;
    line-height: 2.5em;
    border-bottom: 1px solid #DDEBBE;
}

#sidebar ul li a {
    padding: 0;
}

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

/* footer */

#footer {
    clear: both;
    padding-top: 42px;
    background: #C47A31 url('images/footer1.gif') no-repeat top;
}

#footer2 {
    padding: 0 30px 30px 30px;
    background: #C47A31 url('images/footer2.gif') no-repeat bottom;
}

#footer p {
    text-align: center;
}
