/* @override 
	http://brianjones.dev/_css/styles.css
	http://brianjones.cpmpreview.com/_css/styles.css
	http://www.brianjones.com/_css/styles.css
*/

/*==============================================
CLIENT: 	Brian Jones
FILE: 		styles.css - main CSS styles for staging site
CREATED: 	6/2/09
AUTHOR: 	Luke Simpson (luke@churchplantmedia.com)
================================================*/

/* @group 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;
}

strong{
   font-weight: bold;
}

em{
   font-style: italic;
}

/* 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 CSS RESET */

/* @group Global Styles */

body{
   font-size: 62.5%;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
   line-height: 1;
   background: #121822 url(/_img/bg_body.gif) repeat-x;
   min-width: 975px;
}

strong, em, b, i{
   font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

hr{
   display: none;
}

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

#container{
   margin: 0 auto;
}

#container-inner{
   background: #18202d url(/_img/bg_container-inner.gif) repeat-x;
}

a{
   overflow: hidden;
}

/* @end Global Styles */

/* @group Header */

#headwrap{
   background: url(/_img/bg_headwrap.gif) no-repeat center top;
   height: 131px;
   border-bottom: 1px solid #0a0e13;
}

#header{
   width: 975px;
   margin: 0 auto;
   position: relative;
}

#header h1{
   width: 305px;
   height: 90px;
   float: left;
   display: inline;
   margin: 20px 0 0 17px;
}

#header h1 a{
   display: block;
   height: 90px;
   text-indent: -9999px;
   background: url(/_img/bg_header_h1.png);
}

/* @end  */


/* @group Navigation */

#nav{
   list-style: none;
   float: left;
   width: 610px;
   position: absolute;
   top: 34px;
   left: 365px;
   background: url(/_img/bg_nav3.gif) no-repeat;
}

#nav li{
   float: left;
}

#nav li.current{
   background: url(/_img/bg_nav_li_current.gif) no-repeat center 42px;
}

#nav li a{
   display: block;
   color: #fff;
   text-decoration: none;
   font-size: 1.4em;
   height: 60px;
   text-indent: -9999px;
   outline: none;
  }

#nav li#nav_home a{width: 66px;}
#nav li#nav_about a{width: 68px;}
#nav li#nav_books a{width: 67px;}
#nav li#nav_radio a{width: 65px;  }
#nav li#nav_sermons a{width: 86px;}
#nav li#nav_brian-jones-uncut-direct-biblical-and-authentic a,
#nav li#nav_blog a{width: 57px;}
#nav li#nav_e-newsletter a{width: 115px;}
#nav li#nav_contact a{width: 86px;}

#nav li a:hover,
#nav li.current a{
   background: url(/_img/bg_nav3.gif);
}

#nav li#nav_home a:hover,
#nav li#nav_home.current a{
   background-position: 0 -50px;
}

#nav li#nav_about a:hover,
#nav li#nav_about.current a{
   background-position: -66px -50px;
}

#nav li#nav_books a:hover,
#nav li#nav_books.current a{
   background-position: -134px -50px;
}

#nav li#nav_radio a:hover,
#nav li#nav_radio.current a{
   background-position: -201px -50px;
}

#nav li#nav_sermons a:hover,
#nav li#nav_sermons.current a{
   background-position: -266px -50px;
}

#nav li#nav_brian-jones-uncut-direct-biblical-and-authentic a:hover,
#nav li#nav_brian-jones-uncut-direct-biblical-and-authentic.current a,
#nav li#nav_blog a:hover,
#nav li#nav_blog.current a{
   background-position: -352px -50px;
}

#nav li#nav_e-newsletter a:hover,
#nav li#nav_e-newsletter.current a{
   background-position: -409px -50px;
}

#nav li#nav_contact a:hover,
#nav li#nav_contact.current a{
   background-position: -524px -50px;
}

#nav li ul{
   display: none;
}

/* @end Navigation */


/* @group Content */

#content-wrap{
   width: 975px;
   margin: 0 auto;
   border-bottom: 1px solid #10141b;
}

#main{
   width: 923px;
   float: left;
   background: url(/_img/bg_content-wrap.gif) no-repeat;
   margin-top: -13px;
   padding: 26px;
}

