div.page_content:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
}

div.banner {
	padding-bottom: 8px;
}

div.calendar {
	width: 210px;
	background-color: #EEEEEE;
	text-align: center;
	padding: 5px;
}

div.commentary {
	color: #1C3F94;
	text-align: right;
	font-family: helvetica, tahoma, sans-serif;
}

div.commentary p {
	text-align: left;
}

div#upcoming_shows_header {
	width: 100%;
	padding-bottom: 4px;
}

div#upcoming_shows_header:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
}

h2#upcoming_shows_heading {
	float: left;
	margin-bottom:3px;
	width:auto;
	margin:0;
}

div#upcoming_shows_legend {
	float: right;
}

div#upcoming_shows_legend a {
	font-size:11px;
	padding-left: 5px;
	display:none;
}

div#upcoming_shows_legend img {
	vertical-align:middle;
}

div#upcoming_shows_filter_display{
	font-size:13px; line-height:22px; width:auto; display:none;
}
div#upcoming_shows_filter_display b{ color:#BE1E2D; }

div#productions {
	clear:both;
	position: relative;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

div.production {
	position: relative;
	/* height: 100px; */
	padding: 12px;
	border-top: 1px solid #EEEEEE;
}
div.production:first-child {
	border-top: 0px;
}
div.productionDisabled{ color: #CCC; }
div.productionDisabled a{ color: #CCC; }
div.productionDisabled img, div.productionDisabled .production_description, div.productionDisabled .production_location{ display:none; }

.home_scroll_strip .productionDisabled{ display:none; }

img.production_thumbnail {
	float: left;
	padding-right: 12px;
}

div.production_text {
	width: 480px;
	
}

div.production_title {
	font-size: 1.1em;
	font-weight: bold;
	font-family: helvetica, tahoma, sans-serif;
}

div.production_title img {
	padding-left: 5px;
}

div.production_dates {
	font-weight: bold;
	font-family: helvetica, tahoma, sans-serif;
}

div.production_description {
	font-family: helvetica, tahoma, sans-serif;
}

div.production_location {
	font-size: .8em;
	font-family: helvetica, tahoma, sans-serif;
}

img.production_buy_button {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
