/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	background: url(../images/images/background_gradient.jpg);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
	color:#CC0000;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border: 0px;
	color: none;
}

img {
	border:none;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 762px;
	height: 137px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 762px;
	height: 137px;
}

#logo h1 {
	float: none;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: none;
	margin: 0;
	padding: 30px 0 0 2px;
	text-transform: lowercase;
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #5F882C;
}

/* 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 */

#menu {
	width: 766px;
	height: 47px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}



/* Page */

#page {
	width: 759px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 3px;
	padding-right:2px;
	background-color: #FFFFFF;
}

/* Content */

#content {
	float: none;
	width: 700px;
	padding-top: 5px;
	margin-left: 28.5px;
	margin-right: 28.5px; 
}

.post {
	background: none;
}

.post .title {
	color: #000000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

.post .title a {
	background: none;
	color: #000000;
}

.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: 250px;
	border-bottom: 1px dashed #ffffff;
	color: #666666;
	padding-top: 50px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	line-height: 35px;
	background: #666666;
	border-bottom: 1px dashed #ffffff;
	padding-left: 15px;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #ad2623;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#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: 764px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0;
	background: #ad2623;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
