/* @override 
	http://upc-orlando.com/_css/styles.css
	http://www.upc-orlando.com/_css/styles.css
*/

/* Site: UPC Orlando */

/* = CSS RESET  
---------------------------------------------------------------------
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @group Global Styles */

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: #7C8738 url(/_img/bg_body.gif) repeat-x;
   color: #2e2e2e;
   min-width: 935px;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   background: #fff;
   border-top: 2px solid #62262A;
   position: relative;
}

a{
   overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.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 */


/* @end Global Styles */

/* @group Header */

#headwrap{
   background: url(/_img/bg_headwrap.gif) no-repeat top center;
   padding-top: 5px;
}

#header{
   height: 145px;
   width: 935px;
   margin: 0 auto;
}

#header h1{
   background: url(/_img/bg_h1.gif);
   width: 206px;
   height: 95px;
   float: left;
   margin-top: 8px;
}

#header h1 a{
   display: block;
   height: 95px;
   text-indent: -9999px;
}

#utility{
   float: right;
   height: 55px;
   padding-left: 37px;
   background: url(/_img/bg_utility.gif) no-repeat left top;
}

#utility ul{
   background: #7c8738;
   float: left;
   padding: 0 3px 0 13px;
   list-style: none;
}

#utility ul li{
   float: left;
   margin-right: 10px;
}

#utility ul li#contact-upc{
   margin: 0;
}

#utility ul li#weekly_email{
   margin: 0 0 0 6px;
}

#utility ul li a{
   padding: 6px 10px 10px 24px;
   text-decoration: none;
   color: #fff;
   display: block;
   font-size: 1.1em;
}

#utility ul li a:hover{
   text-decoration: underline;
}

#utility ul li#egiving a{
   background: url(/_img/bg_li_egiving.gif) no-repeat 0 4px;
}

#utility ul li#app-twitter a{
   background: url(/_img/app-twitter.gif) no-repeat 0 4px;
}

#utility ul li#app-facebook a{
   background: url(/_img/app-facebook.gif) no-repeat 0 4px;
}

#utility ul li#member-login a{
   background: url(/_img/bg_li_member-login.gif) no-repeat 0 4px;
}

#utility ul li#contact-upc a{
   background: url(/_img/bg_li_contact-upc.gif) no-repeat 0 6px;
}

#utility ul li#weekly_email a{
   background: url(/_img/subscribe.png) no-repeat 0 4px;
}

/* @end Header */

/* @group Navigation */

#nav{
   list-style: none;
   clear: both;
   float: left;
   margin-top: 9px;
   font-size: 1.2em;
   width: 935px;
   overflow: hidden;
   height: 30px;
}

#nav li{
   float: left;
   width: 11em;
}

#nav li a{
   display: block;
   color: #fff; 
   text-decoration: none;
   padding: 10px 0 7px;
   text-align: center;
}

#nav li a:hover,
#nav li:hover a{
   background: #a27f4f;
}

#nav li:hover li a{
   background: none;
   line-height: 1.5;
}

#nav li:hover li a:hover{
   background: #a27f4f;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 1001;
   width: 11em; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
   background: #bf9c6d;
}

#nav li li a{
   padding: 5px;
}

#nav li ul ul{
   display: none;
}

#nav li:hover ul,
#nav li.sfhover ul{
   left: auto;
}


/* @end Navigation */

/* @group Home Page */

#home #container-inner{
   width: 935px;
   margin: 0 auto;
   padding: 18px 0;
}

#home-featured{
   padding: 15px 0;
   height: 198px;
   background: #963B40;
   border-top: 1px solid #c0898c;
}

#featured-banner{
   width: 933px;
   height: 196px;
   margin: 0 auto;
   border: 1px solid #fff;
   background: #fff;
}

#church-info{
   float: left;
   display: inline;
   margin-right: 1px;
   width: 234px;
   height: 166px;
   padding: 15px 24px;
   text-align: center;
   background: url(/_img/bg_church-info.jpg) no-repeat;
}

#church-info h3#home-schedule{
   font-size: 1.4em;
   font-weight: bold;
   color: #7a592c;
   padding-bottom: 13px;
   text-transform: uppercase;
   margin-bottom: 12px;
   background: url(/_img/bg_church-info_h3.gif) no-repeat bottom center;
}

#church-info p{
   font-size: 1.2em;
   color: #7A592C;
   margin-bottom: 12px;
   line-height: 1.4;
}

#church-info p#fullschedule a{
   background: url(/_img/bg_p_fullschedule.gif) no-repeat 0 3px;
   padding: 5px 0 5px 18px;
   color: #7A592C;
}

#church-info p#fullschedule a:hover{
   text-decoration: none;
}

#church-info p#directions{
   display: inline;
}

#church-info p#directions a{
   display: block;
   width: 100px;
   margin: 0 auto;
   border: 1px solid #7C8738;
   padding: 6px 32px 6px 9px;
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   background: #BEC39C url(/_img/bg_home_directions.gif) no-repeat 108px 5px;
}

