/* CONTENT */

div#listOfEvents {
	width: 400px;
	margin: 0 0 0 129px;
}
#listOfEvents ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#listOfEvents ol li {
	margin-bottom: 6ex;
}

/* CAPTIONS */

#listOfEvents .title {
	display: block;
	border-bottom: 1px solid #541e1e;
	font-size: medium;
}

/* MISC */
div.calendar {
	position: absolute;
	left: 50px;
}