/*-------------------------------------------------------
Style 01 - Classic
-------------------------------------------------------*/

/* =Importing rules
-------------------------------------------------------*/

@import url(modules/flash_data.css);


/* =Elements
-------------------------------------------------------*/
html{
     height:100%;
     min-height:100%;
     }
body{
     min-height:100%;
     }
body:after { content: ""; display: block; clear: both;}

			a:link {
				text-decoration:none;
				}
			a:visited {
				text-decoration:none;
				}
			a:hover {
				text-decoration:underline;
				}
			a:active {
				text-decoration:none;
				outline:none;
				}
			h1, h2, h3, h4, h5, h6 {
				font-weight:normal;
				text-rendering: optimizeLegibility;
				}
			p {
				line-height:1.6;
				padding:0 0 0.8em;
				font-size: 14px;
				}
			h1 {
				font-size: 55px;
				}

/* Layout elements
-------------------------------------------------------*/


.wrapper {
	height: 100%;
	}

.header {
	}

.background {
	width: 100%;
	height: 100%;
	position: fixed;
	background-position: center center !important;
	margin: 0;
	padding: 0;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: -999;
	}

.contentWrapper {
	height: 100%;
	}
	
.content {
	position:relative;
	min-height:300px;
	padding:10px 20px;
	font-size:1.2em;
	margin:0 auto 0 auto;
/* 	overflow: hidden; */
	}
							
/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

.footer {
	clear: both;
	margin: 0 auto 0 auto;
	}
	
	.footer img {
		display: block;
		margin: 10px auto 30px auto;
		}
		
	.footer ul {
		line-height:1;
		font-size:1.4em;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		height: 20px;
		padding: 10px;
		text-align: center;
		
		}
			.footer ul li {
				display: inline-block;
				padding:4px 0 16px 12px;
				font-size: 13px;
				vertical-align: middle;
				}
				
				.footer ul li.retweet {
					width: 100px;
					padding: 0 0 0 0;
					} 
				
				.footer ul li.facebook {
					width: auto;
					padding: 0 0 0 2px;
					}

				.footer ul li.share {
					padding: 0 0 0 2px;
					}
						.footer ul li a {
							}

/*-------------------------------------------------------
	Home Page Auto Settings
-------------------------------------------------------*/
							
body#Home div.trailerWrapper {
	max-width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
	body#Home div.trailerWrapper img {
		display: block;
		margin: 0 auto 0 auto;
		}
	
	body#Home div.trailerWrapper iframe {
		max-width: 700px;
		height: 420px;
		padding: 0;
		}
		
body#Home div.descriptionWrapper {
	margin: 0 auto 0 auto;
	}
	
	body#Home div.descriptionWrapper p {
		font-size: 15px;
		}
		
body#Home div.mailingListWrapper {
	text-align: center;
	}
	
body#Home div.facebookWrapper {
	width: 700px;
	margin: 25px auto 0 auto;
	}
		
	body#Home div.facebookWrapper.halfCol {
		width: 340px;
		float: left;
		margin-left: 100px;
		}

/*-------------------------------------------------------
	Funding Box Homepage
-------------------------------------------------------*/	
	
body#Home div.fundingWrapper {
	width: 700px;
	border-top: none;
	padding: 5px 10px 3px 130px;
	margin: 5px auto 5px auto;
	clear: left;
	float: left;
	}
	
	div.fundingWrapper h3 {
		display: block;
		width: 230px;
		float: left;
		margin-right: 12px;
		line-height: 1.2em;
		border-right: 1px #999 solid;
		font-size: 17px;
		}
		
		div.fundingWrapper h3.farRight {
			width: 240px;
			border-right: none;
			}
			
			div.fundingWrapper h3.farRight iframe {
				float: left;
				margin-top: 5px;
				display: block;
				}
			
			div.fundingWrapper h3.farRight div.fb-like {
				width: 100px;
				}

body#Home div.fundingWidgetWrapper {
	width: 270px;
	float: right;
	}

/*-------------------------------------------------------
	Blog & Homepage
-------------------------------------------------------*/

body#Home div.blogWrapper {
	width: 700px;
	float: left;
	}
	