#church-info p#directions a:hover{
   background-color: #95A166;
}

#home #content{
   width: 935px;
   padding: 0;
}

#home #content ul{
   margin: 0;
}

#home #content li{
   margin: 0;
   padding: 0;
   background: none;
}

#church-info h3#planvisit{
   clear: both;
   padding: 12px 0 10px;
}

#church-info h3#planvisit a{
   font-size: 2em;
   color: #7B5E2E;
   text-decoration: none;
   font-family: Georgia, "Times New Roman", Times, serif;
}

#church-info h3#planvisit a:hover{
   text-decoration: underline;
}

ul#home-slideshow{
   float: left;
}

#homecontent_1{
   float: left;
   position: relative;
   padding: 0 0 48px 0;
   position: relative;
   height: 405px;
   overflow: hidden;
}

#homecontent_2{
   float: left;
   width: 630px;
   margin-bottom: 18px;
}

#home_sermonseries{
   float: left;
   clear: left;
   display: inline;
   width: 305px;
   height: 85px;
   overflow: hidden;
   margin: 0 0 22px 0;
   position: relative;
}

#home #content h3{
   font-size: 1.8em;
   font-weight: bold;
   color: #7C8738;
   margin-bottom: 16px;
}

#home_eventlist{
   clear: left;
   width: 283px;
   background: url(/_img/bg_home_eventlist.gif) no-repeat;
}

#home_eventlist h3{
   padding: 14px 14px;
   background: url(/_img/bg_home-eventlist_h3.png) no-repeat 234px 12px;
}

#home_eventlist .event{
   margin-bottom: 20px;
   padding-left: 14px;
   clear: both;
   width: 269px;
   float: left;
}

#content #home_eventlist h4{
   font-size: 1.1em;
   line-height: 1.4;
   width: 240px;
}

#content #home_eventlist h4 a{
   font-size: 1.3em;
   padding: 4px 0;
   display: block;
   color: #7C8738;
   text-decoration: none;
}

#content #home_eventlist h4 a:hover{
   color: #0074BF;
}

#content #home_eventlist p.event-meta{
   float: left;
}

#home_eventlist h4 span{
   display: block;
   float: left;
   width: 50px;
   padding-right: 7px;
   margin-right: 10px;
   border-right: 1px solid #D4D7B9;
   padding: 0 7px 0 0;
   width: 30px;
   line-height: 1;
   text-align: center;
   text-transform: uppercase;  
   font-weight: normal;
}

#home_eventlist h4 span span{
   display: block;
   font-weight: bold;
   font-size: 2em;
   padding: 2px 0;
   border: none;
}

#home #minical{
   width: 283px;
   min-height: 100px;
   float: left;
   clear: left;
}

#home #minical table{
   width: 283px;
   border-collapse: collapse;
}

#home #minical table th{
   padding: 7px 0 8px;
   text-align: center;
   border: none;
   font-size: 1.2em;
   background: #f0f0f0;
}

#home #minical table td{
   padding: .5em 0;
   font-size: 1.2em;
   text-align: center;
   background: #f1f1f1;
}

#home #loading{
   background: url(/_img/ajax-loader.gif) no-repeat center center;
   height: 100px;
   text-indent: -9999px;
   width: 283px;
   position: absolute;
   top: 105px;
   left: 0;
}

#home_visitors{
   float: left;
   display: inline;
   width: 283px;
   height: 85px;
   margin: 0 20px 22px 0;
   position: relative;
}

#content #home_visitors h3,
#content #home_sermonseries h3,
#content #home_currentfeature h3{
   margin: 0;
   line-height: 1.4;
}

#content #home_visitors h3 img,
#content #home_sermonseries h3 img,
#content #home_currentfeature h3 img{
   border: none;
   margin: 0;
   float: left;
   position: absolute;
   z-index: 1;
}

#home_visitors h3 a,
#home_sermonseries h3 a,
#home_currentfeature h3 a{
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   height: 85px;
   width: 283px;
   text-indent: -9999px;
   z-index: 999;
}

#home_sermonseries h3 a,
#home_currentfeature h3 a{
   width: 305px;
}

#home_visitors h3 a:hover{
   background: url(/_img/home_boxes/homebox_overlay3.png);
}

#home_sermonseries h3 a:hover,
#home_currentfeature h3 a:hover{
   background: url(/_img/home_boxes/homebox_overlay4.png);
}

#home_sermons{
   width: 315px;
   color: #7C8738;
   float: left;
   clear: left;
   padding: 0 10px 48px 0;
   position: relative;
   height: 405px;
   overflow: hidden;
}

#home_sermonlist{
   float: left;
   padding: 0 11px;
   background: url(/_img/bg_home-content_h3.gif) no-repeat 11px 0;
}

