body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #a8c281;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: fixed;
	background-image: url(images/pageBkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: #5D833A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #567B36;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #5D6293;
	text-decoration: underline;
	font-weight: bold;
}

a img{
	border: none;
	
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
	letter-spacing: normal;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #668B46;
	letter-spacing: -1px;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #608540;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}

h2 a, h2 a:visited {
	color: #668B46;
	text-decoration: none;
}
h2 a:hover {
	color: #5D6293;
	text-decoration: none;
}
h3 {
	color: #393939;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}

h6 {
	display: block;
	float: right;
	width: 209px;
	background-image: url(images/header6Bkg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px 0 15px;
}

img.alignright {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.alignleft {
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
a img.alignright {
	float:right; 
	margin:0 0 5px 5px; 
	border: none;
}
a img.alignleft {
	float:left; 
	margin:0 5px 5px 0; 
	border: none;
}
a img.aligncenter {
	display: block; margin-left: auto; margin-right: auto; border: none;
}

.wp-caption {
	border: 1px solid #EFEFEF;
	font-size:90%;
	color: black;
	background-color: #EFEFEF;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
.wp-caption.alignleft{
	float: left;
	padding: 10px 0 0 10px;
	margin: 0 5px 5px 0;
}

.wp-caption.alignright{
	float: right;
	padding: 0 5px 5px 0;
}

#container {
	width: 925px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	margin-top: 3%;
} 
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 44px;
	padding-left: 240px;
	padding-top: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 45px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/sidbarBtnBkg.png);
	height: 390px;
}

#arts {
	height: 82px;
	width: 25px;
	text-align: center;
	margin-left: 12px;
	margin-top: 0px;
	border: none;
	display: block;
}

#arts img{
	border: none;
	display: block;
}
#arts a {
	color: #FFF;
	height: 82px;
	width: 100%;
	background-image: url(images/artBkg.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	border: none;
}

#arts a:hover {
	background-image: url(images/artBkg.png);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	display: block;
	border: none;
}

#education {
	height: 114px;
	width: 25px;
	text-align: center;
	margin-left: 12px;
	margin-top: 15px;
	border: none;
	display: block;
}

#education img{
	border: none;
	display: block;
}
#education a {
	color: #FFF;
	height: 114px;
	width: 100%;
	background-image: url(images/eduBkg.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	border: none;
}

#education a:hover {
	background-image: url(images/eduBkg.png);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	display: block;
	border: none;
}

#environment {
	height: 134px;
	width: 25px;
	text-align: center;
	margin-left: 12px;
	margin-top: 15px;
	border: none;
	display: block;
}

#environment img{
	border: none;
	display: block;
}
#environment a {
	color: #FFF;
	height: 134px;
	width: 100%;
	background-image: url(images/envBkg.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	border: none;
}
#environment a:hover {
	background-image: url(images/envBkg.png);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	display: block;
	border: none;
}
#sidebar {
	width: 215px;
	position: relative;
	float: left;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #CCC;
}
#logo {
	height: 150px;
	width: 215px;
}

#logo img{
	border: none;
	display: block;
}
#logo a {
	color: #FFF;
	height: 150px;
	width: 100%;
	background-image: url(images/wwLogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	border: none;
}
#logo a:hover {
	background-image: url(images/wwLogo-over.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	display: block;
	border: none;
}
#searchform {
	width: 190px;
	padding: 30px 0px 10px 20px;
}
#searchform #s {
	border:1px solid #203346;
	width: 125px;
	height: 20px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #e0e8da;
	background: #4c6d2f;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #e0e8da;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.png) no-repeat;
	border: none;
	width: 24px;
	height: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #e0e8da;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h2 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #e0e8da;
	margin: 20px 25px 5px 20px;
	border-bottom: 1px solid #e0e8da;
	letter-spacing: normal;
}

.title {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #e0e8da;
	margin: 20px 25px 5px 20px;
	border-bottom: 1px solid #e0e8da;
	letter-spacing: normal;
}
#sidebar p {
	list-style: none;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px 0px 15px;
	padding: 3px 0px 3px 20px;
}

.textwidget {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px 0px 15px;
	padding: 3px 20px 3px 20px;
}

#calendar_wrap {
	margin: 0px 0px 15px 20px;
	display: block;
}

#wp-calendar {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 200px;
	text-align: center;
}

#wp-calendar td{
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

#wp-calendar caption{
	background-color: #E9E9E9;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 7px;
}


#sidebar ul {
	list-style: none;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px 0px 15px;
	padding: 3px 0px 3px 20px;
}
#sidebar a{
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#mainContent {
	background-color: #668b46;
	width: 880px;
	float: right;
	min-height: 450px;
	background-image: url(images/contentBkg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
#content {
	float: left;
	width: 665px;
	background-image: url(images/contentBkg1.jpg);
	background-repeat: repeat-y;
	min-height: 300px;
}

