/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/* background: #FEEDB9 url(images/img01.jpg) repeat-x left top; */
	background: #faf7f7;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: "Century Gothic", "Verdana", "Arial" , sans-serif;
}


h1, h2, h3 {
	color: #6A7849;
	font-family: "Century Gothic", "Verdana", "Arial" , sans-serif;
	font-weight: bold;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
	/*color: #3C2711;*/
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
}

ul {
}

ol {
}

a {
	color: #4E7301;
}

a:hover {
	text-decoration: none;
}

small {
	
	font-size: 13px;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#headerold {
	width: 920px;
	height: 0px;
	/* height: 155px; */
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
	margin: 0 auto;
	width: 920px;
	height: 200px;
	padding: 0px;
	background:  #3C2711   url(images/try5.jpg) no-repeat left top;
}

#header {
	margin: 0 auto;

	width: 920px;
}

/* Logo */

#logo {
	float: right;
	width: 920px;
	height: 160px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


#logo h1 {

	font-size: 4em;
	color: #299762;
	width: 920px;
	padding: 10px 30px 0px 20px;
	margin: 0px;
	text-align: right;
	float: right;
}

#logo h1 a {
	color: #FFF0C9;
}

#logo p {
	padding-top: 0px;
	font-size: 1.5em;
	color: #FEEDB9;
	padding: 0px 30px 0px 25px;
	margin: 0px;
	font-style: italic;
	float:right;
}

#logo h2 a, #logo p a {
	color: #ABC13A;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	height: 40px;
	margin: 0;
	padding: 0px 5px 0px 5px;
	font-family: "Century Gothic", "Verdana", "Arial" , sans-serif;
	font-weight: bold;
	float:right;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
	vertical-align: middle;
}

#menu a {
	display: block;
	float: left;
	margin: 0;
	padding: 8px 10px 0px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.4em;
	color: #FFFFFF;
	height: 40px;
}

#menu a:hover {
	height: 40px;
	background: url(images/acorn.png)  no-repeat center top;
}

#menu .current_page_item a {
	color: #FEEDB9;
	background: url(images/acorn.png)  no-repeat center top;
	height: 40px;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
	background: #ffffff;
}

#latest-post {
	float: left;
	width: 590px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
	vertical-align:top;
}


#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
	background: url(images/acorn-sm.png) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #3C2711;
}

.post .meta a {
	color: #7F9C1E;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #3C2711 1px dashed;

}

.byline {
	font-size: 12px;
	padding-top: 10px;
	font-style: italic;
}

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	background: #6A7849;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #ffffff;
}



#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}

/* additions */
#and {
	color: #92A564;
}

#net {
	color: #92A564;
}

#bio ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#bio li {
}

#content {
}