/* ---------- posts ---------- */
		
body {
	/* color: #555555; */
	color: black;
	background-color: #ffffff;
	}
	a {
		color: #de820d;
		color: #136cc1;
		text-decoration: none;
		}
		a:hover {
			// color: #de820d;
			text-decoration: underline;
			}

small, .tiny {	
	font-size: .8em;
	line-height: 1.4em;
	}

img.inline {
	vertical-align: middle;
	}

#credit {
	color: #999;
	float: right;
	}

/* ---------- page ---------- */
		
div#page-wrapper {
	}

/* ---------- header ---------- */

div#header-wrapper {
	background: #05376e repeat-x url(../../images/backgrounds/shadow.gif) 0 bottom;
	height: 266px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 14px;
	}
	div#header {
		width: 960px;
		height: 266px;
		overflow: hidden;
		margin: 0 auto;
		background: #05376E url(../../images/backgrounds/homes.gif) no-repeat scroll right bottom;
		position: relative;
		}
		div#logo {
			position: absolute;
			top: 30px;
			left: 0px;
			}
		div#mission {
			position: absolute;
			top: 80px;
			left: 470px;
			}
div#header-wrapper-interior {
	background: #05376e repeat-x url(../../images/backgrounds/shadow.gif) 0 bottom;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 14px;
	}
	div#header-interior {
		width: 960px;
		height: 150px;
		overflow: hidden;
		margin: 0 auto;
		background: #05376E url(../../images/backgrounds/homes.gif) no-repeat scroll right bottom;
		position: relative;
		}
		div#logo-interior {
			position: absolute;
			top: 35px;
			left: 0px;
			}

/* ---------- top nav ---------- */

#menu {
	}
	#menu a {
		color: #ffffff;
		}
		ul#menu {
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			margin-bottom: 3px;
			margin-top: 3px;
			}
			ul#menu li {
				display: block;
				float: left;
				margin-right: 30px;
				}
				ul#menu li.current_page_item a, ul#menu li.current_page_ancestor a, ul#menu li.current_page_parent a {
					color: #de820d;
					}
					 
#sub-menu {
	}
	#sub-menu a {
color:#555555;
display:block;
margin-bottom:0;
margin-left:0;
margin-right:0;
padding-bottom:0;
padding-top:0;
text-decoration:none;
		}
	#sub-menu a:hover {
		color: #9FCB29;
		}
		ul#sub-menu {
border-bottom:1px solid #c1c1c1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:15px;
overflow:hidden;
padding-bottom:5px;
			}
			ul#sub-menu li {
border-right:1px solid #C1C1C1;
display:block;
float:left;
margin-bottom:5px;
margin-right:9px;
padding-right:8px;
				}
				ul#sub-menu li.current_page_item a {
					color: #de820d;
					}
				

/* ---------- content area ---------- */

div#content-wrapper {
	}
	div#content	{
		padding-top: 20px;
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		}
		
/* ---------- homepage ---------- */

#home-left {
	float:left;
	margin-bottom:30px;
	margin-right:30px;
	width:335px;
	}
	#home-events {
		}
		#home-events #events {
			border:1px solid #E5E5E5;
			font-size:0.9em;
			height:300px;
			line-height:1.4em;
			margin:8px 0;
			overflow:auto;
			padding:13px;
			}
			#home-events #events h3 {
				margin-bottom: 3px;
				}
#home-center {
	float:left;
	margin-bottom:30px;
	margin-right:30px;
	width:300px;
	}
	#home-donate {
		margin-bottom: 50px;
		}
	#home-volunteer {
		}
		
#home-right {
	background: #C1C1C1;
	float:left;
	margin-bottom:30px;
	width:265px;
	}
	#home-gallery {
		padding: 15px 0 0;
		text-align: center;
		}
		#home-gallery h2 {
			font-size: 15px;
			}
	#home-restore {
		background: #F5F5F5;
		margin: 12px 10px 10px;
		padding: 16px 14px 12px 14px;
		}
		
#home-left a, #home-center a, #home-right a {
	color: #de820d;
	}
			
/* ---------- posts ---------- */
		