body#Home ul.posts-list, ul.results {
	list-style: none !important;
	padding: 0;
	margin: 0;
	}


/*-------------------------------------------------------
	Twitter & Homepage
-------------------------------------------------------*/

div.twitterWrapper {
	padding-top: 30px;
	margin-top: 100px;
	}
	
body#Home div.twitterWrapper {
	margin: 10px auto 0 auto;
	width: 700px;
	}
	
	body#Home div.twitterWrapper.halfCol {
		width: 340px;
		float: right;
		margin-right: 100px;
		}
		
body#Home div.twitterWrapper h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	}

ul.twitter-feed {
	width: 100%;
	padding: 0;
	}
	
ul.twitter-feed li {
	width: 75%;
	display: block;
	float: left;
	padding: 6px 10% 9px 0;
	border-top: 1px #eee solid;
	}


ul.twitter-feed span {
	float: left;
	display: block;
	padding: 6px 0;
	width: 12%;
	font-size: 11px;
	border-top: 1px #eee solid;
	}	

/*-------------------------------------------------------
	Screenings on Homepage
-------------------------------------------------------*/

div.homeScreenings {
	padding-bottom: 35px;
	float: left;
	width: 700px;
	}
	
div.homeScreenings ul {
	padding: 0;
	margin: 0;
	}

	div.homeScreenings ul li {
		width: 48%;
		margin: 0 1% 5px 0;
		padding: 0;
		float: left;
		border: 1px solid;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}
		
		div.homeScreenings ul li a:hover {
			text-decoration: none;
			}
		
		div.homeScreenings ul li div.fb_iframe_widget {
			width: 64px;
			margin: 10px 0 0 4px;
			float: right;
			}
			
		div.homeScreenings ul li span.homeScreeningsDate {
			display: block;
			height: 30px;
			width: 30px;
			padding: 5px;
			border-right: 2px solid;
			line-height: 18px;
			float: left;
			text-align: center;
			font-size: 18px;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
			}
			
			div.homeScreenings ul li span.homeScreeningsDate span.month {
				font-size: 12px;
				line-height: 12px;
				display: block;
				}

		div.homeScreenings ul li span.time {
			display: block;
			height: 30px;
			width: 40px;
			padding: 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			overflow: hidden;
			border-right: 2px solid;	
			}
				
		div.homeScreenings ul li span.homeScreeningsVenue {
			display: block;
			height: 30px;
			width: 135px;
			padding: 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			}
			
			#div.homeScreenings ul li span.homeScreeningsVenue strong {
				display: block;
				width: 300px;
				}
				
/*-------------------------------------------------------
	Featured Products on Homepage
-------------------------------------------------------*/
				
ul.featured_products {
	list-style: none !important;
	margin: 20px auto 20px auto;
	width: 100%;
	text-align: center;
	}
	
	ul.featured_products li {
		width:375px;
		padding: 40px;
		margin: 0 0 20px 0;
		display: inline-block;
		text-align: center;
		-webkit-border-radius: 19px;
		-moz-border-radius: 19px;
		border-radius: 19px;
		vertical-align: middle;
		}

		ul.featured_products.size1 li {
			width:300px;
			padding: 10px;
			margin: 0 0 5px 0;
			}

			ul.featured_products.size1 li img {
				max-width: 390px;
			}
			
		ul.featured_products.size2 li {
			width:300px;
			padding: 10px;
			margin: 0 0 5px 0;
			}

			ul.featured_products.size2 li img {
				max-width: 290px;
			}					

		ul.featured_products.size3 li {
			width:250px;
			padding: 10px;
			margin: 0 0 5px 0;
			}
			
			ul.featured_products.size3 li img {
				max-width: 240px;
			}
			
			ul.featured_products li h2 {
				font-size: 32px;
				line-height: 1;
				}
			
			ul.featured_products a.button.reversed {
				padding: 5px 45px;
				font-size: 20px;
			}
			
			ul.featured_products li p {
				padding-top: 15px;
			}


/* Blocklist - for shop and screenings
-------------------------------------------------------*/

