/* @override http://www.wheatlandsalem.org/_css/all.css */

/* @group general styling */

/* site colors */

.blue {
	color: #005d81;
}

.tan {
	color: #c8bea1;
}

.darkbrown {
	color: #59554f;
}

/*general formatting */

* {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

html, body, #doc3 {
	margin: 0px;
	padding: 0px;
	background-color: #59554f;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

/* Start Content headings Fonts & Colors  */

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	text-align: left;
	font-style: normal;
	font-size: 28px;
	font-variant: normal;
	font-weight: bold;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	text-align: left;
	font-style: normal;
	font-size: 22px;
	font-variant: normal;
	font-weight: bold;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	text-align: left;
	font-style: normal;
	font-size: 18px;
	font-variant: normal;
	font-weight: bold;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	text-align: left;
	font-style: normal;
	font-size: 16px;
	font-variant: normal;
	font-weight: bold;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	text-align: left;
	font-style: normal;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	text-align: left;
	font-style: normal;
	font-size: 12px;
	font-variant: normal;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
h3, h4, h5, h6 {
	margin: 1em 0;
}

strong, b {
	font-weight: bold;
}

/* Finish Content headings Fonts & Colors  */

/* Start Content list styling */

#main li ol, #main li ul {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}

#main li {
	margin: 0.8em 0;
	padding: 0;
	list-style-type: inherit;
}

#main h1, #main h2 {
	margin-bottom: 0.5em;
}

#text hr.dotted {
	margin-bottom: 1.5em;
}

#main p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 1em 0;
	color: #fff;
}


/* Finish Content list */

/* Start blockquote */

blockquote {
	margin: 10px 10px 10px 30px;
	padding: 5px 10px 5px 24px;
	background-color: #534f4a;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: none;
	clear: both;
}

blockquote p, {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

/* Finish blockquote */

p {
	font-size: 14px;
}

a {
	color: #c8bea1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main h2 {
	margin-bottom: 1em;
}

#main ul, #main ol {
	margin: 1.5em 3em;
	padding: inherit;
}

#main li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: inherit;
}
.mcms_stats {
	visibility:hidden;
	display:none;
}

/* @end */

/* @group header */

/* Header */

.hdline {
	height: 11px;
	background: url(../images/topnav.gif) repeat-x;
	border-bottom: 2px solid #005d81;
}

#index #hd {
	height: 512px;
	width: 100%;
	background: url(../images/home_grad_bg.gif) repeat-x center bottom;
	z-index: 20;
	left: 0;
	border-bottom: solid 10px #4d4a46;
	position: relative;
}
#hd {
	height: 126px;
	width: 100%;
	background: url(../images/subpage_header_bg.gif) repeat-x center bottom;
	z-index: 20;
	left: 0;
	border-bottom: solid 10px #4d4a46;
	position: relative;
}

#bd, #ft {
	z-index: 10;
	position: relative;
}

.container, #yui-main {
	margin: 0 auto;
	width: 974px;
	position: relative;
}

#hd #logo a {
	background: url(../images/ws_logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 103px;
	width: 308px;
	position: absolute;
	left: 633px;
	top: 16px;
}

#site-index {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
	background: url(../images/site_index_bg.jpg) repeat;
	border-bottom: 2px solid #006085;
}

#site-index #pulldownon {
	clear: both;
	height: 30px;
	width: 436px;
	position: absolute;
	left: 0;
}

#pulldownfull {
	display: none;
	width: 100%;
	position: relative;
	padding: 10px 5px;
	text-align: left;
}

#site-index #pulldownfull ul {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

#site-index #pulldownfull ul ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#site-index #pulldownfull ul li {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#site-index #pulldownfull ul li ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#site-index #pulldownfull h3 {
	color: #006085;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}

#pulldownfull ul li a, #pulldownfull table tbody tr td ul li a {
	text-decoration: none;
	color: #59554f;	
	font-weight: normal;
}

#pulldownfull a:hover {
	text-decoration: underline;
}

#site-index #pulldownfull table {
	width: 100%;
}

#site-index #pulldownfull table td {
	vertical-align: top;
	padding: 0 10px 0 0;
	margin: 0;
}

#site-index .left-cap {
	background: url(../images/site_index_lt.png) no-repeat;
	float: left;
	height: 30px;
	width: 7px;
}

#site-index .right-cap {
	background: url(../images/site_index_rt.png) no-repeat;
	float: left;
	height: 30px;
	width: 9px;
}