div#posts {
	float:left;
	margin-bottom:30px;
	margin-right:30px;
	width:665px;
	}
	
	/* ----- backgrounds ----- */
	div.post,
	div.comments-wrapper,
	div.form-wrapper,
	div.post-footer {
		margin-bottom: 40px;
		}
		div.post {
			}
		div.post-footer {
			padding-top: 10px;
			font-size: 11px;
			line-height: 15px;
			border-top: 1px solid #c1c1c1;
			margin-top: 14px;
			}
			div.post-footer a {
				}
		div.comments-wrapper {
			}
			div.comments-wrapper h3 {
			}
		div.form-wrapper {
			}
			div.form-wrapper h3 {
				}
		
		/* ----- post date block ----- */
		div.post-date {
			font-family: Georgia, Times New Roman, Times, serif;
			color: #a0a0a0;
			margin: 10px 0;
			text-align: right;
			}
		
		/* ----- post title link ----- */
		h1.post-header {
			border-bottom: 1px solid #c1c1c1;
			padding-bottom: 10px;
			}
			h1.post-header a {
				color: #05376E;
				}
				
		/* ----- post interior formatting ----- */
		div.post-inside {
			}
			div.post-inside ul, div.post-inside ol {
				/* A root-level list. Not nested. */
				display: block;
				margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
				margin-left: 20px; /* Indent it so it stands out. */
				}
				div.post-inside ul li ul, div.post-inside ol li ol {
					/* A nested list. */
					margin-top: 8px;
					margin-bottom: 0; /* Remove bottom margin. */
					margin-left: 0; /* Remove extra left margin. */
				}
				div.post-inside li {
					margin-top: 4px;
					margin-bottom: 4px;
					margin-left: 24px; /* Amount of indentation */
					padding-bottom: 0px;
					padding-top: 0px;
					}
			a.more-link {
				// color: #77FF33;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				}


/* ---------- page navigation ---------- */

div.page-navigation {
	margin-bottom:20px;
	position: relative;
	}
	div.nav-both {
		text-align: left;
		}
	div.page-navigation a {
		// color: #ffffff;
		}
	div.nav-next {
		}
		div.nav-next a {
			float: right;
			display: block;
			}
	div.nav-both a {
		right: 10px;
		position:absolute;
		}
		div.nav-both a+a {
			left: 10px;
			position:absolute;
			}

/* ---------- section title ---------- */
	
div.section-title {
	margin-bottom: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	text-align: right;
	color: #c1c1c1;
	}

/* ---------- comments ---------- */

ol.comment-list {
	list-style: none;
	margin-bottom: 20px;
	}
	ol.comment-list li {
		margin: 0;
		padding: 10px;
		border: 3px #e5e5e5 solid;
		margin-bottom: 10px;
		overflow: hidden;
		}
		.comment-data {
			border-right:1px solid #E5E5E5;
			float:left;
			font-size:10px;
			line-height:10px;
			margin-right:-1px;
			margin-top:0;
			padding-right:16px;
			text-align:left;
			width:80px;
			}
		.comment-inside {
			border-left:1px solid #E5E5E5;
			overflow:hidden;
			padding-left:16px;
			}
		form#comment-form label, form.wpcf7-form label, .fake-label {
			border-bottom: 1px dotted #333;
			display: block;
			float: left;
			margin-right: 20px;
			text-align: right;
			width: 140px;
			color: #666;
			font-size: .9em
		}

/* ---------- sidebar ---------- */

div#sidebar-wrapper	{
	float: left;
	margin-bottom: 30px;
	width: 265px;
	}

/* ---------- widgets ---------- */
						
.widget {
	background: #F5F5F5;
	border: 8px solid #C1C1C1;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 8px;
	padding: 14px;
	}
	.widget-title {
		/* text-transform: uppercase; */
		}
	.widget ul {
		/* list-style-image: url(../../images/lists/arrow.png); */
		list-style-position: outside;
		list-style-type: none;
		padding-top: 4px;
		}
		.widget ul li {
			border-top: 1px #C1C1C1 dotted;
			margin-bottom: 3px;
			padding-top: 2px;
			}
		.widget>ul {
			padding-top: 0;
			}
			.widget>ul>li:first-child {
				padding-top: 0;
				}
			.widget>ul>li:first-child {
				border-top: none;
				}
.widget_pages>ul>li>ul {
	text-indent: 20px;
	}
.widget_text a {
	color: #DE820D;
	}
	
#tag_cloud {
	line-height: 1.8em;
	}

/* ---------- footer ---------- */

#footer {
	border-top:1px solid #c1c1c1;
	font-size:0.8em;
	line-height:1.2em;
	padding-top:15px;
	color: #555555;
	}
	#footer a {
		color: #555555;
		text-decoration: underline;
		}