/***********************************************************************
	SUBPAGE STYLES
************************************************************************/

div#content {
	width: 565px;
	float: left;
	margin: -10px 55px 0 4px;
}

div#content h2 {
	width: 94.5%;
}

div#content h4 {
	color: #004e8a;
	font-style: normal;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
}

div.entry h4 {
	padding-bottom: .75em;
}

div.authordate {
	color: #000;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1.1em;
}

div#featuredarticle, div#pastarticles, div#pagebox, div.pagebox {
	width: 565px;
	background: url(../images/bg_contentbox.jpg) no-repeat top left;
	padding: 25px 25px 15px 25px;
	margin: 0;
} 

div.pagebox, div.pagebox h3 {
	clear: both !important;
}

div#featuredstory {
	padding: 0 10px;
	background: none;
	margin: 0;
}
div.newsandupdates div#featuredstory {
	margin-bottom: 20px;
}

div.newsandupdates div#pastarticles {
	clear: both;
	margin: 10px 0 20px 3px;
}

div#newsfeed {
	margin: 10px 0 0 0;
}

div.newsandupdates div#newsfeed {
	clear: both;
	margin: 10px 0 20px 20px;
}

div.newsandupdates h3 a {
	text-decoration: none;
}
div.newsandupdates h3 a:hover {
	text-decoration: underline;
}

div#pastarticles img.alignleft {
	margin: 7px 15px 7px 0;
}

div.entry {
	padding: 5px 20px;
}

div.entry ul, div.entry ol {
	padding: 0 0 0 30px;
}
div.entry ul, div.entry li {
	padding-bottom: .5em;
}


ul#anchors {
	list-style-type: none;
	margin-top: 3px;
}
ul#anchors li {
	float: left;
	margin: 7px;
}

ul#anchors li a {
	display: block;
	text-decoration: none;
	background: #E6EDF7;
	padding: 5px 10px;
}
ul#anchors li a:hover {
	background: #DBEBF2;
}

ul#anchors:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div#listofbookmarks ul {
	list-style-type: none;
	padding-bottom: 20px;
}
div#listofbookmarks ul li {
	padding-bottom: .5em;
}
div#listofbookmarks ul li ul {
	padding-left: 30px;
	list-style-type: disc;
}
div#listofbookmarks h2 {
	background: none;
	color: #dd791f;
	margin: 0;
	padding: 0 0 4px 0;
}

div.ddsg-wrapper {
	/*display: none;*/
}

div.ddsg-pagenav a, div.ddsg-pagenav span.nolink {
	padding: 2px 7px;
	background: #E8EFF9;
	border: 1px solid #ccc;
	margin-right: 2px;
	text-decoration: none;
}
div.ddsg-pagenav a:hover {
	border-color: #2a6da7;
}

div.ddsg-pagenav span.nolink {
	background: #fff;
	border-color: #2a6da7;
}

/***********************************************************************
	CATEGORY ARCHIVE STYLES
************************************************************************/

div.categoryarchive h3, div.pagebox h3 {
	font-size: 1.3em;
}
div.categoryarchive div.entry {
	padding-left: 0;
}
div.categoryarchive div.entry table {
	margin: 0;
	padding: 0;
}

div.navigation {
	clear: both;
	margin: 10px 0;
	padding: 0 10px;
}
div.navigation div.alignleft {
	width: 48%;
	float: left;
}
div.navigation div.alignright {
	width: 48%;
	float: right;
	text-align: right;
}
div.navigation:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/***********************************************************************
	FORM STYLES
************************************************************************/

form#newslettersignup label, form#volunteerform label {
	display: block;
	float: left;
	width: 40px;
	text-align: right;
	padding: 0 6px 0 0;
}
form#volunteerform label {
	width: 75px;
}
form#newslettersignup input.inputbutton {
	margin-left: 46px;
}
form#volunteerform input.inputbutton {
	margin-left: 75px;
}

span.wpcf7-list-item {
	display: block;
	padding-bottom: 1em;
}

form.wpcf7-form input.textbox {
	background: #fff;
	border: 1px solid #bac0c4;
	padding: 4px 5px;
	color: #333;
	width: auto;
	margin: 0 3px;
	font-size: 11px;
}

form select#state {
	width: 234px;
	padding: 2px;
}
form#volunteerform select#state {
	width: 150px;
}