/* @override http://saintmichael.monkcms.net/_css/sermons-articles.css */

p#filter{
  background: url(../_img/00-main/UE_instance_bkgd.gif) repeat-y;
  border-bottom: 1px solid #f8f3e8;
  padding: 10px 0 10px 13px;
  width: 257px;
  margin-bottom: 0;
}

p#filter select{
  width: 200px;
}

ul.meta{
  float: left;
  list-style-type: none;
  margin: 0 0 20px 0;
}

.sermonbox ul.meta{
  width: 295px;
  margin-bottom: 10px;
}

ul.meta li{
  color: #6a4f34;
}

ul.media{
  float: right;
  list-style: none;
  margin: 0;
  padding: 0 0 0 14px;
  height: 33px;
  z-index: 999;
  background: url(/_img/bg_sermonlist-left.png) no-repeat left top;
}

.media li{
  float: left;
  padding: 0;
  background: none;
  text-indent: -9999px;
}

.media li.last{
  padding-right: 13px;
  background: url(/_img/bg_sermonlist-right.png) no-repeat right top;
}

.media li a{
  display: block;
  height: 33px;
  background: url(/_img/bg_sermonlist-a.jpg) no-repeat;
}

.media li.listen a{
  width: 38px;
  background-position: left top;
}

.media li.download a{
  width: 36px;
  background-position: -38px top;
}

.media li.video a{
  width: 36px;
  background-position: -74px top;
}

.media li.notes a{
  width: 35px;
  background-position: -110px top;
}

.media li.feed a{
  width: 31px;
  background-position: -145px top;
}

.sermonbox{
  position: relative;
  border-bottom: dashed 1px #ddceb8;
  margin-bottom: 20px;
  overflow: auto;
}

h4.sermongroup a,
 .article h4 a{
  color: #ffffff;
  text-decoration: none;
}

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

.sermonTags p,
 .article p.date{
  clear: both;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 8px;
}

#pagination span.paginate_label{
  display: block;
  float: left;
  margin-right: 5px;
}

#pagination a#off{
  display: none;
}

p#pagination{
  float: left;
  display: block;
  margin: 20px 0 0;
  line-height: 14px;
  height: 14px;
}

#pagination a#current{
  font-weight: bold;
  display: block;
  color: #464646;
  float: left;
  margin: 0 8px;
  text-decoration: none;
}

#pagination a{
  margin: 0 8px;
  text-decoration: underline;
  display: block;
  float: left;
}

#pagination a:hover{
  text-decoration: none;
}

#pagination a#next{
  width: 14px;
  text-indent: -9999px;
  height: 14px;
  margin-top: 1px;
  margin-left: 4px;
  background: url(/_img/bg_paginate_next.png) no-repeat;
}

#pagination a#previous{
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  margin: 1px 4px 0;
  background: url(/_img/bg_paginate_prev.png);
}

#sermons p#backtoarchive{
  margin-top: 20px;
  float: left;
}

#sermons p#backtoarchive a{
  display: block;
  padding: 3px 10px;
  border: 1px solid #e3dfda;
  background: #EDEBE8;
  line-height: 1.5;
}