/* @override 
	http://acts29staging.com/css/media.css
	http://www.acts29network.org/css/media.css
*/

#sorting {
	width: 635px;
	height: 39px;
	background: url(/images/bg_sorting.gif) no-repeat;
	padding: 20px 0 0;
	margin-bottom: 10px;
}

#content #sorting h3 {
	text-indent: -9999px;
	margin: 0;
	width: 135px;
	float: left;
}

#content select.sorter {
	width: 115px;
	float: left;
	display: inline;
	margin-right: 5px;
	padding: 2px;
}

#featured-sermon {
	width: 592px;
	height: 101px;
	padding: 17px 21px 24px;
	background: url(/images/bg_featured-sermon.gif) no-repeat;
	position: relative;
	margin-bottom: 20px;
}

#content #featured-sermon h3 {
	font-size: 16px;
	font-weight: normal;
	color: #d4cfcc;
	margin-bottom: 15px;
}

#content #featured-sermon h3.single {
	margin-bottom: 25px;
}

#content #featured-sermon p.date {
	width: 25px;
	height: 47px;
	background: url(/images/bg_featured-sermon_date.gif) no-repeat;
	padding: 9px 16px 0 28px;
	text-align: center;
	position: absolute;
	top: 47px;
	left: -8px;
	color: #e0b1a7;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
}

#content #featured-sermon p.date span {
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	display: block;
}

#content #featured-sermon h4 {
	margin-left: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.167;
	width: 350px;
	margin-bottom: 15px;
}

#content #featured-sermon h4.single {
	margin-bottom: 28px;
	font-size: 20px;
}

#content #featured-sermon h4 a {
	color: #c9bcb1;
}

#content #featured-sermon .media-controls {
	position: absolute;
	top: 47px;
	right: 22px;
	padding: 0;
	background: url(/images/bg_featured_media-controls.gif) no-repeat 0 0;
}

#content #featured-sermon .media-controls ul {
	background: url(/images/bg_featured_media-controls_ul.gif) no-repeat right top;
	height: 28px;
	padding: 6px 11px 6px 9px;
	margin: 0 -5px 0 0;
}

#content .media-controls li {
	float: left;
	list-style: none;
	height: 42px;
	margin: 0;
}

#content .featured-sermon .media-controls li {
	border-right: 1px solid #343232;
	height: 29px;
}

#content .media-controls li.last {
	border: none;
}

#content .media-controls li a {
	display: block;
	height: 42px;
	text-indent: -9999px;
	width: 31px;
}

#content #featured-sermon .media-controls li a {
	height: 29px;
	width: 35px;
}

#content #featured-sermon .media-controls li.sl_listen a {
	background: url(/images/bg_sl_featured_play.gif);
}

#content #featured-sermon .media-controls li.sl_download a {
	background: url(/images/bg_sl_featured_download.gif);
}

#content #featured-sermon .media-controls li.sl_watch a {
	background: url(/images/bg_sl_featured_watch.gif);
}

#content #featured-sermon .media-controls li.sl_notes a {
	background: url(/images/bg_sl_featured_notes.gif);
}

#content #featured-sermon ul.sermon-meta {
	margin: 0;
}

#content #featured-sermon ul.sermon-meta li {
	float: left;
	list-style: none;
	font-weight: bold;
	color: #d4d4d2;
	padding-right: 9px;
	margin-right: 9px;
	background: url(/images/bg_featured_sermon-meta.gif) no-repeat right 4px;
}

#content #featured-sermon ul.sermon-meta li a {
	color: #adccd1;
	font-weight: normal;
}

#sermonlist {
	background: url(/images/bg_sermonlist.gif) repeat-x;
	padding-top: 16px;
	position: relative;
	padding-bottom: 48px;
	width: 635px;
	float: left;
}

#content #sermonlist h3 {
	height: 17px;
	background: url(/images/bg_sermonlist_h3.gif) no-repeat;
	padding: 15px 20px;
	color: #7b6f6c;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 1px;
}

#ajaxwrap{
   padding-top: 30px;
   float: left;
}

.paginatewrap {
	position: absolute;
	top: 28px;
	right: 14px;
	z-index: 1000;
}

#ajaxwrap .paginatewrap{
   top: 56px;
}

#content p#pagination {
	position: relative;
	float: left;
	margin: 0;
	padding-right: 46px;
	background: url(/images/bg_pagination.png) no-repeat right 3px;
}

#content p.paginate {
	float: left;
	display: inline;
	margin: 0 7px 0 0;
	font-weight: bold;
	color: #909090;
	padding-top: 4px;
}

#pagination a,
#pagination span.pagination_ellipsis {
	float: left;
	display: block;
	color: #c23919;
	font-weight: bold;
	width: 24px;
	height: 21px;
	text-align: center;
	padding: 4px 0 0;
	text-decoration: none;
}

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

#pagination span.pagination_ellipsis {
	width: 14px;
}

#pagination a#current {
	background: url(/images/bg_pagination_current.png);
	color: #5a5956;
	padding-left: 1px;
	text-decoration: none;
}

a#previous, a#next {
	text-indent: -9999px;
	position: absolute;
	top: 0;
	width: 21px;
	background: url(/images/bg_pagination.png) 0 -37px;
}