ul.blockList li {
	display: block;
	width: 180px;
	height: 136px;
	float: left;
	padding: 5px;
	margin: 0 0 15px 104px;
	}
	
	ul.blockList li a p {
		font-size: 17px;
		padding: 4px 0 0 0;
		}
		
		ul.blockList li a p.last {
			font-size: 11px !important;
			}
		
		ul.blockList li p strong.price {
			display: inline;
			font-weight: bold;
			}
	
	ul.blockList li img, ul.blockList li div.icon {
		float: left;
		margin-left: -104px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		width: 92px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
    	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
    	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.48);
		}
		
		ul.blockList li div.icon {
			display: inline-block;
			text-align: center;
			font-size: 13px;
			padding: 5px 0;
			}
			
		ul.blockList li a span.watchType {
			display: inline-block;
			font-size: 9px !important;
			min-width: 35px;
			text-align: center;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			text-transform: uppercase;
			padding: 0 6px;
			margin-right: 4px;
			}

	
/* =Products
-------------------------------------------------------
ul.products {
	float:left;
	width:952px;
	list-style:none;
	margin:0 0 0 -22px;
	padding:0;
	}
	ul.products li {
		position:relative;
		float:left;
		width:295px;
		margin:0 0 20px 22px;
		height: 205px;
		}
		ul.products li.your-DVD {
			padding:5px;
			background:#f2f2f2;
			}
			ul.products li.your-DVD div {
				padding:13px;
				border:1px solid #fff;
				}
		ul.products li img {
			float:left;
			margin:0 14px 0 0;
			}
		ul.products li h3 {
			padding:0;
			line-height:1;
			font-size:14px;
			}
		ul.products li h4 {
			padding:0;
			line-height:1;
			font-size:18px;
			}
			ul.products li h3+h4 {
				margin:0 0 0 150px;
				}
			ul.products li.your-DVD h4 {
				float:left;
				width:130px;
				padding:0 15px 15px 0;
				}
		ul.products li h5 {
			padding:0;
			font-size:12px;
			}
		ul.products li strong.price {
			font-size:23px;
			font-weight:bold;
			}
		ul.products li p {
			padding:0;
			line-height:1.2;
			font-size:10px;
			}
			ul.products li h5+p {
				padding:0 0 4px;
				}
			ul.products li.your-DVD p {
				clear:both;
				padding:0 0 4px;
				font-size:11px;
				}
				ul.products li.your-DVD p a {
					font-size:12px;
					font-weight:bold;
					}
		ul.products li span.new {
			position:absolute;
			top:-10px;
			left:96px;
			}

/* =Film details
-------------------------------------------------------
body#Shop.details .column,
body#Films.project .column,
body#Films.details .column {
	width:615px;
	}
	body#Shop.details .column.first,
	body#Films.project .column.first,
	body#Films.details .column.first {
		width:285px;
		padding:0 0 0 10px;
		}
		body#Shop.details .column.first h3,
		body#Films.project .column.first h3,
		body#Films.details .column.first h3 {
			padding:0 0 6px;
			line-height:1;
			font-size:25px;
			}
		body#Shop.details .column.first h3+h4,
		body#Films.project .column.first h3+h4,
		body#Films.details .column.first h3+h4 {
			margin:0 0 20px;
			padding:0 0 16px;
			font-size:13px;
			border-bottom:2px dotted #ff7f2e;
			}
		body#Shop.details .column.first dt,
		body#Films.project .column.first dt,
		body#Films.details .column.first dt {
			float:left;
			padding:0 4px 0 0;
			font-weight:bold;
			}
		body#Shop.details .column.first dd,
		body#Films.project .column.first dd,
		body#Films.details .column.first dd {
			padding:0 0 10px;
			}
		body#Shop.details .column.first h5,
		body#Films.project .column.first h5,
		body#Films.details .column.first h5 {
			padding:0;
			font-size:13px;
			color:#502b28;
			}
		body#Shop.details .column div.awards,
		body#Films.project .column div.awards,
		body#Films.project .column div.screenings,
		body#Films.details .column div.awards,
		body#Films.details .column div.screenings {
			clear:left;
			float:left;
			width:300px;
			padding:30px 0 0;
			}
			body#Shop.details .column div.awards,
			body#Films.project .column div.awards,
			body#Films.details .column div.awards {
				clear:none;
				float:right;
				}
				body#Shop.details .column div.awards h3,
				body#Films.project .column div.awards h3,
				body#Films.project .column div.screenings h3,
				body#Films.details .column div.awards h3,
				body#Films.details .column div.screenings h3 {
					font-size:18px;
					color:#3d3d3d;
					}
				body#Shop.details .column div.awards ul,
				body#Films.project .column div.awards ul,
				body#Films.project .column div.screenings ul,
				body#Films.details .column div.awards ul,
				body#Films.details .column div.screenings ul {
					padding:0;
					list-style:none;
					}
					body#Shop.details .column div.awards ul li,
					body#Films.project .column div.awards ul li,
					body#Films.project .column div.screenings ul li,
					body#Films.details .column div.awards ul li,
					body#Films.details .column div.screenings ul li {
						margin:0 0 6px;
						padding:0 0 6px;
						border-bottom:1px dotted #ff7f2e;
						}

/* ------------------- SHOP ----- */