#site-index .mid {
	background: #006085;
	float: left;
	height: 30px;
	width: 288px;
}
#site-index #pulldownon ul {
	margin: 4px 0 0 10px;
	padding: 0px;
	float: left;
}

#site-index #pulldownon ul li {
	display: block;
	font-size: 12px;
	text-transform: lowercase;
	line-height: 18px;
	margin-right: 5px;
	padding-right: 10px;
	height: 21px;
}

#site-index #pulldownon ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#site-index #pulldownon ul li a:hover {
	color: #d8cead;
}

#site-index #pulldownon ul li .down {
	background: url(../images/site_index_down_arrow.gif) no-repeat 0 0;
	padding-left: 15px;
}

#site-index #pulldownon ul li .up {
	background: url(../images/site_index_up_arrow.gif) no-repeat 0 0;
	padding-left: 15px;
}

#site-index #pulldownon ul li .down:hover, #site-index #pulldownon ul li .up:hover {
	background-position: 0 -22px;
}

#site-index #searchForm {
	display: inline;
	float: right;
	margin: 2px 0 0;
}

#searchForm .left-cap {
	background: url(../images/site_index_search_lt.gif) no-repeat;
	height: 23px;
	width: 23px;
}

#searchForm fieldset {
	width: 190px;
	height: 23px;
	overflow: hidden;
	background-color: #fff;
}

#searchForm input {
	border: medium none;
	font-size: 14px;
	height: 20px;
	padding: 3px 0 0 3px;
	width: 155px;
}

#searchForm a {
	display: none;
}
#topnav {
	top: 100px;
	height: 20px;
	position: absolute;
	z-index: 9999;
	display: block;
}
#topnav ul {
	height: 28px;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	float: left;
	font-size: 15px;
	text-transform: capitalize;
	margin: 0 14px 0 0;
	position: relative;
	height:26px;
	line-height:18px;
}

#topnav ul li a {
	color: #45535b;
	text-decoration: none;
	padding: 0;
}

#topnav ul li a:hover, #topnav li.current a {
	color: #fff;
}

#topnav ul li a span.lt, #topnav li a span.rt {
	width: 9px;
}

#topnav ul li a span {
	height: 20px;
	float: left;
}

#topnav ul li a:hover span, #topnav li.current a span {
	background: #006085;
}

#topnav ul li a:hover span.lt, #topnav ul li.current a span.lt {
	background: transparent url(../images/nav_on_lt.png);
}

#topnav ul li a:hover span.rt, #topnav ul li.current a span.rt {
	background: transparent url(../images/nav_on_rt.png);
}
#topnav ul li ul {
	width: 190px;
	display:none;
	margin:0;
	padding:0;
	border-top:solid 10px #2f2d2b;
	position: absolute;
	top: 28px;
	z-index: 9999;
}
#topnav ul li ul li {
	margin: 0px;
	padding: 0px;
	background: #dfd7be;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #2f2d2b;
	border-left:solid 1px #2f2d2b;
	width: 188px;
	text-align:left;
	font-size: 12px;
	color: #59554f;
	text-indent:11px;
	line-height: 33px;
	height: 33px;
	float:none;
}
#topnav ul li ul li.last {
	border-bottom:solid 2px #2f2d2b;
}
#topnav ul li ul li a, #topnav ul li.current ul li a {
	background: #dfd7be;
	font-size: 12px;
	color: #59554f;
	line-height: 33px;
	width: 188px;
	text-decoration: none;
	display:block;
	height: 33px;
}
#topnav ul li ul li a:hover, #topnav ul li ul li.current a {
	background-color:#fff;
	background-image: none;
	color: #59554f;
}

/* end Header */

/* @end */

/* @group home rotator */

/* rotator */

#home-rotator {
	top: 134px;
	height: 363px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

#home-rotator .slideshow {
	background: transparent url(/images/home_rotator_bg.png) no-repeat scroll 0 0;
	height: 341px;
	padding: 14px 12px 9px 10px;
	position: absolute;
	width: 586px;
	z-index: 10;
}

#home-rotator #secnav {
	top: 0;
	left: 600px;
	height: 363px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

#home-rotator ul {
	list-style: none;
	margin: 15px 0 0;
	padding-bottom: 8px;
	background: url(../images/home_secnav_bg.jpg) no-repeat left bottom;
}

