/* Site: Lutheran Church at the Well */
/* @override http://lutheranchurchatthewell.cpmpreview1.com/css/styles_sermons.css */
@import url(/css/styles.css);

#content p#filter			{ margin-bottom: 3em; }
#content p#filter a			{ font-weight: bold; }
#content p#filter select	{ 
							  width: 125px; margin: 0 15px; padding: 1px; border: 1px solid #B6B4A0; color: #010101; 
							  font-size: .9167em; font-weight: bold; 
							  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
							}
#content h4 				{ margin-top:1em; }
#content .sermonlist 		{ position: relative; margin-bottom: 15px; border-top: 6px solid #666;  }
#content .sermonbox			{ position: relative; clear: both; margin: 0; padding: 7px 9px; background: #e7e7e7; }

#content .sermonlist .sermonbox h5 		{ 
										  color: #1E1E1E; font-size: 1em; font-weight: normal; 
										  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
										  line-height: 1.3;
										}
#content .sermonlist .sermonbox h5 a	{ color: #27261E; margin: 0; margin-right: 5px; font-size: 1.2em; font-weight: bold; text-decoration: none;}
#content .sermonlist .sermonbox h5 a:hover
										{ text-decoration: underline; }
#content .sermonbox p			{ color: #1E1E1E; font-size: 1.1em; font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;}
#content .sermonbox p.comments	{ margin: 0; padding-left: 19px; background: url(/images/bg_comments.gif) no-repeat left 2px; color: #D43500;}
#content .sermonbox ul			{ position: absolute; top: 21px; right: 13px;  width: 110px; list-style: none; }
#content .sermonbox li			{ float: left; text-indent: -9999px; }
#content .sermonbox li a		{ display: block; width: 16px; 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									{ padding-top: 5px; }


#sidebar #appendix{
   margin: 0 0 15px 2px;
   padding: 16px 16px 1px;
   border-top: 1px solid #666;
   background:#e7e7e7;
}

#sidebar #appendix p{
   margin-bottom: 2em;
   padding: 2px 0 0 64px;
   border: 0;
   color: #6d6e71;
   font-size: 1.1em;
   background-position: 0 0;
   background-repeat: no-repeat;
   text-indent: -41px;
   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{
   color: #333;
   font-size: 1.1818em;
   font-weight: normal;
}

#sidebar #mini-appendix{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 220px;
   margin-left: 3px;
   border-top: 1px solid #666;
   background: #e7e7e7;
}

#sidebar #mini-appendix p{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 65px;
   margin: 11px;
   padding: 0;
   padding-left: 20px;
   border: 0;
   color: #6d6e71;
   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 #sort-list{
   margin: 0 0 30px 15px;
   list-style: none;
}

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

#sidebar #sort-list a	{ color:#b45b25; font-weight: normal; }
#sidebar #sort-list a:hover { text-decoration:none; }

/* PAGINATION STYLES */
#pagination				{ margin-top:25px; position:relative; }
#pagination a 			{ margin:0 5px; }
#pagination a#current	{ font-size:13px; background: #b45b25; color:#fff; padding:3px; }