#content{
  float: right; 
  width: 585px;
  padding: 8px 0 42px 32px;
  position: relative;
}

#content h2{
   font-size: 2.4em;
   color: #f0e2bd;
   margin-bottom: 4px;
}

#content h3{
   color: #b8ecff;
   font-weight: bold;
   font-size: 1.5em;
}

#content h4{
   color: #fff;
   font-weight: bold;
   font-size: 1.5em;
}

#content h5,
#content h6{
   color: #f0e2bd;
   font-weight: normal;
   font-size: 1.4em;
   text-transform: uppercase;
}

#content h3,
#content h4,
#content h5,
#content h6{
   margin-bottom: .5em;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #eaebed;
   font-size: 1.3em;
   line-height: 1.6;
}

#content ul li{
  background: url(/_img/bg_content_li.gif) no-repeat 0 7px;
  padding-left: 13px;
}

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

#content p *,
#content li *{
	font-size: 1em;
}

#content ul,
#content ol{
   margin: 0 0 1em 22px;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content li{
   margin: 0;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #67b5d7;
}

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

#content img{
   margin: 0 10px 5px 0;
   border: 4px solid #fefefe;
}

#content img.align-right{
   float: right;
   margin: 0 0 14px 14px;
}

#content img.align-left{
   float: left;
   margin: 0 14px 14px 0;
}

#content #text{
   clear: both;
}

/* @end Content */

/* @group Sidebar */

#sidebar{
   float: left;
   width: 305px;
}

#sidebar h3{
   height: 30px;
   background: url(/_img/bg_sidebar_h3.png) no-repeat;
   padding-top: 19px;
   margin-bottom: 8px;
   width: 288px;
   clear: both;
}

#sidebar .book{
   padding: 0 5px 20px 5px;
   width: 275px;
   float: left;
   clear: left;
   background: url(/_img/bg_book.gif) no-repeat bottom;
   margin-bottom: 22px;
}

#sidebar .book.last{
   background: none;
}

#sidebar .book p.read{
   width: 78px;
   overflow: hidden;
   float: left;
   display: inline;
   margin-right: 14px;
}

#sidebar .book p.read a{
   display: block;
   height: 146px;
   text-decoration: none;
}

#sidebar .book p.read a span{
   display: block;
   text-indent: -9999px;
   background: url(/_img/bg_book_read.gif) no-repeat 0 0;
   height: 24px;
}

#sidebar .book p.read a:hover span{
   background-position: 0 -24px;
}

#sidebar .bookinfo{
   float: left;
   width: 175px;
}

#sidebar .book h4{
   color: #f9fafb;
   font-size: 1.3em;
   font-weight: bold;
   line-height: 1.5;
}

#sidebar .book h5{
   color: #f9fafb;
   font-size: 1.2em;
   font-weight: bold;
   line-height: 1.5;
}

#sidebar .bookinfo p{
   color: #8a9ba2;
   line-height: 1.7;
   margin: 3px 0 8px;
   font-size: 1.1em;
}

#sidebar .bookinfo ul{
   float: left;
}

#sidebar .bookinfo ul li{
   float: left;
   display: inline;
   margin-right: 4px;
   background: url(/_img/bg_book_li.gif) no-repeat right 0;
   height: 24px;
}

#sidebar .bookinfo ul li.last{
   margin: 0;
}

#sidebar .bookinfo ul li a{
   display: block;
   float: left;
   padding: 6px 11px 0 12px;
   background: url(/_img/bg_book_li_a.gif) no-repeat left 0;
   height: 18px;
   color: #f9fafb;
   font-weight: bold;
   text-decoration: none;
   font-size: 1.1em;
}

#sidebar .bookinfo ul li a:hover{
   text-decoration: underline;
}

#sidebar a{
   color: #7abed7;
}

#sidebar #e-news{
   margin: 0;
   width: 285px;
   margin-bottom: 20px;
   background-image: url(/_img/bg_e-news_input_sidebar.gif);
}

#sidebar #e-news input#ea{
   width: 160px;
}

/* @end Sidebar */



/* @group Footer */

