/*-------------------------------------------------------
Default theme
-------------------------------------------------------*/

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

@import url(generic/reset.css);
@import url(generic/helpers.css);
@import url(modules/flash_data.css);

/* =Elements
-------------------------------------------------------*/
html,body {
	min-height:100%;
	height:100%;
	}
	html {
		}

		body {
			background-attachment:fixed;
			-moz-background-size:cover;
			background-size:cover;
			}
			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;
				padding: 0;
				}
			p {
				line-height:1.5;
				padding:0 0 0.8em;
				font-size: 1.1em;
				}
			h1 {
				font-size: 35px;
				}
			
			img { max-width:  100%;}

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

.background {
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: -999;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat: repeat !important;
	}
	
.header,
.footer {
	width:960px;
	margin:0 auto;
	}

	.content {
		position:relative;
		min-height:300px;
		padding:20px 0;
		font-size:1.2em;
		margin:25px auto 260px auto;
		width: 960px;
		}
		
		.contentInner {
			float: left;
			width: 660px;
			}
		body#Holding .content {
			width: 400px;
			text-align: center;
			}
		

			
/*-------------------------------------------------------
	Header
-------------------------------------------------------*/

.header {
	min-height: 130px;
	width:960px;
	text-align: center;
	}

	.header h1 {
		width:960px;
		/* height: 100px;
		/* text-indent:-999em; 
		background: 0 0 no-repeat; */
		text-align: center;
		}
			
		.header h1 a {
			display:block;
			height:100%;
			text-decoration:none;
			outline:none;
			}

/*-------------------------------------------------------
	Navigation
-------------------------------------------------------*/

div.nav {
	width:960px;
	margin: 0 auto;
	height: 40px;
	background-color: transparent;
	text-transform: uppercase;
	}
	.nav ul {
		line-height:1;
		font-size:1.4em;
		text-align: center;
		}
		
			.nav ul li {
				display:inline-block;
				padding:8px 0 8px 12px;
				}
				
						.nav ul li a {
							display:block;
							text-decoration: underline;
							font-size: 18px;
							}
							.nav ul li a:hover,
							.navigation ul li.current a {
								}
								.nav ul li.current>a {
									cursor:default;
									text-decoration: none;
									}
.content ul.nav { /* subnav */
			float:right;
			padding:0 0 30px;
			text-align:left;
			list-style:none;
			}

body#MailingList div.nav {
	display: none;
	}

/*-------------------------------------------------------
	Content
-------------------------------------------------------*/

body#Home section.about h2 { display:none; }

p.pagination {
	clear: all;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 18px;
	}

[role=main] {
	width: 685px;
	float: right;
	}
	
body#Home .products {
	list-style: none;
	padding: 0;
	margin: 0 7px 0 0;
	width: 100%;
	float: left;
	clear:both;
	}
	
	body#Home .products li {
		list-style: none;
		}
		
		body#Home ul.featuredFilm li a {
			}
			
			body#Home .products li h3 {
				font-size: 35px;
				padding: 0;
				margin: 0 15px 0 0;
				line-height: 1;
				}
				
				body#Home .products li h3 a {
				padding: 0;
				margin: 0;
					}
				
			body#Home .products li h4 {
				display: none;
				}

			body#Home .products li p {
				clear: both;
				}
				
body#Home section.about {
	width: 275px;
	float: left;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding-top: 10px;
	margin-bottom: 10px;
	}
	
body#Home div.homeTwitter {
	width: 47%;
	float: left;
	padding: 0 3% 0 0;
	}
	
body#Home div.homeFb {
	width: 47%;
	float: left;
	padding: 0 3% 0 0;
	}

/* =Film bar
-------------------------------------------------------*/
ul.film-bar {
	padding:0;
	margin:0 0 40px;
	list-style: none;
	width: 670px;
	float: right;
	}
		ul.film-bar li {
			display:inline-block;
			width:212px;
			margin:0;
			text-align: center;
			padding: 0 7px 0 0;
			vertical-align: top;
			}
			ul.film-bar li a {
				width:208px;
				margin:0;
				padding:0;
				line-height: 0;
				overflow-y: hidden;
				}
				ul.film-bar li a:hover {
					-moz-box-shadow:0 0 6px #666;
					-webkit-box-shadow:0 0 6px #666;
					box-shadow:0 0 6px #666;
					}
			ul.film-bar li h6,
			ul.film-bar li p {
				padding:8px 0 12px;
				line-height:1;
				font-size:1.4em;
				text-align: center;
				}
				ul.film-bar li p {
					font-size:1.1em;
					}
					div.film-bar li p span {
						display:inline-block;
						margin:0 10px 0 0;
						}
	
	ul.film-bar ul, ul.film-bar li p, ul.film-bar li h4 { display: none;}
			
