/* @override http://www.lifecenter.net/_css/styles_sermons.css */

/* Site: [SITE NAME HERE] */

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

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

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

#content .sermonlist
{
    position: relative;
    margin: 0 0 25px;
    padding: 7px 0;
    background: transparent;
}

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

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

#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: none;
}

#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 .sermonbox
{
    position: relative;
    clear: both;
    width: 340px;
    margin: 0 0 0 46px;
    padding: 10px 15px 8px;
    border-top: 1px solid #E3DFDA;
    background: #F6FAF2;
}

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

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

#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: #a97135;
    text-decoration: underline;
}

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

#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: #697c26;
}

#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: #6E624C;
	text-decoration: none;
}

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





#sidebar p
{
    color: #fff;
    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;
    color:#fff;
}

#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: #fff;
    text-decoration: none;
    margin: 0 50px 0 15px;
}

#sidebar #sermon-archive a:hover
{
    background-color: #6B624D;
}
#content-wrap
{
    background: transparent url(/_img/bg_sermoncontent.gif) repeat-y left top;
    height: auto;
}
#content-wrap:after{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}
#content
{
    background: #27231f url(/_img/bg_sermonwrap.gif) repeat-x left top;
    margin-left:10px;
    padding-left:10px;
}
