

				/* Events */

#events-title {
	padding: 6px 0 5px 0px;
	background: #BFBFBF;
}
#events-title h2 {
	/* "Events", "News" */
	width: 170px;

	display: inline;
	padding-left: 20px;
}
#events-title h2 a {
	color: #2C2C2C;
	text-decoration: none;
}
#events-title h2 a:hover {
	text-decoration: underline;
}
#events-title img {
	/* RSS icon */
	float: right;
	margin: 7px 20px 0 0;
}
				/* Events content */
#events {
	padding: 20px 20px 0 20px;
	list-style: none;
	text-transform: capitalize;
}
#events li {
	margin-bottom: 20px;
}

#events a {
	font-weight: bold;
	font-size: 1.3em;
	color: #FFF;
	text-decoration: none;
}
#events a:hover {
	text-decoration: underline;
}
.time {
	font: 1.35em Georgia, "Times New Roman", serif;
	display: block;
	font-style: italic;
	text-transform: none;
}
#events .time {
	color: #FFF;
}
#events .more a, #content #news .more a  {
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 1em;

}
#events li.more {
	padding-bottom: 20px;
}