#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #535787;
	display: block;
	background-image: url(images/titleBkg1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
}
.post {
	clear:both;
	margin-top: 0px;
	margin-bottom: 40px;
}

.post2 {
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 400px;
}

.rightbar {
	background-color: #FFF;
	float: left;
	margin-top: 0px;
	width: 240px;
	display: block;
	margin-top: 15px;
	
}
.post-title {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}
.post-date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #668B46;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: -5px;
}

.post-cat, .post-comments {
	font-size: 10px;
}


.post h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #393939;
	display: block;
	background-image: url(images/titleBkg1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
}
.titlebar1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #393939;
	display: block;
	background-image: url(images/titleBkg1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -20px;
}

.titlebar2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #393939;
	display: block;
	background-image: url(images/titleBkg2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: -5px;
	margin-right: -10px;
	margin-left: -20px;
}

.titlebar3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #393939;
	display: block;
	background-image: url(images/titleBkg3.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: -5px;
	margin-right: -10px;
	margin-left: -20px;
}

.titlebar4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #393939;
	display: block;
	background-image: url(images/titleBkg4.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: -5px;
	margin-right: -10px;
	margin-left: -20px;
}

.titlebar5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #393939;
	display: block;
	background-image: url(images/titleBkg5.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: -5px;
	margin-right: -10px;
	margin-left: -20px;
}

.titlebar6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #393939;
	display: block;
	background-image: url(images/titleBkg6.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: -5px;
	margin-right: -10px;
	margin-left: -20px;
}

.entry {
	clear: both;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	
}

.entry ul, .rightbar ul{
	list-style: none;
	padding: 15px 15px 10px 15px;
	background-color: #E6E6E6;
	float: right;
	display: block;
	width: 209px;
	margin: -7px 0 30px 0;
	background-image: url(images/upcomingBkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.entry ul li{
	padding-bottom: 5px;
}

.entry p {
	font-size: 12px;
	letter-spacing: normal;
	font-family: Verdana, Geneva, sans-serif;
}

.entry em {
	font-size: 11px;	
}

#nav, #nav ul {
	list-style: none;
	padding-top: 7px;

}

#nav a {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration: none;
	margin-left: 15px;
	font-size: 14px;
	text-align: center;
	padding-right: 33px;
	font-weight: normal;
}
#nav a:hover {
	color: #99BA65;
	text-decoration: none;
	font-weight: normal;
}

#nav li {
	float: left;
	padding-top: .5em;
	margin-left: -15px;
}

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
	z-index: 11;

}

#nav li ul a{
	font-size: 11px;
	text-align: left;
	text-transform: lowercase;
	padding-right: 0;
}

#nav li:hover ul {
	left: auto;
	padding: 1em;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/subBkg.png);
	background-repeat: repeat;
	font-weight: normal;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/footerBkg.png);
	background-repeat: no-repeat;
	height: 55px;
} 

#footer p{
	color:#CCC;
	padding-left: 330px;
	padding-top: 33px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#sn1 {
	float: left;
	margin-left: 35px;
	margin-top: 28px;
	height: 23px;
	width: 23px;
}

#sn1 img{
	border: none;
	
}

#sn1 a{
	background-image: url(images/facebookBtn.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
	width: 23px;
	display: block;
}

#sn1 a:hover{
	background-image: url(images/facebookBtn.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sn2 {
	float: left;
	margin-left: 10px;
	margin-top: 28px;
	height: 23px;
	width: 23px;
}

#sn2 img{
	border: none;
	
}

#sn2 a{
	background-image: url(images/rssBtn.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
	width: 23px;
	display: block;
}

#sn2 a:hover{
	background-image: url(images/rssBtn.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer a{
	color:#CCC;
	text-decoration: underline;
}	

#footer a:hover{
	color:#FFF;
	text-decoration: underline;
	font-weight: bold;
}
#donateBtn {
	height: 33px;
	width: 174px;
	text-align: center;
	margin-left: 45px;
	margin-top: 5px;
	float: left;
	border: none;
}
#donateBtn img{
	border: none;
}
#donateBtn a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #FFF;
	height: 33px;
	width: 100%;
	background-image: url(images/donateBkg.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	display: block;
	border: none;
}

#donateBtn a:hover {
	background-image: url(images/donateBkg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	display: block;
	border: none;
}
.wp-caption-text {
	font-size: xx-small !important;
	font-style: italic;
}

.dig-in{
	display: block;
	background-image: url(images/calendarBkg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 42px;
	margin: 0 0 -3px 0;
	padding: 10px 0 0 70px;
	float: right;
	width: 169px;

}

.dig-in a{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.dig-in a:hover{
	text-decoration: underline;
}


.when {
	float:left;
	margin-right: 5px;
	font-weight: bold;
}

.postcasa{
	z-index: -11;
}

