/*
Theme Name: dapplc
Theme URI: http://cawdvt.org
Description: The dapplc wordpress template
Version: 1
Author: Dr. Herr
Author URI: http://cawdvt.org
Tags: dapplc
*/


/* begin reset */
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, strong, sub, sup, tt, var,
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-weight: 		normal;
	font-style:			normal;
	font-size: 			100%;
	font-family:		inherit;
	vertical-align: 	baseline;
	text-decoration:	none;
}
:focus {
	outline: 			0;
}
body {
	line-height: 		1;
	color: 				black;
	background: 			white;
}
ol, ul {
	list-style: 		none;
}
table {
	border-collapse: 	separate;
	border-spacing: 	0;
}
caption, th, td {
	text-align: 		left;
	font-weight: 		normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: 			"";
}
blockquote, q {
	quotes: 			"" "";
}
textarea{
	overflow:			auto;
}
a:active, a:focus{
	outline:			none;
}
/* end reset */
body {
	background:			url(images/bg.jpg) top left repeat;
	font-size:			.8em;
}
strong {
	font-weight:		bold;
}
div.wrap {
	width:				925px;
	margin:				0 auto;
	position:			relative;
}
#header {
	height:				310px;
	margin:				0;
	padding:			25px 0 0 0;
	background:			url(images/headerBg.png) top left repeat;
	top:				0;
	left:				0;
	width:				100%;
}
#headerLogo {
	width:				168px;
	height:				145px;
	background:			url(images/logo.png) top left no-repeat;
	text-indent:		-10000px;
	overflow:			hidden;
	position:			absolute;
	top:				0px;
	left:				0px;
	z-index:			20;
}
#headerLogo a{
	display:			block;
	width:				168px;
	height:				145px;
}
#nav {
	height:				42px;
	font-family:		Verdana, Geneva, Tahoma, sans-serif;
	font-size:			1.2em;
	color:				#ccc;
	width:				750px;
	position:			absolute;
	top:				100px;
	right:				0px;
	z-index:			20;
	font-weight:		100;
}
#nav ul {
	float:				right;
	display:			inline;
	list-style-type:	none;
	line-height:		30px;
	vertical-align:		middle;
	height:				30px;
}
#nav li {
	float:				left;
	display:			inline;
	line-height:		30px;
	vertical-align:		top;
	border-right:		1px solid #5C514B; 
}
#nav li.current_page_item a {
	color:				#fff;
}
#nav ul li:last-child {
    border-right: none;
}
#nav a, #nav a:visited {
	padding:			1px 25px 1px 25px;
	color:				#afafaf;
	display:			block;
	float:				left;
}
#nav a:hover {
	color:				#fff;
}
#contentTop {
	height:				18px;
	width:				925px;
	background:			url(images/aboutShadow.png) bottom center no-repeat;
	margin:				-160px auto 0 auto;
	z-index:			5;
	position:			relative;
}
#about {
	height:				300px;
	width:				925px;
	margin:				0 auto 15px auto;
	background:			#fffff3;
	border:				1px solid #596166;
	z-index:			5;
	position:			relative;
}
#aboutLeft {
	 width:				450px;
	 float:				left;
}
#aboutLeft h2 {
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-weight:		100;
	color:				#666;
	font-size:			2em;
	letter-spacing:		-1px;
	background:			url(images/titleHr.png) bottom center no-repeat;
	text-align:			center;
	margin:				10px 0 0 0;
	padding:			0 0 10px 0;
}
#aboutLeft p {
	font-family:		Tahoma, Geneva, sans-serif;
	line-height:		1.55em;	
	color:				#999;
	font-size:			1.1em;
	margin:				5px 30px 10px 30px;
	text-align:			center;
}
#aboutRight {
	width:				475px;
	float:				right;
	text-align:			center;
}
#aboutRight img {
	border:				#271C1A 10px solid;
	margin:				40px 0;
}
#content {
	width:				925px;
	margin:				0 auto 0 auto;
	background:			#fffff3;
	border:				1px solid #596166;
	z-index:			5;
	position:			relative;
	font-family:		Verdana, Geneva, Tahoma, sans-serif;
	line-height:		1.5em;
	color:				#666;
	font-size:			.9em;
	padding:			10px 0 20px 0;
}
#content img {
	border:				#271C1A 10px solid;
}
#contentWrap {
	min-height:			600px;
}
#contentWithSideBarWrap {
	min-height:			600px;
	width:				660px;
	float:				right;
	margin-right:		10px;
	border-left:		#ccc 1px solid;
}

