/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	background: #e9e7e7 url(images/background.png) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
	color: #669933;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*color: #C0BFBF;*/
	color: #6a972e;
}

a:hover {
	text-decoration: underline;
	background: none;
}

a:visited {
	color: #65922d;
}

/* Header */

#header {
	width: 900px;
	height: 109px;
	margin: 0 auto;
	background: White;
}

/* Logo */

#logo {
	float: left;
	width: 700px;
	margin: 30px 10px;
}

#logo .logotitle {
	/*float: left;*/
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 2.8em;
}

#logo p {
	/*float: left;*/
	margin: 0;
	padding: 00px 0 0 2px;
	text-transform: lowercase;
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #5F882C;
}

#social {
	float: right;
	width: 150px;
	margin: 60px 0 0 0;
}
#social a{
	margin: 0 0 0 10px;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 16px;
}

#search form {
	width: 230px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	border: 1px #8DBC4A solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#head {
	width: 900px;
	height: 37px;
	margin: 0 auto;
	background: url(images/head.png) repeat-x;
}

#headmenu {
	float: left;
	width: 850px;
/*	height: 50px;*/
	margin: -13px 0 0 0;
}

#headmenu ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#headmenu li {
	float: left;
}

#headmenu a {
	margin-right: 3px;
	padding: 5px 20px 5px 14px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#headmenu a:hover, #headmenu .current_page_item a {
	background: #566316;
	color: #FFFFFF;
}

#headmenu a:hover {
	text-decoration: underline;
}

#flag {
	width: 50px;
	float: right;
/*	height: 50px;*/
	margin: -13px auto 0 auto;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
	background: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

.post {
	background: no-repeat left top;
	padding: 15px 14px 5px 14px;
	text-align: justify;
}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

.post .title a {
	background: none;
	color: #5C5C5C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	border-bottom: 1px dashed #D2D4C9;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	line-height: 30px;
	background: no-repeat left top;
	border-bottom: 1px dashed #D2D4C9;
/*	padding-left: 15px;*/
}

#sidebar li li ul {
	padding: 0px;
}

#sidebar li li li {
/*	line-height: 0px;
*/	border-bottom: 0px;
	padding-left: 15px;
}

#sidebar .top {
	/*padding: 5px 10px;*/
	/*background: #79A73B url(images/img04.jpg) repeat-x left top;*/
	/*letter-spacing: -.5px;*/
	font-size: 1.3em;
	color: #000000;
	text-transform: lowercase;
	border-bottom: 3px solid #669933;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 5px 0;
	background: #669933 url(images/footer.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #416110;
}

#footercontent {
	padding: 0 14px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

strong.latestversion {
	font-size: 2em;
}

.errors {
	color: Red;
	font-style: italic;
}

.errors strong {
	color: Black;
	font-style: normal;
	font-weight: bold;
}