#footwrap{
   background: url(/_img/bg_footwrap.gif) no-repeat center top;
}

#footer{
   clear: both;
   width: 975px;
   margin: 0 auto;
   padding: 13px 0 120px;
   position: relative;
}

#search{
   float: left;
   display: inline;
   margin: 0 20px 28px 17px;
   background: url(/_img/bg_search.gif) no-repeat;
   width: 296px;
   height: 27px;
   padding: 3px 0 3px 16px;
}

#search input#search_term{
   border: none;
   font-size: 1.2em;
   color: #6c6c6c;
   padding: 3px 0;
   width: 248px;
   float: left;
   background: none;
}

#search fieldset{
   float: left;
}

#search a#search_go{
   display: block;
   float: left;
   width: 45px;
   height: 27px;
   text-indent: -9999px;
}

ul#foot-links{
   float: left;
   margin-top: 3px;
}

ul#foot-links li{
   float: left;
}

ul#foot-links li a{
   color: #9ab3be;
   font-size: 1.1em;
   text-transform: uppercase;
   text-decoration: none;
   padding: 6px 17px 6px 16px;
   background: url(/_img/bg_foot-links_li_a.gif) no-repeat right 6px;
   display: block;
}

ul#foot-links li.last a{
   background: none;
}

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

ul#foot-utility{
   clear: left;
   float: left;
   display: inline;
   margin-bottom: 18px;
   margin-left: 10px;   
}

ul#foot-utility li{
   float: left;
}

ul#foot-utility li a{
   font-size: 1.2em;
   color: #f5f6f7;
   text-decoration: none;
   background: url(/_img/bg_foot-utility_li_a.gif) no-repeat right 4px;
   display: block;
   float: left;
   padding: 3px 10px;
}

ul#foot-utility li.last a{
   background: none;
}

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

#e-news{
   clear: left;
   float: left;
   display: inline;
   margin-left: 18px;
   background: transparent url(/_img/bg_e-news_input.gif) no-repeat 0 28px;
   height: 62px;
   width: 400px;
}

#e-news h4{
   font-size: 1.5em;
   color: #919da9;
   margin-bottom: 15px;
   padding-left: 2px;
}

#e-news fieldset{
   float: left;
}

#e-news input#ea{
   width: 202px;
   border: none;
   background: none;
   padding: 8px 13px;
   font-size: 1.1em;
   color: #5e6a7d;
   float: left;
   display: inline;
   margin-right: 5px;
}

#e-news input#newsletter_submit{
   padding-top: 1px;
}

#foot-info{
   position: absolute;
   right: 40px;
   top: 80px;
}

#foot-info li{
   color: #c1cad4;
   font-size: 1.1em;
   margin-bottom: 10px;
   text-align: right;
   clear: left;
}

#foot-info li#Facebook{
   float: left;
   width: 78px;
   height: 29px;
   margin-right: 5px;
   display: inline;
   margin-bottom: 15px;
}

#foot-info li#Twitter{
   float: left;
   clear: none;
   width: 78px;
   height: 29px;
   
}

#foot-info li#Facebook a,
#foot-info li#Twitter a{
   display: block;
   height: 29px;
   float: left;
   width: 78px;
   text-indent: -9999px;
   text-align: left;
}

#foot-info li#Facebook a{
   background: url(/_img/bg_foot-info_facebook.gif);
   position: relative;
   left: 195px;
}

#foot-info li#Twitter a{
   background: url(/_img/bg_foot-info_twitter.gif);
}

#foot-info li a{
   color: #c1cad4;
   text-decoration: none;
}

#foot-info li a:hover{
   text-decoration: underline;
}



/* @end Footer */

/* @group Home Page */

#home #container-inner{
   background: #18202d;
   background-image: none;
}

#home #content-wrap{
   width: 975px;
   margin: 0 auto;
   border-bottom: 1px solid #10141b;
   background: none;
}

#home #sidebar{
   float: left;
   width: 345px;
   padding-top: 17px;
}

#home #sidebar h3{
   height: 30px;
   background: url(/_img/bg_home_sidebar_h3.gif);
   padding-top: 19px;
   margin-bottom: 8px;
   width: auto;
}

