@charset "UTF-8";
/* CSS Document */

.sermonWrapper {
	background-color: #d1dedd;
	padding-bottom: 1em;
}

.sermonWrapper h3 {
	background: #7eaba8;
	color: #fee876;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	padding: 0.5em;
	margin: 0;
}

.sermonWrapper .sermon {}

.sermonWrapper .sermon .image {}

.sermonWrapper .sermon .sermon-title {
	color: #BB1F11;
	font: bold 1.35em Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

.sermonWrapper .sermon .details {
	color: #676767;
	font-style: italic;
	text-align: center;
}

.sermonWrapper .sermon .buttons {
	display: block;
}

.sermonWrapper .sermon .buttons ul {
	margin: 0;
	padding: 0;
}

.sermonWrapper .sermon .buttons ul li {
	display: block;
	float: left;
	list-style: none;
}

.sermonWrapper .sermon .buttons ul li .audio,
.sermonWrapper .sermon .buttons ul li .video {
	color: #81763c;
	display: block;
	height: 20px;
	outline: none;
	padding: 6px 0 0 35px;
	text-decoration: none;
	width: 80px;
}

.sermonWrapper .sermon .buttons ul li .audio {
	margin: 0 10px;
	background: url(../../images/listen_watch_buttons.gif) no-repeat 0 0;
}
.sermonWrapper .sermon .buttons ul li .video {
	background: url(../../images/listen_watch_buttons.gif) no-repeat 0 -30px;
}