
body {
	font-family: "Arial", "Sans-Serif";
	background-color: #fff; color: #000;
	margin: 0px; padding: 0px;
}

img { border: none; }
ul, li { list-style: none; }
.clear { clear: both; }

#header-wrapper {
	float: left; width: 100%;
	margin: 0px; padding: 0px;
	background-position: center bottom; background-repeat: no-repeat;
	background-color: #2f002f;
	min-width: 950px;
}

#header {
	width: 950px;
	margin: 0px auto; padding: 0px;
}

#header h1 {
	float: left; display: block;
	text-indent: -1000em;
	margin: 0px; padding: 0px;
	width: 350px; height: 100px;
	background-image: url("/wp-content/themes/whp/images/whp.png");
	background-repeat: no-repeat; background-position: center;
}

#header h1 a {
	display: block;
	width: 350px; height: 100px;
}

#header ul {
	float: left;
	margin: 0px; padding: 0px;
	width: 600px;
	text-align: center;
}

#header ul li {
	line-height: 100px;
	display: inline;
}

#header ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	font-size: 1.1em;
}

#subheader-wrapper {
	margin: 0px; padding: 0px 0px 10px 0px;
	float: left; width: 100%;
}

#subheader {
	width: 950px;
	margin: 0px auto;
}

#subheader #welcome {
	float: left;
	width: 350px;
	height: 324px;
	margin-right: -5px;
}

#welcome .section {
	height: 87px;
	margin-bottom: 8px;
	padding: 8px 8px;
	background-image: url("/wp-content/themes/whp/images/welcomebox-background-purple.png");
}

#welcome .section h3 {
	display: block; width: 250px; height: 28px;
	text-indent: -1000em;
	margin: 0px; padding: 0px;
	color: #fff;
}

#welcome .section.come-along h3 {
	background-image: url("/wp-content/themes/whp/images/come-along.png");
}

#welcome .section.get-involved h3 {
	background-image: url("/wp-content/themes/whp/images/get-involved.png");
}

#welcome .section.keep-in-touch h3 {
	background-image: url("/wp-content/themes/whp/images/keep-in-touch.png");
}

#welcome .section ul {
	margin: 0px; padding: 0px;
}

#welcome .section li {
	margin: 0px; padding: 0px 0px 0px 10px;
	font-style: italic;
	color: #fff;
	line-height: 1.2em;
}

#welcome .section a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#welcome .section a:hover {
	color: #2f002f;
}


#subheader-photos {
	float: left;
	position: relative; left: 16px;
	width: 585px; height: 332px;
	margin: -10px 0px 0px 0px;
	padding: 18px 0px 0px 15px;
	background-image: url("/wp-content/themes/whp/images/photo-background.png");
	background-position: top left; background-repeat: no-repeat;
}

#subheader-photos #photo {
	width: 565px; height: 308px;
	background-color: #000;
}

#header-overlap {
	float: left; width: 100%;
	margin: 0px; padding: 0px;
	height: 20px;
}

#pagebody-wrapper {
	float: left; width: 100%;
	background-color: #f1f0e6;
	background-color: #fff;
}

#pagebody-wrapper .bg-top {
	float: left; width: 100%;
	background-image: url('/wp-content/themes/whp/images/body-background-top.png');
	background-position: top; background-repeat: repeat-x;
}

#pagebody-wrapper .bg-bottom {
	float: left; width: 100%;
	background-image: url('/wp-content/themes/whp/images/body-background-bottom.png');
	background-position: bottom; background-repeat: repeat-x;
}

#pagebody-wrapper .bg-top-corners {
	float: left; width: 100%;
	background-image: url('/wp-content/themes/whp/images/body-background-top-corners.png');
	background-position: top center; background-repeat: no-repeat;
}

#pagebody-wrapper .bg-bottom-corners {
	float: left; width: 100%;
	background-image: url('/wp-content/themes/whp/images/body-background-bottom-corners.png');
	background-position: bottom center; background-repeat: no-repeat;
}

#pagebody-wrapper .bg-center {
	float: left; width: 100%;
	background-image: url('/wp-content/themes/whp/images/body-background-center.png');
	background-position: center; background-repeat: repeat-y;
}

#pagebody {
	width: 950px;
	background-color: #fff;
	margin: -20px auto 0px auto;
	position: relative;
	z-index: 100;
	min-height: 800px;
}

