* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px  "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333333;
    background: #FFFFFF;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding: 75px 0 0 30px;
    font: 64px/1.2em "Dynalight", Georgia, Times, serif;
    color: #FFFFFF;
}

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

h2 {
    font-family: Georgia, Times, serif;
    font-style: italic;
    text-transform: lowercase;
}

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

a {
    color: #1A94AA;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header */

#header {
    width: 100%;
    min-width: 960px;
    background: #1676DA url('images/bg.gif') repeat-x;
}

#header2 {
    width: 100%;
    min-width: 960px;
    background: url('images/header.jpg') no-repeat top;
}

#header3 {
    width: 960px;
    height: 220px;
    margin: 0 auto;
}

#logo {
    height: 160px;
}

/* menu */

#menu {
    height: 40px;
    padding-top: 20px;
    text-align: center;
    background: #C4D8F0 url('images/menu.jpg') no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

#menu ul li a {
    padding: 0 30px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #195697;
}

#menu ul li a:hover {
    color: #071A2D;
}

/* main */

#main {
    width: 100%;
    min-width: 960px;
    background: #FFFFFF;
}

#main2 {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

/* sidebar */

#sidebar {
    float: left;
    width: 260px;
    padding-bottom: 20px;
}

#sidebar h2 {
    font-size: 1.67em;
    padding-left: 20px;
}

#sidebar ul {
    list-style: none;
    padding: 1.5em 0 3em 0;
}

#sidebar ul li {
    margin-left: 20px;
    padding: .2em 0 .2em 20px;
    line-height: 2em;
    background: url('images/li.gif') no-repeat 0 .9em;
}

#sidebar .box {
    padding: .75em 0 2.25em 20px;
}

/* search form */

#sidebar .searchbox {
    height: 150px;
    margin-bottom: 3em;
    padding-left: 30px;
    background: #FFD447 url('images/searchbox.jpg') no-repeat;
}

#sidebar .searchbox h2 {
    padding-left: 0;
    line-height: 48px;
}

#search {
    width: 200px;
    height: 40px;
    margin-top: 30px;
    background: #FFEDB3 url('images/searchbg.gif') no-repeat;
    border: none;
}

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

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

/* content */

#content {
    float: right;
    width: 640px;
    padding-bottom: 10px;
}

#content h2 {
    font-size: 2.5em;
    color: #557A32;
}

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

.post {
}

.postmeta {
    font-size: 1.2em;
    color: #6C6C6C;
}

.entry {
    padding: .75em 0 3.5em 0;
}

#content img {
    display: block;
    padding: 4px;
    border: 1px solid #B3D1F5;
}

#content img.left {
    float: left;
    margin: 1em 30px .5em 0;
}

#content img.right {
    float: right;
    margin: 1em 0 .5em 30px;
}

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

p.readmore a {
    padding: 0 4px;
    text-decoration: none;
    background: #E8F2FC;
    border: 1px solid #D6E8F9;
}

p.readmore a:hover {
    background: #D3E6F9;
    border: 1px solid #C3DCF6;
}

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

/* footer */

#footer {
    width: 100%;
    min-width: 960px;
    padding-bottom: 100px;
    background: #6AA72F;
}

#footer2 {
    width: 960px;
    margin: 0 auto;
    background: #7CB147 url('images/footer.gif') no-repeat top;
}

#footer p {
    padding: 0;
    line-height: 60px;
    text-align: center;
    color: #BED8A4;
}

#footer a {
    color: #FFFFFF;
}
