/* CSS Document */

#main h3{
	clear: left;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 0;
}
#calendar{
	clear: both;
	background: #972309;
	width: 85%;
	margin: 10px auto 10px auto;
	position: relative;
	border: 1px solid #520404;
}
#calendar a:link{
	text-decoration: none;
}
#calendar a:visited {
	text-decoration: none;
}
	
#calendar a:hover{
	text-decoration: underline;
}

th{
	background: #520404;
	padding: 5px;
}

th.day-of-week {
	background: #530505;
}

tr{
	
}
td{
	padding: 10px;
	border: 1px solid #520404;
	vertical-align: text-top;
  text-align: left;
}

td.day {
  background: #97230A;
}
td.prevnext {
  border: 0px;
  background: transparent;
}

.performer{
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 0;
}
.performance_title{
	font-size: 0.85em;
	font-style: italic;
	margin-bottom: 0;
}
.performance_time{
	font-size: 0.75em;
}
#months_links{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#months_links a:link{
	text-decoration: none;

}
#months_links a:visited{
	text-decoration: none;

}
.call {
	text-align: center;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
}