/*-------------------------------------------------------
	Sidebar
-------------------------------------------------------*/

div.sidebar {
	float: right;
	width: 240px;
	padding-left: 10px;
	}
	
	div.sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
	
body#Home div.sidebar {
	width: 285px;
	float: left;
	padding: 0;	
	}
	
/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

.footer {
	height: 75px;
	text-align: center;
	margin: 40px auto;
	padding: 0;
	clear: both;
	}
	body#Home .footer.thin {
		position: absolute;
		bottom: 20px;
		right: 110px;
		margin: 0;
		width: 300px;
		}
	.footer ul {
		line-height:1;
		font-size:1.4em;
		text-align: center;
		margin-top: 25px;
		}
			.footer ul li {
				display: block;
				padding:4px 0 16px 12px;
				font-size: 11px;
				float: left;
				}
				
				.footer ul li.retweet, .footer ul li.facebook {
					width: 70px;
					padding: 0 0 0 12px;
					}

				.footer ul li.share {
					padding: 2px 0 0 12px;
					}
						.footer ul li a {
							text-decoration:none;
							}

/*-------------------------------------------------------
	Twitter
-------------------------------------------------------*/

div.twitterWrapper {
	padding-top: 10px;
	margin-top: 10px;
	}
	
body#Home div.twitterWrapper {
	}

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;
	}	

/*-------------------------------------------------------
	Action Bar
-------------------------------------------------------*/

ul.actionBar {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
ul.actionBar li {
	display: inline-block;
	}
	
/* Blocklist - for shop and screenings
-------------------------------------------------------*/

ul.blockList li {
	display: block;
	width: 24%;
	float: left;
	padding: 0 5px;
	margin: 0;
	}
	
	ul.blockList li:nth-child(4n+5) {
		clear: left;
		}
	
	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;*/
		max-width: 100%;
		max-height: 270px;
		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;
			}

/* Films
-------------------------------------------------------*/
	
	
ul.extra-links {
	display:none;
	}

ul.films {
	padding:0;
	margin:0 0 0 -15px;
	list-style:none;
	}
	ul.films h3.heading a {
		padding-left: 20px;
		}
	ul.films>li {
		position:relative;
		float:left;
		width:215px;
		min-height:250px;
		padding:0 0 6px;
		margin:0 0 30px 15px;
		}
		body#Films ul.films > li:nth-child(4n+1) {
			clear:left;
			}
		
		body#Home ul.films > li:nth-child(3n+1) {
			clear:left;
			}
			
			ul.films li a {
				max-height: 215px;
				width: 215px;
				display: block;
				overflow: hidden;
				vertical-align: bottom;
				}
				
			ul.films li img {
				display:block;
				margin:3px auto 10px;
				}
			ul.films li p,
			ul.films li h3,
			ul.films li h4 {
				padding:3px 8px;
				line-height:1;
				
				}
				ul.films li h3 {
					padding-bottom:2px;
					font-size:20px;
					}
					ul.films li h3 a {
						}
				ul.films li h4 {
					font-size:14px;
					}
					ul.films li p {
						line-height:1.2;
						font-size:12px;
						}

/* =Awards */

body#awards .content {
	float:none;
	width:920px;
	background: #000 url('../i/awards_bg.jpg') top center no-repeat;
	}
	body#awards .content h2 {
		padding-top: 460px;
		}
	body#awards .content div.rightColumn {
		float: right;
		width: 450px;
		margin: 0 0 10px 10px;
		}
		
	body#awards .content ul.posts-list, body#awards .content ul.post-meta {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 12px;
		}
		
		body#awards .content ul.posts-list li h6 {
			float: right;
			width: 350px;
			clear: both;
			height: 25px;
			overflow: hidden;
		}
			
		body#awards .content ul.post-meta li {
			width: 19px;
			float: none;
			line-height: 11px;
			text-align: center;
			padding: 3px;
			}

		body#awards .content ul.post-meta li.date {
			width: 70px;
			text-align: left;
			float: left;
			}
	
		body#awards ul.posts-list li.author, body#awards ul.posts-list li.category {
			display: none;
			}
			