#content p {
	margin:				10px 0px 10px 0px;
}
#content ul {
	list-style-type:	square;
	margin:				0 0 0 45px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight:		bold;
	font-family:		Verdana, Geneva, Tahoma, sans-serif;
	margin:				20px 10px 15px 0px;
}
#content h1 {
	font-size:			1.6em;
}
#content h2 {
	font-size:			1.5em;
}
#content h3 {
	font-size:			1.4em;
}
#content h4 {
	font-size:			1.3em;
}
#content h5 {
	font-size:			1.2em;
}
#content h6 {
	font-size:			1.1em;
}
#content a, #content a:visited {
	color:				#292f3b;	
}
#content a:hover {
	color:				#596166;	
}
#contentWrap {
	margin:				10px;
}
#sidebar {
	width:				230px;
	min-height:			600px;
	float:				left;
	margin:				0 0 0 10px;
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			1.2em;
}
#sidebar ul {
	margin:				50px auto 0 auto;
	width:				205px;
	list-style-type:	none;
}
#sidebar li {
	border-bottom:		1px solid #ccc;
	padding:			15px 0 15px 25px;
}
#footer {
	clear:				left;
	color:				#DFDFDF;
	min-height:			283px;
	background:			url(images/footer.png) top left repeat-x;
	z-index:			1;
	position:			relative;
	margin:				-145px 0 0 0;
}
#footer a, #footer a:visited {
	color:				#afafaf;
}
#footer li.current_page_item a {
	color:				#fff;
}
#footer a:hover {
	color:				#fff;
}
#footer input.search {
	border:				2px solid #596166;
	background:			#E2E0D4;
	margin:				0 0 1px 0;
}
#footer input.btn {
	margin:				0 0 0 3px;
	vertical-align:		bottom;
}
#footerNav {
	height:				20px;
	font-family:		Verdana, Geneva, Tahoma, sans-serif;
	font-size:			.85em;
	color:				#ccc;
	width:				450px;
	float:				left;
	margin:				155px 0 0 -10px;
	text-align:			left;
}
#footerNav ul {
	display:			inline;
	list-style-type:	none;
	line-height:		20px;
	vertical-align:		middle;
	height:				30px;
}
#footerNav li{
	float:				left;
	display:			inline;
	line-height:		20px;
	vertical-align:		top;
	border-right:		1px solid #5C514B; 
}
#footerNav ul li:last-child {
    border-right: 		none;
}
#footerNav a, #footerNav a:visited {
	padding:			0 20px;
	color:				#DFDFDF;
	display:			block;
	height:				20px;
	float:				left;
}
#footerNav a:hover {
	color:				#fff;
}
#footerAddress {
	float:				right;
	width:				450px;
	margin:				153px 10px 0 0;
	text-align:			right;
	line-height:		1.8em;
}
#subFooterBy {
	float:				left;
	width:				250px;
	margin:				55px 0 0 10px;
}
#subFooterCopy {
	float:				right;
	width:				600px;
	margin:				55px 10px 0 0;
	text-align:			right;
}
div.clear {
	clear:				both;
	height:				1px;
}
.float-left,IMG.alignleft {
	float:				left;
}
.float-right,IMG.alignright {
	float:				right;
}
.float-center,IMG.aligncenter {
	text-align:			center;
	margin:				0 auto;
	display:			block;
}
div.post {
	margin:				15px 5px 15px 5px;
}
div.search {
	margin:				15px 10px 15px 10px;
	background:			#bfbfbf;
	padding:			0px 10px 10px 10px;
}
#content .search-excerpt {
	padding:			2px 4px;
	background:			#FF6;
}