/*
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: #F8FAEC url(../images/header-bg.jpg) repeat-x top center;
	font-size: 13px;
	color: #111111;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, "Trebuchet MS", "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: #E6B715;
}

#wrapper {
/*width:925px;*/
min-width:875px;
}
/* Header */

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

#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; 
	/*padding: 0px 0px 5px 0px; */
	border:#89A51B dotted;
	border-width:0px 0px 1px 1px;
	font-family:Arial/*Georgia*/;
	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;
	padding: 0 0 0 5px;
}

/* Content */

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

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

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #B7D24D;
}

.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: 925px;
margin: 0 auto;
padding-left:0px;/*50*/
z-index:10;
}

#menu ul
{
padding:0;
margin:0 0 0 3px;
position: absolute;
font-family:Arial/*georgia*/;
}

#menu ul li
{
position: relative;
/*display: inline;*/
display:block;
float:left;
	height:31px;
	border:dotted #DCE7A0;
	border-width:0 1px 0 0;
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 a:hover
{
text-decoration: none;
color: #E6B715;
}

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

#menu ul li:hover
{
	background:#4B6F02;
}

#menu ul li:hover a
{
	/*color:#89A51B;*/
}

#menu ul li.active
{
	background:#7B8A23;
	border:dotted #E6B715;
	border-width:0 1px 0 0;
}

#menu li ul
{
border-style:dotted;
border-color:#89A51B;
border-width:1px;
position:absolute;
margin:5px 0 0 0;
width:10em;
line-height:120%;
background:#444444;
visibility:hidden;

}


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

#menu li li a {
padding-left: 6px;
}

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

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

#menubottom
{
height: 5px;
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;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	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;
}