/* @override 
	http://www.wolonline.org/_css/styles.css
	http://wolonline.org/_css/styles.css
*/

/* =Global
---------------------------------------------------------------------
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	height: 100%;
}

body { 
	background: #FFFFFF url(/_img/body_bg.jpg) repeat-x center top; 
	font-size: 62.5%; 
	font-family: "Avenir Medium", Helvetica, sans-serif; 
	color: #FFFFFF;
	height: 100%;
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr { 
	display: none; 
}

#skip { 
	position: absolute; 
	text-indent: -9999px; 
	list-style: none; 
}

*+html #skip{
   position: static;
   height: 0;
}

#outer-container {
	background: url(/_img/container_outer_bg.png) top center no-repeat;
	min-height:100%;
}


#container { 
	margin: 0 auto; 
	width: 804px; 
	padding-top: 35px;
	background: #45565E url(/_img/container_bg.jpg) no-repeat bottom center;
	min-height:100%;
}


/*
body.resources-page #container { 
	background: #091519 url(/_img/container_bg_resources.jpg) no-repeat top center;
	background-attachment: fixed;
}
*/
a { 
	overflow: hidden; 
}

/* =Header
---------------------------------------------------------------------
*/

#header {
   width: 780px;
   height: 180px;
   position: relative;
   margin-left: 12px;
   background: url(/_img/header_bg_main.png) no-repeat;
}

h1 {
	position: absolute;
	top: 0;
	left: 28px;
	width: 724px;
	height: 151px; 
}

h1 a {
	display: block;
	width: 724px;
	height: 151px;
	text-indent: -9999px;
}


/* =Navigation
---------------------------------------------------------------------
*/
#nav {
	position: absolute;
	left: 34px;
	top: 154px;
	width: 630px;
	height: 26px;
	list-style:none;
	overflow: hidden;
}

#nav li	{ 
	float: left; 
	list-style: none;
	background: url(/_img/nav_li_bg.png) no-repeat right 2px;
}
	
#nav li a {
	display: block; 
	font-size: 1.1em; 
	padding: 0 16px;
	line-height: 26px;
	color: #000000; 
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
	
#nav li a:hover	{ 
	color: #007491;
}

#nav li.current a,
#nav li.current a:hover	{ 
	color: #007491;
	background: url(/_img/nav_li_current_a_bg.png) no-repeat bottom center;
}

body#home #nav li.current a,
body#home #nav li.current a:hover	{ 
	color: #007491;
	background: url(/_img/nav_li_current_a_bg_home.png) no-repeat bottom center;
}

#nav ul, #nav ul ul {
	display: none;
}

/*nav login*/

#nav-login {
	position: absolute;
	top: 155px;
	right: 50px;
	height: 16px;
	width: 86px;
	color: #FFFFFF;
}

#nav-login a {
	display: block;
	width: 86px;
	line-height: 21px;
}

#nav-login a:hover	{ 
	color: #007491;
	background: #FFFFFF;
}

/* =Content Wrap
---------------------------------------------------------------------
*/

#content-wrap { 
	float: left;
	display: inline;
	width: 734px;
	min-height: 440px;
	margin-left: 37px;
	margin-bottom: 20px;
	padding-top: 30px;
	background: url(/_img/content_wrap_bg.png) repeat-y;
}

body#home #content-wrap { 
	background: none;
	padding-top: 15px;
	min-height: 300px;
}

/* =Content
---------------------------------------------------------------------
*/

#content { 
 	float: right;
	display: inline;
	width: 520px;
	margin-right: 50px;
}

body#home #content { 
 	float: left;
	display: inline;
	width: 386px;
	margin-right: 0;
	margin-left: 25px;
}

body#oneCol #content { 
 	float: left;
	display: inline;
	width: 710px;
	margin-right: 0;
	margin-left: 10px;
}

body#youth-page #content, body#young-adult-page #content, body#children-page #content { 
	width: 552px;
	margin-right: 18px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: "Avenir Black", Helvetica, sans-serif;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 1.52em;
}

