/* CSS Document */
/* Design & Code (c) Caleb Zahnd. Word of Life Church. */
/* This document is to maintain the styles of various content items throughout the site */


/* STORY */
.story {
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
}
.story h1 {
	font-size: larger;
	border-bottom: 2px solid;
	text-transform:uppercase;
}
.story h2, .sidebar h2 {
	font-size: 110%;
	margin-bottom: 0;
}
.story h3 {
	text-align: justify;
	margin-bottom: 0;
}
.story h4 {
	font-size: 150%;
	font-style:italic;
	text-transform:uppercase;
	margin-bottom: -15px;
}
.story h5 {
	font-size: 200%;
	text-transform:uppercase;
	text-align: center;
	margin: 0;
}
.story p {
	font-size: small;
	text-align: justify;
	color: #626262;
}
.story fieldset {
	margin-top: 10px;
}
.story img {
	border: 1px solid #26211E;
	padding: 2px;
/*	vertical-align: top; */
	margin: 10px;
	margin-top: 0px;
}

.story a:link, .story a:visited, .sidebar_links a:link, .sidebar_links a:visited {
	text-decoration:none;
	color:#0033CC;
}
.story a:hover {
	text-decoration: underline;
}
.sidebar_links a:hover, .sidebar_links a:active {
	background-color: #26211E;
	background-color: transparent;
	color: #FFFFFF;
}
.exclaim {
	text-transform: uppercase;
	font-weight: bold;
	color: #26211E;
	font-size: 120%;
	vertical-align: middle;
}
.no_borders, .story .no_borders, .no_borders img {
	border: 0px solid;
}
.story .no_margins, .no_margins {
	margin: 0;
	padding: 0;
}
.centered {
	text-align:center;
}













/* Staff pages*/
.staff img {
	width: 100px;
	height:100px;
	margin: 10px;
	padding: 1px;
	border: 1px solid #A4A4A4;
	filter: Alpha(Opacity=50);
	-moz-opacity: .50;
}
.staff img:hover {
	filter: Alpha(Opacity=99);
	-moz-opacity: 1;
}
/* THIS IS TO REMOVE THE BLUE SQUARE ON STAFF IMAGES ON HOVER CAUSED BY .story a:hover */
.staff a:hover, .staff a:active {
	background-color: transparent;
}
.staff_name {
	font-size:x-large;
	font-weight: bold;
}
.staff_position {
	font-size:larger;
	font-weight: bold;
}
.staffprofile {
	position: relative;
	display: inline;
}
a.staffprofile img {
	z-index: 10;
}
div.staffprofile a:link .nametag, div.staffprofile a:visited .nametag {
	z-index: 5;
	position: absolute;
	left: 4px;
	bottom: 20px;
	width: 110px;
	background-color: #FFFFFF;
	font-size: 85%;
	display: none;
	text-align: center;
	color: #000000;
	-moz-opacity: .70;
}
div.staffprofile a:hover .nametag, div.staffprofile a:active .nametag {
	display: inline;
}
div.profile_box {
	float: right;
	border: 1px solid #26211E;
	width: 100px;
	padding: 2px;
	margin: 5px;
}
div.profile_box img, div.profile_box div.sub img {
	margin: 0;
	padding:0;
	border: 0;
}
div.profile_box img {
	padding-bottom: -5px;
	margin-bottom: -3px;
}
div.profile_box div.sub {
	height:20px;
	padding-bottom: 0px;
	padding-top: 2px;
}
.quote {
	font-style:italic;
	display:block;
	margin: 5px;
	padding: 10px;
	font-size: 120%;
}
blockquote {
	font-style:italic;
	display:block;
	margin: 5px;
	padding: 10px;
	font-size: 120%;
}






/* AJAX DIV */
#ajax {
	padding: 10px;
	border: 1px solid #86b2d1;
	border-top: 0px;
	margin-bottom: 20px;
	margin-top: -20px;
}




/**
 * =PageGroup Boxes
 */
ul.pagegroup
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.pagegroup h2
{
	font-size: 125%;
	margin: 0;
	padding: 0;
	color: #175A69;
}
ul.pagegroup p
{
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-align: left;
}
ul.pagegroup li a:hover
{
	background-color: transparent;
}

