/*
// ACTS AND EVENTS STYLES
*/

#content_intro {
	margin-top: 20px;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

div#events, div#events a {
	margin-top: 16px;
	font-family: Georgia;
	font-size: 15px;
}

div#events ul li {
	list-style: none;
	/*float: left;*/
	/*border-right: 1px solid black;*/
	padding-right: 9px;
	padding-left: 9px;
	margin-bottom: 3px;
}

div#events ul li:last-child {
	border-right: none;
}

div#events ul li.selected a {
	color: red;
}

ul.dates li {
	list-style: none;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	padding-right: 4px;
	white-space: nowrap;
}

ul.dates li a {
	font-family: Arial;
	font-size: 11px;
}

li.title {
	font-weight: bold;
}

li.date {
	color: red;
}

ul#links {
	font-family: Arial;
	list-style: none;
	margin-top: 10px;
}

ul#links li:first-child {
	font-family: Georgia;
	color: #ff0000;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 5px;
}

ul#links li a {
	font-family: Arial;
}

.act_event_title {
	color: #ff0000;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 10px;
}