#pagination a#off {
	display: none;
}

a#previous {
	right: 22px;
}

a#next {
	right: 0;
	background-position: -22px -37px;
}

.sermon {
	background: url(/images/bg_sermon.gif) repeat-x bottom;
	padding: 18px 20px;
	width: 595px;
	float: left;
	position: relative;
}

#content .sermon p.date {
	color: #989895;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

#content .sermon h4 {
	font-size: 17px;
	margin: 0;
	width: 420px;
	line-height: 1.41;
}

#content .sermon h4 a {
	color: #34332f;
}

#content .sermon p.sermon-event {
	color: #71706a;
	font-size: 13px;
	margin: 0;
	line-height: 1.54;
}

#content .sermon p.sermon-event a {
	color: #984133;
}

#content .sermon ul.sermon-meta {
	margin: 0;
}

#content .sermon ul.sermon-meta li {
	float: left;
	list-style: none;
	line-height: 1.91;
	margin: 0 7px 0 0;
	color: #a3a29c;
	font-size: 12px;
	padding: 0 7px 0 0;
	background: url(/images/bg_sermon_li.gif) no-repeat right 6px;
}

#content .sermon ul.sermon-meta li a {
	color: #81a1a6;
}

#content .sermon .media-controls {
	position: absolute;
	top: 32px;
	right: 17px;
	padding: 0;
	height: 50px;
	background: url(/images/bg_media-controls.gif) no-repeat 0 0;
}

#content .sermon .media-controls ul {
	background: url(/images/bg_media-controls_ul.gif) no-repeat right top;
	height: 42px;
	padding: 4px 19px 4px 20px;
	margin: 0;
}

#content .sermon .media-controls li.sl_listen a {
	background: url(/images/bg_sl_play.gif);
	margin-right: 7px;
}

#content .sermon .media-controls li.sl_download a {
	background: url(/images/bg_sl_download.gif);
	width: 49px;
	margin-right: 0px;
}

#content .sermon .media-controls li.sl_notes a {
	background: url(/images/bg_sl_notes.gif);
	width: 30px;
	margin-right: 13px;
}

#content .sermon .media-controls li.sl_watch a {
	background: url(/images/bg_sl_watch.gif);
	width: 34px;
}

p.podcast {
	width: 234px;
	height: 47px;
	margin-bottom: 23px;
}

p.podcast a {
	display: block;
	height: 47px;
	text-indent: -9999px;
	background: url(/images/bg_p_podcast.gif);
}

#subnav {
	margin-bottom: 25px;
}

#popular {
	margin-bottom: 22px;
}

#popular h2 {
	background: url(/images/right-block-title-bg.gif) no-repeat;
	width: 234px;
	height: 18px;
	padding: 8px 0 0 10px;
	margin-bottom: 8px;
}

.side-sermon {
	padding: 10px;
	border-bottom: 1px solid #ececec;
}

.side-sermon.last {
	border: none;
}

.side-sermon h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.23;
	width: 170px;
	float: left;
}

.side-sermon h4 a {
	color: #3c3c3c;
}

.side-sermon p.date {
	float: right;
	color: #b8b8b8;
	font-size: 11px;
}

.side-sermon p.speaker {
	clear: both;
	font-size: 12px;
	color: #5e5e5e;
	line-height: 1.42;
}

/* @group Select Menus */

.ui-selectmenu {
	display: block;
	float: left;
	position: relative;
	height: 2em;
	width: 118px;
	text-decoration: none;
	overflow: hidden;
	background: url(/images/bg_selectmenu.png);
	margin-right: 5px;
}

#content a.ui-selectmenu:hover{
   text-decoration: none;
}

.ui-selectmenu-icon {
	position: absolute;
	right: 6px;
	margin-top: -8px;
	top: 50%;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 1001;
	top: 0;
	visibility: hidden;
	overflow: auto;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	background: #f1f1f1;
	height: 300px;
	width: 300px !important;
}

.ui-selectmenu-open {
	visibility: visible;
}

.ui-selectmenu-menu-popup {
	margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {
	
}

.ui-selectmenu-menu li {
	padding: 0;
	margin: 0;
	display: block;
	border-top: 1px dotted transparent;
	border-bottom: 1px dotted transparent;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
	font-weight: normal !important;
}

.ui-selectmenu-menu li a,.ui-selectmenu-status {
	line-height: 1.4em;
	display: block;
	padding: .3em 1.5em .3em 1em;
	outline: none;
	text-decoration: none;
	color: #363636;
	font-size: 11px;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
	padding-left: 20px;
	position: relative;
	margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
	position: absolute;
	top: 1em;
	margin-top: -8px;
	left: 0;
}

.ui-selectmenu-status {
	line-height: 1.4em;

	height: 16px;
	overflow: hidden;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
	background: #d4d4d4;
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {
	
}

.ui-selectmenu-menu li span,.ui-selectmenu-status span {
	display: block;
	margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
	font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-content {
	
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity: .8;
}

/*for optgroups*/

.ui-selectmenu-menu .ui-selectmenu-group {
	font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height: 1.4em;
	display: block;
	padding: .6em .5em 0;
	font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin: 0;
	padding: 0;
}

/* @end  */
