/* @override 
	http://57.cpmassets.com/css/media.css
*/

/* @group Sermon Listing */

#content p.feed{
   position: absolute;
   right: 0;
   top: 16px;
   font-weight: bold;
}

#content p.feed a{
   padding-left: 20px;
   background: url(/_img/bg_feed.png) no-repeat 0 0;
   text-decoration: none;
}

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

#content h3#sl-header{
   background: url(/_img/bg_sl-header.gif) no-repeat;
   height: 14px;
   padding: 8px 10px;
   color: #fff;
   font-size: 1.5em;
   font-weight: bold;
   text-shadow: #211f1f 1px 1px 0;
   margin-bottom: 0;
}

.sermon{
   padding: 19px 0;
   border-bottom: 1px solid #ebebea;
   width: 655px;
   padding-left: 107px;
   float: left;
   position: relative;
}

#content p.series-thumb{
   position: absolute;
   left: 1px;
   width: 92px;
   margin: 0x;
}

#content p.series-thumb img{
   width: 92px;
   margin: 0;
   float: left;
}

#content .sermon-info{
   float: left;
   width: 370px;
}

#content .sermon-info p.date{
   font-size: 1.2em;
   font-weight: bold;
   color: #333332;
   margin: 0;
}

#content .sermon-info h4{
   font-size: 1.4em;
   font-weight: bold;
   line-height: 1.4;
   margin: 0;
}

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

#content .sermon-info h4 a:hover{
   text-decoration: underline;
}

#content .sermon-info p.meta{
   font-size: 1.2em;
   color: #333332;
}

#content .sermon-buttons{
   position: absolute;
   right: 0;
   background: url(/_img/bg_sermon-buttons.gif) no-repeat 0 0;
   height: 41px;
   top: 26px;
}

#content .sermon-buttons ul{
   float: left;
   margin: 0;
   padding: 12px 20px;
   background: url(/_img/bg_sermon-buttons_ul.gif) no-repeat right top;
}

#content .sermon-buttons ul li{
   float: left;
   margin: 0 18px 0 0;
   font-size: 1.1em;
}

#content .sermon-buttons ul li.last{
   margin: 0;
}

#content .sermon-buttons ul li a{
   font-weight: bold;
   color: #535252;
   padding-left: 15px;
   padding: 4px 0 3px 15px;
   text-decoration: none;
   display: block;
   line-height: 1;
}

#content .sermon-buttons ul li.sl_watch a{
   background: url(/_img/bg_sl_watch.png) no-repeat 0 4px;
}

#content .sermon-buttons ul li.sl_listen a{
   background: url(/_img/bg_sl_listen.png) no-repeat 0 4px;
}

#content .sermon-buttons ul li.sl_save a{
   background: url(/_img/bg_sl_save.png) no-repeat 0 4px;
}

#content .sermon-buttons ul li.sl_notes a{
   background: url(/_img/bg_sl_notes.png) no-repeat 0 4px;
}

#content .sermon-buttons ul li a:hover{
   color: #d27904;
   background-position: 0 -16px;
}

/* @end Sermon Listing */

/* @group Detail Page */

#sermonpage #content h2,
#sermon-meta{
   float: left;
   width: 520px;
}

#content p#series-image{
   float: left;
   margin: 0;
}

#content p#series-image img{
   margin: 0;
}

#content #sermon-meta ul{
   float: left;
   margin-left: 14px;
   padding-top: 3px;
}

#content #sermon-meta li{
   margin-bottom: 6px;
}

#sermon-content{
   clear: left;
}

#sermon-links{
   width: 218px;
   float: right;
   background: url(/_img/bg_sermon-links.gif) no-repeat bottom;
   margin-left: 20px;
}

#content #sermon-links ul{
   background: url(/_img/bg_sermon-links_ul.gif) no-repeat;
   margin: 0;
   padding: 18px 22px;
}

#content #sermon-links li{
   background: url(/_img/bg_sermon-links_li.gif) repeat-x bottom;
   font-size: 1.2em;
}

#content #sermon-links li.last{
   background: none;
}

#content #sermon-links li a{
   color: #d2d2d2;
   font-weight: bold;
   text-decoration: none;
   padding: 12px 0;
   display: block;
   padding-left: 23px;
   background: url(/_img/bg_sermon-links_a.png) no-repeat;
}

#content #sermon-links li#watch a{
   background-position: 0 12px;
}

#content #sermon-links li#listen a{
   background-position: 0 -30px;
}

#content #sermon-links li#save a{
   background-position: 0 -72px;
}

#content #sermon-links li#notes a{
   background-position: 0 -114px;
}

#content #sermon-links li#subscribe a{
   background-position: 0 -155px;
}

#content #sermon-links li#share a{
   background-position: 0 -198px;
}

#content #sermon-links li a:hover{
   text-decoration: underline;
}

/* @group Sidebar */

p#back-sermons{
   width: 168px;   
   height: 35px;
   background: url(/_img/bg_back-sermons.png);
   margin-bottom: 30px;
}

p#back-sermons a{
   display: block;
   height: 24px;
   padding: 11px 0 0 26px;
   font-size: 1.4em;
   color: #fff;
   font-weight: bold;
   text-decoration: none;
}

p#back-sermons a:hover{
   text-decoration: underline;
}

#recent-messages h3{
   font-size: 1.3em;
   font-weight: bold;
   color: #1e1e1e;
   margin-bottom: 7px;
   padding-left: 4px;
}

#recent-messages .recent{
   background: url(/_img/bg_sidebar_recent.gif) repeat-x bottom;
   width: 167px;
   padding: 13px 0;
}

#recent-messages .recent h4{
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: 5px;
   padding-left: 4px;
}

#recent-messages .recent h4 a{
   text-decoration: none;
}

#recent-messages .recent h4 a:hover{
   text-decoration: underline;
}

#recent-messages .recent p{
   color: #777;
   font-size: 1.1em;
   padding-left: 4px;
}
/* @end  */
/* @end Detail Page */
