/*
Theme Name: wp-bbfc
Theme URI: http://www.bbfc.co.uk/
Description: A wordpress theme for the bbfc homepage
Author: Chris Hunter-Brown
Author URI: http://www.bbfc.co.uk
Version: 0.5
*/

/* COLOUR SCHEME

1stBlue: #0081C4
2ndBlue: #0092CD
3rdBlue: #58A5D7
4thBlue: #8FBDE2
1stGrey: #8E8E91
*/

/* GENERAL STYLES */

html {
	margin: 0px;
	padding: 0px;
	font-size: 80%; /* 1em = 13px */
	min-height: 100%;
	margin-bottom: 1px
}

body{
	background: #8FBDE2;
    background-image: url(images/topgradient.gif); 
	background-repeat: repeat-x;
    margin: 0px;
	padding: 0px;
	font-size: 1em; /* = 13px */
}

p {
	/*margin-top: 1.5em;*/
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#content_page ol.faq {
	list-style-type: decimal;
	margin-bottom: 2em;
}

#content_page ol.faq li {
	line-height: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}


#content_page, .entry ul {
	list-style-type: square;
	}
	
#content_page ol {
	list-style-type: upper-alpha;
}

#content_page ol ol {
	list-style-type: lower-roman;
}

#content_page, .entry li {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#content_page th {
	background-color: #8FBDE2;
	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px;
	color: #fffffe;
}



#content_page > table tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #fff;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	color: #8FBDE2;
	font-weight: bold;
}

h1 { 
	font-size: 2.5em; 
	line-height: 1em;
	margin-bottom: 1em; 
}

h2 { 
	font-size: 2em;
	line-height: 1em;	
	margin-bottom: 1em;
}

h3 { 
	font-size: 1.2em; 
	line-height: 13.5px;
	margin-bottom: 13.5px;
}

a:visited {text-decoration: none; color: #0081C4;}
a:link{text-decoration: none; color: #0081C4;}
a:active {text-decoration: none; color: #333;}
a:hover {color: darkorange;}

/* SPECIFIC STYLES */

#wrap {
    margin: 0 auto;
	border: 2px #000 solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    width: 960px;
    background: #fff;
    margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
}

#mainnav {
	width: 100%;
	height: 25px;
	z-index: 100;
}

#mainnav img {
	display: inline;
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -5px;
}

#mainnav ul > li > a {
	margin-top: 5px;
	color: #fffffe;
}


#mainnav > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 25px;
	
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/mainnav.png);
	background-repeat: repeat-x;
	border-bottom: 1px #8FBDE2 solid;
	
}

#mainnav ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 20px;
	height: 25px;

}

#mainnav ul li ul {
	position: absolute;
	left: -999em;
	margin-top: 7px;
	margin-left: -5px;
	background-color: #58A5D7;
	/*border: 1px black solid; */
	height: auto;
	z-index: 200;
	opacity: 0.95;

}

#mainnav ul > li > ul > li {
	clear:left;
	font-size: 11px;
	width: 100%;
}

#mainnav ul li.separator {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: -5px;
	border-bottom: 1px white solid;
	width: 90%;
}

#mainnav li>h4 {
	margin-left: -2px;
	color: #394C5A;
	font-size: 13px;
	margin-bottom: 2px;
	margin-right: 10px;
	line-height: 1em;
}

#mainnav ul li:hover ul, #mainnav ul li.sfhover ul {
	left: auto;
}

#mainnav a {
	display: block;
	text-decoration: none;
}

#mainnav ul > li > ul > li > a {
color: #fffffe;
	}

#mainnav a:hover {
	color: darkorange;
}

#searchbar {
	float: right;
	padding-top: 10px;
	margin-right: 30px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}

#searchbar input.query {
	width: 200px;
}

#searchbar input.btn {
	background-color: #6AA6CA;
	color: #fff;
	border: 2px #9BC3DB solid;
	font-weight: bold;
}

#searchbar img {
	vertical-align: middle;
	display: inline;
	width:22px;
	height: 22px;
	padding-bottom: 6px;
}

#logo {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 9px;
	font-weight: bold;
}

/* FOOTER */

#footer {
	margin-top: 10px;
	border-top: 3px solid black;
	clear: both;
	width: 100%;
	background-color: #8E8E91;
	color: #fff;
	height: 210px;
	list-style: none;
	z-index: -10;
}

#footer div.column {
	margin-left: 10px;
	width: 162px;
	float: left;
}

#footer h3 {
	font-size: 18px;
	display: block;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fffffe;
	padding-bottom: 8px;
	border-bottom: 1px #fff solid;
}

#footer a {
	text-decoration: none;
	color: #fffffe;
	font-size: 12px;
}

#footer a:hover {
	color: darkorange;
	font-weight: bold;
}

#footer h4 {
	margin-top: 5px;
	margin-bottom: 3px;
}

#footer h4 > a {
	font-size: 16px;
	font-weight: bold;
}

/* Home page */

#content {
	padding: 12px;
	float: left;
	width: 650px;
	border-right:1px solid #eee;
	}
	