#pagebody.home { background-position: 506px 0px; }

#footer-wrapper {
	margin: -20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	float: left; width: 100%;
	background-color: #2f002f;
//	background-image: url("/wp-content/themes/whp/images/header-background.jpg");
	background-position: center bottom; background-repeat: no-repeat;
	min-width: 950px;
}

#footer {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	color: #fff;
}

#content {
	float: left; width: 620px;
	margin: 0px; padding: 10px 10px 10px 10px;
}

#content.home {
	width: 480px;
}

#content h1 {
	margin: 0px; padding: 0px 0px 5px 0px;
	border-bottom: solid 4px #620061;
}

#content h2 {
	margin: 0px; padding: 0px 0px 10px 0px;
	font-family: arial;
}

#content hr {
	height: 0px;
	margin: 0px; padding: 0px;
	border: none;
	border-bottom: solid 1px #2f002f;
}

#content .section {
	padding: 15px 10px 15px 10px;
}

#sidebar .section.newsletter, #content .section.newsletter {
	background-color: #46475B;
	color: #fff;
	padding: 1px;
}

#sidebar .section.events {
}

#sidebar .section.events h3 {
	margin: 0px; padding: 0px 0px 5px 0px;
	border-bottom: solid 4px #620061;
}

#sidebar .section.events ul {
	margin: 0px; padding: 5px 0px 0px 10px;
}

.section.newsletter .padding {
	padding: 10px;
	border: solid 4px #fff;
}

.section.newsletter h3 {
	margin: 0px; padding: 0px 0px 5px 0px;
}

.section.newsletter p {
	margin: 0px; padding: 0px 0px 5px 0px;
}

#page-wrapper #sidebar .section.introbox {
	background-image: url('/wp-content/themes/whp/images/introbox-background.png');
	background-position: 440px 0px;
	background-repeat: repeat-y;
	padding: 0px;
}

#page-wrapper .section.introbox .bg-top {
	background-image: url('/wp-content/themes/whp/images/introbox-background.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: auto;
	float: none;
	padding: 10px 10px 0px 10px;
}

#page-wrapper .section.introbox .bg-bottom {
	background-image: url('/wp-content/themes/whp/images/introbox-background.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	float: none;
	width: auto;
}

#page-wrapper .section.introbox h2 {
	margin: 0px; padding: 0px 0px 10px 0px;
	font-size: 1.2em;
}

#page-wrapper .section.introbox p {
	margin: 0px; padding: 0px 0px 10px 0px;
	font-size: 0.8em;
}

#sidebar {
	float: right; width: 300px;
	overflow: hidden;
	padding: 10px 10px 10px 0px;
}

#sidebar.home {
	width: 440px;
}

#sidebar .section {
	padding: 8px;
	margin-bottom: 8px;
}

#sidebar .sidebar-left {
	float: left;
	width: 216px; padding: 0px 4px 0px 0px;
}

#sidebar .sidebar-right {
	float: right;
	width: 216px; padding: 0px 0px 0px 4px;
}

#sidebar #welcome {
	float: right;
	width: 300px;
}


#sidebar .section.pagelist {
	background-color: #f6f6f6;
}

#sidebar .section.pagelist h3 {
	margin: 0px; padding: 0px 0px 5px 0px;
	font-size: 1.2em;
}

#sidebar .section.pagelist ul {
	margin: 0px; padding: 0px 0px 0px 5px;
}

#sidebar .section.pagelist li {
	font-size: 0.8em; margin: 0px; padding: 0px 0px 2px 0px;
	list-style: none;
}

#sidebar #welcome .section {
	background-image: url("/wp-content/themes/whp/images/welcomebox-background-sidebar-purple.png");
}




.post {
	margin: 0px 0px 25px 0px; padding: 0px;
	font-size: 0.8em;	
}

.post h2 {
	margin: 0px; padding: 0px 0px 10px 0px;
	font-family: "Georgia", "Times New Roman", "Serif"
}

.post h2 a {
	text-decoration: none;
	color: #000;
	font-style: normal;
}

.post p {
	margin: 0px; padding: 0px 0px 10px 0px;
}


.post ul {
	margin: 0px; padding: 0px 0px 7px 30px;
}

.post li {
	margin: 0px; padding: 0px 0px 3px 0px;
	list-style: disc;
}