body#Shop div.product-image {
	float: left;
	width: 33%;
	min-width: 210px;
	margin-right: 15px;
	}

body#Shop.details div.product-image img {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		width: 100%;
		}
	
body#Shop.details div.shopContent div#product_rights a.redirectButton{
	margin-right: 5px;
	padding: 3px 5px;
	font-family: inherit;
	border: 0;
	height: 22px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	}
	
body#Shop div.shopContent {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0 10px 10px 0;	
	}

body#Shop div#product_rights, body#Shop div#product_rights form {
	width: 180px;
	}
	
body#Shop div.countrySelector {
	margin: 0 0 10px;
	padding: 0;
	}
	
body#Shop.details h2 {
	}

body#Shop.details p.price, body#Shop.details p.login {
	font-size: 12px;
	font-weight: bold;
	width: 180px;
	float: left;
	}
	
	body#Shop.details p.price span.price {
		font-size: 25px;
		}
		
body#Shop.details p.login {	
	padding: 9px 0;
	font-family: inherit;
	border: 1px solid #fff;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: auto;
	width: 180px;
	margin-top: 8px;
	}

body#Shop.details p.price span.rrp strong {	
	text-decoration:line-through;
	font-weight: inherit;
	}
	
body#Shop.details div.description {
	float: left;
	width:30%;
	min-width: 180px;
	}	