#home {
	padding-top: 10px;
	float: left;
	width: 625px;
	padding-left: 12px;
	}

#stickied {
	float: left;
	height: 400px;
	width: 400px;
	margin-top: 10px;

}

.sticky {
	margin: 5px;
	width: 185px;
	height: 185px;
	float: left;
	background-color: #fff;
	font-size: 12px;
	overflow: hidden;
}

.sticky p {
	margin: 2px;
	line-height: 1.2em;
}

#othersites {
	margin-top: 15px;
	margin-right: 10px;
	float: right;
	width: 200px;
	font-size: 11px;
	text-align: center;
}


#othersites_sidebar {
	width: 100%;
}

#othersites a {
	font-size: 11px;
	display: block;
	margin-top: 10px;
}

/* FEATURED ARTICLES */

#featured {
	position: relative;
	overflow: hidden;
}

#featured ul {
	height: 1%;
	list-style-type: none;
	padding: 0;
	position: relative;
}

#featured ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* slides */
#slides {
}

#slides ul {
	width: 9999px;
}

#slides li { 
	margin: 0;
	padding: 0;
	width: 600px;
	height: 340px;
}

.slide {
position: relative;
width: 600px;
height: 340px;

margin: 0;
padding: 0;
z-index: 10;
}

#slides h4 {
	margin: 0px;
	margin-bottom: -10px;
}
#slides a:link, #slides a:visited {
	text-decoration: none;
	color: #fff;
}
#slides a:hover {
	color: orange;
}


.slide-top {
	height: 15px;
	background-image: url(images/filmstrip.png); 
	background-repeat: repeat-x;
	width: 600px;
}

.slide-bottom {
	height: 15px;
	background-image: url(images/filmstrip.png); 
	background-repeat: repeat-x;
	width: 600px;
}

.slide-content {
	position: relative;
	width: 580px;
	height: 310px;

	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
	z-index: 9;
}

.slide-content img {
	width: 100%;
}

.slide-desc {
	position: absolute;
	bottom: 0;
	background-color: #000;
	left: 0;
	width: 300px;
	height: 50px;
	color: #fff;
	opacity: 0.7;
	padding-top: 5px;
	padding-left: 15px;
	z-index: 11;
}

.slide-desc p {
	margin: 0;
}


/* Slide navigation */

#slides-nav {
border: 1px black solid;
clear: both;
width: 588px;
height: 80px;
background-color: #111111;
padding-top: 10px;
padding-left: 10px;
}

#slides-nav li {
display: inline;
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

/* CATEGORIES */

#categories {
	float: right;
	width: 300px;
	border-left: 1px solid grey;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
}

#accordion {
	list-style: none;
	font-size: 10px;
	height: 750px;
	margin: 0px;
	padding: 0px;
}

#accordion img {
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	}

#accordion a {
	text-decoration: none;
	font-size: 11px;
	display: block;

	
}

#accordion h5 {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	width: 100%;
}

/* Non home page */

#sidebar {
	width:250px;
	float:right;
	height: 100%;
	margin:10px 20px 30px 10px;
	font-size: 0.875em;
}

#sidebar h2 {
	font-size: 1.75em;
	}

#sidebar_page {
	width:200px;
	height: 100%;
	float:left;
	padding:10px 10px 30px 10px;
	font-size: 12px;
}

#sidebar_page ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar_page li {
	list-style: none;
	background-color: #0092CD;
	font-weight: bold;
	color: #fffffe;
	padding: 3px;
	margin: 2px;
	min-height: 15px;
}

#sidebar_page > ul > li.current_page_item {
background-color: #8fBde2;
}

#sidebar_page > ul > li > ul li.current_page_item {
font-weight: bold;
}

#sidebar_page > ul > li:hover {
background-color: #58a5d7;

}

#sidebar_page li a {
	color: #fff;
}

#sidebar_page li ul li a {
	color: #8FBDE2;
}

#sidebar_page li a:hover {
color: orange;
font-weight: bold;
}

#sidebar_page li ul li {
	list-style: none;
	background-color: #fff;
	font-weight: normal;
	min-height: 15px;
	margin-left: -3px;
	margin-bottom: -3px;
	margin-right: -3px;
	padding-left: 12px;

}

#content_page {
	float: right;
	width: 675px;
	padding-top: 10px;
	padding-left: 12px;
	margin-right:30px;
}

#mostrecent h3 {
	float: left;
	font-size: 14px;
}

#mostrecent {
margin-bottom: 10px;
border-bottom: 1px #333333 solid;
}

#morefeeds {
display: block;
width: 100%;
text-align: right;
margin-bottom: 5px;

}

#recenthead a {
	display: block;
	float: right;
	padding-left: 3px;
}

#mostrecent p {
clear: both;
font-size: 11px;
}

#recentfilm a {
width: 100%;
display: block;
float: left;
font-size: 14px;
color: #0092CD;
text-decoration: none;
font-weight: bold;
}

#recentfilm img {
padding-right: 10px;
padding-bottom: 5px;
display: block;
float: left;
}

#title {
	padding: 20px;
}

