/********************************************

   HTML ELEMENTS

********************************************/ 



/* Top Elements */

* { margin: 0; padding: 0; outline: 0 }



body {

	background: #dcdcf5 url(bg.jpg) repeat-x;

	background-attachment:fixed;

	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;

	color: #666666; 

	text-align: center;

	margin: -30px 0 50px 0;

}



/* links */

a, a:visited {	

	color: #5A93C9;

	background: inherit;

	text-decoration: none;	

}

a:hover {

	color: #88ac0b;

	background: inherit;

	text-decoration: underline;	

}



/* headers */

h1, h2, h3 {

	font-family: 'Trebuchet MS', Tahoma, Sans-serif;

	color: #444;

}

h1 {

	font-size: 230%;	

	font-weight: normal;

	letter-spacing: -1px;

}

h2 {

	font-size: 180%;

	color: #88ac0b;

}

h3 {

	font-size: 150%;	

	font-weight: normal;	

}



h1, h2, h3, p {

	padding: 10px;		

	margin: 0;

}



ul, ol {

	margin: 5px 20px;

	padding: 0 20px;

}

ul {

	list-style: none;

}



/* images */

img {

	background: #fafafa;

   border: 1px solid #dcdcdc;

	padding: 5px;

}

img.float-right {

  	margin: 5px 0px 10px 10px;  

}

img.float-left {

  	margin: 5px 10px 10px 0px;

}



/* start - table */

table {

	border-collapse: collapse;

	margin: 10px;	

}

th strong {

	color: #fff;

}

th {

	background: #93BC0C url(nav-hover.jpg) repeat-x;

	height: 35px;

	padding-left: 12px;

	padding-right: 12px;

	color: #fff;

	font: bold 12px "Arial", "Trebuchet MS", "Tahoma", Sans-serif;

	text-align: left;

	border-left: 1px solid #B6D59A;

	border-bottom: solid 2px #fff;

}

tr {

	height: 32px;

}

td {

	padding-left: 11px;

	padding-right: 11px;

	border-left: 1px solid #fff;

	border-bottom: 1px solid #fff;

}





td.top {

	padding-left: 11px;

	border-left: 0px;

	border: thin dotted #666;

	background: #F8F8F8;

}



td.bottom {

	background: #F8F8F8;

	padding-left: 11px;

	font: normal 12px Verdana, sans-serif;

	}



td.first,th.first {

	border-left: 0px;

}

tr.row-a {

	background: #F8F8F8;

}

tr.row-b {

	background: #EFEFEF;		

}

/* end - table */



/* form elements */

form {

	margin:10px; padding: 0 5px;

	border: 1px solid #f1f1f1; 

	background-color: #f5f5f5; 	

}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}

input {

	padding:2px;

	border:1px solid #eee;

	font: normal 1em Verdana, sans-serif;

	color:#777;

}

textarea {

	width:400px;

	padding:2px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #eee;

	height:100px;

	display:block;

	color:#777;

}

input.button { 

	font: bold 12px Arial, Sans-serif; 

	height: 24px;

	margin: 0;

	padding: 2px 3px; 

	color: #FFF;

	background: #fff url(nav.jpg) repeat-x 0 0;

	border: 1px solid red;

}







/********************************************

   LAYOUT

********************************************/ 

#wrap {

	position: relative;

	background: #fff url(wrap-bg2.jpg) repeat-y;

	width: 900px;	

	margin: 50px auto 0 auto;

	text-align: left;

}

#content-wrap {

	position: relative;

	background: #fff url(table_bg.jpg) repeat-x;

	clear: both;

	float: left;	

	width: 880px;	

	padding: 0; 			

	margin-left: 10px;	

	display: inline;

	border-bottom: 0px solid #fff;

	

}

#header {

	position: relative;

	background: #fff url(banner.jpg) repeat-x;

	width: 900px;	

	height: 300px;	

	padding: 0;	

	margin: 0px auto;

}

#header h1#logo-text a {

	position: absolute;

	margin: 0;

	padding: 0;

	font: normal 42px Georgia, "Times New Roman", Times, serif;

	letter-spacing: -1.5px;

	color: #111;

	text-transform: none;

	text-decoration: none;

	/* change the values of top and left to adjust the position of the logo*/


	top: 83px;

	left: 251px;

	width: 147px;

	height: 28px;

	display:none;

}



#header #slogan {

	position: absolute;

	margin: 0;

	padding: 0;

	font: normal 12px Georgia, "Times New Roman", Times, serif;

	text-transform: none;

	color: #5b4a29;

	/* change the values of top and left to adjust the position of the slogan*/

	top: 48px;

	left: 60px;

	height: 202px;

}





/* header Welcome */



#header-welcome {

	position: absolute;

	top: 52px;

	right: 50px;

	color: #fff;

	font: normal 28px Georgia, "Times New Roman", Times, serif;

	text-transform: none;

	width: 343px;

	height: 40px;

}



#header-welcome2 {

	position: absolute;

	top: 103px;

	right: 89px;

	color: #fff;

	font: bold 14px Georgia, "Times New Roman", Times, serif;

	text-transform: none;

	width: 304px;

	height: 129px;

}



#header-welcome3 {

	position: absolute;

	top: 248px;

	right: 32px;

	color: red;

	font: bold 30px Georgia, "Times New Roman", Times, serif;

	text-transform: none;

	width: 132px;

	height: 19px;

}



/* header-photo */

#header-photo {

	clear: both;

	background-image:url(header-photo.jpg);

	margin: 5px auto;

	padding: 0;		

	height:206px; 

	width: 870px;

}

