@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Droid Sans','Verdana', sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	
}
#chrome {
	font-family:'Verdana', sans-serif;
}
#chrome h1, #chrome h2, #chrome h3, #chrome h4, #chrome h5, #chrome h6 {
	font-family: 'Georgia', serif;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Vollkorn', 'Helvetica', serif;
	font-weight: normal;
}

.clear {
	clear: both;
	width:95%;
}
.alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
	margin-top:5px;
	margin-bottom:5px;
}
.alignleft {
	float: left;
	text-align:left;
	margin-right: 10px;
	margin-top:5px;
	margin-bottom:5px;
}
#container {	
	text-align:left;
	color: #000;
	background-color:#FFF;
}
#banner h1 {
	float: left;
	margin-right: 10px;
	font-size: 2.5em;
	margin-top: 15px;
	margin-bottom:15px;

}
#banner h1 a {
	text-decoration: none;
	color: #003300;
	
}
#banner span {
	color:#937732;
	font-size:70%;
}
#search {
	display:none;
}
#search input {
	display:none;
}
#topnav {
	display:none;
}
.bannerpic {
	display:none;
}
ul {
	list-style-type:none;
	display: block;
}
li {
	font-style:italic;
}
#mainbody {
	clear:both;
	padding-bottom: 100px;
}
.textbox {
	float:left;
	margin-bottom: 20px;
}
.padding {
	padding: 10px;
}
#rightcol {
	display:none;
}

#footer {
	clear:both;
	

}

.footertext .widget widget_text {
	display:none;
}
.address {
	padding-top: 20px;
	display:block;
	font-weight:bold;
	
}
#footer .logo {
	display:none;
}
.wp-caption {
	padding: 5px;
	border: 1px solid #CCC;
	font-size:12px;
	color:#999;
	text-align:center;
}
.wp-caption p {
	text-align:left;
}