#recent {
	padding: 10px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.banner {
	position: relative;
	width: 100%;
	background-color: #8FBDE2;
	height: 80px;
	margin: 0;
	padding: 0;
}

.About {background-image: url(images/banner_about.png)}
.BBFC.online {background-image: url(images/banner_bbfconline.png)}
.Classification {background-image: url(images/banner_classification.png)}
.Customers {background-image: url(images/banner_customers.png)}
.customernews {background-image: url(images/banner_customers.png)}
.Downloads {background-image: url(images/banner_downloads.png)}
.faqs {background-image: url(images/banner_faqs.png)}
.Law {background-image: url(images/banner_law.png)}
.newsreleases {background-image: url(images/banner_press.png)}
.Press {background-image: url(images/banner_press.png)}
.Recent {background-image: url(images/banner_recent.png)}
.Search {background-image: url(images/banner_search.png)}
.Title {background-image: url(images/banner_title.png)}
.Film {background-image: url(images/banner_film.png)}
.Video {background-image: url(images/banner_video.png)}
.Game {background-image: url(images/banner_game.png)}
.Trailer {background-image: url(images/banner_trailer.png)}
.Ad {background-image: url(images/banner_ad.png)}

ul.tabs {
	margin: 10px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 66%;
}

#filter-form {
	margin-top: 10px;
	padding-bottom: 6px;
	
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

#searchpage {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#searchpage form {
	font-size: 12px;
	}

#searchresults {
	padding-top: 10px;
	min-height: 100px;
	padding-bottom: 10px;
}

#query1 {
	width: 500px;
	font-size: 20px;
}

#query1btn {
	font-size: 20px;
}

#title img {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

#title h2 {
	float: left;
}

#titledata {
clear: left;
}

#eci {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px #A8D7FF solid;
	width: 100%;
	background-color: #E5F3FF;
}

#eciheader img {
	margin-left: 10px;
	width: 40px;
	height: 40px;
	display: block;
}

#eciheader p {
	margin: 10px;
	padding: 10px;
}

#ecitext {
	margin-left: 60px;
	clear: both;
	padding-right: 10px;
}

#eci1 {
border: 1px #f9ae64 solid;
background-color: #fee5bf;
margin-top: 15px;
margin-bottom: 15px;
padding: 10px;
}

#cuts {
border: 1px red solid;
background-color: #EFBFBE;
margin-top: 15px;
margin-bottom: 15px;
padding: 10px;
}

#cuts > p {
margin: 0;
margin-bottom: 5px;
}

#eci1 > p {
margin: 0;
margin-bottom: 5px;
}

#eci1text {
clear: both;
margin-left: 10px;
margin-right: 10px;
}

#cutsSummary {
clear: both;
margin-left: 10px;
margin-right: 10px;
}

#press_page {
padding-left: 12px;
padding-top: 10px;
}

div.othersite {
font-size: 0.9em;
width: 220px;
float: left;
}

div.othersite p {
padding: 5px;
text-align: center;
}

div.othersite img {
display: block;
margin: auto;
}

.uncut { color: darkorange; font-weight: bold;}
.cutresult {color: red; font-weight: bold}


table {
table-layout: fixed;
}

#titledata td, #workinfo td {
padding: 2px;
}


#titledata td:first-child, #workinfo td:first-child, #advancedsearch td:first-child {
font-weight: bold;
width: 200px;
}

#advancedsearch input.query {width: 300px;}
#advancedsearch input.date {width: 130px;}
#advancedsearch input.check {width: 20px;}

col.cat {width: 70px}
col.date {width: 80px}
col.type {width: 100px}
col.runtime {width: 90px}
col.cut {width: 45px}
col.company {width: 200px}
col.dateClassified {width:125px}
col.componentA {width: 150px}
col.eci {width: 50px}
col.opened {width: 85px}
col.director {width: 100px}
col.cast {width: 120px}
col.ca {width: 170px}
col.format {width: 100px}
col.dateRelease {width: 120px}
col.label {width: 150px;}


div.drainholeWide {
	width: 100%; 
	border: 1px #A8D7FF solid; 
	background-color: #E5F3FF;
	padding: 5px;
}

.drainholeWide img {
display: block;
float: left;
margin-right: 10px;
}

.drainholeWide p {
margin: 0;
}

#customers_page {
	float: left;
	width: 425px;
	padding-top: 10px;
	padding-left: 12px;
	margin-right:20px;
}

#sidebar li {
list-style-type: square;
	margin-left: 1.5em;
	margin-bottom: 1em;
	line-height: 1em;
}

#sidebar ul.howtosubmit li {
list-style: none;
background-color: #8FBDE2;
font-size: 1.5em;
font-weight: bold;
padding: 2px 5px 5px 5px;
margin: 5px;
}

#sidebar ul.howtosubmit li a {
display: block;
width:100%;
color: #fffffe}
ul.howtosubmit li a:hover {color: #0092CD}

.entry {padding-top: 5px;}

.download, .download > table > tr > th {
	background-color: #E5F3FF;
	font-weight: normal;
	color: #000000;
	border: 0;	
	}
	
.ui-helper-reset { border: 0; } 

#tabs, #results {clear:both;}