#home-rotator ul li a {
	width: 374px;
	height: 111px;
	overflow: hidden;
	display: block;
	text-indent: -999px;
}

#home-rotator ul li a:hover {
	background-position: 0 -111px;
}
/* end rotator */

/* @end */

/* @group sidebar */

/* sidebar */

#sidebar {
	width: 306px;
	float: right;
	margin: 19px 12px 19px 18px;
	background: url(../images/sidebar_bg.gif) no-repeat;
	padding: 14px;
	height: auto;
}
#sidebar .button a {
	margin-bottom: 10px;
}
#sidebar .button a {
	background-image: url(../images/sidebar_first_time_btn.gif);
	width: 227px;
	display: block;
	height: 31px;
	padding: 14px 59px 18px 24px;
	text-decoration: none;
	overflow: hidden;
}

#sidebar .button a:hover {
	background-position: 0 -63px;
}

#sidebar .button h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

#sidebar .button p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#sidebar .block {
	margin:10px 14px 25px;
	clear: both;
}

#sidebar .block .title {
	margin: 0 0 6px;
	padding: 0 0 10px;
	background: url(../images/divider_line.gif) repeat-x left bottom;
}

#sidebar .block .title h3 {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	padding: 0;
}

#sidebar #recent-msgs h3 {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/recent_msg_icon.gif) no-repeat left center;
}

#sidebar #upcoming-events h3 {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/upcoming_events_icon.gif) no-repeat left center;
}

#sidebar .block p {
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
}

#sidebar .block p.sermon-title {
	font-size: 14px;
	color: #fff;
}

#sidebar .block em {
	font-style: italic;
}

#sidebar .block li {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

#sidebar .block li.date {
	float: left;
	clear: both;
	width: 60px;
}

#sidebar .block .media {
	float: right;
	margin-left: 5px;
}

#sidebar .block .media li {
	margin-bottom: 1px;
}

#sidebar .block .media li a {
	text-indent: -999px;
	overflow: hidden;
	display: block;
	width: 114px;
	height: 24px;
}

#sidebar .block .media li a:hover {
	background-position: 0 -24px;
}

#sidebar .block .media .listen a {
	background: url(../images/sidebar_listen_btn.gif) no-repeat;
}

#sidebar .block .media .download a {
	background: url(../images/sidebar_download_btn.gif) no-repeat;
}
#sidenav {
	padding:14px;
}
#sidenav h3 {
	font-size: 15px;
	line-height: 20px;
	border-bottom: solid 1px #4d4a46;
	padding-bottom: .6em;
	margin: 0;
}
#sidenav li.current ul, #sidenav li.current ul li.current ul {
	display: block;
}
#sidenav li ul {
	display:none;
}
#sidenav li a {
	padding: 11px;
	border-bottom: solid 1px #4d4a46;
	display: block;
	text-decoration: none;
}
#sidenav li a:hover, #sidenav li.current.last a, #sidenav li.current.last ul li a:hover {
	background: #4d4a46;
	color: #fff;
}
#sidenav li.current.last ul li a {
	background:none;
	color: #c8bea1;
}
#sidenav li.current ul li a, #sidenav li ul li a {
	padding: 11px 11px 11px 26px;
}
#sidenav li.current ul li ul li a, #sidenav li ul li ul li a {
	padding: 11px 11px 11px 41px;
}
#sidebar p.seeall {
	font-size: 11px;
	line-height: 2em;
	//text-align: right;
	clear: both;
}
/* end sidebar */

/* @end */

/* @group content main */

/* main */

#bd {
	clear: both;
	border-top: solid 1px #66625c;
}

#bd #content {
	width: 600px;
	overflow: hidden;
}
#bd #main {
	padding: 19px 0;
	width: 600px;
	overflow: hidden;
}

#subpage_header {
	border: 5px solid #fff;
	max-width: 100%;
}

#headimg {
	margin-bottom: 1em;
	
}
#breadcrumb {
	font-size: 12px;
	font-weight: normal;
	color: #c6be9f;
	margin: 0 0 20px 0;
	padding: 4px 4px 4px 6px;
	background: #534f4a;
	width: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#bd #tertnav {
	list-style: none;
	background: #534f4a;
	display: block;
	width: 100%;
	margin: 0 0 21px 0;
	height: 24px;
	padding: 0;
}

