/* CSS Document */

.content img.scalable {
	width: 99% !important;
}

.main-content .content h1 {
	color: #336600 !important;
	margin-top: 20px !important;
}

.content p.showtitle {
	color: #033380;
	font-size: 1.2em;
	margin: 10px 0 -10px 0;
}

.sidebar #shows {
	margin: 30px 0 0 0;
	padding: 0;
}
.sidebar #shows p {
	margin: 0;
	padding: 0;
}
.sidebar #shows p.date {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: bold;
	margin: 10px 0 0 0;
}
.sidebar #shows a {
	color: #060 !important;
	font-size: 1.2em;
	font-style: bold;
	margin: 10px 0 0 0;
}

#contact_form {
	width: 630px;
	margin: 40px 0 0 0;
	padding: 5px 15px;
	border: 1px solid #999;
	background-color: #EDEDED;
}

/* Fix for Responsive video */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
