/* Team Boomer Events - 05-12-2012 */

.vevent {
	padding: 5px 5px 0;
	border: 2px solid #0e2853;
	margin-bottom: 6px;
	background-color: #f6f1e6;
}

.event-item {
}

.vevent h3 {
	font-size: 12px;
	color: #002b54;
	font-weight: bold;
	line-height: 1.7;
}

.event-label {
	font-weight: bold;
}

.event-time {
	display: block;
	float: left;
	width: 350px;
}

.info-link {
	display: block;
	position: relative;
	width: 350px;
}




