/* @override http://localhost/bbff/css/main.css */

#banner-container {
	width: 750px;
	height: 100px;
	z-index:99;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
}

#film-profile {
	margin: 0 auto;
	padding: 20px 30px;
	text-align: left;
	
	width: 750px;
	display: inline-block;
}
#film-profile #session-head {
	width: 64%;
	float: left;
	margin-top: 1em;
}
#film-profile #session-nav {
	text-align: center;
	float: right;
	margin-top: 1em;
}
#film-profile h1 {
	margin: 0;
	font-weight: normal;
	float: left;
	
	width: 100%;
}
#film-profile h2 {
	margin-top: 0.5em;;
	margin-bottom: 1em;
	font-size: 1em;
	color: #ccc;
	float: left;
	width: 100%;
}
#film-profile h2 a, #film-profile h2 span {
	color: #fff;
}
 .premiere {
	text-transform: uppercase;
	color: #f00;
}

#film-profile #main-details {
	
}
#film-profile #film-box {
	
	
	float: left;
}
#film-profile #film-box #main-img {
	width: 460px;
	background: url(../images/thmbsfilms/stain.png);
}
#film-profile #film-box #thumb-container {
	margin-top: 20px;
}
#thumb-container .thumb {
	width: 140px;
	height: 100px;
	background: url(../images/thmbsfilms/stainless.png);
	margin-right: 20px;
	float: left;
}
#film-profile #blurb {
	width: 270px;
	float: left;
	text-align: justify;
}
#film-profile a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#film-profile a:hover {
	color: orange;
	text-decoration: underline;
}

#programme {
	margin: 0 auto;
	padding: 20px 30px;
	text-align: left;
	
	width: 750px;
	display: inline-block;
}
#programme .session-container {
	float: left;
	margin-bottom: 50px;
}
#programme .session-title {
	float: left;
	width: 100%;
}
#search-results {
	float: left;
	font-size: 1.3em;
	margin: 20px 0;
}
#search-bar {
	float: right;
	margin: 20px 0;
}

.session-details {
	padding: 4px 0;
	margin-top: 4px;
	font-size: 0.8em;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	float: left;
	width: 100%;
	background: url(../images/thmbsfilms/stain.png);
}
.session-num {
	width: 58%;
	float: left;
}
.session-time {
	width: 42%;
	float: right;
	text-align: right;
}
.highlight {
	background-color: yellow;
	color: black;
	padding: 2px;
	font-weight: bold;
}
#programme .film-list {
	clear: both;
}
#programme .film-title {
	float: left;
	width: 70%;
}
#programme .film-desc {
	width: 30%;
	float: right;
	text-align: right;
}
#programme .film-row {
	display: block;
	padding: 5px 0;
	width: 750px;
	float: left;
}
#programme a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#programme a:hover {
	color: orange;
	text-decoration: underline;
}
.light {
	background: url(../images/thmbsfilms/stain.png);
}
.dark {
	background: url(../images/thmbsfilms/stainless.png);
}
.fri {
	background: url(../images/thmbsfilms/colfri.png);
}
.sat {
	background: url(../images/thmbsfilms/colsat1.png);
}
.sun {
	background: url(../images/thmbsfilms/colsun.png);
}
.mon {
	background: url(../images/thmbsfilms/colmon.png);
}
.tue {
	background: url(../images/thmbsfilms/coltue.png);
}
.wed {
	background: url(../images/thmbsfilms/colwedpng.png);
}
.thu {
	background: url(../images/thmbsfilms/colthurs.png);
}
.fri2 {
	background: url(../images/thmbsfilms/colfri2.png);
}
.sat2 {
	background: url(../images/thmbsfilms/colsat2.png);
}