#tertnav li {
	float: left;
	font-size: 13px;
	text-transform: capitalize;
	margin: 0 4px 0 0;
	padding: 0;
}
#tertnav li.news a span {
	background: transparent url(/images/news_icon.png) no-repeat 0 5px;
	padding: 0 0 0 18px;
	display: block;
}
#tertnav li.news.current a span {
	background: #4d4a46 url(/images/news_icon.png) no-repeat 0 5px;
}
#tertnav li.volunteer a span {
	background: transparent url(/images/volunteer_icon.png) no-repeat 0 5px;
	padding: 0 0 0 18px;
	display: block;
}
#tertnav li.volunteer.current a span {
	background: #4d4a46 url(/images/volunteer_icon.png) no-repeat 0 5px;
}
#tertnav li.download a span {
	background: transparent url(/images/download_icon.png) no-repeat 0 6px;
	padding: 0 0 0 22px;
	display: block;
}
#tertnav li.download.current a span {
	background: #4d4a46 url(/images/download_icon.png) no-repeat 0 6px;
}
#tertnav li.contact a span {
	background: transparent url(/images/contact_icon.png) no-repeat 0 6px;
	padding: 0 0 0 22px;
	display: block;
}
#tertnav li.contact.current a span {
	background: #4d4a46 url(/images/contact_icon.png) no-repeat 0 6px;
}
#index #tertnav li.news a span {
	background: none;
	padding: 0 8px;
	display: block;
}
#index #tertnav li.news.current a span {
	background: #4d4a46;
}

#tertnav li a, #tertnav li a span {
	text-decoration: none;
	padding: 0;
}

#tertnav li a:hover, #tertnav li a:hover span {
	text-decoration: underline;
}

#tertnav li.current a {
	color: #fff;
}

#tertnav li.current a:hover, #tertnav li.current a:hover span {
	text-decoration: none;
}

#tertnav li a span.lt, #tertnav li a span.rt, #tertnav li.current a span.lt, #tertnav li.current a span.rt {
	width: 6px;
	padding: 0;
	background: none;
}
#index #tertnav li.news a span.lt, #index #tertnav li.news a span.rt {
	width: 6px;
	padding: 0;
}

#tertnav li a span {
	height: 28px;
	line-height: 24px;
	float: left;
	margin-bottom: -4px;
	padding: 0 8px;
	width: auto;
}

#tertnav li.current a span {
	background: #4d4a46;
}

#tertnav li.current a span.lt, #index #tertnav li.current a span.lt {
	background-image: url(../images/subnav_on_lt.gif);
}

#tertnav li.current a span.rt, #index #tertnav li.current a span.rt {
	background-image: url(../images/subnav_on_rt.gif);
}
#ajax-content {
	padding: 0 0 19px;
}
#ajax-content .listimg {
	background: url(../images/list_image_bg.gif) no-repeat;
	padding: 5px 12px 12px 5px;
	float: left;
	width: 193px;
	height: 125px;
}
#ajax-content .listimg img {
	width: 176px;
	height: 107px;
}
#ajax-content h2, #ajax-content h2 a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

#ajax-content h2 a {
}

#ajax-content p {
	font-size: 12px;
	line-height: 1.5em;
	margin:0;
}

#ajax-content p.more {
	font-size: 13px;
	line-height: 2em;
}
#ajax-content .lower-info-box {
	margin: 0;
	padding: 0;
}
#ajax-content li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	clear: left;
}

#register {margin: 12px 0 0 0; padding: 14px 30px; background: #4d4a46; border: #d6cfbd 2px solid; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;}
#register p {margin: 0; text-align: left; font-size: 1em; color: #bdbbb9;}
#register p a {font-size: inherit;}

/* end main */

/* @end */

/* @group footer */

/* Footer */

#ft {
	clear: both;
	height: 100px;
	//position: relative;
	color: #bdbbb9;
	font-size: 12px;
	margin: 0;
}

#ft p, #ft ul {
	color: #bdbbb9;
	font-size: 12px;
	line-height: 23px;
}

#ft .container {
	background: url(../images/divider_line.gif) repeat-x;
	padding: 13px 2px;
	width: 970px;
}

#ft .fishhook {
	float: right;
}

#ft .fishhook a {
	background: url(../images/fh_logo_icon.gif) no-repeat;
	padding: 5px 0 5px 30px;
}

#ft ul {
	clear: both;
	margin-top: 9px;
}

#ft ul li {
	float: left;
}

