* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px  "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333333;
    background: #FFFFFF;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding: 55px 0 0 30px;
    font: 64px/1.2em "Dynalight", Georgia, Times, serif;
}

h1 a, h1 a:hover {
    color: #FFD447;
    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: 160px;
    margin: 0 auto;
	
}

#logo {
    height: 160px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

/* main */

#main {
    width: 100%;
    min-width: 960px;
}

#main2 {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0 0;
	background: #f7fafd;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 1);
}

#sidebar {
    float: left;
    width: 262px;
	margin-left:10px;
}

#sidebar .menu{
    margin:4px;
	height: 48px;
    padding-left: 30px;
    background: #FFD447 url('images/searchbox.jpg') no-repeat;
}

#sidebar .searchbox h2,a {
	line-height:48px;
	text-decoration:none;
	
}

#content {
    float: left;
    width:70%;
    padding-bottom: 10px;
	margin-left:20px;
	min-height:480px;
}

#content h2 {
    font-size: 2.5em;
    color: #557A32;
}


.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;
    background: #1676DA;
}

#footer2 {
    width: 960px;
    margin: 0 auto;
}

#footer p {
    padding: 0;
    line-height: 60px;
    text-align: center;
    color: #BED8A4;
}

#footer a {
    color: #FFFFFF;
}
