
.event {
    width: 500px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 5px 20px 5px;
    margin: 0px auto 10px auto;
}
.eventimage {
    float:left;
    display:inline;
    width: 130px;
    height: 130px;
    padding: 5px 5px 0px 0px;
}
.eventtext {
    float:right;
    display:inline;
    width:330px;
    padding: 5px 0px 0px 0px;
}
.eventmeta {
    font-size:18px;
    font-weight:bold;
}			
.eventdate {
	font-size: 14px;
    font-weight: normal;
    color: #663200;
	text-transform: lowercase;
	margin: 0px 0px 5px 0px;
}
.eventtitle, .eventtitle a {
	color: #663200;
	font-weight:normal;
	font-size: 20px;
	margin: 0px 0px 5px 0px;
}
.eventdescription {
    font-size: 11px;
    color: #663200;
}
hr {
	height: 13px;
	background: url('images/hr.jpg') center no-repeat;
	border: none;
	clear: both;
	margin: 0;
	padding: 0;
}