.sermon_series_image{
	
}



.sermon_series_image img{
	border: 1px black solid;
	margin: 5px;
	padding: 8px;
}
.sermon_series_intro{
	width: 800px;
	text-align: justify;
	margin: 5px;
}
.sermon_entry{
	clear: both;
	float:left;
	width:100%;
	margin:10px 10px 20px 10px;

}
.sermon_date{
	float:left;
	background:url(images/template/calendar.jpg) no-repeat;
	background-position: 1px 0px;
	width:69px;
	height:69px;
	position: relative;
	top: 12px;
}
.sermon_date span{
	display:block;
	text-align:center;
	text-transform:uppercase;
	/*letter-spacing:-1px;*/
	position: relative;
}
.sermon_month{
	color:#fff;
	font-size:10px;
	top: 0px;
	font-weight:bold;
}
.sermon_day{
	font-size:38px;
	top: 12px;
}
.sermon_detail{
	float:left;
	/*position: relative;*/
	margin-left: 7px;
	width:85%;
}
.sermon_detail h3{
	margin-bottom: 7px;
}
.sermon_summary{
	/*position: relative;*/
	margin-top: 10px;
	text-align: justify;
	
}
.download_now{
	text-align: center;
	/*position: relative;*/
	margin-top: 12px;
	overflow: hidden;
    width: 100%;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.download_now a {
    background: transparent url('images/template/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font-size: 12px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.download_now a span {
    background: transparent url('images/template/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.download_now a span img {
    position: relative;
    /*top: 2px;*/
}

.download_now a:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.download_now a:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

