/* @override http://flipside.cpmpreview1.com/css/styles_sermons.css */

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

#content p#filter			{ margin-bottom: 36px; }
#content p#filter select 	{ width: 215px; margin: 0 15px; font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;}
#content .sermonlist 		{ position: relative; border-top: 6px solid #EBE7CA; background: #FFF; }
#content .sermonbox			{ position: relative; clear: both; margin: 0; padding: 7px 9px; background: #FFF; }
#content .sermonbox:hover	{ background: #FFFBD3; }
#content .sermonlist h4		{ padding:5px 10px; }
#content .sermonlist .sermonbox h5	{ font-weight: normal; font-size: 75%; }
#content .sermonlist .sermonbox h5 a{ margin: 0; margin-right: 5px; font-size: 120%; font-weight: bold; text-decoration: none; }
#content .sermonlist .sermonbox h5 a:hover { text-decoration: underline; }
#content .sermonbox p				{ color: #1E1E1E; font-size: 85%; }
#content .sermonbox p.date			{ clear: none; float: left; font-size: 75%; }
#content .sermonbox p.comments		{ 
									  margin: 0; padding-left: 19px; background: url(/images/bg_comments.gif) no-repeat left 2px; 
									  color: #0097B8; font-weight: bold; 
									}
#content .sermonbox ul				{ position: absolute; top: 31px; right: 13px; 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 left 2px; }
#content .sermonbox li.sl_download a{ background: url(/images/bg_sermonlist_download.gif) no-repeat left 2px;}
#content .sermonbox li.sl_notes a	{ background: url(/images/bg_sermonlist_download-notes.gif) no-repeat left 1px;}
#content .sermonbox li.sl_video a	{ background: url(/images/bg_sermonlist_watch-video.gif) no-repeat;  }

#how-it-works ul		{ list-style:none;  }
#how-it-works li		{ margin-bottom:1em; font-size:11px; color:#514e45; background-repeat:no-repeat; padding-left:20px;}
#how-it-works li span	{ font-weight:bold; font-size:12px; color:#69b72c; }
#play 					{ background-image: url(/images/bg_sermonlist_listen.gif); }
#save					{ background-image: url(/images/bg_sermonlist_download.gif); }
#notes					{ background-image: url(/images/bg_sermonlist_download-notes.gif); }
#video					{ background-image: url(/images/bg_sermonlist_watch-video.gif); }

#sidebar #appendix strong{
   color: #BC6101;
   font-size: 124%;
   font-weight: normal;
}

#sidebar #mini-appendix{
   clear: left;
   height: 104px;
   margin-bottom: 10px;
   /*padding: 12px 8px;*/
   background: url(/images/bg_mini-appendix.gif) no-repeat;
}

#sidebar #mini-appendix p{
   float: left;
   width: 75px;
   margin: 12px 5px 12px 8px;
   padding-left: 20px;
   color: #514E45;
   background-position: left 1px;
   background-repeat: no-repeat;
}

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

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

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

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

#sidebar #sorting	{ margin-bottom: 15px;  list-style: none; }
#sorting ul 		{ list-style:none; }
#sidebar #sorting li{ margin-bottom: .5em; font-size: 90%; }

#sidebar #sort-list a{
   color: #46433A;
}