/* =Film details
-------------------------------------------------------*/
body#Films.details .content, body#Shop.details .content {

	}
	body#Films.details .content h2, body#Shop.details .content h2 {
		font-size: 44px;
		}
	dl.cast {
		position:relative;
		float:right;
		width:200px;
		min-height:214px;
		margin:0 0 43px;
		padding:18px 0 18px 0;
		line-height:1;
		}
		dl.cast dt {
			margin:0 0 4px;
			}
			dl.cast dd {
				margin:0 0 10px 0;
				text-transform: none;
				}
	ul.actions {
		float:right;
		clear:right;
		width:200px;
		padding:0;
		list-style:none;
		}
		ul.actions li {
			padding:0;
			margin:0 0 11px;
			}
			ul.actions li a {
				position:relative;
				display:block;
				font-size:19px;
				}
	div.sidebl {
		position:relative;
		float:right;
		clear:right;
		width:160px;
		padding:40px 20px;
		margin:30px 0 40px;
		font-size:15px;
		line-height:1.2;
		}
		
		div.sidebl.awards {
			margin-top: 50px;
			}
		
		div.sidebl h6 {
			position:absolute;
			top:-57px;
			right:-14px;
			width:97px;
			height:97px;
			padding:0;
			text-indent:-999em;
			}
			div.sidebl.awards h6 {
				}
		div.sidebl ul {
			padding:0;
			text-align:center;
			list-style:none;
			}
			div.sidebl.reviews ul strong {
				display:block;
				margin:4px 0 0;
				}
	.summary {
		clear:both;
		float:left;
		width:625px;
		padding:0 30px;
		}
	a.back {
		position:absolute;
		top:75px;
		left:50px;
		font-size:14px;
		padding-left: 40px;
		}
	.media {
		position:relative;
		float:left;
		width:700px;
		padding:0 0 23px;
		background:url("../i/shadow.png") 0 100% no-repeat;
		}
		.media a,
		.media img {
			display:block;
			min-height:270px;
		-moz-background-size:cover;               /*Gecko 1.9.2 (Firefox 3.6) */
		-o-background-size: 100% 100%;           	/*Opera 9.5 */
		-webkit-background-size: 100% 100%;       /*Safari 3.0 */
		background-size:cover;                    /*Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
			background-repeat: no-repeat;
			}
			
			.media a span.playIcon, a span.playIcon {
				display: block;
				width: 100%;
				height: 100%;
				background:url("../i/playIcon.png") 50% 50% no-repeat;
				}
				
				a span.playIcon {
					background:url("../i/playIconSmall.png") 50% 50% no-repeat;
					}


	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;
					height: 32px;
					display: block;
					}
					ul.links li.continue a {
					background: url(../i/button_continue.png) top right no-repeat;
					}
					ul.links li.checkout a {
					background: url(../i/button_checkout.png) top right no-repeat;
					}
					.sidebar ul.links li.continue a, .sidebar ul.links li.checkout a  {
						line-height:24px;
						font-size:13px;
						font-weight:normal;
						}


	
/* =Products
-------------------------------------------------------*/
ul.products {
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	}
	ul.products li {
		position:relative;
		float:left;
		margin:0 5px 20px 0;
		width: 22%;
		}
		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 6px 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;
			}
		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;
					}
				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 div.shopContent {
	float: left;
	width: 210px;
	margin: 0 30px 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;
	}
	
	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, a.button {
	margin-right: 5px;
	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;
	}

form button {
	float: left;
	}
	
form button.big, a.button.big {
	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;
	}
	
div.content.payment { /* Paypal redirect */
	width: 340px;
	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;
			}
		.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;
			}
		.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;
	width: 30%;
	padding-right: 3%;
	}
	
