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

body {
	margin: 10px;
	padding: 0;
	background: #5C8258;
	font-family: "Comic Sans MS",Georgia, "Times New Roman", Times, serif;
	color: #748164;
	font-size: 0.9em;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-style: italic;
}

a {
	color: #BE420B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}

/* Wrapper */

#wrapper {
	width: 48em;
	margin: 0 auto;
	padding: 0.3em;
	background: #FFFFFF;
}

/* Header */

#header{
	width: 100%;
	background: #FFFFFF;
}

.header_left {
	float:left;
	width: 23em;
	height: 9.5em;
	background: #FFFFFF;
}

.header_left h1 {
	padding: 10px 0 0 10px;
	letter-spacing: 0px;
	font-size: 1.8em;
	color: #748164;
	font-family: Georgia, Arial, Helvetica,"Times New Roman", Times, serif;
	font-style: normal;
}

.header_left h2 {
	padding: 15px 0 0 30px;
	letter-spacing: 0px;
	font-size: 1.0em;
	color: #748164;
	font-family: Georgia, Arial, Helvetica,"Times New Roman", Times, serif;
}

.header_right {
	float:right;
	width:25em;
	height: 9.5em;
	background: #FFFFFF url(images/banner_right.jpg) no-repeat right center;
}

.first_page_top{
	width: 100%;
}

.first_page_top h1{
	padding: 5px 0 0 20px;
	letter-spacing: 0px;
	font-size: 1.8em;
	color: #748164;
	font-family: Georgia, Arial, Helvetica,"Times New Roman", Times, serif;
	font-style: normal;
}

.first_page_top h2 {
	padding: 3px 0 0 50px;
	letter-spacing: 0;
	font-size: 1.0em;
	color: #748164;
	font-family: Georgia, Arial, Helvetica,"Times New Roman", Times, serif;
}

.first_page_bottom{
	width:45em;
	height:20em;
	margin:10px auto;
	background: #FFFFFF url(images/first.jpg) no-repeat right center;
}


/* Menu */

.menu{
	width: 100%;
	padding: 0;
	color:#FFFFFF;
	background: #5C8258;
}

.menu  ul{
	margin: 0;
	padding: 0;
}

.menu li
{
	display : inline;
	list-style : none;
}

.menu li a {
	color:#FFFFFF;
	text-decoration: none;
	padding : 2px 20px 1px 15px; /* The top and bottom padding makes up the line height*/
	line-height: 1.5em;
}

.menu li a.current {
	background: #84B57E url(images/arrow.gif) no-repeat left center;
}

.menu  li a:hover {
	text-decoration: none;
	background: #84B57E url(images/arrow.gif) no-repeat left center;
}


/*Boxed Text*/

.boxed_text{
	width: 100%;
	position:relative;
	background: #FFFFFF;
	text-align:center;
	margin-top: 1em;
}

.boxed_text .dates {
	margin: 0;
	padding: 0;
	list-style: square inside;
	font-size: 0.8em;
}

/* Post */

.post {
	margin-top: 1em;
	position:relative;
	width: 100%;
}

.post .title {
	height: 1em;
	font-size: 1.4em;
	padding: 0 0 0 5px;
	color: #5C8258;
	/*background: #FFFFFF url(images/irline.jpg) no-repeat left bottom;*/
}

.post .story {
	padding: 10px 15px 0 15px;
}

.post .postimg {
	float:left;
	width:150px;
}

.post .imgtext {
	float:left; 
	width:35em;
	line-height: 120%;
	padding-left:0.5em;
}

.post .blkquote {
    clear: both;
    width:90%;
	font-style: italic;
	font-size: 0.9em;
	padding-top:1em;
	text-align: center;
}

.post .exclaim{
clear: both;
  font-style: italic;
	font-size: 1.1em;
	line-height: 200%;
	text-align: center;
	width:100%;
}

.post h4{
	margin: 0 0 0.5em 0;
	padding: 20px 0 0 0;
	font-style: italic;
	font-size: 1em;
	color: #5C8258;
	background: #FFFFFF url(images/img5.jpg) no-repeat left bottom;
}

.post h4 a{
	color: #5C8258;
}

.post h4 a:hover{
	color: #BE420B;
	text-decoration: none;
}

.post img{
	border:1px solid #748164
}


/* Footer */

#footer {
	clear: both;
	margin-top:20px;
	border-top: 1px solid #000000;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}