#ft li.facebook a {
	background: url(../images/facebook_badge.gif) no-repeat;
	margin-right: 10px;
}

#ft li.twitter a {
	background: url(../images/twitter_badge.gif) no-repeat;
	margin-right: 10px;
}

#ft li.email a {
	background: url(../images/email_icon.gif) no-repeat;
	margin-right: 10px;
}

#ft li.rss a {
	background: url(../images/rss_icon.png) no-repeat;
}

#ft ul li a {
	height: 44px;
	width: 44px;
	list-style-type: none;
	list-style-image: none;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#ft li.donate a {
	background: url(../images/online-giving.jpg) no-repeat;
	margin-right: 10px;
	width: 140px;
}

/* @end */

/* @group forms */

/* = Forms  
---------------------------------------------------------------------
*/

#comments .comment{
	font-size: 10px;
	font-weight: normal;
	background: url(../images/comment_bubble.gif) no-repeat left center;
	padding-left: 20px;
}

.monkForm textarea,
#comments textarea {
   width: 60%;
   height: 150px;
   border:1px solid #c8bea1;
   padding:0.5em;
}
#content .monkForm fieldset p.data {
	color:#c8bea1;
	font-size:1.3em;
	line-height:0.9;
	margin:1.3em 0;
}
.monkForm fieldset label,
#comments label {
	font-size: 14px;
	color: #c8bea1;
	padding:7px 10px 7px 0;
	text-align: left;
}
.checkbox p.data label {
	padding: 2px 10px 7px 0;
}
.radio p.data label {
	padding: 3px 10px 7px 0;
}

.select p.data label {
	padding: 3px 10px 7px 0;	
}
.monkForm fieldset legend{
   font-size: 1.4em;
   padding-bottom: .5em;
   color: #c8bea1;
}
.monkForm div span.checkbox-label {
	color:#c8bea1;
	font-size:14px;
	padding-left:10px;
}
.monkForm h1 {
	color: #5a7554;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 1em;
}

.monkForm div {
	margin-bottom: 1em;
}

.monkForm input,
#comments input {
	border: 1px solid #c8bea1;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px;
}

.monkForm #formsubmit input,
#comments #comment-submit {
	margin-left: 200px;
	padding:0.5em;
}

#comments #comment-submit {
	margin-top:12px;
}
.monkForm label,.monkForm spacer,.monkForm multiple span,
#comments label {
	width:190px;
	float:left;
	} 
.monkForm multiple {
	float:left;
	} 
	
.monkForm div.clear {clear:both;padding-top:5px;}

form.monkForm fieldset p.error, #content form.monkForm fieldset p.error {
	font-size: 11px;
	display: block;
	text-align: left;
	padding-left: 200px;
	width: 60%;
	color: red;
}

.monkForm #response {
	font-size: 16px;
	background-color: #c8bea1;
	font-weight: bold;
	color: #5a7554;
	border: 1px solid #999;
	margin: 8px;
	padding: 10px;
}

.monkForm p a {
	font-size: 14px;
	position: relative;
	left: 130px;
	top: 16px;
}

.monkForm p a:hover {
	font-size: 14px;
	position: relative;
	left: 130px;
	top: 16px;
	text-decoration: underline;
}

/* end forms */

/* @end */

/* @group blog */

/* blog styling */

#main .blogpost-meta, #main .post-meta {
	font-size: 11px;
	font-weight: normal;
	background: transparent url(../images/upcoming_events_icon.gif) no-repeat;
	padding-left: 20px;
}
#comments .comment{
   background: #534f4a;
   width: 450px;
   float: left;
   display: inline;
   padding-bottom: 12px;
   margin-bottom: 24px;
   margin-left: 10px;
   border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
}

#comments .comment h3{
   background: url(/_img/bg_latestsermon_h3.gif) no-repeat;
   text-indent: -9999px;
   height: 15px;
   margin-bottom: 0;
}
#comments .comment h4{
   margin-left: 0px;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-size: 1.3em;
   line-height: 1.5em;
   width: 424px;
   float: left;
   display: inline;
}

#comments .comment h4 a{
   color: #5a5444;
}

#comments .comment p.comment-meta{
   color: #70695d;
   font-size: 1.1em;
   margin: 3px 13px 0 0;
   float: left;
   text-align: right;
   display: inline;
   clear: left;
   width: 424px;
   line-height: 1.5;
}
#ajax-content ul.lower-info-box li div.comments {
	float: right;
	font-size: 11px;
	background: url(../images/comment_bubble.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 12px;
}

