/*     
    
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 15px "Arial", Helvetica, sans-serif;
    color: #17210B;
    background: #0D1701 url('images/bg.gif') repeat-x;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding: 50px 0 0 30px;
    font-size: 42px;
    line-height: 1.0em;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: #CFC493;
    text-decoration: none;
}

p {
    padding: .75em 0;
    line-height: 2em;
}

a {
    color: #006747;
    text-decoration: none;
}

a:hover {
    color: #1c97ad;
	text-decoration: underline;
}

/* header */

#header {
    width: 100%;
    min-width: 960px;
}

#header2 {
    width: 960px;
    height: 200px;
    margin: 0 auto;
    background: url('images/header.jpg') no-repeat;
}

#logo {
    height: 112px;
}

/* menu */

#menu {
    height: 68px;
    background: #cfc403 url('images/menu.jpg') no-repeat;
}

#menu ul {
    list-style: none;
    padding-top: 25px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 45px;
}

#menu ul li a {
    font: 14px/18px "Arial", Helvetica, sans-serif;
    color: #006747;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #1C97AD;
}

/* main */

#main {
    width: 100%;
    min-width: 960px;
    background: #DEE3D8 url('images/main.gif') repeat-x;
}

#main2 {
    width: 920px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    background: #cfc493;
}

#image {
    height: 300px;
    margin-bottom: 10px;
    background: #578118 url('images/image.jpg') no-repeat;
}

/* sidebar */

#sidebar {
    float: left;
    width: 300px;
    padding-bottom: 10px;
}

#sidebar h2 {
    font-size: 1.67em;
    padding-left: 30px;
    background: url('images/h2.gif') no-repeat 0 .1em;
}

#sidebar .box {
    padding: 1.25em 0 2.25em 10px;
}

#sidebar ul {
    list-style: none;
    padding: 2em 0 3em 8px;
}

#sidebar ul li {
    padding: .2em 0 .2em 22px;
    line-height: 2em;
    background: url('images/li.gif') no-repeat 0 .7em;
}

/* content */

#content {
    float: right;
    width: 610px;
    padding-bottom: 10px;
}

#content h2 {
    font-size: 2.5em;
}

#content h2 a, #content h2 a:hover {
    color: #17210B;
    text-decoration: none;
}

.post {
}

.postmeta {
    font-size: 1.2em;
    color: #747C69;
}

.entry {
    padding: .75em 0 3.5em 0;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    padding: 0 4px;
    background: #EEF0EB;
    border: 1px solid #DEE3D8;
}

p.readmore a:hover {
    text-decoration: none;
    background: #DEE3D8;
    border: 1px solid #D3D9CC;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* bottom */

#bottom {
    clear: both;
    width: 100%;
    min-width: 960px;
}

#bottom2 {
    width: 960px;
    margin: 0 auto;
    background: #242E18 url('images/bottom.gif') repeat-y;
    border-top: 40px solid #212B16;
    border-bottom: 1px solid #313B26;
}

#bottom3 {
    padding-left: 30px;
    background: url('images/bottom.jpg') no-repeat top;
}

#bottom h2 {
    font-size: 1.4em;
    padding-bottom: 1em;
    color: #BDBFB9;
}

.col {
    float: Left;
    width: 260px;
    padding: 30px 40px 30px 0;
}

.col ul {
    list-style: none;
}

.col ul li {
    padding: .3em 0;
    line-height: 2em;
}

.col p {
    line-height: 1.6em;
    color: #9A9D94;
}

/* footer */

#footer {
    width: 100%;
    min-width: 960px;
}

#footer2 {
    width: 900px;
    margin: 0 auto;
    padding: 30px;
}

#footer p {
    font-size: .9em;
    text-align: center;
    color: #747C69;
}
