#eventlist{
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	opacity: 0.9;
	margin-bottom: 100px;
}
li{
	list-style-type: none;
	display: inline-block;
	padding: 20px 0px 20px;
	margin-bottom: 2px;
	min-height: 122px;
	border: 1px solid #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
}
.entry {
	display: table-row;
}
.image{
	float: left;
	width: 50px;
	margin-left: 45px;
	margin-top: 10px;
	display: table-cell;
	vertical-align: middle;
}
.content{
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
	width: 800px;
}
.blank{
	clear:both;
}
.day{
	float: left;
	width: 100px;
	margin-left: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
h2.month{
	text-align: center;
	font-family: 'Satisfy', cursive;
	font-size: 50px;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #bf360c;
}
h3.day{
	margin: 0;
}
.location{
	font-weight: bold;
}
.time{
	font-style: italic;
}
.eventname{
	color:#d84315;
	font-weight: bold;
	font-size: 120%;
}