form button, .button {
	margin: 0 10px 4px 0;
	--padding: 3px 5px;
	/* font-size: 11px !important; */
	font-family: inherit;
	border: 1px;
	font-weight: bold;
	--height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
a.button.reversed {	
	margin-right: 5px;
	padding: 3px 5px;
	font-family: inherit;
	border: 0;
	height: 22px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	}

form button {
	--float: left;
	}
	
form button.big, a.button.big {
	padding: 9px 15px;
	font-size: 12px !important;
	font-family: inherit;
	border: 1px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: auto;
	width: 180px;
	}
	
div.content.payment { /* Paypal redirect */
	width: 380px;
	margin: 40px auto 0 auto;
	text-align: center;
	}
	
div.content.payment form input[type=submit] {
	padding: 9px 15px;
	font-size: 18px !important;
	font-family: inherit;
	border: 1px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: auto;
	width: 180px;	
	}



/* =Basket
-------------------------------------------------------*/
div.purchases {
	margin:0 0 45px;
	width:660px;
	}
	.purchases table {
		margin:0 0 25px;
		float: right;
		width: 100%;
		}
		.purchases table thead {
			line-height:1;
			text-transform:uppercase;
			font-size:14px;
			border-bottom:1px dotted #aaa;
			}
			.purchases table thead tr { 
				border: none;
				}
			.purchases table th {
				padding:14px 15px;
				}
				.purchases table th.price { 
					}
		.purchases table tr {
			border-bottom:1px dotted #aaa;
			}
			.purchases table td {
				padding:16px 0;
				text-align:center;
				}
				.purchases table tr:first-child td {
					padding-top:20px;
					}
					.purchases table .item {
						text-align:left;
						padding-right:10px;
						}
						.purchases table .item img {
							float:left;
							margin:0 18px 0 0;
							}
						.purchases table .item h6 {
							padding-top:10px;
							padding-bottom:3px;
							text-transform:none;
							font-size:18px;
							font-style:italic;
							line-height: 1;
							}
							.purchases table .item h6 br { 
								clear: none;
								}
						.purchases table .item p {
							padding:0;
							font-size: 11px;
							line-height: 1.3;
							}
					.purchases table tr td.qty {
						font-size:20px;
						}
					.purchases table tr td.price {
						font-size:20px;
						padding-left:10px;
						}
					.purchases table tr td.remove {
						font-size:10px;
						font-weight:bold;
						font-style:italic;
						padding-left:15px;
						padding-right:20px;
						white-space:nowrap;
						text-align:right;
						}

	.purchases dl {
		float:right;
		clear:both;
		line-height:24px;
		text-align: right;
		width: 300px;
		}
		.purchases dl.total {
			margin: 9px 0 38px;
			padding: 20px 0 22px;
			border-top:1px dotted #403f3f;
			border-bottom:1px dotted #403f3f;
			}
			.purchases dl dt {
				float:left;
				clear:left;
				text-align:left;
				font-size:16px;
				font-weight:bold;
				}
				.purchases dl.total dt {
					width:80%;
					font-size:22px;
					}
			.purchases dl dd {
				margin:0 0 0 150px;
				font-size:20px;
				}
				.purchases dl.total dd {
					text-align:right;
					font-size:25px;
					}
	
	.purchases div.delivery,
	.purchases div.discount { 
		border-top: 1px dotted #aaa;
		margin: 14px 0 0;
		padding: 12px 0 0;
		width: 100%;
		float: right;
		}
		.purchases div.delivery label { 
			padding-right: 5px;
			}
		.purchases div.delivery select { 
			width: 160px;
			}
		.purchases div.discount button { 
			clear: none;
			padding: 0.4em 9px 0.5em 8px;
			width: 100px;
			height: 25px;
			display:inline-block;
			border: 0;
			}
			.purchases div.discount button:after {
				background: none transparent;
				}
			.purchases div.discount p { 
				line-height: 1.2;
				}	
			.purchases div.discount label,
			.purchases div.discount input {
				display:inline-block;
				height: 14px;
				}
				.purchases div.discount label {
					margin-bottom:0;
					text-align:left;
					width: 140px;
					}
				.purchases div.discount .hover-wrap { 
					width: 300px;
					left: 62px;
					top: 4px;
					}
					.purchases div.discount .hover-wrap label {
							position: absolute;
							top: 2px;
							left: 191px;
							}

	ul.links {
		float:right;
		clear:both;
		padding:0;
		list-style:none;
		}
		ul.links li {
			float:left;
			margin:0 0 0 28px;
			font-size:14px;
			font-weight:bold;
			}
			.sidebar ul.links li {
				margin:0;
				}
			ul.links li.continue, ul.links li.checkout { 
				padding-top: 4px;
				}
				ul.links li.continue a, ul.links li.checkout a {
					font-weight: bold;
					font-size: 24px;
					}
					ul.links li.continue a {
					}
					ul.links li.checkout a {
					}
					.sidebar ul.links li.continue a, .sidebar ul.links li.checkout a  {
						line-height:24px;
						font-size:13px;
						font-weight:normal;
						}
						
/* =Contact page
-------------------------------------------------------*/
.column.contact {
	width:615px;
	}
	.column.contact.first {
		width:270px;
		}
		.column.contact.first p {
			padding:0 0 30px;
			line-height:1.2;
			font-size:18px;
			color:#3d3d3d;
			}
		.column.contact.first p+ul {
			line-height:1.1;
			font-size:15px;
			}
			.column.contact.first p+ul li a {
				text-decoration:none;
				}
		.column.contact.first h3 {
			clear:both;
			padding:0 0 4px;
			font-size:13px;
			color:#502b28;
			}
		.column.contact.first h3 + ul li {
			padding:0 0 5px;
			line-height:1.2;
			}
		.column.contact.first ul {
			padding:0;
			list-style:none;
			}
		.column.contact h4 {
			padding:0 0 10px;
			font-size:14px;
			}


/*-------------------------------------------------------
	Screenings on Homepage
-------------------------------------------------------*/

div.homeScreenings {
	padding-bottom: 35px;
	}
	
div.homeScreenings ul {
	padding: 0;
	margin: 0;
	}

	div.homeScreenings ul li {
		width: 48%;
		margin: 0 1% 5px 0;
		padding: 0;
		float: left;
		background-color: #eee;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}
		
		div.homeScreenings ul li a:hover {
			text-decoration: none;
			}
		
		div.homeScreenings ul li div.fb_iframe_widget {
			width: 64px;
			margin: 10px 0 0 4px;
			float: right;
			}
			
		div.homeScreenings ul li span.homeScreeningsDate {
			display: block;
			height: 30px;
			width: 30px;
			padding: 5px;
			border-right: 2px solid #fff;
			line-height: 18px;
			background-color: #ddd;
			float: left;
			text-align: center;
			font-size: 18px;
			color: #555;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
			}
			
			div.homeScreenings ul li span.homeScreeningsDate span.month {
				font-size: 12px;
				line-height: 12px;
				display: block;
				}

		div.homeScreenings ul li span.time {
			display: block;
			height: 30px;
			width: 40px;
			padding: 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			color: #555;
			overflow: hidden;
			border-right: 2px solid #fff;	
			}
				
		div.homeScreenings ul li span.homeScreeningsVenue {
			display: block;
			height: 30px;
			width: 135px;
			padding: 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			color: #555;
			overflow: hidden;	
			}
			
			div.homeScreenings ul li span.homeScreeningsVenue strong {
				display: block;
				width: 300px;
				}


/*-------------------------------------------------------
	Screenings
-------------------------------------------------------*/

form.find-screening {
	width:100%;
	margin: 10px 0 15px;
	}
	
form.find-screening legend {
	width: 16%;
	float: left;
	}

form.find-screening label {
	display: none;
	}
	
div.screenings {
	padding-bottom: 35px;
	clear: both;
	}
	
/*div.screenings ul {
	width: 920px;
	padding: 0;
	margin: 0 auto 0 auto;
	}

	#div.screenings ul li {
		width: 100%;
		margin: 0 0 22px 0;
		padding: 0;
		}
		
		div.screenings ul li a:hover {
			text-decoration: none;
			}
			
		#div.screenings ul li span.date {
			display: block;
			height: 20px;
			width: 95px; 
			padding: 10px 5px;
			line-height: 14px;
			float: left;
			font-size: 18px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			border: 1px solid;
			margin-right: 10px;
			}
			
			#div.screenings ul li span.date span.month {
				font-size: 12px;
				line-height: 12px;
				display: block;
				}

		#div.screenings ul li span.time {
			display: block;
			height: 20px;
			width: 30px;
			padding: 10px 5px 10px;
			line-height: 16px;
			float: right;
			font-size: 11px;
			overflow: hidden;
			border-left: 1px solid;
			margin-top: -35px;
			}
							
		div.screenings ul li span.venue {
			display: block;
			padding: 10px 5px;
			line-height: 16px;
			font-size: 13px;
			}

			div.screenings ul li span.venue strong {
				display: inline-block;
				padding-right: 40px;
				}

		div.screenings ul li span.links {
			--float: right;
			}
			
			div.homeScreenings ul li span.links .fb_like {
			margin-top: 3px;
			}
			
			div.screenings ul li span a.friend, div.screenings ul li span a.details {
				display: inline-block;
				height: 10px;
				padding: 3px 5px;
				margin: 0 20px 6px 10px;
				border: 1px solid;
				text-transform: uppercase;
				font-size: 10px;
				font-weight: bold;
				line-height: 10px;
				text-align: center;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}

				
	body#Screenings div.search-results {
			width: 300px;
			margin: 0 auto 0 auto;
			text-align: center;
	}*/


/* =Shop browsing
-------------------------------------------------------*/

form.add-to-basket {
	margin-top: 6px;
}
		
/* =Shop pages
-------------------------------------------------------*/		
ul.products li button, form.add-to-basket button {
	display:inline-block;
	margin:5px 1px 10px 0;
	border: 0;
	}

/* =Signup form
-------------------------------------------------------*/
	
form.signup, form#subForm, form#mc-embedded-subscribe-form {
	position:relative;
	margin:0;
	line-height:1;
	width: 100%;
	padding: 12px 0;
	border: none !important;
	}

body#Home .label-left { clear: none; }
	

/* =Films search form
-------------------------------------------------------*/
form.films-search {
	position:relative;
	height:134px;
	margin:0 0 32px;
	padding:15px 0 0 17px;
	}
	form.films-search fieldset {
		float:left;
		}
	form.films-search h3 {
		display: inline;
		position: relative;
		clear: both;
		top: 70px;
		}
	body#Films form.films-search h5 {
		position: absolute;
		bottom:11px;
		right:192px;
		width: 700px;
		padding:0;
		text-align: right;
		font-size:16px;
		}
	body#Films form.films-search fieldset.txt {
		position:absolute;
		top:12px;
		bottom: auto;
		left:15px;
	}
	body#Films form.film-index fieldset.txt {
		float:left;
		}
	
	body#Films form.films-search fieldset.radio {
		position:absolute;
		top:11px;
		bottom: auto;
		left:250px;
	}
	body#Films form.film-index fieldset.radio {
		position:absolute;
		top:8px;
		bottom: auto;
		left:250px;
	}
	body#Shop form.films-search fieldset.txt {
		position:absolute;
		bottom:4px;
		left:15px;
		width:900px;
		}
		form.films-search fieldset.txt label {
			float:left;
			width:80px;
			height:23px;
			margin:0 20px 0 0;
			}
			body#Shop form.films-search fieldset.txt label {
				width:auto;
				height:auto;
				text-align:0;
				text-indent:0;
				text-transform:uppercase;
				letter-spacing:-1px;
				font-size:19px;
				font-weight:bold;
				background:none;
				}
		form.films-search fieldset.txt input {
			width:140px;
			}
		body#Shop form.films-search fieldset.txt input {
			float:left;
			width:580px;
			font-size:18px;
			}
		form.films-search fieldset.txt button {
			position:static !important;
			margin:-2px 0 0 6px;
			padding:3px 10px;
			line-height:1;
			border:none;
			box-shadow:inset 0 0 4px rgba(0,0,0,.4);
			-moz-box-shadow:inset 0 0 4px rgba(0,0,0,.4);
			-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.4);
			}
			body#Shop form.films-search fieldset.txt button {
				float:right;
				padding:4px 22px;
				margin:0;
				}
		form.films-search fieldset.radio label {
			padding:0 0 0 20px;
			font-size:13px;
			}
		.sbtn,
		.add-button,
		ul.films ul.extra-links li.add-button a {
			position:absolute;
			top:15px;
			right:15px;
			padding:4px 22px;
			line-height:1;
			border:none;
			}
			.sbtn {
				position:static;
				padding:4px 34px;
				font-size:16px;
				}
				form.checkout .sbtn {
					display:block;
					margin:20px 0 0;
					}
			.add-button,
			ul.films ul.extra-links li.add-button a { /* TODO: move from forms.css */
				position:static;
				display:block;
				height:27px;
				padding:0 5px;
				line-height:27px;
				font-size:10px;
				}
				button.add-button {
					margin:15px 0;
					padding:4px;
					text-transform:uppercase;
					font-size:11px;
					}
				.add-button span.price {
					font-size:14px;
					}
					button.add-button span.price {
						padding:0 0 0 6px;
						font-size:16px;
						}
		form.films-category-select fieldset.select {
			border:medium none;
			position:absolute;
			right:26px;
			top:130px;
			}
			form.films-search fieldset.select select {
				margin:0 0 0 15px;
				}