div.homeScreenings ul {
	padding: 0;
	margin: 0;
	}

	div.homeScreenings ul li {
		width: 48%;
		margin: 0 1% 5px 0;
		padding: 0;
		float: left;
		-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;
			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 #fff;	
			}
				
		div.homeScreenings ul li span.homeScreeningsVenue {
			display: block;
			height: 30px;
			width: 135px;
			padding: 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			overflow: hidden;	
			}
			
			div.homeScreenings ul li span.homeScreeningsVenue strong {
				display: block;
				width: 300px;
				}


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

form.find-screening {
	width:auto;
	padding: 10px;
	}
	
form.find-screening legend {
	width: 16%;
	float: left;
	}

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

	div.screenings ul li {
		width: 48%;
		margin: 0 2% 12px 0;
		padding: 0;
		float: left;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}
		
		div.screenings 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.screenings ul li span.date {
			display: block;
			height: 30px;
			width: 30px;
			padding: 10px 5px;
			border-right: 2px solid #fff;
			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.screenings ul li span.date span.month {
				font-size: 12px;
				line-height: 12px;
				display: block;
				}

		div.screenings ul li span.time {
			display: block;
			height: 30px;
			width: 40px;
			padding: 10px 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			overflow: hidden;
			border-right: 2px solid #fff;	
			}
							
		div.screenings ul li span.venue {
			display: block;
			height: 30px;
			width: 195px;
			padding: 10px 5px;
			line-height: 16px;
			float: left;
			font-size: 13px;
			overflow: hidden;	
			}

			div.screenings ul li span.venue strong {
				display: block;
				}

		div.screenings ul li span.links {
			display: block;
			height: 40px;
			width: 110px;
			padding: 5px;
			line-height: 16px;
			float: right;
			font-size: 13px;
			border-left: 2px solid #fff;	
			}
			
			div.screenings ul li span.links a.friend {
				display: block;
				height: 10px;
				padding: 3px 5px;
				margin: 0 0 6px 0;
				overflow: hidden;
				border: 1px #2CA3F5 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;
				}
			
				div.screenings ul li span.links a.friend:hover {
					}


/*-------------------------------------------------------
	Forms
-------------------------------------------------------*/

form input, form textarea {
	margin:0 0 5px;
	padding:1px 2px;
	border:2px solid;
	}
	form input:focus,
	form textarea:focus {
		outline:none;
		}

/* =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;
	padding:0;
	border: 0;
	height: 22px;
	}

/* =Signup form
-------------------------------------------------------*/
	
form.signup, form#subForm, form#mc-embedded-subscribe-form {
	position:relative;
	float:left;
	margin:0 16px 10px 0;
	line-height:1;
	width: 100%;
	padding: 4px 0 12px 0;
	text-align: left;
	border: none !important;
	}
	
	body#Home form.signup, body#Home form#subForm, body#Home form#mc-embedded-subscribe-form {
		width:670px;
		float: right;
		}
		
	form.signup legend, form#subForm legend, form#mc-embedded-subscribe-form legend, form.signup h4, form#subForm h4, form#mc-embedded-subscribe-form h4 {
		display:block;
		margin:4px 0 8px 1%;
		}
	form.signup label, form#subForm label, form#mc-embedded-subscribe-form label {
		display:block;
		margin:0 1% 2% 1%;
		padding:0;
		width: 48%;
		float: left;
		}
		
		body#Home form.signup label, body#Home form#subForm label, body#Home form#mc-embedded-subscribe-form label, body#Holding form#subForm label {
			width: 39%;
			display: none;
			}

	form.signup input[type=text], form#subForm input[type=text], form.signup input[type=email], form#subForm input[type=email], form#mc-embedded-subscribe-form input[type=text], form#mc-embedded-subscribe-form input[type=email] {
		float:left;
		margin:0 1% 0 0;
		padding:0;
		border:none;
		width: 48%;
		height: 30px;
		}
		
		body#Home form.signup input[type=text], body#Home form#subForm input[type=text], body#Home form.signup input[type=email], body#Home form#subForm input[type=email],  body#Home form#mc-embedded-subscribe-form input[type=text], body#Home form#mc-embedded-subscribe-form input[type=email], body#Holding form#subForm input[type=text] {
		width: 39%;
		}
		
		