div.post {
	clear: both;
	margin:1em 0;
	padding-top:2em;
	background: transparent url(../images/divider_line.gif) repeat-x scroll left top;
}
div.post.last {
}
/* end blog styling */

/* @end */



/* @group SERMONS */
#main .sermondetail h2, 
#main #articlelist h2, 
#main .articledetail h2 {
	margin-top: .5em;
	margin-bottom: .5em;
}
#main .sermondetail ul.byline, 
#main #articlelist ul.byline, 
#main .articledetail ul.byline {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 1em;
}
#main .sermondetail ul li, 
#main #articlelist ul li, 
#main .articledetail ul li {
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	padding-right: 10px;
}
#main .sermondetail li.bl_preacher, 
#main #articlelist li.bl_preacher, 
#main .articledetail li.bl_preacher {
	border-right: 1px solid #003643;
	display:inline;
}
#main .sermondetail li.bl_date, 
#main #articlelist li.bl_date, 
#main .articledetail li.bl_date {
	border-right: 1px solid #003643;
	display: inline;
}
#main .sermondetail li.bl_series, 
#main .articledetail li.bl_series {
	display:inline;
}
#sermon-content h2 {
	margin: 0.5em 0;
}
#main div.info-holder #currentsermonbox {
	background:#DFD7BE url(../images/subpage_header_bg.gif) repeat-x scroll center top;
	border:1px solid #4d4a46;
	padding: 10px;
	margin-bottom:1em;
}
#main div.info-holder .sermonlist #currentsermonbox {
	margin-bottom: 20px;
	height: 180px;
}
#main div.info-holder #currentsermonbox h2 {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-size: 16px;
	color:#45535B;
}
#main div.info-holder #currentsermonbox img.currentsermongraphic {
	float: left;
	margin-right: 1em;
	width: 225px;
	border-style: none;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#main div.info-holder #currentsermonbox p {
	font-size: 13px;
	margin:0 0 0.6em;
	padding: 0;
	color:#45535B;
}
#main div.info-holder #currentsermonbox span {
	margin: .6em 0;
}
#main div.info-holder #currentsermonbox span p {
	font-size: 11px;
}
#main div.info-holder #currentsermonbox a, #main div.info-holder div.sermonbox a {
	color: #006085;
}

#main div.info-holder ul.mediatools li {
	list-style-type: none;
	float: left;
}
#sermonpage.info-holder ul.mediatools li, #currentsermonbox ul.mediatools li {
	margin:0;
}
#main div.info-holder ul.mediatools li.audioplayer a {
	background: url(../images/btn_listen.png) no-repeat center center;
	text-indent: -99999px; overflow:hidden;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 1em;
}
#main div.info-holder ul.mediatools li.download a {
	background: url(../images/btn_download.png) no-repeat center center;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px; overflow:hidden;
	float: left;
	margin-right: 1em;
}
#main div.info-holder ul.mediatools li.notes a {
	background: url(../images/btn_groupcurriculum.png) no-repeat center center;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px; overflow:hidden;
	float: left;
	margin-right: 1em;
}
#pagination {
	float: right;
}
.sermonlist #pagination,
.info-holder #pagination,
#articlelist #pagination,
{
	float: right;
	margin-top: -12px;
}
#pagination a {
	text-decoration: none;
	margin-left: 4px;
	padding-left: 7px;
	font-size: 11px;
	font-weight: bold;
}
#pagination a#current {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#pagination a#off {
}
div.sermonbox {
	background:#DFD7BE url(../images/subpage_header_bg.gif) repeat-x scroll center bottom;
	padding: 1em;
	margin: 0;
	color:#45535B;
}
#main div.info-holder div.sermonbox h2 {
	color: #72C4BD;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#main div.info-holder div.sermonbox p {
	font-size: 12px;
	margin: 0;
	color:#45535B;
}

#banner img {
	border: 10px solid #fff;
}

