
/* EVENTS */


.eventLink {
	display:block;
	position:relative;
	padding-left: 60px;
	padding-top:15px;
	color:#677367;
	line-height:1.4em;
}

.eventLink span {
	position:absolute;
	font-weight:bold;
	text-align:right;
	width:48px;
	display:block;
	left:0px;
	color:#f47c20;
	cursor:pointer;
	line-height:1.3em;
}

.eventLink strong {
	color: #42423b;
	display:block;
	margin-bottom:0.4em;
	line-height:1.3em;
}


.eventLink:hover {
	text-decoration:none;
}

.eventLink:hover strong {
	color:#f47c20;
	text-decoration:underline;
}
