

.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

   /* optional rounded corners for browsers that support it */

   -moz-border-radius: 3px;

   -khtml-border-radius: 3px;

   -webkit-border-radius: 3px;

   border-radius: 3px;

}



.wp-caption img {

   margin: 0;

   padding: 0;

   border: 0 none;

}



.wp-caption p.wp-caption-text {

   font-size: 11px;

   line-height: 17px;

   padding: 0 4px 5px;

   margin: 0;

}





@charset "UTF-8";

/* CSS Document */



@charset "UTF-8";

/* CSS Document */





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, 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%;

	

	background: transparent;

	text-decoration:none;

	font-weight:normal;

}



ol, ul {

	list-style: none;

	margin:0;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}



/* remember to define focus styles! */

:focus {

	outline: 0;

}



/* remember to highlight inserts somehow! */

ins {

	text-decoration: none;

}

del {

	text-decoration: line-through;

}



/* tables still need 'cellspacing="0"' in the markup */



img{border:none;}





/* ---------END OF RESETS--------------*/

/* ---------GENERAL--------------*/

a {

	color: #CC6600;

	text-decoration: none;

}

a:visited {

	color: #CC6633;

	text-decoration: none;

}

a:hover {

	color: #FF6600;

	text-decoration: underline;

}

p {

	padding: 0px 0px 15px;

	margin: 0px;

}

h1 {

	margin:0px;

	padding-left: 15px;

	font:24px Geneva, Tahoma, Arial;

	color: #59770e;

}

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: #707070;

	margin: 0px 0px 0px;

	letter-spacing: 0px;

	font: bold 18px georgia, times new roman, serif;

	padding-bottom: 3px;

	

}

h2 a, h2 a:visited {

	color: #707070;

	text-decoration: none;

}

h2 a:hover {

	color: #FF6600;

	text-decoration: none;

}





h3 {

	font: normal 16px Geneva, Tahoma, Arial;

	color: #758d38;

	margin: 10px 0px 5px;

}

form {

	margin:0px;

	padding:0px;

}



div.clear{

	width:100%;

	clear:both;

}





/*------------START BACKGROUND-----------*/





body{

	background: #e1e7fb;

	color:#464646;

	font-size:14px;

	position:relative;

	font: 75%/150% Geneva, Tahoma, Arial;

	}



#gradient-wrap{

	background:url(images/background_gradient.png) repeat-x top left;

	position:relative;

}

#grass-wrap{

	background:url(images/grass_background2.png) repeat-x bottom left;

	position:absolute;

	bottom:-130px;

	left:0;

	width:100%;

	height:457px;

	padding-bottom:100px;

}





#wrapper{

	background:url(images/clouds_031.png) repeat-x 200% 0px;

	margin: 0 auto;

	z-index:200;

	position:relative;

}



#wrapper2{

	background:url(images/clouds_01.png) repeat-x 100% 50px;

	margin:0 auto;

	position:relative;

}



#page {

	margin: 0px auto;

	width: 980px;

	background:url(images/whitebg.png) no-repeat 0px 200px transparent;

	border-bottom: 5px solid #d5e6eb;

	border-left: 0px solid #d5e6eb;

	border-right: 0px solid #d5e6eb;

	

	}

	

	

#header{	

	width:980px;	

	margin:0; 

	height:160px;	

	position:relative;

	background:transparent url(images/header.png) no-repeat;

	border-bottom:3px solid white;

}



a#home{

	display:block;

	height:80px;

	width:500px;

	background:none;

	text-indent:-4999px;

}





#nav {

	list-style: none;

	margin: 0px;

	width:980px;

	position:absolute;

	left:0;

	bottom:0;

	



}

#nav li {

	float:left;

	

	margin:0px;

}

#nav li a, #nav a {

	color: #ffffff;

	text-decoration: none;

	background:#455693;

	padding:15px 0px;

	font: 18px geneva, Helvetica, sans-serif;

	border-top: 1px solid #fff;

	border-left: 1px solid #fff;

	border-right: 1px solid #fff;

	display: block;

	float:left;

	position:relative;

	text-transform:uppercase;

	text-align:center;

	width:243px;

	margin:0px;

	z-index:100;

}

#nav a {display:inline;}

