div.event-collection {
	margin:30px 0 0 0;
}

h1.event-header {
	height:29px;
	background:url("/aurora/images/headers-bg.gif") 0 0 repeat-x;
}

h1.event-header span {
	display:block;
	height:29px;
	background:url("/aurora/images/headers-tail.gif") 30px 0 no-repeat;
	line-height:22px;
	text-align:center;
}

/* EVENT BOX */

div.event-box {
	width:325px;
	float:left;
	margin:30px 0 50px 0;
	background:url("/aurora/images/event-hr.gif") 0 60px repeat-x;
	position:relative;
	z-index:900;
}

/* LEFT COLUMN */

.event-box .col-l {
	width:80px;
	float:left;
	margin:0 10px 0 0;
}

.col-l .date-entry {
	background:url("/aurora/images/blue-diagonal.gif") 0 0 repeat;
	width:40px;
	height:52px;
	text-align:center;
	margin:0 0 30px 17px;
}

.col-l .date-entry span { display:block; }
.col-l .date-entry span.month { font-size:1.167em }
.col-l .date-entry span.day { font-size:1.333em; font-weight:bold; }
.col-l .date-entry span.year { font-size:0.833em; }

.col-l img {
	width:80px;
	height:100px;
}

/* RIGHT COLUMN */

.event-box .col-r {
	width:220px;
	float:left;
}


.col-r h2 {
	line-height:140%;
	height:52px;
	overflow:hidden;
	margin:0 0 30px 0;
	font-size:12px;
}

.col-r p {
	line-height:140%;
	height:67px;
	overflow:hidden;
	margin:0 0 10px 0;
	font-size:12px;
}

.event-box a.more {
	position:absolute;
	display:block;
	height:20px;
	width:80px;
	background:url("/aurora/images/yellow-bg.gif") 0 0 repeat-x;
	border:1px solid #FEC048;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	bottom:6px;
	left:90px;
}