#home #sidebar .book{
   padding: 0 15px 20px 20px;
   width: 310px;
   float: left;
   clear: left;
   background: url(/_img/bg_book.gif) no-repeat bottom;
   margin-bottom: 22px;
}

#home #sidebar .bookinfo{
   float: left;
   width: 218px;
}

#home #content{
  float: right; 
  width: 552px;
  padding: 42px 36px 42px 42px;
}

#featured-wrap{
   height: 324px;
   background: #11151d url(/_img/bg_featured-wrap.gif) no-repeat center top;
}

#home-featured{
   width: 975px;
   margin: 0 auto;
   position: relative;
   border-bottom: 1px solid #0a0e13;
}

#home #broadcast{
   float: left;
   width: 364px;
   padding-left: 1px;
   padding-top: 27px;
   padding-bottom: 24px;
}

#home #broadcast h3{
   margin: 0 0 27px 60px;
   width: 259px;
   height: 52px;
   background: url(/_img/bg_broadcast_h3.gif);
   text-indent: -9999px;
}

#home #broadcast ul#day-tabs,
#home #broadcast ul#day-tabs li{
   float: left;
   margin-right: 2px;
}

#home #broadcast ul#day-tabs li#fri-link{
   margin: 0;
}

#home #broadcast ul#day-tabs{
   width: 339px;
}

#home #broadcast ul#day-tabs li a{
   padding: 7px 0 0;
   width: 66px;
   text-align: center;
   height: 15px;
   display: block;
   font-size: 1em;
   font-weight: bold;
   color: #fff;
   background: #222b39;
   text-decoration: none;
   text-transform: uppercase;
   border-bottom: 2px solid #11151d;
}

#home #broadcast ul#day-tabs li#thurs-link a{
   width: 67px;
}

#home #broadcast ul#day-tabs li a:hover{
   background: #354359;
}

#home #broadcast ul#day-tabs li.ui-tabs-selected a{
   background: #fcfcfc;
   color: #18202d;
   border-bottom-color: #fff;
}

#home #broadcast-box{
   width: 292px; /* 339px with padding */
   height: 118px; /* 170px with padding */
   overflow: hidden;
   background: url(/_img/bg_broadcast-box.gif) repeat-x;
   padding: 26px 23px 26px 24px;
}

#home #broadcast-box h4{
   color: #95989c;
   font-size: 2em;
   font-family: Helvetica, Arial, sans-serif;
   margin-bottom: 16px;
}

.ui-tabs-hide{
   display: none;
}

.faplayer{
   background: url(/_img/bg_faplayer.gif) no-repeat;
}

#home #broadcast-box .faplayer{
   margin-bottom: 13px;
}

#broadcast-box h5{
   float: left;
   display: inline;
   width: 178px;
   height: 29px;
   background: url(/_img/bg_broadcast-box_h5.gif);
   margin-right: 2px;
   margin-bottom: 6px;
}

#broadcast-box h5 a{
   display: block;
   height: 29px;
   text-indent: -9999px;
}

#broadcast-box p.more{
   width: 112px;
   height: 26px;
   float: left;
}

#broadcast-box p.more a{
   display: block;
   height: 26px;
   text-indent: -9999px;
   background: url(/_img/bg_broadcast-box_p_more.gif);
}

#broadcast-box p.check-sermon{
   clear: left;
   font-size: 1.1em;
   color: #424448;
   padding-left: 2px;
}

#broadcast-box p.check-sermon a{
   color: #2792c1;
}

#broadcast-box p.check-sermon a:hover{
   text-decoration: none;
}

#latest-message{
   position: absolute;
   right: 0;
   top: -13px;
   background: #090d11;
   padding: 11px;
   width: 588px;
   height: 331px;
   z-index: 999;
}

#vid-label{
   background: url(/_img/bg_vid-label.png);
   position: absolute;
   top: 11px;
   left: 11px;
   height: 34px;
   width: 556px;
   padding: 12px 16px 0 16px;
   z-index: 1000;
}

