@charset "utf-8";
/* CSS Document */

h1 {
	margin: 0;
}
h2 {
	margin: 0;
	padding: 10px 0;
	float: none;
	clear: both;
}
.event-wrap {
	width: 581px;
	margin: 0 0 0 20px;
	background: #F5F2E1;
}
.event-wrap .date {
	color: #867656;
	text-align: right;
	line-height: 10px;
	margin: 0;
	width: 60px;
	float: left;
}
.event-wrap .date .week-day, .event-wrap .date .month {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	width: 25px;
	float: left;
}
.event-wrap .date .week-day {
	padding: 5px 0 0;
}
.event-wrap .date .month {
	color: #A0410D;
	clear: left;
}
.event-wrap .date .day {
	color: #000;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: normal;
	padding: 0 0 0 5px;
	float: left;
	border: 1px solid #F5F2E1;
}
.event-wrap .date .year {
	font-size: 10px;
	text-align: center;
	width: 100%;
	clear: both;
}
.event-wrap .description {
	float: left;
	padding: 3px 10px;
	border-left: 1px solid #A0410D;
	background: #FFF;
}
.event-wrap .description p {
	line-height: 15px;
	width: 500px;
	margin: 0 0 5px;
}
.event-wrap .description h4 {
	width: 500px;
	margin: 0;
}
.event-wrap .clear {
	height: 1px;
	border-bottom: 1px solid #F5F2E1;
	background: #FFF;
}