#header-photo img {

	border: none;

	margin: 0; padding: 0;

} 



/* navigation menu */

#nav {

	clear: both;	

	margin: 0; padding: 0;		

	height: 45px;	

}

#nav ul {

	float: left;

	list-style: none;

	background: url(nav.jpg) repeat-x;	

	width: 900px;		

	height: 45px;

	text-transform: uppercase;

	margin: 0 0 0 0;

	padding: 0;	

	display: inline;

}

#nav ul li {

	display: inline;

	margin: 0; padding: 0;

}

#nav ul li a {

	display: block;

	float: left;

	width: auto;

	margin: 0;

	padding: 0 10px;

	border-right: 1px solid black;

	border-left: 0px solid #A7D101;

	font: bold 11px/45px "Arial", "Trebuchet MS", "Tahoma", Sans-serif;

	text-transform: uppercase;

	text-decoration: none;	

	letter-spacing: 1px;

	color: #fff;

}

#nav ul li a:hover, 

#nav ul li a:active {

	background: url(nav-hover.jpg) repeat-x;	

}

#nav ul li#current a {	

	background: url(nav-current.jpg) repeat-x;	

}

/* Wordpress blog styles */

.blogpost
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#555;
}
.blogpost h2
{
	font-size:24px;
	line-height:32px;
	font-weight:normal;
	color:#006;
}

.blogpost a
{
	text-decoration:none;
	color:#0000ff;
}

.blogpost a:hover
{
	text-decoration:underline;
	color:#0000ff;
}

/* Main Column */

#main {

	float: left;

	width: 550px;

	padding: 25px 0 0 0; margin: 0 0 0 10px;

	display: inline;	

}

#main h2  a {

	margin-top: 10px;

	padding: 15px 0 0 3px;

	font: 18px Lucida Bright, "Times New Roman", Times, serif;

	font-weight:normal;	

	color: #0d124c;

	letter-spacing: -1px;	

	text-transform: none;

	}

	

#main h3.schedule {

margin: 0px;

font: 35px Lucida Bright, "Times New Roman", Times, serif;

font-weight:normal;

text-indent: 45px;

color: #910d0d;

background: url(../images/event.gif) no-repeat left;

letter-spacing: -1px;	

text-transform: none;

}



#main h3.recent {

margin: 0px;

font: 35px Lucida Bright, "Times New Roman", Times, serif;

font-weight:normal;

text-indent: 45px;

color: #910d0d;

background: url(../images/news.gif) no-repeat left;

letter-spacing: -1px;	

text-transform: none;

}



#main ul li {

	list-style-image: url(bullet.gif);

}



/* Sidebar or column 2 */	





#sidebar {

	float: right;

	width: 300px;

	padding: 25px 0 0 0; margin: 0;	

	margin: 0px;

		}			

#sidebar div.spaced { margin:20px 0 50px 0; }

#sidebar h3.newsletter {

padding: 0 0 -20px 0;

margin: 0px;

font: 35px Lucida Bright, "Times New Roman", Times, serif;

font-weight:normal;

text-indent: 65px;

color: #910d0d;

background: url(../images/newsletter.gif) no-repeat left;

letter-spacing: -1px;	

text-transform: none;

}



#sidebar h3.volunteer {

padding: 0 0 -20px 0;

margin: 0px;

font: 35px Lucida Bright, "Times New Roman", Times, serif;

font-weight:normal;

text-indent: 65px;

color: #910d0d;

background: url(../images/volunteer.jpg) no-repeat left;

letter-spacing: -1px;	

text-transform: none;

text-decoration:none;

}

#sidebar h3.postcard {

padding: 0 0 -20px 0;

margin: 0px;

font: 35px Lucida Bright, "Times New Roman", Times, serif;

font-weight:normal;

text-indent: 65px;

color: #910d0d;

background: url(../images/icopostcard.png) no-repeat left;

letter-spacing: -1px;	

text-transform: none;

text-decoration:none;

}


#sidebar h3.yardsign {

padding: 0 0 -20px 0;

margin: 0px;

font: 35px Lucida Bright, "Times New Roman", Times, serif;

font-weight:normal;

text-indent: 65px;

color: #910d0d;

background: url(../images/icoyardsign.png) no-repeat left;

letter-spacing: -1px;	

text-transform: none;

text-decoration:none;

}




#sidebar1 {

	width:300px;

	height:100%;

	margin:30px 0 0 0;

	background-image:url(sign.jpg);

	background-repeat:no-repeat;

	background-position:inherit;



	}



.sign {

	font: 30px Lucida Bright, "Times New Roman", Times, serif;

	color: #910d0d;

	font-weight:normal;

	padding: 10px 0 0 170px;

	}



/* footer */

#footer-wrap {

	clear: both;

	width: 900px;

	font-size: 95%;	

	text-align: left;

	padding: 15px 0;		

	border-bottom: 15px solid #fff;

	border-top: 1px solid #fff;

}

#footer-wrap a:hover {

	color: #000;	

}

#footer-wrap h3 {

	color: #976834;  

	margin: 0;

	padding: 0 10px; 

	text-transform: uppercase;

	font-weight: bold;

}



/* bottom */

#footer-bottom {

	clear: both;

	color: #666;

	background-image:url(footer-bg.jpg);

	background-repeat:no-repeat;

	background-color: #fff;	

	margin: 0 0 0 0; 

	width: 900px;

	height: 30px;

	padding: 0 0 0 15;

	text-align: center;	

}

#footer-bottom  a {

	color: #666;

}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clear { clear: both; }