#vid-label h3{
   color: #fbfcfd;
   float: left;
   display: inline;
   margin-right: 11px;
   font-size: 1.1em;
   text-transform: uppercase;
   font-weight: bold;
   padding-right: 13px;
   margin-top: 4px;
   background: url(/_img/bg_vid-label_h3.gif) no-repeat right 2px;
}

#vid-label h4{
   color: #b8ecff;
   float: left;
   display: inline;
   margin-right: 6px;
   font-size: 1.7em;
}

#vid-label p.message-date{
   color: #9e9f9f;
   font-size: 1.3em;
   padding-top: 3px;
}

#vid-watch{
   position: absolute;
   left: 232px;
   bottom: 38px;
   width: 147px;
   height: 51px;
}
#player object	{ position:absolute; top:11px; left:11px; z-index:1110; }
#player a,
#vid-watch a{
   display: block;
   height: 51px;
   background: url(/_img/bg_vid-watch.png) no-repeat;
   text-indent: -9999px;
}

#player a:hover,
#vid-watch a:hover{
   background-position: 0 -51px;
}

#home #content .post{
   padding-bottom: 26px;
}

#content .post h3{
   float: left;
   display: inline;
   margin-bottom: 16px;
   margin-right: 8px;
   line-height: 1.2;
}

#content .post h3 a{
   font-size: 1.467em;
   font-weight: normal;
   color: #f0e2bd;
   text-decoration: none;
   font-family: Helvetica, Arial, sans-serif;
   margin-right: 8px;
}

#content .post h3 a:hover{
   text-decoration: underline;
}

#content .post h3 span{
   color: #7e838b;
   font-size: 1em;
   font-weight: normal;
   margin: 0;
   line-height: 1.8;
}

#content .post .summary{
   clear: left;
}

#content .post .summary p{
   color: #eaebed;
   font-size: 1.3em;
   line-height: 1.62;
   margin: 0;
}

#content .post .summary p a{
   text-decoration: none;
}

#content .post .summary p a.more{
   text-decoration: underline;
}

#home #content p.more{
   margin-top: -5px;
}

#home #content p.more a{
   color: #a0cde1;
   font-weight: bold;
   background: url(/_img/bg_home_p_more.gif) no-repeat;
   width: 103px;
   height: 25px;
   display: block;
   padding: 6px 0 0 39px;
   text-decoration: none;
}

#home #content p.more a:hover{
   text-decoration: underline;
}

/* @end Home Page  */

/* @group Sermons */

#sermons #content h2,
#radio #content h2,
#enews #content h2,
#blog #content h2,
#enews-post h2{
   border-bottom: 3px solid #232835;
   margin-bottom: 10px;
}

#paginatewrap{
   position: absolute;
   top: 10px;
   right: 0;
   z-index: 1003;
}

#content p.paginate{
   float: left;
   display: inline;
   margin-right: 6px;
   color: #919da9;
}

p#pagination{
   float: left;
   padding-right: 56px;
   font-size: 1.2em;
}

p#pagination a{
   float: left;
   display: block;
   padding: 0 4px;
   text-decoration: none;
   background: #0b1015;
   margin-right: 3px;
}

#pagination a.prev,
#pagination a.next{
   display: block;
   text-indent: -9999px;
   width: 23px;
   height: 18px;
   background: url(/_img/bg_paginate_buttons.gif);
   position: absolute;
   padding: 0;
}

#pagination a.prev{
   right: 24px;
}

#pagination a.next{
   right: 0;
   background-position: -24px 0;
}

#pagination a#off.next{
   background-position: -24px -18px;
}

#pagination a#off.prev{
   background-position: 0 -18px;
}

#pagination a#current{
   background: none;
   color: #fbfcfd;
}

#content .sermon{
   padding: 16px 0;
   background: url(/_img/bg_sermon.gif) no-repeat bottom left;
}

#content .sermon.last{
   background: none;
}

#content .sermon p{
   color: #77838e;
}

#content .sermon p.date{
   font-size: 1.1em;
   margin-bottom: 6px;
}

#content .sermon h3,
#content .enewsbox h3{
   font-size: 1.7em;
   width: 400px;
   float: left;
   margin-bottom: 7px;
}

