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

body {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	}
	
.container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
	}
	
h1.logo, #header_container, #mainnav_container, #utilitynav_container, #leftnav_container, #footer, #bottom_nav {
	display: none;
	}
	
#content_container {
	background: none;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	}
	
/* INTERIOR PAGES */

	
#content {
	background: none;
	width: 100%;
	}

.inner ul, .inner ol {
	line-height: 18px;
	list-style-position: outside;
	margin-left: 30px;
	}
	
.inner ul {
	list-style-type: disc;
	}
	
.inner ol {
	list-style-type: upper-alpha;
	}

h2.pagetitle {
	border-bottom: 3px solid #6e6763;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	text-transform: capitalize;
	}

#content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
	}

#content a {
	color: #060;
	font-weight: bold;
	}

#content a:hover {
	text-decoration: none;
	}

.sermon_summary {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
	}

.sermon_summary h3 {
	font-weight: bold;
	}
	
#toplevel li {
	display: inline;
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
	width: 344px;
	}

#toplevel li a {
	color: #000;
	text-decoration: none;
	}

#toplevel li li, #toplevel li li li {
	margin-bottom: 0px;
	}

#toplevel li li {
	font-size: 16px;
	line-height: 20px;
	}

#toplevel li li li {
	font-size: 14px;
	line-height: 18px;
	padding-left: 15px;
	}
	
#toplevel li li a, #toplevel li li li a {
	color: #060;
	text-decoration: underline;
	}
	
/* ADVISOR STYLES */
.advisor_archive_list {
	display: inline;
	float: left;
	margin-bottom: 20px;
	width: 100px;
	}

li.advisor_year {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	}
	
li.advisor_month {
	font-size: 14px;
	}

/* SERMON STYLES */
.sermon_archive_list {
	display: inline;
	float: left;
	margin-bottom: 20px;
	}

li.sermon_year {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	}
	
li.sermon_month {
	font-size: 14px;
	}
	
/* CONTACT US STYLES */
.contactus_form label {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.contact_entry {
	display: inline;
	height: 90px;
	float: left;
	margin-right: 10px;
	width: 334px;
	}
	
h2.contact_title {
	font-size: 16px;
	font-weight: bold;
	}
	
/* MEMBERS AREA/LOGIN STYLES */
#wlpeUserProfileForm label, #wlpeUserRegisterForm label {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	}
	
#wlpeLoginFieldset {
	margin-bottom: 15px;
	}
	
/* AUDIO PLAYER STYLES */
#XSPFreplace {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
	}