#content h2 {
	background: #FFFFFF;
	margin-bottom: 10px;
	font-size: 1.96em;
	color: #000000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

#content h3 { 
}

#content h4 { 
}

#content h5 { 
}

#content h6 { 
}


#content #text {
	padding: 25px 60px;
}


body#home #content #text {
	padding: 0;
}

body#oneCol #content #text {
	padding: 25px 10px;
}

body#youth-page #content #text, body#young-adult-page #content #text, body#children-page #content #text {
	padding-right: 120px;
}

#content p {
   margin-bottom: .75em;
   font-size: 1.2em;
   line-height: 1.5em;
}

#content ul {
	list-style: none;
	margin-left: 3em;
}

#content ul li {
   list-style: none;
   margin-bottom: 10px;
   background: url(/_img/content_li_bg.png) no-repeat left 3px;
   padding-left: 20px;
   font-size: 1.2em;
}

#content ol {
	margin: 0 0 1.5em 3em;
}

#content ol li {
	list-style-type: decimal;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#content li li {
   font-size: 1em;
}

#content blockquote{
   	margin: 0 0 1.5em 3em;
   font-size: 1.2em;
}

#content hr{
   margin-bottom: 1em;
}

#content a{
	color: #007491;
	text-decoration: none;
}

#content a:hover{
   color: #FFFFFF;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #FFFFFF;
   padding: 1px;
}

#content #page-image {
	max-width: 400px;
	overflow: hidden;
	margin-bottom: 15px;
}


#content #page-image img {
	float: none;
	margin: 0;
}

body#home #content #page-image {
	width: 386px;
	height: 226px;
	margin-bottom: 0;
}

#home-rotator {
	width: 386px;
	height: 226px;
}

body#home #content #page-image img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

/*add second header to the content area with third level nav*/

#content #content-header { 
	width: 552px;
	height: 121px;
	position: relative;
}

body#youth-page #content #content-header {
	background: url(/_img/content_header_bg_youth.png) no-repeat;
}

body#young-adult-page #content #content-header {
	background: url(/_img/content_header_bg_youngadult.png) no-repeat;
}

body#children-page #content #content-header {
	background: url(/_img/content_header_bg_childre.png) no-repeat;
}

#content #content-header-nav {
	position: absolute;
	left: 40px;
	top: 99px;
	width: 475px;
	height: 22px;
	list-style:none;
	overflow: hidden;
	margin: 0;
}

#content #content-header-nav li	{ 
	float: left; 
	list-style: none;
	margin: 0;
	background-image: none;
	padding: 0;
    font-size: 1em;
}
	
#content #content-header-nav li a {
	display: block; 
	font-size: 1em; 
	padding: 0 12px;
	line-height: 20px;
	color: #000000; 
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
	
#content #content-header-nav li a:hover	{ 
	color: #007491;
}

#content #content-header-nav li.current a,
#content #content-header-nav li.current a:hover	{ 
	color: #007491;
}

/* =Sidebar
---------------------------------------------------------------------

*/

#sidebar { 
	float: left; 
	width: 125px;
	display: inline;
	margin-left: 10px;
	padding-top: 30px;
}

body#home #sidebar { 
	float: right; 
	width: 237px;
	display: inline;
	margin-right: 30px;
	padding-top: 5px;
}


#subnav {
	list-style:none;
	margin-bottom: 20px;
}

#subnav li{
	list-style: none;
}

#subnav li a {
	display: block;
   	padding: 4px 13px 3px 0;
   	font-size: 1.05em;
   	text-decoration: none;
	text-transform: uppercase;
	font-family: "Avenir Black", Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	background: url(/_img/subnav_li_a_bg.png) no-repeat bottom right;
	margin-bottom: 2px;
	font-weight: bold;
}

#subnav li a:hover, 
#subnav li.current a, #subnav li.current a:hover {
	color: #007491;
}

#subnav li ul {
	padding: 10px 0 5px 0;
	margin-bottom: 0;
}

