/* Site: [SITE NAME HERE] */

@import url(/_css/styles.css);

#content h4{
   font-size: 1.6em;
   line-height: 1.2;
}

#content h4 a{
   color: #a50d19;
   font-weight: bold;
}

#content .sermonlist{
   margin: 0 0 25px;
   padding: 7px 0;
   background: #FFF;
}

#content .sermonlist #current-sermon{
   width: 413px;
   padding: 20px 24px 40px 24px;
   border-top: 6px solid #073e8d;
   background: url(/_img/bg_current-sermon.gif) no-repeat;
}

#content .sermonlist #current-sermon p{
   margin: 0;
   color: #000000;
}

#content .sermonlist #current-sermon p.series{
   font-weight: bold;
   line-height: 1.2;
   margin-top: 10px;
}

#content .sermonlist #current-sermon p.byline{
   margin-bottom: 1em;
   font-size: 1.1em;
   line-height: 1.2;
}

#content .sermonlist #current-sermon ul{
   float: right;
   list-style: none;
}

#content .sermonlist #current-sermon li{
   margin-bottom: 5px;
   padding: 0;
   background: none;
   text-indent: -9999px;
}

#content .sermonlist #current-sermon li a{
   display: block;
   width: 113px;
   height: 27px;
   background-repeat: no-repeat;
}

#content .sermonlist #current-sermon li.sl_listen a{
   background-image: url(/_img/bg_current-sermon_listen.gif);
}

#content .sermonlist #current-sermon li.sl_download a{
   background-image: url(/_img/bg_current-sermon_download.gif);
}
#content .sermonlist #current-sermon li.sl_notes a {
background-image:url(/_img/bg_current-sermon_notes.gif);
}

#content .sermonbox{
   position: relative;
   clear: both;
   width: 340px;
   margin: 0 0 0 46px;
   padding: 10px 15px 8px;
   border-top: 1px solid #E3DFDA;
   background: #ebebeb;
}

#content .sermonbox.alt{
   background: #f4f4f4;
}

#content .sermonbox:hover{
   background: #e5ddc8;
}

#content .sermonlist .sermonbox h5{
   margin: 0;
   color: #1E1E1E;
   font-size: 1.2em;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1.3;
   text-transform: none;
}

#content .sermonlist .sermonbox h5 a{
   color: #a50d19;
   text-decoration: none;
}

#content .sermonlist .sermonbox h5 a:hover{
   text-decoration: underline;
}

#content .sermonbox p{
   color: #545454;
   font-size: 1.1em;
   font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content .sermonbox p.comments{
   height: 15px;
   margin: 0;
   padding-left: 19px;
   background: url(/_img/bg_comments.gif) no-repeat left center;
}

#content .sermonbox.alt p.comments{
   background-position: left bottom;
}

#content .sermonbox:hover p.comments{
   background-position: left top;
}

#content .sermonbox p.comments a{
   color: #545454;
}

#content .sermonbox ul{
   position: absolute;
   top: 12px;
   right: 13px;
   width: 72px;
   list-style: none;
}

#content .sermonbox li{
   float: left;
   padding: 0;
   background: none;
   text-indent: -9999px;
}

#content .sermonbox li a{
   display: block;
   width: 36px;
   height: 29px;
   background-repeat: no-repeat;
   background-position: left -29px;
}

#content .sermonbox.alt li a{
   background-position: left bottom;
}

#content .sermonbox:hover li a{
   background-position: left top;
}

#content .sermonbox li.sl_listen a{
   background-image: url(/_img/bg_sermonlist_listen.gif);
}

#content .sermonbox li.sl_download a{
   background-image: url(/_img/bg_sermonlist_download.gif);
}

#content .sermonbox a{
   color: #545454;
}





#sidebar p{
   color: #566261;
   font-size: 1.2em;
}

#sidebar #subscription{
   margin-bottom: 50px;
}

#sidebar #subscription a{
   display: block;
   padding: 13px 0 15px 54px;
   background: url(/_img/bg_podcast.gif) no-repeat left center;
   text-decoration: none;
}

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

#sidebar p#filter{
   margin-bottom: 25px;
}

#sidebar p#filter select{
   width: 130px;
   font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar #sermon-archive ul{
   margin: 0 -15px;
}

#sidebar #sermon-archive li{
   font-size: 1.2em;
   list-style: none;
   margin-bottom: 0;
   background: none;
}

#sidebar #sermon-archive a{
   display: block;
   padding: 9px 14px;
   background: url(/_img/bg_sidebar_more.gif) no-repeat 95% center;
   color: #566261;
   text-decoration: none;
   margin: 0 50px 0 15px;
}

#sidebar #sermon-archive a:hover{
   background-color: #f4f4f4;
}