/* Site: Kaleo */

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

#content h4{
   margin-bottom: .5em;
}

#content .sermonlist{
   position: relative;
   margin-bottom: 15px;
   background: transparent;
}

#content .sermonlist #current-sermon{
   padding: 20px 24px 40px;
   border: solid 5px #1E1E1A;
   margin-bottom: 10px;
}

#content .sermonlist #current-sermon h4 a{
   text-decoration: none;
}

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

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

#content .sermonlist #current-sermon p.byline{
   margin-bottom: 1em;
   color: #545454;
   font-size: 1.1em;
   font-style: normal;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   line-height: 1.2;
}

#content .sermonlist #current-sermon p.comments{
   height: 15px;
   margin: 10px 0 0;
   padding-left: 19px;
   background: url(/images/bg_comments.gif) no-repeat left center;
   font-size: 1.1em;
}

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

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

#content .sermonlist #current-sermon li a{
   display: block;
   width: 200px;
   height: 50px;
   background-repeat: none;
}

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

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

#content .sermonlist #current-sermon li a:hover{
   background-color: transparent;
}

#content .sermonlist #current-sermon a{
   text-decoration: none;
}

#content .sermonbox{
   position: relative;
   clear: both;
   margin: 0 0 0 12px;
   padding: 10px 15px 8px;
   border-top: 0px solid #E3DFDA;
   background: #ffffff;
}

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

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

#content .sermonlist .sermonbox h5{
   width: 400px;
   margin: 0;
   font-size: 1.3em;
   font-weight: bold;
   line-height: 1.25;
}

#content .sermonbox p{
   font-size: 1.1em;
}

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

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

#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: 32px;
   height: 32px;
   background-repeat: no-repeat;
   background-position: left -32px;
}

#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(/images/bg_sermonlist_listen.gif);
}

#content .sermonbox li.sl_download a{
   background-image: url(/images/bg_sermonlist_download.gif);
   margin-left:1px;
}

#content .sermonbox li a:hover{
   background-color: transparent;
}

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

/* =Sermon Sidebar
---------------------------------------------------------------------
*/

#sermon-sidebar{
   clear: right;
   float: right;
   width: 211px;
   margin-bottom: 20px;
}

#sermon-sidebar h3{
   margin-bottom: 5px;
   color:#fff;
}

#sermon-sidebar #sort-list li{
	margin: 0 0 .75em 10px;
	font-size: 10pt;
	list-style: none;
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sermon-sidebar #sort-list a{
	color: #C00;
}

#sermon-sidebar #sort-list a:hover{
	color: #333;
	text-decoration: none;
}

#sermon-sidebar #subscription{
   margin-bottom: 20px;
}

#sermon-sidebar #subscription p{
   margin: 0 0 5px 10px;
   padding: 0;
   background: none;
   font-weight: bold;
   font-size: 1.1em;
}

#sermon-sidebar #subscription a{
   display: block;
   width: 96px;
   height: 27px;
   background: url(/images/bg_subscribe.gif) no-repeat;
   text-indent: -9999px;
}

p#filter{
   margin: 0 0 1em 10px;
   color: #545454;
   font-size: 1.1em;
}

p#filter select{
   width: 125px;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