#home_sermons h3{
   clear: left;
}

#home_sermonlist h3{
   padding: 14px;
   background: url(/_img/bg_home-sermonlist_h3.png) no-repeat 242px 12px;
}

#home_sermons h4{
   font-size: 1.4em;
   line-height: 1.2;
   margin-bottom: 7px;
   width: 200px;
}

#home_sermons .sermon{
   margin-bottom: 24px;
   width: 229px;
   float: left;
   padding-left: 60px;
   padding-top: 5px;
   position: relative;
}

#home_sermons h4 a{
   font-weight: bold;
   text-decoration: none;
   color: #62262A;
}

#home_sermons ul{
   margin-bottom: 7px;
   float: left;
}

#home #content #home_sermons li{
   float: left;
   padding: 0 5px;
   line-height: 1.4;
   border-right: 1px solid #D4D7B9;
   font-size: 1.2em;
}

#home #content #home_sermons li.s_passage{
   border: none;
}

#home #content #home_sermons li.s_date{
   padding: 0 7px 0 0;
   position: absolute;
   top: 0;
   left: 11px;
   width: 30px;
   line-height: 1;
   text-align: center;
   font-size: 1.1em;
   text-transform: uppercase;
}

#home_sermons li.s_date span{
   display: block;
   font-weight: bold;
   font-size: 2em;
   padding: 2px 0;
}

#home_sermons p.s_summary{
   clear: left;
   font-size: 1.1em;
   line-height: 1.4;
   color: #2e2e2e;
}

#home #content p.more{
   position: absolute;
   bottom:14px;
   left: 10px;
   margin: 0;
}

#home_sermons .sermon.last,
#home_news .news.last{
   margin-bottom: 0;
}

#home_currentfeature{
   width: 305px;
   height: 85px;
   float: left;
   overflow: hidden;
   margin-bottom: 7px;
   position: relative;
}

#home_news{
   float: left;
   width: 281px;
   height: 307px;
   overflow: hidden;
   border: none;
   background: none;
   background: url(/_img/bg_home-content_h3.gif) no-repeat 11px 14px;
}

#home_news h3{
   padding: 14px;
   background: url(/_img/bg_home-news_h3.png) no-repeat 244px 12px;
}

.home-box h4{
   font-size: 1.4em;
   margin-bottom: 7px;
}

#content .home-box h4 a{
   font-weight: bold;
   text-decoration: none;
   color: #62262A;
}

#content .home-box h4 a:hover{
   color: #0074BF;
}

#home_news .news{
   margin-bottom: 24px;
   float: left;
   position: relative;
   padding-left: 14px;
}

#home_news .news p.news-meta{
   color: #484848;
   text-transform: uppercase;
   font-style: italic;
}

#content .home-box a{
   color: #62262A;
}

#content .home-box p{
   color: #2e2e2e;
   font-size: 1.1em;
   line-height: 1.4;
   margin-bottom: 1em;
   margin-right: 128px;
}

#content #home_news p.newsmore{
   font-weight: bold;
}

#content .home-box a.more{
   font-weight: bold;
}

#content #home_news p{
   margin: 0;
}

.home-box{
   background: url(/_img/bg_home-box.gif) repeat-x;  
   border: 1px solid #a27f4f;
   padding: 14px 11px 40px 11px;
   position: relative;
}

#home-pastor-blog{
   clear: both;
   float: left;
   display: inline;
   margin-right: 17px;
   width: 435px;
   padding-bottom: 14px;
   min-height: 240px;
   overflow: hidden;
}

#content #home-pastor-blog p.subscribe{
   position: absolute;
   top: 14px;
   right: 11px;
   margin: 0;
}

#content #home-pastor-blog p.subscribe a{
   display: block;
   text-indent: -9999px;
   width: 16px;
   height: 16px;
   background: url(/_img/bg_rss.png) no-repeat;
}
#content #home-mystory p.subscribe{
   position: absolute;
   top: 14px;
   right: 11px;
   margin: 0;
}

#content #home-mystory p.subscribe a{
   display: block;
   text-indent: -9999px;
   width: 16px;
   height: 16px;
   background: url(/_img/bg_rss.png) no-repeat;
}

#content p.homebox-photo{
   float: right;
   display: inline;
   margin: 0 0 8px 12px;
   text-align: center;
   width: 106px;
   height: 118px;
   overflow: hidden;
}

.homebox-image{
   float: right;
   width: 106px;
   height: 160px;
}

#content .homebox-image p.caption{
   clear: both;
   color: #7c8738;
   font-size: 1em;
   width: 106px;
}

#content p.homebox-photo img{
   border: 1px solid #778036;
   display: block;
   margin-bottom: 0px;
}

#content p.homebox-photo span{
   color: #7c8738;
   font-size: .91em;
}

#content #home-pastor-blog ul{
   position: absolute;
   bottom:14px;
   left: 10px;
   margin: 0;
}

