body {
	background: #FFFDDD url('images/Background.jpg');
	color: #000;
	font: 12px Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #351A05;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #351A05;
	text-decoration: underline;
}

#wrap {
	width: 780px;
	background: #7B9663;
	border: 1px solid #465834;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}


/* TOP */

#top {
	height: 109px;
	background: #E8FFD3 url('images/Header.jpg') no-repeat;
	overflow: hidden;
}

#top a {
	color: #AC4700;
}

#top a:hover {
	color: #009;
}

#top-half {
	height: 30px;
	background: #A5C488;
	border-bottom: 1px solid #465834;
	border-top: 1px solid #465834;
}

#top-half ul {
	height: 25px;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#top-half li {
	float: right;
	font: 12px Verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 5px 7px 0;
	text-transform: uppercase;
}

#top-half li a {
	color: #391807;
	padding-right: 12px;
}

#top-half li a:hover {
	color: #391807;
	text-decoration: underline;
	padding-right: 12px;
}

/* CONTENTS */

#contents {
	width: 518px;
	float: right;
	padding: 15px 15px 15px 0;
}

#contents h1, #contents h2 {
background:#A5C488;
	border-top: 1px solid #351A05;
	border-right: 1px solid #351A05;
	border-left: 1px solid #351A05;
	color: #351A05;
	font: bold 12px Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 5px;
}
#contents h3 {
background:#BED4A9;
	border: 1px solid #351A05;
	color: #351A05;
	font: bold 12px Verdana, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	margin: 5px 0px 5px 0px;
	padding: 3px 5px;
}

#sidebar h1, #sidebar h2 {
	color: #351A05;
	font: bold 12px Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 3px;
	padding: 5px;
}
#contents a:hover {
	text-decoration: underline;
}
#contents h1 a, #contents h2 a, #contents .small a, #sidebar h1 a, #sidebar h2 a {
	color: #351A05;
}
#contents h1 a:hover, #contents h2 a:hover, #contents .small a:hover, #sidebar h1 a:hover, #sidebar h2 a:hover {
	text-decoration: underline;
}

#contents p {
	padding: 0 5px;
}

#contents .small {
	background: #A5C488;
	border-bottom: 1px solid #351A05;
	border-right: 1px solid #351A05;
	border-left: 1px solid #351A05;
	color: #351A05;
	font: 11px Verdana, sans-serif;
	margin: 0;
	padding: 2px 5px 3px;
}
#contents .small a{
font-weight: normal;
}

#contents img {
	background: #F9FCEC;
	border: 1px solid #D9DFEF;
        float: left;
	display: inline;
	margin: 8px;
	padding: 4px;
}

#contents .wp-smiley {
	background: #F2F8FF;
	border: 0;
	margin: 0;
	padding: 0;
}
.entry {
background:#E8FFD3;
border-left: 1px solid #351A05;
border-right: 1px solid #351A05;
padding: 10px;
}
.midfooter {
background: #A5C488;
border: 1px solid #351A05;
height: 35px;
margin: 0px 0px 20px 0px;
}

/* SIDEBAR */

#sidebar {
	width: 180px;
	background: #A5C488;
	border: 1px solid #351A05;
	float: left;
	font: 95%/130% Verdana, sans-serif;
	margin-left: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
#sidebarhead {
background:#BED4A9;
border-bottom: 1px solid #351A05;
height: 20px;}
#sidebarfoot {
background: #BED4A9 url('images/footbg.jpg');
border-top: 1px solid #351A05;
height: 50px;
}

#sidebar ul {
	margin: 0 5px 15px;
	padding: 0px 10px 0;
}

#sidebar ul li {
	margin: 3px 0px 0px;
	padding: 5px 10px 0;
	list-style: none;
}

#sidebar h2 {
	margin: 0 0 2px;
	text-align: left;
	text-decoration: underline;
}

#sidebar ul li a {
	color: #351A05;
	font-weight: normal;
}

#sidebar ul li a:hover {
	color: #351A05;
	text-decoration: underline;}

#sidebar ul ul {
	margin: 0;
	padding: 0;
}

#sidebar li li {
	padding: 1px 2px 0 4px;
}

#sidebar li li li {
	padding: 1px 2px 0 16px;
}


/* FOOTER */

#footer {
	height: 20px;
	background: #7B9663;
	text-align: center;
	border-top: 1px solid #465834;
	clear: both;
	color: #000;
	font: 95%/140% Verdana, sans-serif;
	padding: 10px;
}

#footer a:hover {
	text-decoration: underline;
}


/* COMMENTS */

.comments {
	list-style: none;
		background: #E8FFD3;
	border: 1px solid #351A05;
	margin: 0;
	padding: 0;
}
h4 {
background:#A5C488;
	border: 1px solid #351A05;
	color: #351A05;
	font: bold 12px Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 5px;
}
.comments li {
	border-bottom: 1px solid #465834;
	margin: 5px;
	padding: 4px;
}

.comments li li {
	border: none;
	padding: 0;
}


/* FORMS */

#contents form {
	padding: 4px;
}

#contents form fieldset {
	border: 0;
	margin: 0;
}

#contents form fieldset label {
	width: 20%;
	float: left;
	font-weight: bold;
}

#contents form fieldset input, #contents form fieldset select, #contents form fieldset textarea {
	width: 75%;
	background: #fff;
	border: 1px solid #465834;
	float: right;
	font: 100% Verdana, sans-serif;
	margin: 2px;
}

#contents form fieldset textarea {
	height: 200px;
}

#contents form fieldset br {
	clear: both;
}

#contents form fieldset .button {
	width: 32%;
	font-weight: bold;
	background:#7B9663;
	border: 1px solid #465834;
}



/* CONSTANTS */

hr {
	clear: both;
	visibility: hidden;
}

blockquote {
	background: #BED4A9;
	border: 1px solid #465834;
	padding: 5px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

#searchdiv {
	margin: 0px;
	padding 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	width: 100px;
	background: #E8FFD3;
	color: #351A05;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 3px;
	margin: 8px 0px 0px 0px;
	border: 1px solid #465834;
	}