html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { font: 12px/1.5 helvetica, arial, verdana, sans-serif; color: #58534c; background: #b8dc7c; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

p, ul, ol, form{ margin: 0 0 18px 0; }

ul, ol{ margin: 0 0 18px 18px; }
ul{ list-style: disc; }
ol{ list-style: decimal; }

form label{ display: block; font-weight: bold; }
	form label span.req{ font-weight: bold; color: red; }
form input.text, form select, form textarea{ margin: 0 0 9px 0; }
form textarea{ width: 400px; height: 150px; }
form textarea.small{ height: 54px; }


/* Layout */

#wrapper{
	margin: 0 auto;
	width: 960px;
}

#content-wrapper{ background: #00923f url('../images/content-wrapper-background.png') 10px 0 repeat-y; }
#content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Header */

#header{
	width: 960px;
	height: 97px;
	padding: 18px 0 0 0;
	position: relative;
}

	#logo{ float: left; margin: 0 18px 0 0; }
	#title{
		color: #FFF;
		font-size: 36px;
		line-height: 1em;
		margin: 9px 0 0 0;
	}
		#title .small{
			font-size: 12px;
			vertical-align: baseline;
		}
	#slogan{
		color: #e3f1cc;
		font-size: 16px;
		margin-top: -3px;
	}
	
	#header form{
		margin: 0;
		position: absolute;
		top: 43px;
		right: 0;
		width: 280px;
	}
		#header form input{ vertical-align: middle; margin-left: 10px; margin-bottom: 0; }
			#header form input.text{ padding: 3px; width: 200px; }

/* Menu */

#menu{
	background: #FFF url(../images/menu-background.png) 0 0 no-repeat;
	height: 36px;
	list-style: none;
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 940px;
	position: relative;
	z-index: 10;
}
	#menu li{ float: left; position: relative; }
		#menu li a{
			background: transparent url(../images/menu-divider.png) top right no-repeat;
			color: #FFF;
			display: block;
			line-height: 36px;
			padding: 0 22px 0 20px;
			text-decoration: none;
		}
		#menu li a:hover{ color: #FFFCCA; }
		#menu ul{
			border-left: 1px solid #BF3939;
			border-right: 1px solid #BF3939;
			border-top: 1px solid #BF3939;
			border-bottom: 1px solid #BF3939;
			display: none;
			position: absolute;
			top: 35px;
			left: 0;
			margin: 0;
			padding: 0;
			height: auto;
			list-style: none;
			width: 200px;
		}
		#menu li:hover > ul{ display: block; }
			#menu ul li a{
				display: block;
				background: #fffeea;
				color: #000;
				line-height: 18px;
				padding: 10px 18px;
				width: 164px;
				opacity: 0.95;
			}
			#menu ul li a:hover{ color: #000; background: #FFFCCA; }
			#menu ul ul{
				top: -1px;
				left: 200px;
			}
		
		
		
/* Feature */

#feature, #feature-home{
	background: #FFF url(../images/feature1.jpg) 0 0 no-repeat;
	height: 293px;
	margin: 0 10px;
	width: 940px;
	position: relative;
	z-index: 1;
}
#feature{ height: 200px; overflow: hidden; }
	#feature ul, #feature-home ul{ margin: 0; list-style: none; z-index: 1; }
	#feature ul, #feature-home ul, #feature li, #feature-home li, #feature li img, #feature-home li img{ position: absolute; top: 0; left: 0; width: 940px; }
	
	#feature-home h1{
		position: relative; z-index: 3;
		color: #638900;
		font-size: 36px;
		font-weight: normal;
		padding: 36px 0 0 40px;
	}
	#feature-home p{
		position: relative; z-index: 3;
		color: #a9d200;
		font-size: 14px;
		padding: 0 0 0 40px;
	}
	#feature-home a{ color: #a9d200; border-bottom: 1px solid #a9d200; text-decoration: none; }
		#feature-home a:hover{ border: none; }


/* Content */

