/* Calendar */
#content div.calendar {
	padding: 0;
	clear: left;
	margin: 13px 0 0 0;
}
#content div.calendar div.date {
	background-color: #E4E6E6;
	width: 66px;
	height: 45px;
	text-align: center;
	line-height: 100%;
	float: left;
	margin: 0;
	font-size: 1.3em;
}
#content div.calendar div.date strong {
	float: left;
	width: 66px;
	text-align: center;
	padding-top: 5px;
	letter-spacing: .06em;
}
#content div.calendar div.date strong.year {
	float: none;
	width: auto;
	padding: 0;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 108%;
}
#content div.calendar h2 {
	padding: 1px 0 2px 80px;
	margin: 0;
	font-size: 1.5em;
	font-family: "HelveticaNeue Condensed", "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7C8084;
}
#content div.calendar p {
	padding: 0 20px 3px 80px;
	margin: 0;
}
#content div.calendar p.place {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 3px;
}
#content div.calendar a {
	text-decoration: none;
}
#content div.calendar h2 a {
	color: #7C8084;
}
#content div.calendar a:hover {
	color: #000000;
	text-decoration: underline;
}
#content div.calendar div.teaser {
	line-height: 140%;
	margin: 0;
	padding: 0;
}
