@charset "utf-8";
#content .item h3{
	font-size: 1.8em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFDADB;
}
.item{
	position: relative;
	margin-bottom: 10px;
	min-height:60px;
}
#content .item p{
	font-size: 1.0em;
}

.cal {
	height: 47px;
	width: 43px;
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}


.cal span {
	display: block;
}
.cal .day {
	color: #fff;
}
.cal .date {
	font-size: 2em;
	line-height: .8em;
}
.cal .month {
}

.item .headline{
	padding-left: 50px;
	position: relative;
}
#news .item .cal {
	background-image: url(../layout/calendar_news.png);
	height: 47px;
	width: 43px;
	display: block;
	float: left;
	margin-right: 5px;
}
#news .item h3 {
	color: #530006;
}
#news .item p {
	color: #530006;
}


#news .cal .date, #news .cal .month {
	color: #530006;
}
#events h2 {
	color: #AA6B10;
}


#events .item .cal {
	background-image: url(../layout/calendar_events.png);
	height: 47px;
	width: 43px;
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}
#events .item h3 {
	color: #AA6B10;
	border-left-color: #AA6B10;
}
#events .item p {
	color: #AA6B10;
}
#events .cal .date, #events .cal .month {
	color: #AA6B10;
}
