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

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0px 0;
    font: 12px 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #D3D3D3 url('resources/bg.gif') repeat-x;
}

h1, h2, h3 {
    font: normal 2.5em/1.2em/0.6em 'comfortaa', "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
}


#header h1 {
    font-size: 4em;
}

p {
    padding: .75em 0;
    line-height: 1.8em;
}

p#subtitle {
    padding: 10px 0 0 40px;
    font-size: 2em;
    color: #C0E3B9;
}

a {
    color: #1B9317;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
    background: #EBEBEB url('resources/page.gif') no-repeat bottom;
}

/* header */

#header {
    height: 50px;
    width: 960px;
    background: #D3D3D3;
/*    background: #D3D3D3 url('resources/header.jpg') no-repeat top center; */
}

#header h1 {
    padding: 60px 0 0 40px;
    color: #FFFFFF;
}

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

/* menu */

#menu {
    height: 30px;
    padding: 0 40px;
    background: #EBEBEB url('resources/page_top.gif') no-repeat bottom center;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 25px;
}

#menu ul li a {
    font: 12px 'comfortaa', "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 52px;
    color: #000000;
}

/* main */

#main {
    clear: both;
    padding: 15px 20px 0 20px;
}

/* sidebar */

#sidebar {
    float: left;
    width: 290px;
    padding-top: 50px;
}

#sidebar h2 {
    padding: 0 0 0 25px;
    font: 12px 'comfortaa', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 2em;
}

#sidebar h3 {
    padding: 0 0 0 25px;
    font: 12px 'comfortaa', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 2em;
}

#sidebar .box {
    margin: .75em 0 2.5em 0;
    padding: 0 15px 0 25px;
    border-left: 1px solid #D9D9D9;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    margin: 1.25em 0 3.25em 0;
    padding: 0 15px 0 25px;
    border-left: 1px solid #D9D9D9;
}

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

/* content */

#content {
    float: right;
    width: 580px;
    padding: 40px 20px 10px 20px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
}

#content .post {
    padding-bottom: 4em;
}

#content .entry {
    padding-top: 1em;
}

#content div {
    clear: left;
}

#content ul {
    list-style: circle;
    margin: 0.25em 0 0.25em 0;
    padding: 0 15px 0 25px;
}

#content ul li {
    padding: .2em 0;
    line-height: 1.5em;
}

#content h2 {
    font: 12px 'comfortaa', "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0.5em;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: -1px;
    color: #486744;
}

#content h2 a, #content h2 a:hover {
    color: #486744;
    text-decoration: none;
}

#content h3 {
    font: 10px 'comfortaa', "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0.5em;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: -.5px;
    color: #486744;
}

#content h3 a, #content h3 a:hover {
    color: #486744;
    text-decoration: none;
}

p.postmeta {
    font-size: .79em;
    text-transform: uppercase;
    color: #888888;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    padding: 0 4px;
    background: #F6F6F6;
    border: 1px solid #EEEEEE;
}

p.readmore a:hover {
    text-decoration: none;
    background: #EBEBEB;
    border: 1px solid #E3E3E3;
}

/* footer */

#footer {
    clear: both;
    height: 1%;
    padding: 30px 20px;
}

#footer p {
    font-size: .79em;
    text-align: center;
    text-transform: uppercase;
}
