/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #235324;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 32px;
	margin: 0 auto;
	background: #EFFCF0;
	border: 3px solid #235324;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 2px 20px 0 20px;
	border-right: 1px solid #235324;
	text-decoration: none;
	font-weight: bold;
	color: #235324;
}

#menu a:hover {
	background: #DAEBDB;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	border: none;
}

#menu #rss a:hover {
	background-color: #DAEBDB;
}

/* Header */

#header {
	width: 700px;
	height: 148px;
	margin: 0 auto;
	background: url(images/headerphoto.jpg);
	border: 3px solid #235324;
	border-top: none;
}

#header h1 {
	padding: 0 0 0 20px;
	font-size: 2em;
	line-height:3em;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #EFFCF0 url(images/img04.gif) repeat-y;
	border: 3px solid #235324;
	border-top: none;
}
#aboutcontent {
	width: 700px;
	margin: 0 auto;
	border: 3px solid #235324;
	border-top: none;
}
#aboutcontent .story {
	padding: 20px 50px;
	color:#333333;
}
/* Latest Post */

#latest-post {
	padding: 10px 0;
	background: #EFFCF0;
	border-bottom: 3px solid #235324;
}

#latest-post .title {
	float: left;
	width: 280px;
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 0.8em;
}

#latest-post .story {
	float: right;
	width: 339px;
	padding: 0 20px;
	border-left: 1px solid #C6DAC7;
	color:#333333;
}

#latest-post .meta {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	width: 390px;
	padding: 15px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
}

#posts .meta {
	padding: 3px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
list-style-type:none;
padding: 0px;
margin-left:5px;
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 230px;
	padding: 20px
}

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

#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
	font-size: 9px;
	text-align: center;
	line-height: 140%;
}

#footer p {
	font-size: 10px;
	line-height: 200%;
	
}

#footer 
	a:link {text-decoration: none;font-weight:normal;}
  a:visited {text-decoration: none;font-weight:normal;}
  a:hover {text-decoration: none;font-weight:normal;}
	a:active {text-decoration:none;font-weight:normal;}

.gallery_image { margin: 10px; width: 180px; text-align: center; float: left; }