/*
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: #2C8035 url(images/imgback60.gif);
	font-size: 1.0em;
	color: #1C3B1B;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #009439;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #1C6A1B;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 790px;
	height: 170px;
	margin: 2px auto;
	margin-top:20px;
	padding: 6px;
	border: #1C3B1B 2px solid;
	background: #ffffff url(images/headlogo.gif) no-repeat;
}

#header h1, #header p {
	float: right;
	margin: 0;
	font-size: 6em;
	padding-top: 60px;
	padding-right: 200px;
	text-transform: none;
	line-height: normal;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	padding-top: 14px;
	list-style: none;
}

#menu ul li {
	margin-right:6px;
	padding:0px;
	border: 2px solid;
	display: inline;
}

#menu ul li a {
	padding: 6px;
	padding-right: 0px;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #1C3B1B;
	background:  #78D89D;
}

#menu ul li a:hover {
	text-decoration: none;
	background:#00CC33;
}

/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 560px;
	border: #1C3B1B 4px solid;
	padding: 2px;
}

#content img{
	margin:		2px;
	padding:	2px;
}

#content .pics{
	margin:		2px;
	padding:	2px;
	border: #1C3B1B 2px solid;
}

#content h1{
	font-size:2.4em;
}

#content ul li {
	padding-left: 12px;
}

.post {
	padding: 12px;
	padding-bottom:20px 0;
	background: #FFFFFF;
}

.title {
	margin: 0;
	border-bottom: 2px solid #339900;
}


.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	border: #1C3B1B 4px solid;
	padding: 2px;
}

#sidebar ul {
	margin: 0;
	padding: 3px;
	list-style: none;
	background: #ffffff;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/imglinkmrk.gif) no-repeat left bottom;
	border-bottom: 2px solid #339900;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* for photos.html */
#photos{
	width: 804px;
	margin: 0 auto;
	border: #1C3B1B 4px solid;
	padding: 2px;
}
#photos a{
	background: #fff;
	font-weight: bold;
	text-decoration: none;
}
#photos a:hover{
	background: #80e0a0;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	font-size: smaller;
}

