/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}


td {
padding:7px;
}


.padonly    {margin: 0.6em; background-color: #c1ffa0; padding: 4px; border:1px dotted #000000;}

.search_title {  
font: 18px Arial, Sans-Serif;
text-transform:uppercase; 
margin: 2px 0 10px 0px; 
padding: 0;
padding-top: 17px;
color: #000000; 
background: none;
border-color: #FFFFFF;
border-bottom: 1px dotted #000000;
}

body {
	margin: 0;
	padding: 0;
	background: #42891c url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {

	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 1.8em;
}

h2{
	letter-spacing: -2px;
	font-size: 1.8em;
}
h3{
	margin-top:15px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #ffea00;
	font-weight: normal;
	}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #787878;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: underline;
	color: #787878;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	background: url(images/img02.jpg) no-repeat center top;
}

#logo {
	float: left;
	clear:both;
}

#logo #headline, #logo #strapline {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo #headline {
	padding: 12px 0 0 20px;
	font-size: 2em;
	color: #ffea00;
	letter-spacing: -2px;
}

#logo #strapline {
	padding: 0px 0 0 20px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #FFFFFF;
}



#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 17px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	text-transform:uppercase; 
}

#menu a:hover, #menu .current_page_item a {
	background: #26BADF url(images/img04.gif) no-repeat;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 10px;


}

.post {

	background: #c1ffa0 url(images/img05.gif) no-repeat;
	color: #000000;
	padding:10px;
	
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #3f652b;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: underline;
	color: #3f652b;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.links {
	margin: 0;
	padding: 0px 30px 35px 30px;
	background: url(images/img06.gif) repeat-x left bottom;
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}

.sidebar a {
	color: #FFFFFF;
}
.sidebar a:visited {
	color: #d2d2d2;
}
.sidebar a:hover {
	text-decoration: none;
	color: #d2d2d2;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #679046;
}

.sidebar li li a {
	text-decoration: none;
	color: #FFFFFF;
}

.sidebar li li a:hover {
	color: #FFFFFF;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #FFFFFF;
}

/* Left Sidebar */

#leftbar {
padding: 0 13px 0 0;
}

/* Right Sidebar */

#rightbar {
	float: right;
	padding: 0 0 0 12px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Calendar */

#calendar_wrap {
	padding-left: 10px;
}

#calendar_wrap table {
	width: 180px;
	text-align: center;
	border-collapse: collapse;
}

#calendar_wrap tfoot {
	font-weight: bold;
}

#calendar_wrap tfoot a {
	text-decoration: none;
}

#calendar_wrap #prev {
	text-align: left;
}

#calendar_wrap #next {
	text-align: right;
}

#calendar_wrap tbody {
	border-bottom: 1px solid #2872A6;
	border-right: 1px solid #2872A6;
}

#calendar_wrap tbody td {
	padding: 3px 0;
	border-top: 1px solid #2872A6;
	border-left: 1px solid #2872A6;
}

#calendar_wrap tbody td a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}
#footer a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