ul.pagegroup img
{
	border: 1px solid #626262;
	padding: 1px;
	width: 75px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

ul.pagegroup li
{
	float: left;
	padding: 0;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 300px;
}
.clearboth {
	clear: both;
	display: block;
}








/* FORMATTED DTABLE */
.formatted_dtable div.item {
	padding: 5px;
	border-top: 1px solid #dedede;
}

/* removes the margins on a formatted_dtable within a sidebar. see internet registrations sidebar */
.sidebar .formatted_dtable {
	margin: -10px;
}

.formatted_dtable div.item:hover, .formatted_dtable a div.item:hover, .formatted_dtable div.item:hover a:link, .formatted_dtable div.item:hover a:visited, .formatted_dtable div.item:hover p {
	background-color: #312c29;
	color: #b88b00;
}

.formatted_dtable div .right_side, .right_side {
	float: right;
}
.formatted_dtable div.item a:link, .formatted_dtable div.item a:visited {
	color: #626262;
	background-color: transparent;
}
.formatted_dtable div.item a:hover {
	text-decoration: underline;
}




/* COMMENTS */

.comment {
	background-color: #eceff5;
	margin: 0;
	padding: 5px;
	margin-bottom: 2px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	min-height: 55px;
}
.comment .comment_pic {
	width:50px;
	height: 50px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.comment .comment_pic img {
	padding: 0px;
	margin: 0px;
}
.comment .comment_content {
	width: 540px;
	margin-left: 65px;
}
.comment .comment_content .comment_name, .comment .comment_content .comment_name:link, .comment .comment_content .comment_name:visited {
	font-weight: bold;
	color: #3b5998;
}
.comment .comment_content .comment_text {
	font-size: 12px;
}
.comment .comment_content textarea.comment_text {
	font-size: 12px;
	width: 500px;
	height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #4A4A4A;

}
.comment .comment_content .comment_time {
	font-size: 11px;
}
p.comment_info {
	font-size: 10px;
}


/* ERRATA */
.fb_status {
	font-style: italic;
	text-align: justify;
	display: block;
}

/* LISTS */
.list li.odd, div.odd {
	background-color:#e8e8e8;
}
.story ol {
	list-style: decimal;
	margin-left: 50px;
	margin-bottom: 20px;
}
ul.normal li, ul.normal li.odd {
	list-style:inside;
	border: 0;
	background-color: transparent;
	background: none;
	padding: 0;
	margin-left: 20px;

}
ul.normal  {
	margin-bottom: 20px;
}













/* PODCAST & VIDEO TABLES!! */

.data_content {
	position: relative;
	width: 640px;
	display: block;
	height: 33px;
	padding: 5px;
	border-top: 1px solid #dedede;
}

.data_content .right_side_icons {
	position: absolute;
	top:10px;
	right:0;
}
.data_content .author {
	position: absolute;
	top:22px;
	left:0;
	width: 300px;
}
.data_content .date {
	position: absolute;
	width: 300px;
	top:22px;
	left:300px;
}
.data_content .title {
	position: absolute;
	top:0px;
	left:0px;
	font-size: 15px;
	font-weight: bold;
}
.data_content .timestamp {
	display: none;
}
.rowodd {
	background-color: #eee;

}




/*Fix for problems caused by story.css */
tbody tr.odd td{
		background: #e8e8e8;
	}
tr:hover, .story tr:hover {
	background-color: none;
}		



	/* Opera fix */
	head:first-child+body tr.ruled td{
		background: none; 
	}
.story table tr td a:link, .story table tr td a:visited {
	color: #626262;
}
.story table tr td a:hover{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}




/* MISSION STATEMENT */
#mission_statement {
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#mission_statement p, #mission_statement li {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mission_statement ul {
	list-style:circle;
	padding-left: 30px;
}
#feature_container {
	border: 1px dotted #626262;
	background-color:#CCC;
	height: 300px;
	width: 765px;
	padding: 10px;
	margin-top: 15px;
}
div#feature_list h3 {
	margin: 0;	
	font-size: 40px;
	padding-top: 10px;
}

div#feature_list {
	width: 763px;
	height: 310px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

div#feature_list ul#tabs {
	left: 0;
	z-index: 2;
	width: 250px;
}

div#feature_list ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

div#feature_list ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

div#feature_list ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 80px;
	outline: none;
}

div#feature_list ul#tabs li a:hover {
	text-decoration: none;
}

div#feature_list ul#tabs li a.current {
	background: url(../images/content/mission/tab_current.png);
	color: #FFF;
}

div#feature_list ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 572px;
	height: 310px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 566px;
	height: 310px;
	margin-top: -2px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}



/* WHAT WE BELIEVE */
p.creed, p.creed_title {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 50px;
}
p.creed_title {
	font-size: 30px;
	font-weight:bold;
	text-decoration: underline;
	margin-top: 30px;
}







