body.sermons div#text {
	margin-bottom: 24px;
}

p#pagination {
	margin: 50px 0 30px 30px;
}

p#pagination a {
	margin-right: 6px;
	padding: 1px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	border: 1px solid #999;
	color: #666;
}

p#pagination a:hover {
	border: 1px solid #5ecdf5;
	background-color: #5ecdf5;
	color: #fff;
}

p#pagination a#current {
	cursor: default;
	border: 1px solid #5ecdf5;
	background-color: #5ecdf5;
	color: #fff;
}

ul#byline {
	margin-left: 30px;
	border-left: 1px solid #dedede;
}

li#bl_date, li#bl_preacher, li#bl_series {
	float: left;
	padding: 0 10px;
	display: inline;
	list-style: none;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	border-right: 1px solid #dedede;
	color: #999;
}

div#text ul#byline li:first-child {
	padding-left: 0px;
}

div#text ul#byline li:last-child {
	border-right: 0px;
}

ul#mediabox, div.sermonbox ul {
	clear: left;
	margin: 10px 0 14px;
	padding: 10px;
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
}

ul#mediabox {
	margin: 20px 18px 16px 28px;
	padding: 10px 10px 8px;
}

ul#mediabox li, div.sermonbox ul li {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
}

ul#mediabox li a, div.sermonbox ul li a {
	padding-left: 20px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}

ul#mediabox li a {
	height: 13px;
	font-size: 1.2em;
	line-height 13px;
	color: #5ecdf5;
}

ul#mediabox li a:hover {
	color: #000;
}

ul#mediabox li#mb_jukebox a {
	background: url(../_img/sermon-play.png) no-repeat 0 0;
}

ul#mediabox li#mb_download a {
	padding-left: 22px;
	background: url(../_img/sermon-save.png) no-repeat 0 0;
}

ul#mediabox li#mb_notes a {
	background: url(../_img/sermon-download.png) no-repeat 0 0;
}

ul#mediabox li#mb_podcast a {
	padding-left: 22px;
	background: url(../_img/sermon-subscribe.png) no-repeat 0 0;
}

div.sermonbox li.sl_listen a {
	background: url(../_img/sermon-play.png) no-repeat 0 0;
}

div.sermonbox li.sl_download a {
	padding-left: 22px;
	background: url(../_img/sermon-save.png) no-repeat 0 0;
}

div.sermonbox li.sl_notes a {
	background: url(../_img/sermon-download.png) no-repeat 0 0;
}

div.sermonbox {
	margin-bottom: 5px;
	margin: 0 30px 10px 30px;
	border-top: 1px solid #dedede;
}

div.sermonbox h5 {
	margin: 14px 0;
}

div.sermonbox h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	color: #5ecdf5;
}

div.sermonbox h5 a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
}

div.sermonbox p {
	margin-bottom: 8px;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #999;
}

div.sermonbox p#sermon-summary {
	text-transform: none;
	color: #666;
	line-height: 1.6em;
	font-size: 1.3em;
}

div.sermonbox ul {
	width: 350px;
	font-size: 1.3em;
}

div.sermonbox a {
	color: #5ecdf5;
}

div.sermonbox a:hover {
	color: #000;
}
