#sidebar, #footer, .video, #signup, .about #content {
  display: none !important;
}
body {
	margin-top: 3em;
	font: 1em Baskerville, Georgia, "Times New Roman", Times, serif;
}

h1 {
	font: 48pt Baskerville, Georgia, "Times New Roman", Times, serif;
}
#header a {
	color: rgb(110,58,130);
}
.festival_dates {
	text-align: right;
	margin-top: -1em;
}
#header {
	margin-bottom: 2em;
}
#content, #banner, .banner, #content_body, .callout {
	width: 80%;
	margin: 0 auto;
}
#main-poster {
	margin: 4em 0 0;
}
#welcome {
	width: 70%;
	margin: 2em auto;
}
/* Programme specific */
.show_teaser {
	margin-left: 220px;
	clear: left;
}
.show_teaser h2 {
	height: 1em;
}
.show_teaser img {
	float: left;
	margin-left: -220px;
	margin-bottom: 20px;
	width: 200px;
}
.show_teaser .readmore {
	display: none;
}
.show_details {
	padding: 0.3em 1em;
	margin: 0.2em 2em 1em;
	color: #aaa;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	border: 1px solid black;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