/* BANNER STUFF */
.banner_RPA {
	width: 624px;
	height: 400px;
	background: url(http://www.wolc.com/sites/v3/assets/images/content/home/banner/2010/recent_podcast_archive.jpg);
}
.banner_RPA .RPAitem {
	width: 140px;
	margin-left: 21px;
	margin-top: 30px;
	float: left;
	text-align: center;
}
.banner_RPA .RPAitem a:link, .banner_RPA .RPAitem a:visited {
	text-decoration: none;
}
.banner_RPA .first {
	margin-left: 0px;
	text-decoration: none;
}
.banner_RPA img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 5px;
	border: 1px solid #666;
	background-color: #FFF;
	margin-bottom: 30px;
}
.banner_RPA .RPAitem .title {
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	color: #fff;
	text-decoration: none;
}
.banner_RPA .RPAitem .author {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	color: #fff;
}
.banner_RPA .RPAitem .links {
	display: block;
	margin-top: 10px;
	color: #fff;
}
.banner_RPA .RPAitem .links img {
	border: 0;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	display: inline;
	background-color: transparent;
}

.live_stream {
	width: 406px;
	margin-left: auto;
	margin-right: auto;
}
.live_stream a {
	margin-top: 20px;
}




/* SCRIPTURE */
.scripture h2 {
	margin-bottom: 20px;
	font-size: 18px;
	}
.scripture .surrounding-chapters {
	font-size: 14px;
	float: right;
	}
.scripture h3 {
	text-align: left;
	}
.scripture span.verse-num {
	font-size: 80%;
	font-weight: bold;
	padding-right: .15em;
	padding-left: .25em;
	vertical-align: text-top;
	}
.scripture span.woc { /* Words of Christ (for red-letter editions) */
	color: #900;
	}
.scripture span.chapter-num {
	font-weight: bold;
	padding-right: .5em;
	}
.scripture div.esv-text p {
	text-indent: 2em;
	}
.scripture div.esv-text p.same-paragraph {
	text-indent: 0;
	}
.scripture div.block-indent p {
	text-indent: 0;
	padding-left: 2.5em;
	margin-left: 0;
	}
.scripture span.indent {
	padding-left: 2em;
	}
.scripture span.indent-2, .scripture span.psalm-doxology-line {
	padding-left: 4em;
	}
.scripture span.declares-line {
	padding-left: 6em;
	}
.scripture span.small-caps {
	font-variant: small-caps;
	}
.scripture span.selah {
	font-style: italic;
	margin-left: 1em;
	}
.scripture p.extra-space {
	margin-top: 2em;
	}
.scripture div.block-indent span.verse-num, .scripture div.block-indent span.woc  {
	padding-left: 0;
	}
.scripture h4 {
	font-weight: normal;
	}
.scripture h4.speaker {
	padding-left: 10em;
	font-variant: small-caps;
	margin-bottom: -1em;
	}
.scripture h4.textual-note {
	font-variant: small-caps;	
	}
.scripture h4.psalm-acrostic-title {
	font-variant: small-caps;
	}
.scripture h4.psalm-title {

	}
.scripture span.footnote {
	font-size: 80%;
	padding-right: .5em;
	padding-left: 0em;
	vertical-align: text-top;
	}
.scripture div.footnotes h3 {
	margin-top: 0;
	margin-bottom: 0;
	}
.scripture div.footnotes p {
	text-indent: 0;
	}
.scripture span.footnote-ref {
	font-weight: bold;
	}
.scripture p.copyright, p.copyright {
	text-indent: 0;
	font-size: 9px;
	margin-top: 50px;
	background-color: #EBE9C2;
	border: 1px solid #CCC;
	color: #999;
	padding: 3px;
	}
.scripture object.audio {
	margin: 0 0 0 10px;
	padding: 0;
	}
.bible_40med .title {
	font-size: 14px;
	font-weight: bold;
}
.bible_40med .scripture {
}
	


/*ERRATE */
.quote_box {
	margin: 20px;
	padding: 10px;
	background-color:#d4d666;
	border:2px dotted #afb145;
	color: #000;
}
.quote_box p {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* ABOUT/NEW HERE PAGE */
.about h3 {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
}
.about h3.new_here, .about #new_here {
	background-color: #c9526b;
}
.about h3.connect, .about #connect {
	background-color: #ece456;
}
.about h3.grow, .about #grow {
	background-color: #94c952;
}
.about h3.serve, .about #serve {
	background-color: #59b8e8;
}
.about h3.next_step, .about #next_step {
	background-color: #ff9d3e;
}
.panel {
	width: 100%;
	height: 400px;
	display: none;
	padding-top: 25px;
}
.panel_inside {
	height: 360px;
	margin: 10px;
	background-color: #FFF;
	padding: 10px;
}

.panel ul.pagegroup li {
	float: left;
	padding: 0;
	margin: 0px;
	margin-top: 10px;
	width: 50%;
	filter: Alpha(Opacity=99);
	-moz-opacity: 1;
	background-color: transparent;
}