.event {
	position:relative;
	height:75px;
	margin-bottom:10px;
}
.event .date {
	background-color:#44780c;
	width:65px;
	height:65px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	line-height: 0.9;
	float:left;
	margin-right:10px;
}
.event .date .month {
	text-transform:uppercase;
	font-size:18px;
}
.event .date .day {
	color:white;
	font-size:50px;
}

.event .topic {
	font-size:125%;
	line-height:1;
}
.event .presenter, .event .location span {
	color:#555;
}
.event .presenter {
	font-size:90%;
}
.event .location, .event .time {
	font-size:75%;
}
.event .time {
	color:#444;
}
.past-event {
	height:auto;
}
.past-event .topic {
	font-weight:bold;
	font-size:100%;
}