#content #home-pastor-blog li{
   float: left;
   padding: 0 5px;
   line-height: 1.4;
   border-right: 1px solid #D4D7B9;
   font-size: 1.2em;
}

#content #home-pastor-blog li#external-blog{
   border: none;
}

#home-mystory{
   float: left;
   width: 435px;
   min-height: 214px;
   overflow: hidden;
}

#content #home-mystory h5,
#content #home-pastor-blog h5{
   font-size: 1.1em;
   font-weight: bold;
   margin-bottom: 1em;
}

/* @end Home Page */


/* @group Content-Wrap */


#container-inner{
   width: 935px;
   margin: 0 auto;
   padding: 0 0 18px;
}

/* @end */

/* @group Content */

#content{
   float: right;
   width: 700px;
   padding: 30px 15px 20px 20px;
   min-height: 400px;
}

#content p{
   font-size: 1.2em;
   margin-bottom: 1em;
   line-height: 1.5;
}

#content h2{
   color: #6E9934;
   font-size: 2em;
   font-weight: bold;
   margin-bottom: .75em;
}

#content h3{
   color: #62262A;
   font-size: 1.6em;
   font-weight: bold;
   margin-bottom: .5em;
}

#content h4{
   font-size: 1.4em;
   font-weight: bold;
   color: #7a592c;
   margin-bottom: .5em;
}

#content h5{
   font-size: 1.3em;
   color: #010101;
   text-transform: uppercase;
   margin-bottom: .5em;
}

#content h6{
   font-size: 1.2em;
   font-weight: bold;
   color: #6E9934;
   margin-bottom: .5em;
}

#content img{
   margin-bottom: 1em;
   border: 1px solid #778036;
}

#content img.right{
   float: right;
   margin-left: 1.5em;
}

#content a{
   text-decoration: underline;
   color: #7A592C;
}

#content a:hover{
   color: #0074BF;
}

#content ul,
#content ol{
   margin: 2em;
}

#content ol{
   list-style: decimal inside;
}

#content ul ul,
#content ol ol{
   margin: 1em 2em;
}

#content ul li,
#content ol li{
   font-size: 1.2em;
   margin-bottom: .75em;
}

#content ul li li,
#content ol li li{
   font-size: 1em;
}

#content ul li{
   background: url(/_img/bg_content_ul_li.gif) no-repeat left 5px;
   padding-left: 10px;
   line-height: 1.5;
}

#content blockquote{
   margin: 1em 2em;
   padding: 2em 2em 1em;
   background: #e4e7d7;
}

#content em{
   font-style: italic;
}

#content strong{
   font-weight: bold;
}

#content blockquote p{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 1.3em;
}

#content p.more{
   clear: both;
   background: url(/_img/bg_more_lt.gif) no-repeat top left;
   height: 26px;
   display: inline;
   font-size: 1.1em;
   text-transform: uppercase;
   line-height: 1.4;
}

#content p.more a{
   padding: 5px 26px 7px 15px;
   display: block;
   background: url(/_img/bg_more_rt.gif) no-repeat right top;
   margin-right: -12px;
   text-decoration: none;
   height: 15px;
   color: #62262A;
}

#content p.more a:hover{
   text-decoration: underline;
   color: #0074BF;
}

/* @end */

/* @group Sidebar */

#sidebar-wrap{
   width: 200px;
   float: left;
   background: url(/_img/bg_sidebar-wrap.gif) repeat-y;
}

#container.cwbanner #sidebar-wrap{
   margin-top: -257px;
}

#sidebar{
   background: url(/_img/bg_sidebar.gif) no-repeat left bottom;
}

#sidebar-inner{
   background: url(/_img/bg_sidebar-inner.gif) no-repeat 0 0;
   padding: 30px 15px 144px;
}

#nav_sub{
	margin-bottom: 15px;
}

#nav_sub li{
   margin-bottom: 5px;
}

#nav_sub li a{
   font-size: 1.3em;
   color: #7B592C;
   text-decoration: none;
   font-weight: bold;
   display: block;
   padding: 5px 10px;
   line-height: 1.3;
}

#nav_sub li.here a,
#nav_sub li.here a:hover,
#nav_sub li.parent_here a,
#nav_sub li.parent_here a:hover{
   background: url(/_img/bg_sidenav_li_a_hover.gif) no-repeat center -51px;
   color: #fff;
   border: 1px solid #b38e61;
}

#nav_sub li.here li a,
#nav_sub li.here li a:hover{
   color: #7B592C;
   background: none;
   border: none;
   font-weight: normal;
   font-size: 1.1em;
}

#nav_sub li.here li.here a{
   font-weight: bold;
}

#nav_sub li.here li.here a:hover{
   text-decoration: none;
}

#nav_sub li a:hover{
   background: url(/_img/bg_sidenav_li_a_hover.gif) no-repeat center top;
}

