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

body {
	margin: 0;/* 0 20px 0;*/
	padding: 0;
	background: #F8FAEC;/* url(../images/header-bg.jpg) repeat-x top center;*/
	font-size: 13px;
	color: #111111;
	background-image: url('../images/bg.jpg');
	background-position:0px 180px;
	background-repeat: repeat-x;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica;/*, "Times New Roman", Times, serif;*/
}

h1, h2, h3 {
	font-weight: normal;
	color: #444444;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
/*    float:left;*/
    padding: 1em;
    background-color: #D6D9CA;
    quotes: "\201C" "\201D";
}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #4B6F02 /*003300 #89A51B*/;
}

a:hover {
	text-decoration: none;
	color: #770202/*E6B715*/;
}

#wrapper {
min-width:925px;
/*width:925px;*/
	margin: 0;
	padding: 0;
	background: url(../images/header-bg.jpg) repeat-x top center;
	}
/* Header */

#header {
	min-width: 870px;
	height: 152px;
	background: url(../images/header.jpg) no-repeat left top;
	width:985px;
	margin:0 auto;
}

#header h1, #header p {
	margin: 0;
	color: #89A51B;
}

#header h1 {
	padding: 17px 0 0 70px;
}

#header p {
	padding-left: 73px;
	margin-top: 0px;
}
#header a {
	color: #E6B715;
}

/*#subscribe {
	float:right; 
	width:160px; 
	text-align:right; 
	border:#89A51B dotted;
	border-width:0px 0px 1px 1px;
	font-family:Arial;
	background:#DCE7A0;
}*/

#subscribe-box {
	/*margin-left:5px;*/
	height:78px;
	/*background:#DCE7A0;*/
}

#subscribe a { 
	font-size:14pt;
	text-decoration:none;
	color: #89A51B;
};

#subscribe-email {
}

#subscribe-email #hover {
	display:none;
}

#subscribe-email:hover #hover {
	display:block;
}

/* Page */

#page {
	width: 975px;
	margin: 0 auto 0;
	padding: 0 5px 0 5px;
	background: #F8FAEC;
	border-right: #89A51B 1px solid;
	border-left: #89A51B 1px solid;
	border-top:0;
	border-bottom:#F8FAEC 1px solid; /* hack for chrome so it doesn't show break between page and footer */
	min-height:600px;
}

/* Content */

#content {
	float: left;
	width: 550px;
	margin: 0;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding: 3px 0;
	border-bottom: 2px solid #89A51B /*#B7D24D*/;
	font-family:Georgia, Palatino Linotype;
	letter-spacing:.8px;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	height: 48px;
	background: url(../images/img06.gif) no-repeat left top;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #003300;
}

/* Menu */
#menu
{
position: relative;
height: 31px;
width: 987px;
margin: 0 auto;
padding:0;
z-index:10;
border-top:#89A51B 2px solid;
border-bottom:#F8FAEC 0px solid;
border-left:#89A51B 0px solid;
border-right:#89A51B 0px solid;
}

#menu ul
{
padding:0;
margin:0;
position: absolute;
font-family:Arial;

}

#menu ul li
{
	position: relative;
	display:block;
	float:left;
	height:31px;
	border:#89A51B 0 solid; /*DCE7A0*/
	border-right-width:1px;
	font-size:11pt;
	font-weight:bold;
}

#menu ul li a
{
	padding:7px 20px 0 20px;
	display:block;
	color:#89A51B/*9CBC1E*/; 
	text-decoration: none;
}

#menu ul li:hover
{
	/*background:#4B6F02;*/
	background:url(../images/menu-bg-hover.jpg) bottom left repeat-x;
	border:#1d1d1d solid 0;
	border-right-width:1px;
}

#menu ul li.active
{
	background:url(../images/menu-bg.jpg) bottom left repeat-x;
/*	background:#89A51B;/* /*7B8A23*/
	/*border:#E6B715 1px dotted;
	border-width:0 1px 0 0;*/
}

#menu ul li a.active
{
	color:#111/*E6B715*/;
}

#menu ul li:hover ul
{
	visibility:visible;
}

#menu ul li:hover a
{
	text-decoration: none;
	color:#E6B715;
}
/*#menu ul li a:hover
{
	text-decoration: none;
	color: #E6B715;
}*/

#menu li ul
{
	/*border-style:dotted;
	border-color:#89A51B;
	border-width:1px;*/
	border-left:#89A51B 1px solid;
	position:absolute;
	margin:5px 0 0 -1px;
	padding-bottom:10px;
	width:10em;
	/*line-height:120%;*/
	background:#111;/*444444*/
	visibility:hidden;
	opacity:.95;
	filter:alpha(opacity=95); /* IE's opacity*/
}

#menu li li {
	font-size:.75em;
	/*border-style:dotted;
	border-color:#89A51B;*/
	border-right-width:0;
	width:100%;
	display:block;
	height:auto;
}


#menubottom
{
width:985px;
margin:0 auto;
height: 3px;
background:#111;
overflow:hidden;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

.photos {
    /*font-size:.8em;
    overflow:auto;
    width:100%;
    border:solid blue 1px;*/
}

.photos td {
    font-size:.8em;
    margin-bottom:5px;
}

.photos td img {
	padding:3px;
	border-width:1px;
	border-style:solid;
	border-color:#aaaaaa;
}

/*.photos img {
 	width:200px;
	padding:3px;
	border-width:1px;
	border-style:solid;
	border-color:#aaaaaa;
	margin-left:auto;
	margin-right:auto;
}

.photos .col1 {
	float:left;
	width:260px;
	margin-right:5px;
	text-align:left;
	border:solid red 1px;
}

.photos .col2 {
 	text-align:center;
 		border:solid red 1px;
}

.photos .col3 {
	float:right;
	width:260px;
	text-align:right;
	border:solid red 1px;
}
*/

/* Footer */

#footer {
	/*clear: both;*/
	background:#F8FAEC;
	width: 985px;
	height: 40px;
	border:1px solid #89A51B;
	border-width:0 1px 1px;
	margin: 0 auto 15px;
	padding: 20px 0 0 0;
	/*background: url(../images/img05.gif) no-repeat left top;*/
	text-align: center;
	font-size: smaller;
	color: #52640A;
}

#footer a {
	color: #003300;
}
