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

/*special style codings for sermon lists */
ul  { 
	list-style-image: none; 	
	margin: 2em 0 .5em 1.5em ;} /*indents list item from left, also offsets whole list from what comes before and after*/
li {
	margin: 0 0 0 0; /*no vertical space between line items */
	}

.sermon {
	list-style-image: url(http://www.rrcb.org/images/webgraphics/celticcross2.gif); 	
	font-variant: small-caps;
	margin: .5em 0 0 0;
	text-align: left;
	}
	
.date {
	color:#660000;
	list-style: none;
	}
.preacher {
	font-style: italic;
	list-style: none;
	}	

.event {
	list-style-image: url(http://www.rrcb.org/images/webgraphics/celticcross2.gif); 	
	font-variant: small-caps;
	font-weight: bold;
	margin: .5em 0 0 0;
	font-size: 1.1em;
	text-align: left;
	}

.eventdetails {
	font-style: none;
	list-style: none;
	font-size: .9em;
	}	

.location {
	font-style: italic;
	list-style: none;
	}	