#nav_sub li li{
   display: none;
   margin-bottom: 0;
   margin-left: 1em;
}

#nav_sub li.here li,
#nav_sub li.parent_here li{
   display: block;
}

#nav_sub li.here li a,
#nav_sub li.here li a:hover,
#nav_sub li.parent_here li a,
#nav_sub li.parent_here li a:hover{
   font-weight: normal;
   font-size: 1.1em;
   background: none;
   border: none;
   color: #7B592C;
   padding: 7px 10px;
}

#nav_sub li.here ul,
#nav_sub li.parent_here ul{
	padding: 7px 0;
}

#nav_sub li li.here a,
#nav_sub li li.here a:hover{
   font-weight: bold;
   text-decoration: none;
}

#nav_sub li li a:hover{
   background: none;
   text-decoration: underline;
   color: #963B40;
}

#sidebar #content-info{
   text-align: center;
   color: #7A592C;
   margin-bottom: 35px;
   padding: 12px 0;
   border-top: 1px dotted #CCAE85;
   border-bottom: 1px dotted #CCAE85;
}

#sidebar #content-info h3{
   font-size: 1.6em;
   text-transform: uppercase;
   font-weight: bold;
   margin-bottom: 1em;
}

#sidebar #content-info h4{
   font-size: 1.1em;
}

/* @end */

/* @group Footer */

#footwrap{
   clear: both;
   background: url(/_img/bg_footwrap.gif);
   padding: 16px 0 5px;
   height: 122px;
}

#footer{
   width: 935px;
   margin: 0 auto;
   height: 122px;
   background: url(/_img/bg_footer.gif) no-repeat;
   position: relative;
}

#footer a{
   color: #7A592C;
}

#footer dl{
   margin-top: 38px;
   float: left;
   color: #7A592C;
   line-height: 1.4;
   position: relative;
   z-index: 2;
}

#footinfo{
   position: absolute;
   left: 0;
   bottom: 0;
   padding-right: 40px;
   background: url(/_img/bg_footinfo.gif) no-repeat top right;
   height: 24px;
   padding-top: 31px;
   z-index: 1;
}

#footinfo ul{
   float: left;
   background: #7C8738;
   color: #fff;
   padding: 5px 13px;
}

#footinfo ul li{
   float: left;
   line-height: 1.8;
}

#footinfo ul li a{
   color: #fff;
   text-decoration: none;
   padding-left: 22px;
   display: block;
   margin-left: 25px;
}

#footinfo ul li a:hover{
   text-decoration: underline;
}

#footinfo ul li#foot-problems a{
   background: url(/_img/bg_li_foot-problems.gif) no-repeat left 1px;
}

#footinfo ul li#foot-sendfriend a{
   background: url(/_img/bg_li_foot-sendfriend.gif) no-repeat left 2px;
}

#footer ul#vision{
   height: 122px;
   width: 360px;
   margin-left: 573px;
   background: url(/_img/bg_ul_vision.gif) no-repeat;
}

#footer ul#vision li{
   float: left;
}

#footer ul#vision li a{
   display: block;
   text-indent: -9999px;
   width: 120px;
   height: 122px;
   float: left;
}

/* @end */

/* @group Page with Banner */

#bannerwrap{
   background: #963b40;
   padding: 14px 0;
   border-bottom: 2px solid #62262a;
}

#banner{
   width: 935px;
   margin: 0 auto;
}

#banner img{
   float: left;
   height: 225px;
   width: 700px;
   margin-left: 220px;
   overflow: hidden;
   border: 1px solid #fff !important;
}

/* @end */

/* @group Sermons */

.sermonpage #content #latest-sermon{
   background: #DBDEC8 url(/_img/bg_sermon_featured.gif) repeat-x;  
   border: 1px solid #DBDEC8;
   border-right-color: #C6CBA8;
   border-bottom-color: #C6CBA8;
   position: relative;
   margin-bottom: 20px;
   width: 617px;
}

#latest-sermon h3{
   color: #7C8738;
   margin-bottom: 1em;
   margin-left: -50px;
}

#content #sermonlist li.s_date{
   padding: 0 7px 0 0;
   position: absolute;
   top: 18px;
   left: 11px;
   width: 30px;
   line-height: 1;
   text-align: center;
   font-size: 1.1em;
   text-transform: uppercase;
   background: none;
   color: #777;
}

#content #sermonlist #latest-sermon li.s_date{
   top: 48px;
}

#content #sermonlist li.s_date span{
   display: block;
   font-weight: bold;
   font-size: 2em;
   padding: 2px 0;
   color: #7C8738;
}

.sermonpage #content .post{
   position: relative;
   padding: 15px 20px 15px 61px;
   background: #F0EBE3 url(/_img/bg_sermon.gif) repeat-x;
   border-bottom: 1px solid #fff;
   width: 619px;
   float: left;
}

