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

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #989898;
    background: #000000;
}

h1 {
    padding-top: 5px;
    font: italic normal 36px/44px Georgia, Times, serif;
    letter-spacing: -1px;
    color: #CCCCCC;
}

h1 a, h1 a:hover {
    color: #CCCCCC;
}

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

p.subtitle {
    clear: both;
    padding: 0 0 0 10px;
    line-height: 1.25em;
    color: #5E8D15;
}

a {
    color: #508949;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #56A04F;
    text-decoration: none;
}

img {
    border: none;
}

/* page */

#page {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: url('images/bg.jpg') no-repeat top right;
}

/* menu */
#menu {
    width: 200px;
    height: 200px;
    padding: 60px 65px 50px 65px;
    background: #55191B url('images/menu.jpg');
}

#menu ul {
    list-style: none;
    border-top: 1px solid #904448;
}

#menu ul li {
}

#menu ul li a {
    display: block;
    height: 30px;
    padding: 0 0 0 20px;
    overflow: hidden;
    font: italic 18px/30px Georgia, Times, serif;
    text-decoration: none;
    text-transform: lowercase;
    color: #A38B8C;
    border-bottom: 1px solid #A6484D;
}

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

/* header */

#header {
    height: 144px;
    padding: 70px 0 0 20px;
}

#logo {
    float: left;
    width: 65px;
    height: 40px;
}

#bg1 {
    position: absolute;
    top: 614px;
    left: 330px;
    width: 60px;
    height: 79px;
    background: url('images/bg1.jpg');
}

/* sidebar */

#sidebar {
    float: left;
    margin-bottom: 60px;
    width: 330px;
    background: #55191B url('images/sidebar.gif') repeat-y;
}

#sidebar2 {
    background: url('images/sidebar2.gif') no-repeat bottom;
}

#sidebar3 {
    padding: 50px 50px 10px 50px;
    background: url('images/sidebar.jpg') no-repeat top;
}

#sidebar h2 {
    font: normal 18px Georgia, Times, serif;
    color: #CCCCCC;
}

#sidebar p {
    text-align: left;
    color: #A9A9A9;
}

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

#sidebar ul li {
    padding: 0;
    line-height: 2em;
}

#sidebar ul li a {
    padding: 0;
}

#sidebar .box {
    padding: 12px 0 30px 0;
}

/* content */

#content {
    float: right;
    width: 570px;
    padding: 90px 0 30px 0;
}

#content h2 {
    padding-left: 20px;
    font: normal 20px/54px Georgia, Times, serif;
    text-shadow: #20321E -1px -1px 0;
    color: #B1B1B1;
    background: #365C33 url('images/h2.jpg') no-repeat;
}

/* post */

.post {
    background: url('images/post.jpg') no-repeat 0 54px;
}

.entry {
    padding: 0 0 25px 0;
}

.postmeta {
    padding-top: 20px;
    font-size: 12px;
    color: #7F7F7F;
}

/* footer */

#footer {
    clear: both;
    height: 114px;
    padding-top: 20px;
    background: url('images/footer.jpg') no-repeat;
}

#footer p {
    font-size: 12px;
    text-align: center;
}