body#Courses.details form,
.comments form {
	clear:both;
	}
	body#Courses.details form {
		float:right;
		width:615px;
		padding:60px 0 0 20px;
		}
	body#Courses.details legend,
	form.checkout legend,
	.comments legend {
		margin:0 0 20px;
		font-size:13px;
		font-weight:bold;
		}
		body#Courses.details legend {
			font-size:16px;
			}
	body#Courses.details label,
	.comments label {
		display:block;
		}
		body#Courses.details label.half {
			float:left;
			width:300px;
			}
		form.checkout label[for=different_postal_address] {
			display:inline-block;
			}
		form.checkout label.error {
			color:#f00;
			}
	body#Courses.details input,
	body#Courses.details textarea,
	.comments input,
	.comments textarea {
		display:block;
		width:531px;
		margin:0 0 16px;
		padding:4px;
		border:none;
		font-size:16px;
		}
		body#Courses.details input {
			width:292px;
			margin-top:6px;
			}
		body#Courses.details textarea {
			width:607px;
			height:102px;
			}
		form.checkout select {
			}

/* =Blog
-------------------------------------------------------*/
body#Blog ul#blog.results li div.titleBlock {
		width: 100%;
		float: left;
		padding: 0px;
		margin-bottom: 20px;
		text-transform: uppercase;
		line-height: 180%;
		}
		
