body {
	margin: 0;
	padding: 25;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/logo-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: none;
	line-height: 22px;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

p, ol, ul, dl {
	margin-top: 0;
	text-align: left;
	line-height: 1.7;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

strong {
	color: #FFFFFF;
}

a {
	color: #506C00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

/* Wrapper */

#wrapper {
	background-repeat: no-repeat;
	background-color: #0D4F29;
	background-image: url(images/bg01.jpg);
}

.container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0D4F29;
}

.clearfix {
	clear: both;
	padding-left: 25px;
}

/* Header */

#header {
	height: 135px;
	background-color: #3E4D44;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 0px;
}

/* Logo */

#logo {
	float: left;
	width: 900px;
	height: 140px;
	padding-left: 0px;
}

#logo h1, #logo p {
	text-transform: lowercase;
	line-height: 1;
}

#logo h1 {
	letter-spacing: 0px;
	font-size: 26px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo p {
	padding: 0 0 0 50px;
	font-size: 13px;
	color: #F8AB80;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p a {
	color: #F8AB80;
}

/* Banner */

#banner {
	float: left;
	height: 118px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Menu */

#menu {
	height: 72px;
	background-repeat: repeat;
	background-position: 0 0px;
	background-color: #003300;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu ul {
	height: 67px;
	list-style: none;
	line-height: 1;
	background-image: url(images/bg05.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 14px;
}

#menu li {
	float: left;
	height: 35px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 16px;
}

#menu li.active {
	background-repeat: no-repeat;
}

#menu a {
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Bar */

.bar {
	height: 150px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
}

.bar .text {
	float: left;
	padding: 17px 0 0 25px;
	text-transform: lowercase;
	font-size: 14px;
	color: #809064;
}

/* Top Bar */

#top-bar {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #339933;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/placeholder01.jpg);
	height: 280px;
}

/* Search */

#search {
	float: right;
	width: 245px;
	height: 48px;
	background: url(images/bg08.jpg) no-repeat 0 12px;
}

#search form, #search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#search .input-text {
	float: left;
	width: 178px;
	margin: 12px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

#search .input-submit {
	display: none;
}

/* Page */

#page {
	background-color: #339933;
	background-repeat: no-repeat;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 540px;
	background-repeat: no-repeat;
	background-position: 0;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 25px;
}

/* Post */

.post {
}

.post .title, .post .date {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

.post .title {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 18px;
	color: #FFFFFF;
}

.post .title a {
	text-decoration: none;
	color: #5A5544;
}

.post .title a:hover {
}


.post .date {
	line-height: normal;
	color: #ACAAA1;
}

.post .entry {
	margin: 0 25px;
	padding: 20px 0;
}

.post .meta {
	height: 53px;
	background: #E5ECDB;
	border-bottom: 1px solid #DDE5CE;
}

.post .meta p {
	line-height:  normal;
}

.post .meta .tags {
	float: left;
	padding: 20px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 20px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
	background: url(images/img04.gif) no-repeat 0 50%;
}

.post .meta .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat 0 50%;
}


	

/* Sidebar */

#sidebar {
	float: right;
	width: 246px;
	background-repeat: no-repeat;
	padding-top: 24px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	line-height: normal;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0;
	line-height: 3.5;
	border: none;
}

#sidebar li li {
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 20px 0 5px 0;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 35px 35px 0 35px;
	color: #736F6A;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.two-cols .col1 {
	float: left;
	width: 595px;
}

.two-cols .col2 {
	float: right;
	width: 210px;
	padding: 0 0 0 25px;
	
}

.two-cols h2 {
	font-size: 26px;
	color: #000000;
}

.two-cols a {
	color: #736F6A;
}

/* Footer */

#footer {
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
