body {
	background: #fff;
	font-family: sans-serif;
}

span.nobold { font-weight: normal; }

a.redlink {
	color: red;
	text-decoration: none;
}

div.film-container { }
div.film-thumb { float: left; }
div.film-thumb img {
	padding: 10px;
	margin: 10px;
	background: #eee;
	border: 1px solid gray;
}

p.click-for-images {
	font-style: italic;
	font-family: serif;
	font-size: 14px;
	padding-left: 30px;
}

p.click-for-images a,
p.click-for-images a:visited {
	color: black;
	text-decoration: none;
}

p.click-for-images a:hover {
	color: maroon;
}

div.thumb {
	padding: 20px;
	width: 181px;
	/* height: 213px; */
	min-height: 240px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 8px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

div.thumb div.img {
	min-height: 145px;
}

div.thumb div.text {
	height: 40px;
}

div.thumb div.img img {
	border: 1px solid black;
}

a.other-time,
p.other-time {
	padding-left: 15px;
	border-bottom: 1px solid black;
	color: black;
	text-decoration: none;
}

p.current-time {
	border: 1px solid gray;
	background: maroon;
	color: white;
	padding-left: 15px;
	margin-top: 50px;
}

p.thumb-title {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2pt;
}

p.thumb-date, p.thumb-location {
	font-family: sans-serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 2pt;
	margin-top: 0;
}

div.spacer {
	clear: both;
	height: 0;
	visibility: hidden;
}

