@charset "utf-8";
/* CSS Document */
/*------ Recent Sermons ------*/
a.sermonHold{
	width: 214px;
	margin-left: 8px;
	float: left;
	display: inline;
	font-size:0px;
	text-decoration: none;
	outline: none;
}
a.sermonHold:hover span.sermonTitle{
	text-decoration: underline;
}
span.sermonTitle{
	width:214px;
	height:17px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#960;
	float: left;
	display: inline;
	text-align:left;
	text-decoration: none;
	overflow: hidden;
}
span.sermonContent{
	width: 198px;
	height: 50px;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	float: left;
	display: inline;
	text-align:left;
	overflow:hidden;
	margin-left: 8px;
	text-decoration:none;
}
div.sermonBreak{
	width: 196px;
	height: 2px;
	float: left;
	background-image:url(../images/blueBack.jpg);
	background-repeat:repeat-x;
	margin-left: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size:0px;
}
a.viewAll{
	height: 15px;
	margin-right: 5px;
	margin-bottom: 3px;
	float: right;
	display: inline;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003;
	text-decoration:none;
	outline: none;
}
a.viewAll:hover{
	height: 15px;
	margin-right: 5px;
	margin-bottom: 3px;
	float: right;
	display: inline;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003;
	text-decoration: underline;
	outline: none;
}

#sermonBottom{
	height: 18px;
}
#sermonBL{
	margin-top: 10px;
}
#sermonBR{
	margin-top: 10px;
}
#recentSermonsColumn{
	background-image:url(../images/blueBack.jpg);
	background-repeat:repeat;
}
#recentSermon{
	height: 288px;
	font-size:0px;
}
/*------ End Recent Sermons ------*/