#nav a:visited {

	color: #ffffff;

	text-decoration: none;

}

#nav a:hover {

	color: #455693;

	background:#fff;

	z-index:100

}



#nav a span{

	display:none;

	color:#fff;



}



#nav a:hover span{

	display:block;

	position:absolute;

	top:55px;

	border-bottom:20px solid #455693;

	background:rgba(0, 0, 0, .8);

	width:228px;

	padding:5px 5px 15px 10px;

	left:0px;

	text-transform:none;

	font: bold 14px geneva, Helvetica, sans-serif;

	line-height:18px;

	font-weight:normal;

	text-align:left;

		z-index:100

	

}



#nav a span strong{

	color:#758d38;

}



#content_wrap{

	background:#fff;

}



#content {

	padding: 10px 10px 30px 10px;

	float: right;

	width: 715px;

	overflow: hidden;

	background:#fff;

}

.post {

	clear:both;

	padding-top: 10px;

	border-left:1px solid #59770e;

	border-top:1px solid #59770e;

	margin-left:5px;

	padding:10px;

	margin-bottom:20px;

}

.post-date {

	width: 45px;

	height: 49px;

	float:left;

}

.post-month {

	font-size: 11px;

	text-transform: uppercase;

	color: #FFFFFF;

	text-align: center;

	display:block;

	line-height: 11px;

	padding-top: 2px;

	margin-left: -3px;

}

.post-day {

	font-size: 18px;

	text-transform: uppercase;

	color: #999999;

	text-align: center;

	display:block;

	line-height: 18px;

	padding-top: 7px;

	margin-left: -3px;

}



.post-title {

	color:#707070;

	margin-left: 0px;



}



.post img{

	margin-right:10px;

	margin-bottom:10px;

	float:left;

}

.entry {

	clear: both;

	padding-top: 10px;

	margin-bottom:20px;

}



.post-cat {

	padding-left: 18px;

	float:left;

	font-size: 95%;

	color: #999999;

}

.post-comments {

	padding-left: 18px;

	float: right;

	font-size: 95%;

}

.post-calendar {

	background: url(images/mini-calendar.gif) no-repeat left center;

	padding-left: 18px;

	float: right;

	font-size: 95%;

	color: #999999;

}

.post-content {

	clear: both;

	padding-top: 10px;

}





#sidebar {

	float: left;

	padding: 0px 10px 20px 10px;

	width: 225px;

	background:#fff;

}





.calendar-containter{

	font-size:10px !important;

	font-weight:normal !important}

	

.date-top{

	font-size:8px !important;

	font-weight:normal !important;

}

#searchform {

	background: #fff;

	width: 225px;

	padding: 10px 0px 20px 0px;

	float:left;

	border-bottom:1px solid #707070;

	

	margin-left:10px;

}

#searchform #s {

	border:1px solid #203346;

	width: 193px;

	height: 20px;

	padding: 2px 0px 0px 5px;

	border: 1px solid #bed881;

	background: #ffdb87;

	vertical-align: middle;

}

#searchform #searchsubmit {

	background:url(images/go.jpg) no-repeat;

	border: none;

	width: 20px;

	height: 24px;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	vertical-align: middle;

	margin-left:2x;

}



#searchform #searchsubmit:hover {

	background:url(images/go_over.jpg) no-repeat;

}





#searchform label {

	font-size: 16px;

	color: #96b041;

	display:block;

	font-family:geneva, tahoma, sans-serif;

	margin-bottom:10px;

}



#sidebar {

	background:#fff;

}

#sidebar h3 {

	font: normal 140%/100% geneva, Tahoma, Arial;

	color: #758d38;

	margin:5px 0px;

	font-size:16px;

}



a#donate {

	display:block;

	width:228px;

	height:71px;

	background:url(images/donate.jpg) no-repeat;

	text-indent:-4999px;

	

	

}



#sidebar div.box{

	border-bottom:1px solid #707070;

	padding-bottom:10px;

	padding-top:10px;

}



#sidebar ul.ul-events{

	color:#99999;

	list-style-type:disc;

	margin-left:15px;

	

}



#sidebar ul.ul-events li{



}