#subnav li li a, #subnav li.current li a {
	padding-right: 0;
	background-image: none;
	margin-bottom: 0;
	font-family: "Avenir Medium", Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
}

#subnav li li.current a, #subnav li li.current a:hover {
	color: #007491;
}

#subnav ul ul{
	display: none;
}

#subnav li li li{
	display: none;
}

#sidebar .section{
	padding: 5px;
	overflow: hidden;
}

body#home #sidebar .section{
	padding: 0;
	margin-bottom: 20px;
}

#sidebar .section a {
	text-decoration: underline;
	color: #FFFFFF;
}

#sidebar .section a:hover{
	text-decoration: none;
}

#sidebar .section img{
	max-width: 100px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}

body#home #sidebar .section img{
	max-width: 237px;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

#sidebar h3{
	display: block;
   	padding: 4px 13px 3px 0;
   	font-size: 1.05em;
   	text-decoration: none;
	text-transform: uppercase;
	font-family: "Avenir Black", Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	background: url(/_img/subnav_li_a_bg.png) no-repeat bottom right;
	margin-bottom: 2px;
	font-weight: bold;
}

#sidebar .section h4{
	font-size: 1.3em;
	margin-bottom: .5em;
	font-weight: bold;
}

#sidebar .section p{
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 5px;
}

#sidebar .section ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 15px;
}

#sidebar .section li{
	margin-bottom: 5px;
	line-height: 1.3em;
	font-size: 1.1em;
}

 
/* =Footer
---------------------------------------------------------------------
*/
#footer { 
	clear: both; 
	width: 734px;
	margin-left: 35px;
	padding-bottom: 25px;
}

#footer p { 
	font-size: 1.1em; 
	color: #FFFFFF; 
	text-align: center; 
	line-height: 1.5em;
}

#footer a { 
	color: #007491;
	text-decoration: underline;
}

#footer #f-links a { 
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
}

#footer #f-links a.last { 
	border-right: none;
}

#footer a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

#footer-feature-wrap {
	width: 734px;
	float: left;
	margin-bottom: 10px;
	min-height: 105px;
}

#footer #footer-feature-wrap p {
	padding: 0;
	margin: 0;
	line-height: 1;
}

#footer-feature-wrap .f-feature {
	width: 153px;
	float: left;
	display: inline;
	margin: 0 15px;
}

#footer-feature-wrap .f-feature img {
	margin: 0;
	border: 0;
	padding: 0;
	float: none;
}


/* =Sermons
---------------------------------------------------------------------
*/

#content #sermon-content { 

}

#content #sermon-content h4 { 
}

#content .sermonbox { 
	position:relative; 
	padding: 10px; 
	border-top: 1px solid #FFFFFF; 
}

#content .sermonbox h5 { 
	margin:0;
}

#content .sermonbox h5 span { 
	margin-left:10px;
	font-weight: normal;
	font-size: .8em; 
}

#content .sermonbox h5 a { 
	font-size: 1em;
}

#content .sermonbox h5 a:hover { 

}

#content .sermonbox p { 
	margin:0;
}

#content .sermonbox ul { 
	position:absolute; 
	top:20px; 
	right:10px; 
	margin:0; 
	padding:0; 
	list-style: none;
}

#content .sermonbox li { 
	float: left; 
	display: inline; 
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	background: none;
}

#content .sermonbox li a	 { 
	display:block; 
	width:16px; 
	height:16px; 
	text-indent: -999em; 

}

#content .sermonbox li.sl_listen a { 
	background:url(/_img/play_icon.png) no-repeat; 
}

#content .sermonbox li.sl_download a	{ 
	background:url(/_img/download_icon.png) no-repeat; 
}

#content .sermonbox li.sl_notes a { 
	background:url(/_img/notes_icon.png) no-repeat; 
}

#content .sermonbox li.sl_video a { 
	background:url(/_img/video_icon.png) no-repeat; 
}

#content .sermonbox li a:focus { 
	outline:none; 
}

