/* <style> */

DIV.eventListing {
	position: relative;	
	margin-left: -15px;
	padding-bottom: 25px;
}

DIV.eventListing H3 {
	font-family: Helvetica, Geneva, "MS Sans Serif", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #162C17;
	padding-bottom: .15em;
	margin-bottom: .3em;
	border-bottom: 1px solid #81132E;
}

DIV.eventListing H4 {
	font-family: Helvetica, Geneva, "MS Sans Serif", Arial, sans-serif;
	font-size: 1em;
	color: #666;
	font-weight: normal;
	text-align: right;
	margin-bottom: .15em;
}



	DIV.eventListing .date {
		width: 80px;
		height: 65px;
		position: relative;
		float: left;
		background: url(/site_images/events/date_badge_bg.png);
		font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
	}
		DIV.eventListing .date .month,
		DIV.eventListing .date .day {
			position: absolute;
			color: #333;
			width: 80px;
			text-align: center;
		}
		
		DIV.eventListing .date .month {
			top: 8px;
			font-size: 22px;
			text-transform: capitalize;
		}
	
		DIV.eventListing .date .day {

			font-size: 17px;
			bottom: 12px;
		}


	DIV.eventListing DIV.content {
		margin-left: 90px;
	}

	HR {
		
	}

/* </style> */