#content .sermon h3 a,
#content .enewsbox h3 a{
   font-weight: bold;
}

#content .sermon p.series{
   clear: left;
   margin-bottom: 5px;
}

#content .sermon h3 a:hover,
#content .enewsbox h3 a:hover{
   text-decoration: none;
}

#content .sermon p.sermon-meta{
   font-size: 1.1em; margin-bottom:4px;
}

#content .sermon p a{
   text-decoration: none;
}

#content .sermon p a:hover{
   text-decoration: underline;
}

#content .sermon ul{
   float: right;
}

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

#content .sermon ul li a{
   display: block;
   height: 47px;
   padding-top: 3px;
   text-transform: lowercase;
   color: #77808e;
   text-decoration: none;
   font-size: .85em;
   background: url(/_img/sermon-buttons.gif);
   text-align: center;
}

#content .sermon ul li a:hover{
   color: #fbfcfd;
}

#content .sermon li.sl_listen a{
   width: 43px;
   background-position: 0 0;
}

#content .sermon li.sl_listen a:hover{
   background-position: 0 -50px;
}

#content .sermon li.sl_download a{
   width: 68px;
   background-position: -43px 0;
}

#content .sermon li.sl_download a:hover{
   background-position: -43px -50px;
}

#content .sermon li.sl_video a{
   width: 43px;
   background-position: -111px 0;
}

#content .sermon li.sl_video a:hover{
   background-position: -111px -50px;
}


#sidebar #sermon-sort{
   padding: 0 40px 0 20px;
   margin-bottom: 50px;
   float: left;
}

#sermon-sort label{
   font-size: 1.3em;
   color: #919da9;
   float: left;
   clear: both;
   width: 245px;
   padding: 8px 0;
}

#sermon-sort select{
   float: right;
   width: 174px;
}

#sidebar label span	{ float:left; margin-top:2px;}

body#sermons #sidebar p#subscribe{
   clear: left;
}

body#sermons #sidebar p#subscribe a{
   width: 286px;
   height: 89px;
   display: block;
   background: url(/_img/bg_sermon-sidebar_subscribe.gif);
   text-indent: -9999px;
}

#content #mediabox li,
	#content #byline li	{ margin:0; }	
	#content #mediabox	{ clear: left;padding:10px 20px; margin:5px 0 1em 0; list-style:none; height:30px; background: #1F2735;}
	#content #mediabox li{ padding:0 10px 0 24px; margin:0 5px 0 0; float:left; display:block;  line-height:30px; margin-bottom:0; }
	#mediabox li#mb_links		{ margin-right:10px; padding-left:0; background: none;}
	#mediabox li#mb_jukebox		{ background:url(/_img/bg_sl_listen.gif) no-repeat left center; }
	#mediabox li#mb_download	{ background:url(/_img/bg_sl_download.gif) no-repeat left center; }
	#mediabox li#mb_notes		{ background:url(/_img/bg_sl_notes.gif) no-repeat left center; }
	#mediabox li#mb_video		{ background:url(/_img/bg_sl_video.gif) no-repeat left center; }
	#mediabox li#mb_podcast		{ background:url(/_img/bg_feed.gif) no-repeat left center; }


/* @end  */

/* @group Radio */

#radio-content{
   position: relative;
   margin-top: 20px;
   padding-top: 10px;
}

#content .radiobox{
   padding: 30px 0 3px;
   background: url(/_img/bg_sermon.gif) no-repeat bottom left;
   width: 585px;
   float: left;
}

#content .radiobox.last{
   background: none;
}

#content .radiobox h3{
   font-size: 1.6em;
   color: #fbfcfd;
   float: left;
   width: 280px;
   padding-top: 5px;
   font-weight: bold;
   line-height: 1.2;
}

#content .radiobox h4{
   clear: left;
   float: left;
   width: 280px;
   font-size: 1.2em;
   line-height: 1.2;
}

.radiobox .faplayer{
   float: right;
   background: url(/_img/bg_radio_faplayer.gif) no-repeat;
   width: 267px;
}

#content .radiobox p.download{
   clear: both;
   float: right;
   font-size: 1em;
   text-transform: uppercase;
   margin-top: 6px;
}