#sidebar a.go{

	display:block;

	background:url(images/go.jpg) no-repeat right center;

		font: normal 16px geneva, Tahoma, Arial;

	width:215px;

	margin:5px 0px;

	font-size:16px;

}



#sidebar a.go:hover{

	background:url(images/go_over.jpg) no-repeat right center;

	color: #758d38;

}

	



p#twitter {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:16px;

	font-weight:normal;

	color:#999999;

	margin-top:10px;

}





p#twitter a:hover {

	text-decoration:underline;

}



p#twitter .time {

	font-size:11px;

	padding-bottom:0px;

	margin-bottom:0px;

	color:#010;

	font-style:italic;

	display:block;

	padding-top:10px;

}





a#donate:hover {

	background:url(images/donate_over.jpg) no-repeat;

}





div.slideshow{

		margin-left:0px;

		border:8px solid #f2f0f0;

		position:relative;

		z-index:0;

	}

	



ul.slideshow {  

    list-style:none;  

    width:700px;  

    height:307px;  

    overflow:hidden;  

    position:relative;  

    margin:0;  

    padding:0; 

	z-index:0;

	}     

	  

ul.slideshow li {  

		position:absolute;  

		left:0;  

		right:0;  

	}  

	  

ul.slideshow li.show {  

		z-index:20;      

	}  

	  

ul.slideshow li img {  

		border:none;      

	}  

	  

#slideshow-caption {  

		width:730px;  

		height:83px;  

		position:absolute;  

		bottom:0;  

		left:0;   

		color:#fff;

		background-image:url(images/bg2.png);

		background-color:transparent;

		z-index:500;

		font-family:Georgia, "Times New Roman", Times, serif;

		

    }  

	  

#slideshow-caption .slideshow-caption-container {  

		padding:5px 10px;     

		z-index:1000;     

	}  

	  

#slideshow-caption h3 {  

		margin:0;     

		font-size:16px;

		line-height:22px;

		font-weight:bold;

		padding-left:20px;

		padding-right:60px;

		padding-top:5px;

		z-index:1000;

	}  

	  

#slideshow-caption p {  

		padding-top:5px;

		padding-bottom:5px;

		text-align:right;

		font-size:12px;

		padding-right:40px;

	}  





#mission{

	width:100%;

	margin:10px 0px;

}



div.statement{

	width:220px;

	float:left;

	padding:5px 8px;

}



div.statement h2{

	font-family:georgia, times new roman, serif;

	font-weight:bold;

	color:#455693;

	font-size:22px;

}



div.statement p{

	font-family:geneva, tahoma, sans-serif;

	font-size:16px;

	line-height:22px;

	color:#707070;

}



div.statement p em{

	color:#59770e;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-style:italic;

	font-weight:normal;

}



a#learn{

	display:block;

	float:right;

	width:409px;

	height:40px;

	background:url(images/learnmore.jpg) no-repeat;

	text-indent:-4999px;

	margin-top:-10px;

	margin-right:5px;

}

a#learn:hover{

	

	background:url(images/learnmore_over.jpg) no-repeat;

}



#footer{

	width:980px;

	margin:20px auto;

	color:#ffffff;

	font-size:13px;



}



#footer p{

		margin:0 10px;

		font-weight:bold;

		font-family:geneva, verdana, sans-serif;

}



#footer p a{

	text-decoration:underline;

	color:#000;

	font-weight:bold;



}



#footer p a:hover{

	background:#ffffff;

	color:#CC6600;

}









/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

}

.widget-area ul ul {

	list-style: square;

	margin-left: 1.3em;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

}

.widget-title {

	color: #222;

	font-weight: bold;

}

.widget-area a:link,

.widget-area a:visited {

	text-decoration: none;

}

.widget-area a:active,

.widget-area a:hover {

	text-decoration: underline;

}

.widget-area .entry-meta {

	font-size: 11px;

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #ff4b33;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/******************************************

* Align box

******************************************/



img.centered, .aligncenter, div.aligncenter {

display: block;

margin-left: auto;

margin-right: auto;

}



img.alignright {

padding: 4px;

margin: 0 0 2px 7px;

display: inline;

}



img.alignleft {

padding: 4px;

margin: 0 7px 2px 0;

display: inline;

}



.alignright {

float: right;

}



.alignleft {

float: left;

}