/*
    designed by AlphaStudio.pl
    http://www.alphastudio.pl/
    released under Creative Commons Attribution 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 18px Arial, Helvetica, sans-serif;
    color: #222222;
    background: #263034 url('images/bg.gif') repeat-y top;
}

h1, h2 {
   
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 4em;
    letter-spacing: -2px;
}

h2 {
    font-size: 2.5em;
    letter-spacing: -1px;
    color: #ffffff;
}

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

a {
    text-decoration: underline;
    color: #6F8D33;
}

a:hover {
    text-decoration: none;
}

a.2 {
    text-decoration: underline;
    color: #54c9d0;
}

a.2:hover {
    text-decoration: none;
}


img {
    margin-bottom: 1em;
    border: 0px solid #000000;
}

/* header */

#header, #menu, #main, #bar, #footer {
    width: 100%;
    min-width: 1250px;
}

#header2 {
    margin: 0 auto;
    width: 990px;
    height: 100px;
    padding: 0 130px;
    background: #0B171E url('images/bg.gif') repeat-y;
}

#logo {
    float: left;
}

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

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

p#subtitle {
    position: relative;
    top: -.3em;
    padding: 0;
    font: 1.5em "Roboto Condensed", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    text-transform: lowercase;
    color: #A9A9A9;
}

/* search */

#search {
    float: right;
    width: 235px;
    height: 38px;
    margin-top: 110px;
    padding-left: 15px;
    background: #E8F0D9 url('images/search.gif') no-repeat;
    border: none;
}

#search input.text {
    float: left;
    display: block;
    width: 192px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0;
    color: #282925;
    background: none;
    border: none;
}

#search input.submit {
    float: right;
    display: block;
    width: 40px;
    height: 38px;
    background: url('images/submit.gif') no-repeat 10px 11px;
    border: none;
    cursor: pointer;
}

/* menu */

#menu {
    background: #9BBE54 url('images/menu.gif') repeat-x;
}

#menu2 {
    margin: 0 auto;
    width: 1040px;
    height: 44px;
    padding: 11px 80px 36px 130px;
    background: #8FB63F url('images/menu.jpg');
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    padding-right: 50px;
}

#menu ul li a {
    font: 22px/40px "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    text-shadow: 0px -1px 0px #607725;
    color: #FFFFFF;
}

/* main */

#main {
    clear: both;
    background: #F4F2E1 url('images/main.gif') repeat-x bottom;
}

#main2 {
    margin: 0 auto;
    width: 1250px;
    background: #F8F7ED url('images/main2.gif') repeat-y;
}

#main3 {
    padding: 0 105px 50px 105px;
    background: url('images/main.jpg') no-repeat bottom;
}

/* content */

#content {
    float: left;
    width: 640px;
    padding: 40px 10 0 0;
}

#content .post {
    padding: 0 0 6em 0;
}

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

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

p.postmeta {
    color: #8C8C8C;
}

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

p.readmore a {
    display: block;
    float: right;
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    color: #FFFFFF;
    background: #B4C298;
    border: 1px solid #9DA984;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* sidebar */

#sidebar {
    float: right;
    width: 320px;
    padding: 40px 10 101 0;
}

#sidebar h2, #bar h2 {
    font-size: 2em;
}

#sidebar h3, #bar h3 {
    font-size: 1.5em;
}

#sidebar .box {
    padding: 1.5em 0 3em 0;
}

#sidebar p {
    line-height: 1.5em;
}

#sidebar ul {
    list-style: none;
    margin-top: 2.5em;
    padding-bottom: 3em;
    border-top: 1px solid #EAE9CB;
}

#sidebar ul li {
    padding: .3em 0 .3em .3em;
    line-height: 2.5em;
    border-bottom: 1px solid #EAE9CB;
}

/* bar */

#bar {
    clear: both;
    background: #AEBD8F url('images/bar.gif') repeat-x bottom;
}

#bar2 {
    margin: 0 auto;
    width: 1250px;
    background: #B4C298 url('images/bar2.gif') repeat-y;
}

#bar3 {
    padding: 40px 0 10px 105px;
    background: url('images/bar.jpg') no-repeat bottom;
}

.col {
    float: left;
    width: 320px;
    padding-right: 40px;
}

.col h2 {
    text-shadow: 0px 1px 0px #EAE9CA;
    color: #000000;
}

.col ul {
    list-style: none;
    margin-top: 2.5em;
    padding-bottom: 3em;
    border-top: 1px solid #AEBD8F;
}

.col ul li {
    padding: .3em 0 .3em .3em;
    line-height: 2.5em;
    border-bottom: 1px solid #AEBD8F;
}

.col ul li a {
    color: #5B732A;
}

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

/* footer */

#footer {
    clear: both;
}

#footer2 {
    margin: 0 auto;
    width: 1250px;
    padding: 10px 0 100px 0;
    background: #0B171E url('images/bg.gif') repeat-y top;
}

#footer3 {
    margin: 0 auto;
    width: 1250px;
    padding: 50px 0 100px 0;
    background: #0B171E url('images/bg.gif') repeat-y top;
}

#footer p {
    text-align: center;
}