#banner {
	margin-bottom: 1em;
}
#main div.info-holder div.sermonbox span {
	margin: .6em 0;
}
#main div.info-holder div.sermonbox span p {
	font-size: 11px;
}
#main div.info-holder ul.mediatools {
	padding:0;
	margin:0;
}
#main div.info-holder ul.mediatools, ul#mediabox {
	list-style-image: none;
	list-style-type: none;
	float: right;
	padding:0;
	margin:0;
}
#secondaryContent {
	color:#fff;
}
#secondaryContent h3 a.podcastsubscribe {
	background: url(../images/icon_itunes.png) no-repeat;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 36px;
	text-decoration:none;
	font-size: 14px;
	color:#c8bea1;
}
#secondaryContent h3 a.podcastsubscribe:hover {
	text-decoration:underline;
}
.sermonlist #secondaryContent h3 {
	padding: 1em 0;
}
#sorting h3 {
	text-transform: none;
	line-height: 20px;
	padding-bottom: .6em;
	margin: 0;
}
#sorting label {
	text-transform: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
select.sorter {
	font-size: 12px;
	width:100%;
	margin-bottom: 1em;
}
#secondaryContent h2 {
	text-transform: none;
	margin: 10px 0;
	font-size:16px;
}
#secondaryContent ul {
	list-style-type: none;
	list-style-image: none;
}
#secondaryContent ul li {
	color: #105D57;
	font-size: 14px;
	line-height:22px;
}
.sermonlist #secondaryContent ul li {
	margin-left: 0;
}
#secondaryContent ul li img {
	margin-bottom: -3px;
}
.sermonlist .sermonbox.last, ul.lower-info-box li.last {
	margin-bottom: 20px;
}
/* @end */
/* @group STAFF */
table.staff {
	width: 100%;
}
#main h2.dirtitle,
#ajax-content h2.dirtitle{
	font-weight: normal;
	margin: 1em 0;
}
#main table.staff  h3,
#ajax-content table.staff  h3{
	margin-bottom: 0.3em;
	padding-bottom: 0;
	font-weight: normal;
}
#main table.staff em,
#ajax-content table.staff em {
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 0;
	margin-top: 0;
}
#main table.staff  h3 span,
#ajax-content table.staff  h3 span{
	color: #c6be9f;
}
#main table.staff  td.first, 
#ajax-content table.staff td.first
{
	width: 100px;
	vertical-align: top;
}
#main table.staff  td.second,
#ajax-content table.staff  td.second
{
	vertical-align: top;
	position: relative;
	display:block;
}
#main table.staff  td img,
#ajax-content table.staff  td img
{
	padding: 6px;
	border: solid 1px #fff;
	background: #4d4a46;
}
#main table.staff  p,
#ajax-content table.staff  p
{
	font-size: 12px;
	line-height: 15px;
}
#main table.staff ul,
#ajax-content .bio ul{
	position: absolute;
	top: 0;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 41px;
	height: 0;
	list-style-type: none;
}
#main table.staff ul li,
#ajax-content .bio ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	
}
#main table.staff ul li a,
#ajax-content .bio ul li a {
	list-style-type: none;
	list-style-image: none;
	display: block;
	text-indent: -9999px; overflow:hidden;
}
#ajax-content .bio ul li a, 
#main table.staff ul li a {
	background:url(/images/email.png) no-repeat 0 -10px;
	width: 32px;
	height: 32px;
}
/* @end */

/* @group search styling */

#main.searchresults p {
	margin-top: 0;
}

/* @end */

/* @group articles */

/* articles */

#main #articlelist {
	margin:0; padding:0;
}
#main #articlelist ul ul {
	border-bottom:none;
}
#main #articlelist ul {
	margin:0 0 0.5em; padding:0;
	border-bottom:transparent url(../images/divider_line.gif) repeat-x scroll 0 0;
}
#main #articlelist h2 {
	text-transform:uppercase;
	padding:0;
}
#main #articlelist h2 a {
	color: #105D57;
}
#main #articlelist li {
	display:block;
	list-style-type:none;
}
#categoryfilters ul {
	margin:0; padding:0 0 0 1em;
}
#mb_notes a {
	background: url(../images/downloads_big.png) no-repeat;
	display: block;
	height: 32px;
	width: 32px;
	overflow: hidden;
	text-indent: -9999px;
}
/* //articles */

/* @end */

/* @group serving */
#skills_opps {
	padding: 14px;
}

