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

#content p#filter{
   margin-bottom: 3em;
   font-size: 1.2em;
}

#content p#filter a{
   font-weight: bold;
}

#content p#filter select{
   width: 150px;
   margin: 0 15px;
   padding: 1px;
   border: 1px solid #BAB8A6;
   color: #010101;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#content .sermonlist{
   position: relative;
   margin-bottom: 15px;
   border-top: 6px solid #BCAD85;
   background: #FFF;
}

#content .sermonbox{
   position: relative;
   clear: both;
   margin: 0;
   padding: 7px 9px;
   background: #FFF;
}

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

#content .sermonlist .sermonbox h5{
   color: #1E1E1E;
   font-size: 1em;
   font-weight: normal;
   line-height: 1.3;
}

#content .sermonlist .sermonbox h5 a{
   color: #27261E;
   margin: 0;
   margin-right: 5px;
   font-size: 1.2em;
   text-decoration: none;
}

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

#content .sermonbox p{
   margin-bottom: .25em;
   color: #1E1E1E;
   font-size: 1.1em;
   font-family: Georgia, Times, "Times New Roman", serif;
}

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

#content .sermonbox p.comments a{
   color: #550507;
   text-decoration: none;
}

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

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

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

#content .sermonbox li a{
   display: block;
   width: 14px;
   height: 16px;
   margin-right: 15px;
}

#content .sermonbox li.sl_listen a{
   margin-right: 13px;
   background: url(/images/bg_sermonlist_listen.gif) no-repeat;
}

#content .sermonbox li.sl_download a{
   background: url(/images/bg_sermonlist_download.gif) no-repeat;
}

#content .sermonbox li.sl_download-notes a{
   background: url(/images/bg_sermonlist_download-notes.gif) no-repeat;
}

#content .sermonbox li.sl_watch-video a{
   margin-right: 0;
   background: url(/images/bg_sermonlist_watch-video.gif) no-repeat;
}

#content .sermonbox a{
   color: #1E1E1E;
}

#sidebar h3{
   background-image: url(/images/bg_sidebar_h3_upcoming-events.gif);
}

#sidebar p{
   padding: 0 5px 15px;
   color: #313C48;
   line-height: 1.5;
}

#sidebar #appendix{
   width: 165px;
   margin: 9px auto 0;
   padding: 10px 12px;
   background: url(/images/bg_appendix.gif) no-repeat;
}

#sidebar #appendix p{
   margin-bottom: 1.75em;
   padding: 2px 0 0 23px;
   border: 0;
   color: #333F4A;
   font-size: 1.1em;
   background-position: left top;
   background-repeat: no-repeat;
   line-height: 1.3;
}

#sidebar #appendix p#app_listen{
   background-image: url(/images/bg_sermonlist_listen_app.gif);
}

#sidebar #appendix p#app_download{
   background-image: url(/images/bg_sermonlist_download_app.gif);
}

#sidebar #appendix p#app_download-notes{
   background-image: url(/images/bg_sermonlist_download-notes_app.gif);
}

#sidebar #appendix p#app_watch-video{
   background-image: url(/images/bg_sermonlist_watch-video_app.gif);
}

#sidebar #appendix strong{
   display: block;
   margin-bottom: .25em;
   color: #000;
   font-size: 1.1818em;
   font-weight: normal;
}

#sidebar #mini-appendix{
   clear: left;
   width: 178px;
   height: 124px;
   margin: 0 auto 10px;
   padding: 12px 0 0 10px;
   background: url(/images/bg_mini-appendix.gif) no-repeat center top;
}

#sidebar #mini-appendix p{
   margin: 0 0 1.25em;
   padding: 0;
   padding-left: 20px;
   border: 0;
   color: #303C47;
   font-size: 11px;
   background-position: left 1px;
   background-repeat: no-repeat;
}

#sidebar #mini-appendix p#app_listen{
   background-image: url(/images/bg_sermonlist_listen_app.gif);
}

#sidebar #mini-appendix p#app_download{
   background-image: url(/images/bg_sermonlist_download_app.gif);
}

#sidebar #mini-appendix p#app_download-notes{
   background-image: url(/images/bg_sermonlist_download-notes_app.gif);
}

#sidebar #mini-appendix p#app_watch-video{
   background-image: url(/images/bg_sermonlist_watch-video_app.gif);
}

#sidebar #how-it-works{
   background-image: url(/images/bg_sidebar_h3.gif);
}

#sidebar #sort-list{
   margin: 0 0 30px 15px;
   list-style: none;
}

#sidebar #sort-list li{
   margin-bottom: .5em;
   padding-left: 8px;
   font-size: 1.2em;
   background: url(/images/bg_sort-list_li.gif) no-repeat left 5px;
   line-height: 1.4;
}

#sidebar #sort-list a{
   color: #333E49;
   font-weight: normal;
}