#content .radiobox p.download a{
   text-decoration: none;
   padding: 2px 0 0 16px;
   background: url(/_img/bg_radio_download.gif) no-repeat 0 3px;
}

#content .radiobox p.download a:hover{
   text-decoration: underline;
   color: #fbfcfd;
}

#sidebar h4#blog-feed{
   width: 288px;
   height: 61px;
   margin-bottom: 20px;
}

#sidebar h4#radio-feed{
   margin-bottom: 20px;
}

#sidebar h4#blog-feed a{
   display: block;
   height: 61px;
   background: url(/_img/bg_h4_blog-feed.gif);
   text-indent: -9999px;
}

#sidebar #broadcast{
   width: 236px;
   height: 164px;
   background: url(/_img/bg_sidebar_broadcast.gif);
   margin-bottom: 28px;
   padding: 0 25px;
}

#radio #sidebar h3{
   background: url(/_img/bg_radio_sidebar_h3.gif) no-repeat;
}

#sidebar #broadcast h4,
#sidebar #broadcast h5{
   text-indent: -9999px;
}

#sidebar h4#radio-feed a{
   display: block;
   height: 61px;
   background: url(/_img/bg_h4_radio-feed.gif) no-repeat;
   text-indent: -9999px;
}

#sidebar #broadcast p{
   font-size: 1.2em;
   color: #141b25;
   margin-top: 76px;
   line-height: 1.75;
}

/* @end  */


/* @group E-Newsletter */

body#enews #content h2{
   background: url(/_img/nrdt.gif);
   width: 515px;
   height: 80px;
   border: none;
   text-indent: -9999px;
   margin-bottom: 30px;
}

body#enews-post #content h2{
   background: url(/_img/nrdt.gif) no-repeat;
   padding-top: 120px;
}

#content .enewsbox{
   padding: 20px 0 10px;
   background: url(/_img/bg_sermon.gif) no-repeat bottom left;
   width: 585px;
   float: left;
}

#content .enewsbox.last{
   background: none;
}

#content .enewsbox h3{
   font-size: 1.6em;
   padding-top: 5px;
}

#content .enewsbox h4{
   font-size: 1.1em;
   color: #77838e;
}

#content .enewsbox p.download{
   float: right;
}

#content .enewsbox p.download a{
   display: block;
   width: 124px;
   height: 34px;
   text-indent: -9999px;
   background: url(/_img/bg_enews_download.gif) no-repeat;
}

#sidebar h4#enews-feed{
   width: 288px;
   height: 61px;
   margin-bottom: 20px;
}

#sidebar h4#enews-feed a{
   display: block;
   height: 61px;
   background: url(/_img/bg_h4_enews-feed.gif);
   text-indent: -9999px;
}

/* @end  */

/* @group Blog */


#sidebar #blog-sidebar-content a{
   font-size: 1.3em;
   text-decoration: none;
}

#sidebar #blog-sidebar-content a:hover{
   text-decoration: underline;
}

#sidebar #blog-sidebar-content ul{
   padding: 0 30px 40px 20px;
}

ul#blog_list_category{
   width: 245px;
   float: left;
}

#blog-categories,
#blog-archives{
   margin-bottom: 30px;
   width: 305px;
   float: left;
}

ul#blog_list_category li a{
   display: block;
   padding: 5px;
   width: 115px;
   line-height: 1.2;
}

#sidebar #blog-sidebar-content ul#blog-recent{
   padding-bottom: 30px;
}

ul#blog-recent li{
   margin-bottom: 12px;
   line-height: 1.5;
}

ul#blog-recent li a{
   font-size: 1.2em;
}

ul#blog-recent li span{
   color: #77838e;
   font-size: 1.1em;
   width: 50px;
   display: block;
   float: left;
   padding-top: 2px;
}

ul#blog_list_archive li{
   float: left;
   margin-right: 8px;
}

#sidebar ul#blog_list_archive li a{
   text-decoration: underline;
   line-height: 1.7;
}

#content .post{
   padding: 16px 0;
   background: url(/_img/bg_sermon.gif) no-repeat bottom left;
}

#content .post.last{
   background: none;
}