body#Blog ul#blog.results li ul.info {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		line-height: 90%;
		}

body#Blog ul#blog.results li ul.info li {		
		border-bottom: none;
		}
		
body#Blog ul#blog.results li div {
		width: 61%;
		float: right;
		padding: 0px;
		margin: 0px;
		display: inline-block;
		}
		
body#Blog ul#blog.results li {
	border-bottom: 1px dotted;
}

body#Blog.details div.post {
	width: 80%;
}



/* =Reviews
-------------------------------------------------------*/
body#reviews ul#reviews.results, body#Reviews ul#reviews.results {
		padding: 20px 40px;
		list-style: none !important;
		}

body#reviews ul#reviews.results li, body#Reviews ul#reviews.results li {
		margin-bottom: 30px;
		border-bottom: 2px solid;
		min-height: 190px;
		}

body#reviews ul#reviews.results li div.titleBlock, body#Reviews ul#reviews.results li div.titleBlock {
		width: 100%;
		padding: 0px;
		text-transform: uppercase;
		line-height: 180%;
		clear: both;
		}
		
body#reviews ul#reviews.results li p, body#Reviews ul#reviews.results li p {
		width: 100%;
		}
		
body#reviews ul#reviews.results li h5, body#Reviews ul#reviews.results li h5 {
		width: 100%;
		font-size: 15px;
		}
		