.sermonpage #content .post h4{
   margin-right: 150px;
}

.sermonpage #content .post h4 a{
   color: #62262A;
   text-decoration: none;
}

.sermonpage #content .post h4 a:hover{
   color: #0074BF;
}

.sermonpage #content .post-meta{
   margin: 0 10px 7px 0;
   float: left;
}

.sermonpage #content .post-meta li{
   float: left;
   padding: 0 5px;
   line-height: 1.4;
   border-right: 1px solid #D4D7B9;
   font-size: 1.2em;
   background: none;
}

.sermonpage #content .post-meta li.last{
   border: none;
}

.sermonpage #content .post-meta li.s_speaker,
.sermonpage #content .post-meta li.s_author{
   padding-left: 0;
}

.sermonpage #content .post p.summary{
   clear: left;
   font-size: 1.1em;
   margin-bottom: 15px;
}

#content ul.sermon-buttons{
   position: absolute;
   top: 25px;
   right: 20px;
   margin: 0;
}

#content #latest-sermon ul.sermon-buttons{
   top: 56px;
}

#content ul.sermon-buttons li{
   background: none;
   float: left;
   display: inline;
   padding: 0;
   margin-left: 10px;
}

#content ul.sermon-buttons li a{
   display: block;
   width: 31px;
   height: 25px;
   text-indent: -9999px;
}

.sermon-buttons li.play a{
   background: url(/_img/bg_media_play.png);
}

.sermon-buttons li.dl a{
   background: url(/_img/bg_media_dl.png);
}

.sermon-buttons li.notes a{
   background: url(/_img/bg_media_notes.png);
}

#content .post p.tags{
   margin: 0;
   clear: left;
   float: left;
}

#content .post p.more{
   float: right;
   clear: none;
   background-image: none;
   display: inline;
   margin-right: 15px;
   margin-bottom: 0;
}

#content .post p.more a{
   background-image: none;
   font-weight: bold;
   color: #A75B5E;
   padding: 5px 8px;
   border: 1px solid #A75B5E;
}

#content .post p.more a:hover{
   background: #fff;
}

#sidebar #sermonside{
   padding-top: 20px;
   border-top: 1px dotted #C7A983;
}

#sidebar .sermonnav{
   margin-bottom: 20px;
}

#sidebar #sidebar-inner .sermonnav p.more{
   margin: 10px 0 25px 0;
}

#sidebar #sidebar-inner .sermonnav p.more a{
   font-size: 1.2em;
   color: #62262A;
   text-decoration: none;
   font-weight: bold;
   display: block;
}

#sidebar #sidebar-inner .sermonnav p.more a:hover{
   text-decoration: underline;
}

#sidebar .sermonnav h3,
#tweet h3{
   font-size: 1.4em;
   color: #62262A;
   font-weight: bold;
   margin-bottom: .5em;
}

#sidebar .sermonnav li a,
#sidebar #stafftype-list li a{
   display: block;
   padding: 6px 7px 5px;
   background: #D8C3A5;
   text-decoration: none;
   margin-bottom: 1px;
   font-size: 1.2em;
   line-height: 1.3;
   color: #7B592C;
}

#sidebar .sermonnav li a:hover,
#sidebar #stafftype-list li a:hover{
   background: #C6A882;
   color: #fff;
}

#sidebar #tags a{
   color: #7B592C;
   font-size: 1em;
   line-height: 1.5;
   text-decoration: none;
}

#sidebar #tags a:hover{
   text-decoration: underline;
   color: #2e2e2e;
}

.tagweight5{font-size: 1.6em;}
.tagweight4{font-size: 1.5em;}
.tagweight3{font-size: 1.4em;}
.tagweight2{font-size: 1.3em;}

#sidebar #subscribe li a{
   font-size: 1.1em;
   padding: 7px;
}

#sidebar #subscribe li a:hover{
   color: #2e2e2e;
   text-decoration: underline;
}

#sidebar li#sermon-rss a{
   padding-left: 28px;
   background: url(/_img/bg_rss.png) no-repeat 6px 6px;
}

#sidebar li#sermon-itunes a{
   padding-left: 28px;
   background: url(/_img/bg_itunes.png) no-repeat 4px 2px;
}

#postdetail #content .post{
   margin-bottom: 24px;
   min-height: 50px;
}

#postdetail #content .post p.tags{
   margin-bottom: 7px;
}

#postdetail #content .post-meta{
   margin-bottom: 0;
}

#post-list #content h2 em{
   font-weight: bold;
   color: #62262A;
}

#sidebar h3#mike-bloglink{
      font-size: 1.4em;
   color: #62262A;
   font-weight: bold;
   margin-bottom: .5em;
}

#sidebar h3#mike-bloglink a{
   display: block;
   padding: 6px 7px 5px;
   background: #D8C3A5;
   text-decoration: none;
   margin-bottom: 1px;
   line-height: 1.3;
   color: #7B592C;
   margin-top: 5px;
   font-size: .9em;
   font-weight: normal;
}

