/* @ BEGIN @ - EastWestChurch Media Stylesheet ----------------------------------------------------*/

/* @override http://eastwestchurch.org/css/media.css */

#how-it-works {
   	height: 30px;
   	margin: 10px 0 20px;
   	padding: 0;
   	list-style: none;
   	background: #F4F0E5;
   	width: 654px;
}

#how-it-works li {
   	padding-left: 22px;
   	font-size: 13px;
   	float: left;
   	display: inline;
   	line-height: 30px;
   	margin-right: 30px;
	margin-left: 0 !important;
   	background: url(../_images/media/icons.png) no-repeat;
}

#how-it-works li.first{
   	background: none;
	font-weight: bold;
}

#how-it-works li#play {
   	background-position: 0 6px;
}

#how-it-works li#notes {
   	background-position: 0 -65px;
}

#how-it-works li#video {
   	background-position: 0 -100px;
}

#how-it-works li#save {
   	background-position: 0 -28px;
}

#content-block	{ position:relative; }

#content #pagination {
	position: absolute;
	top: 40px;
	right: 0;
	height:18px;
	background:url(/_images/pagination.gif) no-repeat right bottom;
}

#content #pagination span {
	display: inline;
	float: left;
	font-size: 13px;
	padding-right: 10px;
}

#content p.pagination {
	display: inline-block;
	position: relative;
	font-size: 13px;
	padding-right: 55px;
	margin: 0;
}

#content .pagination a {
	color: #974936;
	display: inline-block;
	width: 16px;
	line-height:18px;
	text-align: center;
	padding: 0 1px;
}

#content .pagination a.current {
	background: #974936;
	color: #fff;
	text-decoration: none;
}

#content .pagination a.next, 
#content .pagination a.previous {
	width: 22px;
	height: 18px;
	display: block;
	padding: 0;
	background: url(../_images/pagination.gif) no-repeat;
	text-indent: -999em;
}

#content .pagination a.next {
	position: absolute;
	right: 0;
	top: 0;
	background-position: right top;
}

#content .pagination .next:hover {
	background-position: right bottom;
}

#content .previous {
	position: absolute;
	right: 22px;
	top: 0;
}

#content .pagination .previous:hover {
	background-position: left bottom;
}

#content-block .sermonbox h5 { font-size:16px }