body#reviews ul#reviews.results li ul.info, body#Reviews ul#reviews.results li ul.info {
		display: inline-block;
		list-style: none !important;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		line-height: 90%;
		}

body#reviews ul#reviews.results li ul.info li, body#Reviews ul#reviews.results li ul.info li {		
		border-bottom: none;
		list-style: none !important;
		margin-bottom: 0;
		width: 100%;
		min-height: 0;
		}
		
		
		
/*-------------------------------------------------------
	Sidebar
-------------------------------------------------------*/

div.sidebar {
	float: right;
	width: 18%;
	}
	
	div.sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
		
		.contentInner {
			float: left;
			width: 80%;
			}

/* Styling for mobile devices ------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {

.wrapper {
	width: 100%;
	}
	
	.header, .footer {
		width: 100%;
	}
	
	.content {
		position:relative;
		padding: 20px;
		margin: 0;
		overflow: hidden;
		width: auto;
		}
	
		.contentInner {
			float: none;
			width: 100%;
			}
img {
	max-width: 100%;
	height: auto;
}

.footer img {
	width: 100%;
	max-width: 960px;
}

.footer ul img {
	width: auto;
}

body#Home div.descriptionWrapper {
	width: 100%;
}
		
body#Home div.trailerWrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 380px !important;
	}
	
	body#Home div.trailerWrapper img {
		display: block;
		margin: 0 auto 0 auto;
		}
					
	body#Home div.trailerWrapper iframe {
		width: 100%;
		height: 380px !important;
		padding: 0;
		}

}

	