@import url(/styles/main-2nd-level.css);

div#footer {
	float:left;
}

/* special events */
div.specialEvents, div.annualEvents {
	float:left;
	width:99%;
	clear:both;
	margin-bottom:2em;
	color:#000; background:#fff;
	padding:.4em;
}
div.specialEvents img {
	padding:0; margin:0 10px 10px 0;
	float:left;
}
div.specialEvents span {
	padding-right:5px;
	float:left;
}
div.specialEvents li {
	float:left;
	clear:both;
	margin-bottom:1em;
	width:100%;
}

/* annual events */
div.annualEvents li {
	margin-bottom:.5em;
	width:100%;
}			
li>span.date {
	color:#000;
	width:150px;
	font-weight:bold;
	display:inline-table;
}
span.small {
	font-size:75%;
}
h2, h3 {
	font-weight: bold;
}
.highlight-right {
	display:block;
	float:right;
	clear:right;
	margin:0; padding:0 0 2em 1em;
}
.over {
	text-decoration:line-through;
}

