#sidebar {
	font-size: 0.875em;
}

#sidebar h4  {
	color: #555;
}

#sidebar p {
	color: #555;
}

/* TODO: Die folgenden CSS-Anweisungen sind sicher redundant mit dem Spielplan */
/* Vorstellung */

.vcalendar {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}

h2.monat {
	font-family: Georgia, Garamond, "Apple Garamond", "ITC Garamond Narrow", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", serif;
	text-transform: none;
	font-size: 1.125em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #bbb;
}

ul li.spieltag {
	float: left;
	width: 100%;
	position: relative;
	background: url(../img/spielplan-kalenderblatt-bg.gif) no-repeat left bottom;
	padding-left: 0;
	margin-left: 0;
}

ul li.spieltag.wochenende {
	background-image: url(../img/spielplan-kalenderblatt-we-bg.gif);
}

/* Date */
.spieltag .day {
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 36px;
	padding-top: 6px;
	padding-bottom: 3px;
	background: #f5f5f5;
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
	color: #bbb;
	text-align: center;
	line-height: 1;
	font-size: 1.5em;
	font-weight:  bold;
}

.spieltag .weekday,
.spieltag .month {
	display: block;
	width: 36px;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
}

.spieltag.wochenende .day {
	color: #fff;
	background-color: #bbb;
}


/* Details */
.termin {
	float: left;
	width: 375px;
	margin-left: 36px;
	padding: 4px 0 12px 12px;
	border-bottom: 2px dotted #bbb;
	display: inline;
}

.termin .category {
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 0.375em;
	margin-bottom: 0;
}

.termin .time {
	display: inline;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #222;
}

.termin .location {
	display: inline;
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
}

.termin h4 {
	font-size: 1.5em;
	line-height: 1;
	color: #222;
	letter-spacing: normal;
	text-transform: none;
	margin-bottom: 0.5em;
	margin-top: 0;
}

.termin .summary,
.termin h4 .date {
	display: none;
}

.termin p {
	margin-bottom: 0.5em;
}

.termin .more-link {
	font-size: 0.875em;
}

.termin dl {
	margin-top: 1.5em;
}

.termin dl dt,
.termin dl dd {
	float: left;
	margin-right: 4px;
	font-size: 0.875em;
}

.termin dl dd {
	margin-right: 14px;
}

/* Ticketing Options */

.ticketing-options {
	padding-left: 125px;
}

.ticketing-options img {
	margin-left: -125px;
}

a.button {
	border: 1px solid #bbb;
	background-color: #f5f5f5;
	color: #004d8c;
	padding: 2px 3px;
	display: block;
	float: left;
	margin-right: 1em;
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
}