#skillsform ul.skillslist li label {
	color: #C8BEA1;
}
#skills_opps h3 {
	font-size: 15px;
	line-height: 20px;
	border-bottom: solid 1px #4d4a46;
	padding-bottom: .6em;
	margin: 0;
}
#skills_opps ul {
	list-style:none;
	margin:0;
	padding:10px;
}
#skills_opps #num_opps {
	float:right;
}
#skills_opps form {
	margin-bottom: 1em;
}
#showsubs {
	border:solid 1px #eee;
	line-height:22px;
	padding:2px 6px;
	margin-bottom:10px;
}
#showsubs li {
	border-right:1px solid #EEEEEE;
	display:inline;
	margin:3px;
	padding-right:6px;
}
#showsubs li a {
	padding: 0 0 6px 0;
}
#sub_opps h2 {
	margin: 6px 0;
}
#skills_opps li a {
	text-decoration:none;
}
#skills_opps li a:hover {
	text-decoration:underline;
}
#sc_opps h4 {
	font-size:16px;
	font-weight:normal;
}
#sc_opps h4 a {
	text-decoration:none;
}
#sc_opps h4 a:hover {
	text-decoration:underline;
}
#main .sc-article p {
	margin: 0 0 1em;	
}

/* @end */

/* @group news/events */

#month-rotator h4 {
	text-align: center;
	margin: 0;
}
#month-rotator ul {
	text-align: center;
	margin: 0.5em 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #534f4a;
}

#month-rotator ul li {
	display: inline;
	padding: 0 20px;
	margin: 0;
}
#month-rotator .dottedline {
	background: transparent url(../images/divider_line.gif) repeat-x scroll 0 0;
	height: 2px;
}
#month-rotator ul li.current {
	text-transform: uppercase;
	font-size: 120%;
}

#calendar {
}
#eventlist h3 {
	margin-top: 0.5em;
}
#eventlist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#eventlist ul .calicon {
	background-color: #006085;
	border: solid 2px #fff;
	float: left;
	height: 41px;
	width: 32px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	margin:0;
}

#eventlist ul .calicon span, #sidebar ul .calicon span {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	line-height: 16px;
	padding: 0;
	background: #dfd7be;
	color: #45535b;
	margin-bottom: 1px;
}

#eventlist ul li.day {
	margin-bottom: 1em;
}
#eventlist ul .day ul li em span.event-sep, #eventlist ul .day ul li em span.eventTime {
	font-size: 13px;
	margin-left: 0;
}

#eventlist ul .today span {
	color: #666;
	border-bottom: 1px solid #666;
}
#eventlist ul .day ul {
	margin:0 0 0 45px;
	padding:0;
	line-height:16px;
}
#eventlist ul .day ul .event {
	font-size: 14px;
	margin-right: 18px;
}
#eventlist ul .day ul .event a {
	display: block;
	text-decoration:none;
	font-weight:bold;
}
#eventlist ul .day ul .event a:hover {
}
#eventlist ul .day ul li em {
	margin: 0px;
	padding: 0px;
}
.calendar .calendar-month {
	color:#fff;
	text-align:center;
	margin:0 0 9px;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
#sidebar .block .calendar .calendar-month span {
	margin:0 0 10px;
	color: #c8bea1;
}
.calendar .calendar-month .calendar-prev {
	float:left;
	color: #c8bea1;
}
.calendar .calendar-month .calendar-next {
	float:right;
}
#sidebar .block table.calendar th {
	border-bottom:1px solid #dfd7be;
	margin:0;
	padding:6px 5px 5px;
	text-align:center;
	font-size:10px;
	font-weight: bold;
	width:28px;
	background-color: #dfd7be;
	color:#45535B;
}

table.calendar tbody {
	border:1px solid #dfd7be;
	display: block;
}
#sidebar .block table.calendar td {
	font-size:11px;
	height:38px;
	line-height:38px;
	margin:0;
	padding:0;
	text-align:center;
	width:38px;
}
#sidebar .block table.calendar td a {
	color:#c8bea1;
	display:block;
	margin:1px;
	padding:0;
	width:36px;
}

#sidebar table.calendar {
	margin: 0 auto;
}
#sidebar .block table.calendar td.linked-day a {
	background: #4D4A46;
	color: #fff;
	text-decoration: none;
}
#sidebar .block table.calendar td.linked-day a:hover {
	background: #006085;
}

/* @end events */

.clearall {
	clear: both;
}

.hr {
	background:transparent url(../images/divider_line.gif) repeat-x scroll left bottom;
	height:2px;
	margin:0.5em 0 0;
}
.hr hr {
	display: none;
}
hr {
	margin: 0.5em 0;
	height: 1px;
	color: #534F4A;
	background-color: #534F4A;
}