p#pagination{
   margin: 0;
}

p#pagination a#off{
   display: none;
}

p#pagination a{
   margin: 0 5px;
   text-decoration: underline;
}

p#pagination a:hover{
   text-decoration: none;
}

p#pagination a#current{
   color: #CCCCCC;
   text-decoration: none;
   cursor: default;
}

/* how it works */
#how-it-works { 
	height: 30px; 
	margin: 1em 0 2em 0; 
	padding: 0; 
	list-style: none; 
	border: 2px solid #FFFFFF;
	background: #000000;
	margin-left: 0;
	font-size: .95em;
}

#how-it-works li { 
	padding: 0 0 0 20px;  
	display:block; 
	line-height:30px; 
	margin: 0 10px 0 0; 
	float:left;
	background: none;
}

#how-it-works li#how { 
	font-weight:bold; 
	padding-left:10px;
	background-image: none;
}

#how-it-works li#play { 
	background:url(/_img/play_icon.png) no-repeat left center; 
}

#how-it-works li#notes { 
	background:url(/_img/notes_icon.png) no-repeat left center; 
}

#how-it-works li#video { 
	background:url(/_img/video_icon.png) no-repeat left center; 
}

#how-it-works li#save { 
	background:url(/_img/download_icon.png) no-repeat left center; 
}

/* sermon filter */

#sermon-filter {
	text-align: right;
	padding: 5px;
}


#sermon-filter p {
	margin-bottom: .25em;
}


/* Media Box */
#mediabox { 
	float:right; 
	padding:10px; 
	margin:-45px 0 10px 10px; 
	list-style:none; 
	border:1px solid #FFFFFF;
}

#mediabox li { 
	padding:3px 0 3px 20px; 
	font-size: .8em;
	list-style: none;
}

#mediabox li#mb_links { 
	background:#FFFFFF; 
	color:#19140d; 
	margin:-10px -10px 10px; 
	padding: 6px; 
	font-size: 1.1em;
}

#mediabox li a {
	font-size: .9em;
	text-decoration: none;
}

#mediabox li#mb_jukebox	{ 
	background:url(/_img/play_icon.png) no-repeat left 2px;
}

#mediabox li#mb_download { 
	background:url(/_img/download_icon.png) no-repeat left 2px; 
}

#mediabox li#mb_notes { 
	background:url(/_img/notes_icon.png) no-repeat left 2px; 
}

#mediabox li#mb_video {
	background:url(/_img/video_icon.png) no-repeat left 2px; 
}

#mediabox li#mb_podcast	{ 
	background:url(/_img/feed_icon.png) no-repeat left 2px; 
}
	
/*  Articles
---------------------------------------------------------------------
*/
#article-box {

}

.article {
	padding: 10px; 
	border-top: 1px solid #FFFFFF; 
}
/* =Blog
---------------------------------------------------------------------
*/	

#content #blog-box {

}

#content .blog-post {
	padding: 10px; 
	border-top: 1px solid #FFFFFF;  
}

/* sidebar blog filter */
#sidebar #blog_list_archive,
#sidebar #blog_list_author,
#sidebar #blog_list_category{
	list-style: none;
	margin-bottom: 20px;
}

#sidebar #blog_list_archive li,
#sidebar #blog_list_author li,
#sidebar #blog_list_category li{
	list-style: none;
}

#sidebar #blog_list_archive li a,
#sidebar #blog_list_author li a,
#sidebar #blog_list_category li a{
	display: block;
   	padding: 4px 0 4px 0;
   	font-size: 1em;
   	text-decoration: none;
	text-transform: uppercase;
	font-family: "Avenir Medium", Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 0;
	font-weight: normal;
}

#sidebar #blog_list_archive li a:hover,
#sidebar #blog_list_author li a:hover,
#sidebar #blog_list_category li a:hover {
	color: #007491;
}

/* =Calendar
---------------------------------------------------------------------
*/
#text table.calendar { 
	margin: 0; 
	border-collapse: collapse;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF; 
}

