/*
Theme Name: Listowel Ag
Theme URI: http://peleken.com/
Description: Developed for the Listowel Ag Society by <a href="http://peleken.com">Ken Peleshok</a>.
Version: 1.0
Author: Ken Peleshok
Author URI: http://peleken.com
Tags: Listowel Ag
*/

/* RESET CODE */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Common */
body {
	background:url(./img/BKGR.jpg) top no-repeat;
	font:13px Verdana,tahoma;
}

h1 { 
	font-size:27px;
	font-weight:normal;
	font-family:Verdana,tahoma, sans-serif;
	padding:0 0 15px 0;
	color:#5ed04c;
}

a{
	color:#5ed04c;
}

ul {
	list-style:disc;
	margin-left:20px;
	color:#5ed04c;
}

hr {
	border: 0;
	width: 80%;
	margin: 30px auto;
	height:1px;
	border-top: #5ed04c 1px dashed;
}

/* CUSTOM */
#wrapper {
	background:url(./img/wrapperBkgr.png) repeat-y;
	width:980px;
	margin:auto;
	padding:0px 8px;
	overflow:hidden;
}

#header {
	background:url(./img/headerBkgr.png) no-repeat;
	width:983px;
	height:254px;
}

#sidebar {
	width:206px;
	float:left;
	overflow:hidden;
}

#sidebar #nav{
	background:#40b52e;
	padding:5px;
	margin: 15px 0px;
	color:#000;
	font-weight:bold;
	font-size:16px;
}

#sidebar #navSelect{
	background:#71e060;
	padding:5px;
	margin: 15px 0px;
	color:#000;
	font-weight:bold;
	font-size:16px;
}

#sidebar a{ 
	text-decoration:none;
	color:#000;
}

#sidebar #nav:hover{ 
	background:#71e060;
}

#sidebar #navSelect:hover{ 
	background:#40b52e;
}

#subwrapper {
	float:left;
	width:754px;
	/*overflow:hidden;*/
}

#content{
	padding:40px;
	width:674px;
	position:relative;
	top: -80px;
}

#footer {
	background:url(./img/footerBKGR.png) no-repeat;
	width:979px;
	height:31px;
	margin:auto;
	padding-left:16px;
	text-align:right;
}

#footer #copyw{
	color:#5ed04c;
	margin-right:35px;
}