#content .post h4{
   font-size: 2.2em;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: normal;
   float: left;
   display: inline;
   margin-right: 8px;
   line-height: 1.2;
}

#content .post h4 a{
   color: #fbfcfd;
   text-decoration: none;
}

#content .post h4 a:hover{
   text-decoration: underline;
}

#content .post p.byline{
   margin: 0;
   float: left;
   line-height: 1.8;
   font-size: 1.4em;
   color: #cdcdcd;
}

#content .post p.content{
   clear: left;
}

#comments{
   margin-top: 30px;
}

#comments form label{
   font-size: 1.6em;
   color: #fbfcfd;
   display: block;
   margin-bottom: 10px;
}

#comments textarea#comment{
   display: block;
   width: 400px;
   height: 120px;
}

#comments .comment,
#commentlist .comment{
   padding: 16px 0;
   background: url(/_img/bg_sermon.gif) no-repeat bottom left;
}

#content img.avatar{
   border: 1px solid #fff;
   float: left;
}

.comment-author,
.comment-meta{
   color: #eaebed;
   font-size: 1.3em;
   line-height: 1.6;
}

#blog #detail{
   margin-bottom: 40px;
}

.comment-meta{
   margin-bottom: 2em;
}

#respond{
   margin-top: 20px;
}

#commentform textarea#comment{
   width: 500px;
}

#comments form{
   margin-top: 20px;
}

h4#comnotify{
   line-height: 1.5;
   padding: 20px;
   margin-bottom: 20px;
   border: 2px solid #D9F4FE;
   color: #D9F4FE;
   background: #2A384E;
}

/* @end  */

/* @group Books */

#sidebar p{
   color: #eaebed;
   margin-bottom: 1em;
   color: #eaebed;
   font-size: 1.2em;
   line-height: 1.6;
}

#sidebar img.align-right{
   float: right;
   margin: 0 0 14px 10px;
}

#sidebar img.align-left{
   float: left;
   margin: 0 14px 10px 0;
}

#books #sidebar h3{
   background: none;
}

#books #content .book{
   padding: 16px 0;
   background: url(/_img/bg_sermon.gif) no-repeat bottom left;
   width: 585px;
   float: left;
}

#books .bookinfo{
   float: left;
   width: 134px;
}

#books #content .bookinfo img{
   border: none;
}

.book-summary{
   float: left;
   width: 400px;
   padding-left:12px;
}

#books .bookinfo h4				{ display:block; font-size:12px; color:#b0bcc1; text-align:center; font-weight:normal; }
#books .bookinfo h4 span		{ display:block; font-size:23px; color:#fbfcfd; font-weight:bold;  }
#books .bookinfo .buy			{ 
								  background:url(/_img/bg_book_li_a.gif) no-repeat left top; display:block; padding-left:10px; width:63px; 
								  height:24px; margin:0 auto;
								}
#books .bookinfo .buy a			{ 
								  background:url(/_img/bg_book_li.gif) no-repeat right top; display:block; height:24px; text-decoration:none; 
								  font-size:11px; color:#f9fafb; font-weight:bold; line-height:22px; padding-left:2px; 
								}
#books .bookinfo .buy a:hover	{ text-decoration:underline; }

#books .book-meta				{ border:1px solid #0b0f16; background:#1e2530; margin:10px 0 0; padding:1px; width:207px; float:left; }
#books .book-links 				{ margin:0; padding:19px; background:#151c28; list-style:none;}
#books .book-links li			{ padding:0; background:none; font-size:12px; }
#books .book-links li a			{ text-decoration:none; }
#books .book-links li a:hover	{ text-decoration:underline; }
#books li.read a				{ background:url(/_img/bg_book-links_read.gif) no-repeat left center; padding-left:20px; }
#books li.study a				{ background:url(/_img/bg_book-links_study.gif) no-repeat left center; padding-left:20px; }
#books li.friend a				{ background:url(/_img/bg_book-links_friend.gif) no-repeat left center; padding-left:20px; }

.book .add-info					{ float:left; padding:5px 0 11px 24px; margin-top:10px }
#books .add-info p				{ margin:0 0 2px; }
/* @end BOOKS */