#text table.calendar caption	{ 
	padding-bottom: 20px; 
	color: #FFFFFF; 
	font-size: 1.6em;
}

#text table.calendar .calendar-next {
	margin-left: 10px;
	padding: 3px 5px;
	background: #000000;
	border: 1px solid #333333;
}

#text table.calendar .calendar-prev {
	margin-right: 10px;
	padding: 3px 5px;
	background: #000000;
	border: 1px solid #333333;
}

#text table.calendar .calendar-next:hover, #text table.calendar .calendar-prev:hover {
	color: #007491;
}

#text table.calendar th { 
	padding: 6px 0; 
	background: url(/_img/calendar_empty_bg.png) repeat-y; 
	color:#FFFFFF;  
	font-size: 1.1em; 
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#text table.calendar td { 
	width: 94px; 
	height: 72px; 
	padding: 2px; 
	border: 1px solid #FFFFFF; 
	border-left: 0;
	border-top: 0; 
	color: #FFFFFF; 
	font-size: 1em; 
	vertical-align: top; 										
}

#text table.calendar td a	{ 

}

#text table.calendar td a:hover	{ 

}

#text table.calendar td ul { 
	margin: .5em 0 0 .5em; 
	font-size: 1em; 
	list-style: none; 
}

#text table.calendar td li { 
	margin-bottom: .25em; 
	font-size: 1em; 
	line-height: 1.2;
	padding-left: 12px; 
}

#text table.calendar td li a	{

}

#text table.calendar td li a:hover{ 

}

#text .calendar td.empty{
	background: url(/_img/calendar_empty_bg.png) repeat-y;
}

/* =Photo Gallery
---------------------------------------------------------------------
*/
#content .gallery-box {
	padding: 10px;
	margin-bottom: .25em;
}

#content .gallery-box .gallery-thumbnail {
	float:none;
}

#content .gallery-box .gallery-large {
	float:none;
}


/* =Comments
---------------------------------------------------------------------
*/

#content #comments {
	margin-bottom: 30px;
	padding: 10px;
}

#content #comments .login{

}

#content #comments p{
	font-size: 1.2em;
	margin-bottom: 5px;
}

#content #comments p strong{
	font-weight: bold;
	margin-right: 5px;
}

#content #comments form label{
	display: none;
}

#content #comments form{
	margin-bottom: 30px;
}

#content #comments form textarea{
	height: 150px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	font-size: 1.3em;
	color: #808285;
	padding: 10px;
	line-height: 1.5em;
	width: 400px;
}

#content #comments form input#comment-submit{
	display: block;
	cursor: pointer;
	width: 130px;
	height: 28px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

#comments h4{
	font-size: 1.2em;
}

#comments .comment{
	padding: 10px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	margin-bottom: 15px;
	background: #000000;
}

#comments .comment h5{

}

#comments .comment label{
	font-size: 1.2em;
}

#comments .comment h5 span.date{
	color: #CCCCCC;
	font-size: .75em;
	font-weight: normal;
}


/* =Form Settings
---------------------------------------------------------------------
*/
#content #text form {
	margin-bottom: 10px;
}
	
#content #text form legend {
	font-size: 1.2em;
	padding-bottom: 10px;
}

#content #text form input{
	border: 1px solid #FFFFFF;
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
}

#content #text form .text{

}

#content #text form label{
	width: 120px;
	display: inline-block;
	margin-right: 10px;
	font-size: 1em;
}

#content #text form .text label{

}


#content #text form .textarea{
	clear: both;
}

#content #text form .textarea label {

}

#content #text form textarea{
	width: 350px;
	height: 70px;
	border: 1px solid #808285;
} 

#content #text form .error {
	padding: 5px;
	color: #FF0000;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1;
} 

#content #text form .errorSummary{
	color: #FF0000;

	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

#content #text .captcha input{
	margin-left: 0;
	float: left;
	margin-right: 10px;
}

#content #text form .captcha label{
	display: block;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

.mcms_stats {
	display: none;
}

/* @end */
