p.introduction {	font-size: larger;
}
div.event {	height: 1%;	overflow: hidden;	margin: 10px 0;	border-top: 1px dotted #eee;	padding-top: 10px;
}
div#event1 {	margin-top: 0;	border-top: none;	padding-top: 0;
}
div.iconic {	border: 1px solid #ccc;	background: #eee;	padding: 4px;	float: left;	width: 200px;	height: 143px;	margin-right: 10px;
}
div.event div.contents {	float: right;	width: 520px;
}
div.event h2 {	margin-top: 0 !important;
}
div.event p {	margin: 15px 0 !important;
}
div.event div.meta {	float: left;	background: #f5f5f5;	padding: 5px 10px;	-moz-border-radius: 4px;	color: #484848;
}
div.event div.meta span {	padding-left: 20px;	background-position: left center;	background-repeat: no-repeat;
}
div.event span.date {	background-image: url('/images/icons/silk/calendar_view_day.png');	margin-right: 20px;
}
div.event span.location {	background-image: url('/images/icons/silk/map.png');
}