#sidebar h3#mike-bloglink a:hover{
      background: #C6A882;
   color: #fff;
}

/* @group Tag/Series Popups */

#cboxContent h3{
   font-size: 1.8em;
   color: #62262A;
   font-weight: bold;
   margin-bottom: .5em;
}

#cb_sermontags{
   font-size: 1.2em;
}

#cb_sermontags a{
   color: #7B592C;
   line-height: 1.5;
   text-decoration: none;
}

#cb_sermontags a:hover{
   text-decoration: underline;
   color: #2e2e2e;
}

#cb_sermon-series li a{
      display: block;
   padding: 6px 7px 5px;
   background: #D8C3A5;
   text-decoration: none;
   margin-bottom: 1px;
   font-size: 1.2em;
   line-height: 1.3;
   color: #7B592C;
}

#cb_sermon-series li a:hover{
   background: #C6A882;
   color: #fff;
}

/* @end  */

/* @end Sermons */

/* @group Pagination */

#content ul.pagination,
#content div.pagination{
   float: left;
   margin-left: 0;
}

div.pagination{
   margin-top: 20px;
}

#content ul.pagination li{
   float: left;
   background: none;
   padding: 0;
}

#content div.pagination a,
#content div.pagination strong{
   float: left;
   font-weight: normal;
}

#content ul.pagination li a,
#content div.pagination a,
#content div.pagination strong{
   padding: 3px 10px;
   display: block;
   border-right: 1px solid #DBDEC8;
}

#content ul.pagination li.last a,
#content div.pagination a.last{
   border: none;
}

#content ul.pagination li.here a,
#content div.pagination strong{
   text-decoration: none;
   color: #777;
   cursor: text;
}

/* @end Pagination */

/* @group Blog */

#content ul.blog-meta{
   margin: 0;
}

#content .post h4{
   margin-bottom: .75em;
}

#content .post li.ms_thumb{
   float: right;
   list-style: none;
   background: none;
}

#content .post li.ms_thumb img{
   margin: 0;
}

#content p.ms_imgfull{
   float: right;
   margin: 0 0 10px 20px;
}

/* @end  */

/* @group Blog Comments */

#comments{
   margin-top: 30px;
}

.comment_entry{
   padding: 15px 10px;
   background: #F1F3EB;  
   margin-bottom: 1px;
}

#content .comment_entry h4{
   font-size: 1.2em;
}

#comment_form{
   margin-top: 20px;
}

#comment_form h4{
   margin-bottom: 20px;
}

.comment_label{
   display: inline;
   float: left;
   clear: left;
   width: 100px;
   margin-right: 15px;
   font-weight: bold;
   color: #666;
   font-size: 1.2em;
   text-align: right;
}

.comment_field{
   margin-bottom: 10px;
   float: left;
}

.comment_field p{
   margin-right: 20px;
}

#comment_options{
   clear: both;
   margin-left: 135px;
}

#comment_form input.textbox,
#comment_form textarea{
   font-size: 1.2em;
   border: 1px solid #CACEAF;
   padding: 2px;
   background: #FCFAF7;
}

#comment_form #comsubmit{
   float: none;
   clear: both;
   margin-left: 115px;
}

#content #comment_captcha p,
#content #comment_captcha img{
   margin: 0;
}

#content #comment_captcha p.captcha_label{
   clear: both;
   margin-bottom: 10px;
   font-weight: bold;
}

#content #comment_captcha .comment_label p{
   font-size: 1em;
}

#content .req{
   color: #8F1B1E;
}

/* @end  */

/* @group Ministries */

.sideinfo{
   margin-bottom: 20px;
}

.sideinfo li{
   font-size: 1.2em;
   margin-bottom: .75em;
   line-height: 1.5;
}

.sideinfo li strong{
   font-weight: bold;
   display: block;
   color: #62262A;
}

.sideinfo a{
   color: #7A592C;
}

.sideinfo li#mc_photo{
   padding: 9px;
   border: 1px solid #C5A67A;
   background: #F2EBE1;
}

.sideinfo li#mc_photo span{
   display: block;
   width: 150px;
   overflow: hidden;
}

.sideinfo li#mc_photo img{
   float: left;
   margin: 0;
}

/* @end  */

/* @group Forms */

#content p.form_text,
#content p.form_textarea{
   margin-bottom: 20px;
   width: 100%;
   float: left;
}

p.form_text label,
p.form_textarea label{
   display: inline;
   float: left;
   width: 120px;
   margin-right: 15px;
   font-weight: bold;
   color: #666;
}

p.form_text input,
p.form_textarea textarea{
   font-size: 1.2em;
   border: 1px solid #CACEAF;
   padding: 2px;
   background: #FCFAF7;
}

p.form_text input{
   width: 200px;
}