#content{
	position: relative;
	z-index: 2;
	background: #FFF;
	float: left;
	margin: -20px 0 0 10px;
	width: 640px;
}

	#content a, #sidebar a{ color: #ac0000; }

	.content-section{
		border-top: 10px solid #e1eaf3;
		padding: 20px;
		position: relative;
	}
		.content-section .more{ position: absolute; top: 20px; right: 20px; }
			.content-section .more a{ margin-left: 10px; }
			.content-section .more img{ vertical-align: middle; }
	
	#content h1{
		color: #000;
		font-size: 24px;
		font-weight: normal;
		line-height: 36px;
		margin: 0 0 18px 0;
	}
	#content h2{
		color: #555;
		font-size: 12px;
		margin: 0 0 18px 0;
		text-transform: uppercase;
	}
	
	ul.articles{ list-style: none; margin: 0; }
	ul.articles li{ margin: 0 0 18px 0; }
		ul.articles li:last-child{ margin: 0; }
		ul.articles li p{ margin: 5px 0; }
		.meta{ color: #999; }
			#content .meta a{ color: #97bb00; }
			#content .meta a.comments{
				background: #FFF url(../images/comment.png) left no-repeat;
				padding: 0 0 0 20px;
			}
	
	ol.search-results{ margin: 0 0 18px 0; }
	
	#comments li{ padding-left: 68px; margin: 0 0 18px 0; }
		#comments li img.gravatar{ float: left; margin: 0 0 0 -68px; }
		#comments li h3{ margin: 0; }
		#comments li .date{ color: #999; }
			#comments li .date a{ color: #97bb00; }
		
	table{
		border-top: 1px solid #ededed;
		width: 100%;
	}
		table td{
			border-bottom: 1px solid #ededed;
			padding: 10px;
		}
			table td.title{ padding-left: 35px; background: transparent url(../images/page.png) 10px 50% no-repeat; }
			table td.date{ width: 120px; }
			table td.link{
				text-align: right;
				width: 75px;
			}
			table tr.odd td{ background-color: #f7f7f7; }


/* Sidebar */

#sidebar{
	background: #f0f4f9 url(../images/sidebar-background.png) 0 0 repeat-y;
	float: right;
	font-size: 11px;
	margin-right: 10px;
	width: 300px;
}
	
	#sidebar h2{
		background-position: 0 0;
		background-repeat: no-repeat;
		height: 36px;
		text-indent: -9999px;
		width: 300px;
	}
		h2#header-about{ background-image: url(../images/sidebar-header-about.png); }
		h2#header-events{ background-image: url(../images/sidebar-header-events.png); }
		h2#header-contact{ background-image: url(../images/sidebar-header-contact.png); }
		h2#header-blog{ background-image: url(../images/sidebar-header-blog.png); }
	
	#sidebar h3{
		color: #333;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	
	.sidebar-section{ padding: 20px; }
		#section-about{ background: #fffcca url(../images/sidebar-background-yellow.png) 0 0 repeat-y; }
		
		.sidebar-section form input.text, .sidebar-section form textarea{
			margin: 0 0 5px 0;
			padding: 3px;
			width: 245px;
		}
		.sidebar-section form{ margin: 0; }
		.sidebar-section form textarea{ height: 150px; width: 250px; }

	#sidebar p{ margin: 0 0 18px 0; }
	
	#sidebar form input{ vertical-align: middle; }
	
	ul.events{ list-style: none; margin: 0; }
	ul.events li{ margin: 0 0 18px 0; }
		#sidebar ul.events li h3{ margin: 0; }
		ul.events li .events-date{ font-weight: bold; }
	
	ul.blog-categories{ list-style: none; margin: 0 0 18px 0; }
	ul.blog-categories li a{ display: block; line-height: 18px; padding: 0 0 0 23px; background: transparent url(../images/icon-folder.png) left no-repeat; }	
		
	ul.blog-archives{ list-style: none; margin: 0; }
	ul.blog-archives li a{ display: block; line-height: 18px; padding: 0 0 0 23px; background: transparent url(../images/icon-calendar.png) left no-repeat; }
	
	
/* Footer */

#footer{
	background: #b8dc7c url(../images/footer-background.png) 0 0 no-repeat;
	clear:both;
	min-height: 12px;
	padding: 30px 0 20px 0;
}