form button {
	float: right;
	margin-right: 5px;
	padding: 6px 7px;
	font-size: 11px !important;
	border: 0;
	font-weight: bold;
	}
	
form.signup button, form#subForm button, form#mc-embedded-subscribe-form button {
	border:none;
	padding:4px;
	font-size:1em;
	height: 30px;
	/*width: 97%;*/
	margin-top: 5px;
	}
body#Home form.signup button, body#Home form#subForm button, body#Home form#mc-embedded-subscribe-form button, body#Holding form#subForm button {
	width: 14%;
	margin-top: 0;
	}	
	

/* =Films search form
-------------------------------------------------------*/
form.films-search {
	position:relative;
	height:134px;
	margin:0 0 32px;
	padding:15px 0 0 17px;
	background:url(../../i/filmsSearchBg.png) 0 0 no-repeat;
	}
	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;
		color: #505050 !important;
		}
	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);
			color:#fff;
			background:url(../../i/btnBg.gif);
			}
			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;
				color:#fff;
				background:#ed008c;
				}
				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;
		background:url(../../i/newsMarker.png) 0 65px no-repeat;
		}
	body#Courses.details legend,
	form.checkout legend,
	.comments legend {
		margin:0 0 20px;
		font-size:13px;
		font-weight:bold;
		color:#3d3d3d;
		}
		body#Courses.details legend {
			font-size:16px;
			}
	form.checkout label,
	body#Courses.details label,
	.comments label {
		display:block;
		color:#4c4c4c;
		}
		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;
			}
	form.checkout select,
	form.checkout input[type=text],
	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;
		background:#e6e6e6;
		}
		body#Courses.details input {
			width:292px;
			margin-top:6px;
			}
		body#Courses.details textarea {
			width:607px;
			height:102px;
			}
		form.checkout select {
			background:#fff;
			}

/*-------------------------------------------------------
	Screening Room Header - THIS DOESN'T WORK, NEEDS TO BE ONLY FOR DIGITAL STREAMING
-------------------------------------------------------*/


/* body#Digital #header h1 {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	margin: 0 auto 0 auto;
	background-position: 0 0;
	background-attachment: scroll;
	}

body#Digital .content.download {
	bottom: auto;
	position: auto;
	left: 0;
	right: 0;
	overflow: visible;
	top:auto;
	}
	

body#Digital .header {
		position:absolute;
		top:0;
		left: 0;
		height:100px;
		right: 0;
		padding:0;
		margin: 0;
	}
	body#Digital .header h1 {
		position:absolute;
		top:0;
		left:0;
		right: 0;
		height:100px;
		padding:0;
		margin: 0;
		text-indent:-999em;
		display: block;
		}
			
body#Digital .content {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	top: 0;
	}
*/


/* = Screening Room Layout elements
-------------------------------------------------------*/

body#Digital div.content.streaming {
	top: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	}
	
body#Digital div.footer ul {
	display: none;
	}

body#Digital div.viewer {
	top: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 250px;
	overflow: hidden;
	background-color: #000;
	}
	
body#Digital div.extras {
	top: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 250px;
	padding-top: 10px;
	background-color: #000 !important;
	border-left: 1px solid #333;
	}
	
body#Digital div.extras a {
	display: block;
	margin: 0 5px 2px 10px;
	padding: 4px;
	font-size: 11px;
	background-color: #333;
	text-decoration: none;
	}

body#Digital div.extras a:hover {
	color: #000;
	background-color: #ddd;
	}


body#Digital div.extras h2, body#Digital div.extras h1 {
	display: block;
	padding: 3px 3px 3px 10px;
	font-size: 14px;
	text-transform: none;
	color: #666;
	}

body#Digital div.extras h1 {
	font-size: 22px;
	}

@media only screen and (max-width: 860px) {

body#Digital div.viewer {
	right: 0;
	bottom: 100px;
	}

body#Digital div.extras {
	top: auto;
	bottom: 0;
	left:0;
	width: auto;
	height: 100px;
	overflow: auto;
	padding-top: 10px;
	} */
}

/* Download page only */
body#Digital div.content.download { 
	width: 340px;
	margin: 40px auto 0 auto;
	text-align: center;
	}