p.form_text input.small{
   width: 100px;
}

p.form_text input.xsmall{
   width: 50px;
}

p.form_text input.med{
   width: 150px;
}

form#freeform{
   margin-top: 30px;
}

p.form_textarea textarea{
   width: 450px;
   height: 150px;
}

/* @end  */

/* @group Events */

#eventlocinfo{
   margin: 15px 0;
}

#content #eventlocinfo p{
   margin: 0 0 5px;
}

/* @end  */

/* @group Event Calendar */

#event-calendar{
   position: relative;
   min-height: 500px;
}

#content p.loading{
   text-indent: -9999px;
   width: 32px;
   height: 32px;
   background: url(/_img/ajax-loader.gif);
   position: absolute;
   top: 230px;
   left: 400px;
}

#staff #content p.loading{
   top: 175px;
   left: 500px;
}

/* @group CALENDAR */

#calendar-page #container-inner{
   min-height: 610px;
}

#calendar-page #content{
   float: left;
   width: 900px;
}

#event-calendar table.calendar				{
								 	  margin-bottom:25px; border: 5px solid #eae8e0; border-collapse: collapse; 
								 	  width:873px; 
								 	}
#event-calendar table.calendar caption		{ 
									  padding:2px 0 12px 50px; color:#62262A; font-weight: bold;font-size:1.4em; text-align:left; 
									  background:url(/_img/caption_bg.gif) no-repeat left top; position:relative; 
									}
#event-calendar .calendar span				{ 
									  display:block; width:21px; height:18px; text-indent:-999em; position:absolute; 
									  background:url(/_img/caption_span_bg.gif) no-repeat;
									}
#event-calendar .calendar span a{
   display: block;
   width: 21px;
   height: 18px;
}
#event-calendar span.calendar-next			{ background-position:right top; top:0; left:22px;}
#event-calendar span.calendar-prev			{ background-position:left top; top:0; left:0px; }
#event-calendar table.calendar th				{ 
									  padding:0; background:#7C8738; color:#fefefe; font-size: 1.2em; font-weight: normal; line-height:33px;
									  text-transform:uppercase; text-align: center;
									}
#event-calendar table.calendar td				{ 
									  width: 68px; height:68px; padding: 4px; border:1px solid #e3e1d9; border-left:0; text-align:right;
									  border-top:0; background:#fefefe url(/_img/td_bg.gif) repeat-x; color:#898781; font-size:1.1em; 
									  vertical-align:top; 									  
									}
#event-calendar table.calendar td a			{ text-decoration: none; line-height: 1.5;}
#event-calendar table.calendar td a.daylink{
   margin: 0 0 5px;
   display: block;
}
#event-calendar table.calendar td ul			{ margin: .7em 0 0 .4em; font-size: 100%; list-style: none; padding:6px;margin-right: -4px; }
#event-calendar table.calendar td li			{ margin-bottom: .95em; font-size: 1.1em; line-height: 1.3; text-align:left; }
#event-calendar table.calendar td li a		{ color: #575653; text-decoration:none; font-size:11px; }
#event-calendar table.calendar td li a:hover	{ text-decoration:underline; color: #AB8726; }

/* @end  */

/* @group Staff */

#stafflist{
   width: 700px;
   float: left;
   min-height: 500px;
   position: relative;
}

.staffmember{
   clear: left;
   margin-bottom: 30px;
   width: 700px;
   float: left;
   padding-bottom: 20px;
   border-bottom: 1px solid #F2EBE1;
}

.staffmember p.staff-photo{
   float: left;
   display: inline;
   margin-right: 20px;
   padding: 9px;
   border: 1px solid #E3D3BD;
   background: #F2EBE1;
}

.staffmember p.staff-photo span{
   display: block;
   width: 150px;
   overflow: hidden;
}

#content .staffmember p.staff-photo img{
   float: left;
   border: none;
   margin: 0;
}

.staffinfo{
   float: right;
   width: 510px;
}

#content .staffinfo h5{
   font-weight: bold;
   color: #484848;
}

#content p.breadcrumb{
   color: #2e2e2e;
   margin:-25px 0 25px 0!important;
}

#content a.breadcrumb{
   text-decoration: underline;
   color:#62262A;
}

/* @end  */

/* @group Search */

#utility form{
   float: left;
   padding: 2px 7px 6px 13px;
   background: #7c8738;
}

#searchbox input#keywords{
   float: left;
   display: inline;
   margin-right: 5px;
   width: 155px;
   height: 15px;
   font-size: 1.1em;
   border: none;
   padding: 2px 5px;
   background: #D3D6BC;
   color: #2e2e2e;
}

#searchbox input#search_go{
   margin-top: 3px;
}

#content dl{
   padding: 10px;
   border-bottom: 1px solid #D3D6BC;
}

#content dt,
#content dd{
   font-size: 1.2em;
   line-height: 1.5;
}
/* @end  */