/*
Naming Convention: Lowercase, usually no seperators but if required use - 
*/
body,p{font-family: arial;
	background-color:#F2F2F2;
	margin:10px;
	padding:0px;
	font-size:1em;

}

a {color:black;
}

h1 {
	display:none;
}


form {
	padding:0;
	margin:0;
}

.nodisplay {
	display:none;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.centretext {
	text-align:center;
}
.lefttext {
	text-align:left;
}
.righttext {
	text-align:right;
}

.imageholder {
	margin:5px 10px;
}

.halfwidth {
	width:50%;
}

.spacerone {
	margin:20px;
}

.spacertwo {
	margin:5px 20px;
}
img {border:0;
	vertical-align:middle;
 	margin:0px;
 	padding:0px;}


.debug {
	
	font-family: courier;
	font-size:0.8em;
	border-color:red;
	border-style:dashed;
	border-width:1px;
	margin:2px;
	padding:4px;
	line-height:1.5em;

	background:yellow;
}
.inversetext {
	color:white;
	background-color:#336699;
}

.inversetext a{
	color:white;
	font-weight:bold;
}

.smallprint {
	font-size:0.6em	
}
.clear {
	clear:both;
}

.datehighlight {
	color:red;
}
.messageArea{
	
	font-weight:bold;
	font-size:0.9em;
	margin-bottom:5px;
}

.messagearea {
	padding:15px;	
}
.errortext {
	color:red;
}

.messageText {
	color:black;
	
}

.intro {
	font-weight:bold;
	font-size:1.1em;
}


.searchform {
	padding:5px;
	background:white;
	border-color:black;
	border-style:solid;
	border-width:1px;
}

.userform {
	padding:5px;
	font-size:0.8em;
}

.editfilmform {
	font-size:0.8em;
}

.editfilmform input{
	font-size:1em;
}
.editfilmform textarea{
	font-size:1.3em;
}

.widthb {
	width:240px;
}

.widthb-closed {
	width:236px;
}

.widthc {
	width:150px;
}



div.row {
  clear: both;
  padding-top:5px;
  font-size:0.8em;
 
}



div.row span.label {
  float: left;
  width: 48%;
  
  text-align: right;
 
  }

div.row span.formdata {
  float: right;
  width: 48%;
  text-align: left;
  
  

  } 


.linkurl {
	float:left;
	margin-left:5px;
	width:250px;
	text-align:left;
	
	margin-bottom:5px;
	
	
}

.linkurl a {
	font-weight:bold;
	
}

.linkdesc {
	float:left;
	width:380px;
	text-align:left;
	margin-bottom:5px;
}

.colone {
	float:left;
	margin-left:5px;
	
	text-align:left;
	
	margin-bottom:5px;
	font-weight:bold;
	
}



.coltwo {
	float:left;
	margin-left:10px;
	text-align:left;
	margin-bottom:5px;
	
}


.filmtitle {
	color:#336699;
	font-weight:bold;
}

.filmtitle a{
	color:#336699;
	text-decoration:none;
}
table.latestscores {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background:white;
	font-size:0.8em;
}

.latestscores td.filmtitle{
	text-align:left;
}

.latestscores td.filmreview {
	text-align:left;
	padding-left:15px;
	font-size:0.9em;	
}

.latestscores td.filmscore {
	text-align:right;
	font-size:1.4em;
	}

#maincontainer {
 	width:900px;
 	border: 2px solid rgb(0,0,0);
 	border-color: #336699;
 	margin-left:auto;
 	margin-right:auto;
}


#content {
  	padding:10px;
 	background-color:#B5CAE3;
 	position:relative;
 	
 	height:100%;
 }
 
#maincontent {
 	float:left;
  	width:75%;	
}
 
#subcontent {
 	float:right;
  	width:200px;
  	margin-left:auto;
  	margin-right:auto;
  	text-align:center;
}

.subcontentitem {
	width:189px;margin:auto;
}
 
#pagefooter{
	clear:both;
	width:100%;
	text-align:center;
	margin-left: auto;
        margin-right: auto;
      	font-size:0.6em;
        padding:8px 0;
        height:70px;
}

.footerbadge {
	width:200px;
	height:70px;
	
}

.footermenu a{
	font-size:1.2em;
	
}

.panelone {
	float:left;
	width:400px;
	padding:0px 5px;
	
}

.paneltwo {
	float:right;
	width:250px;
}

 
 


.footer {
	clear:both;
}
.kfcbox {
	display:block;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	
}

.kfcbox .title{
	display:block;
	margin:0;
	background:#336699;
	color:white;
	padding-bottom:2px;
	padding-top:2px;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	
	
}

.kfcbox p {
	font-size:0.8em;
	background:white;
	padding:5px 5px;
	margin:0;
	
}

.kfcbox ul {
	font-size:0.8em;	
}

.kfcbox h2 {
	background:#336699;
	color:white;
	margin:0px;
	padding:2px 5px 5px 5px;
	font-size:1.0em;
}

.kfcbox h3 {
	font-size:1em;
	color:#336699;
	margin:0;
	margin:8px 5px 5px 5px;
}

.kfcbox h4 {
	font-size:0.9em;
	color:#336699;
	margin:0;
	margin:8px 5px 10px 5px;
}

.kfcbox .subtitle{
	font-size:0.8em;
	color:white;
	width:100%;
	display:block;	
	background:#336699;
	padding-bottom:5px;
	}

.kfcbox p a {
	color:#336699;
}
.kfcclosedbox {
	border-color:#336699;
	border-style:solid;
	border-width:2px;
	background:white;
}

.kfcopenbox{
	border-style:none;
	border-width:2px;
	background:#336699;
	color:white;
}


	
.kfcopenbox p{
	background-color:#336699;
	color:white;
}


.reviewbox h4{
	padding-left:5px;
	font-size:0.8em;
	}


.reviewimage {
	float:right;
	margin:15px 20px 10px 10px;
	text-align:center;
}

.reviewtext {
	margin-left:10px;
	margin-bottom:20px;
	font-size:0.8em;
}

.smallimage {
	width:150px;
}

.largeimage {
	width:250px;
}
	

.smallboxtext p{
	font-size:0.7em;
}

.kfcboxbody {
	
	padding: 10px;
}

.kfcboxbody h2 {
	text-align:center;
	background:none;
	color:#336699;
	font-size:1.2em;
	padding:5px;
	padding-top:10px;
	
}

.kfcboxbody table {
	
	text-align:center;
	
	
	font-size:0.8em;
	padding:8px;
	
}

.kfcboxbody td {
	padding:4px;
	text-align:left;
}

.kfcboxbody th {
	font-weight:bold;
	text-align:right;
	padding:4px;
	
}




.blocklink {
	display:block;
	border: 2px solid; 
	margin-left:auto;
	margin-right:auto;
	
	text-decoration:none;
	margin-top:5px;
	border-color:#b5cae3;
	
	
}


.blocklink:hover {
	border-color:#336699;
}



.blocklink .title{
	font-size:1.1em;
	color:white;
	width:100%;
	display:block;	
	background:#336699;
	
}


.blocklink .subtitle{
	font-size:0.8em;
	color:white;
	width:100%;
	display:block;	
	background:#336699;
	padding-bottom:5px;
	}
	
.blocklink .text{
	
	
	background:white;
	display:block;
	font-size:0.7em;
	padding:5px;
}

.sidebarbutton{
	width:150px;
}


/* default_sidebar */

.kffbox {
	
	display:block;
	border: 2px solid #b5cae3;
	width:189px;
	color:white;
	text-decoration:none;
	margin-left: auto;
    	margin-right: auto;
}

.kffbox:hover {
	border: 2px solid #336699;
}

.kfftext {
	display:block;
	padding:0px 5px 10px;
	text-align:center;
	font-weight:bold;
	color:#2094AD;
}




.loginform {
	border-width:4px;
	border-style: solid;
	border-color:#336699;	
	
	padding:20px;
	padding-top:5px;
	padding-bottom:8px;
	width:50%;
	margin-top:20px;
	margin-left:auto;
	text-align:center;
	margin-right:auto;
}
/* Preview Box Code Follows */

.previewbox{
	height:266px;
	background:#336699;
	position:relative;
	
	width:400px;
}
	

.previewmarquee {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:50px;
	color:white;

}

.previewmarqueebackground {
	background:#336699;
	opacity:0.6;
	/*filter:alpha(opacity=60);*/
}

.previewimage {
	width:300px;
}
.previewdate {
	
	left:5px;
	bottom:-5px;
	color:white;
	font-size:12px;
	color:white;	
}

.previewtitle {
	left:40px;
	bottom:-25px;		
}

#previewimage  {
	width:400px;
	height:266px;
}

.minipreview {
	/*background:red;	*/
	width:98px;
	height:105px;
	top:25px;
	font-size:0.7em;
	text-align:center;
	font-weight:normal;
	float:left;
	
	

}


.smallimg {
	padding-bottom:1px;
	padding-top:5px;
	width:80px;
}

.boxlink {display:block;
		width:100%;
		height:100%;
		color:white;
		text-decoration:none;
	}

.boxlink:hover {background:#0089D2;}


.comingsoon {
	background:#336699;
	width:400px;
	
}
.comingsoon h2{
	font-size:0.9em;
}

.comingsoon .programme{
	font-size:0.8em;
	color:white;
	text-align:center;
	padding-bottom:10px;
}

.comingsoon a {
	color:white;
}



.filmlist ul {
	margin:0;
	padding:0;
	
}

.filmlist li {
	margin:0;
	padding:0;
	list-style-type: none;
	padding:4px;
		
}

.alphalist ul {
	
	margin:0;
	padding:0;
	margin-left:-10px;
	margin-right:10px;
	

}


.alphalist {
	
	margin-left:-10px;
	margin-bottom:15px;
	padding:0;
	
	}
.alphalist a {
	padding: 0px 5px;
	color:#336699;
	text-decoration:none;
	font-size:0.9em;
	
	font-weight:bold;
}
	


#titlemenu ul{
 	margin:0;
	padding:0;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size:0.8em;
}

#titlemenu li{
	display: inline;
	list-style-type: none;
}




/* Film Pages */

.filmbox {
	padding-bottom:10px
}
.filmbox p {font-size:0.8em;
	background:none;
}

.filmpagebody  {
	clear:both;
	padding-left:15px;
}

.filmbox img {
	padding:2px;
}

.filmbox ul {
	font-size:0.8em;
	list-style-type:none;
	padding:0px;
	margin:5px;
}

.filmbox li {
	padding:2px;
}
	
.filmbox h2 {
	color:#336699;
	background:none;
	font-size:1.8em;
	margin:4px;
}

.filmbox .filminfobox h3{
	margin:0px;
	margin-top:5px;
}



.filminfobox p a {
	color:black;
}

.score {
	color:#336699;
	font-size:1.1em;
	font-weight:bold;
}
.alttitle {
	font-size: 0.8em;
	font-style:italic; 
}


.filmbox .filmdate {
	font-weight:bold;
	margin-top:5px;
	margin-left:10px;
	color:#336699;
	
}
.filmdetails {
	
	margin-top:0px;
	font-size:0.8em;
	position:relative;
	bottom:10px;
	padding-left:5px;
	float:left;
	
}

.filmdetails .label {
	font-weight:bold;
	margin:5px;
	color:#336699;
}

.filmshare {
	float:right;
	margin-right:10px;
}

.filminfobox{
	float:left;
	width:200px;
	margin:15px 5px 15px 5px;
	text-align:center;
	padding:5px;
	padding-top:10px;
	border: solid gray;
	border-width: 0px 1px 1px 0px;
	font-size:0.9em;
	background-color:#F2F2F2;
}

.filminfobox .filmimage  {
	width:150px;
}

.filmmaintext {
	float:right;
	width:410px;
	margin-top:10px;
	padding:10px 15px 0 5px; 
}

.filmsynopsis p:first-line {
	font-weight:bold;
}

.filmquote {
	font-size:1.2em;	
}

.filmquotesource {
	float:right;
	margin-right:10px;
	font-weight:bold;
	font-size:0.9em;
}

.filmtrailer {
	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:5px;
}


.filmnavigationbar{
	background:#336699;
	position:relative;
	font-size:0.8em;
	color:white;
	line-height:1.6em;
	padding-bottom:5px;
	margin-bottom:20px;
}

.filmnavigationbar a{
	color:white;		
}

.filmnavigationbar .prevfilm {
	background:#336699;
	width:100px;
	position:relative;
	top:0;
	left:0px;
	color:white;
	text-align:left;
	padding-left:20px;
}

	

.filmnavigationbar .nextfilm {
	width:100px;
	position:absolute;
	right:10px;
	top:0px;
	text-align:right;
	padding-right:20px;
	
	
}

.filmnavigationbar .programme {
	
	text-align:center;
	position:absolute;
	top:-5px;
	left:230px;
	font-size:1.3em;
	font-weight:bold;
	
}

.adminoptions {
	
	
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding:0 5px 5px 0;
	width:50%;
	border: 1px dashed blue;
	font-size:0.8em;
	text-align:center;
}

/* Programme Page */

.programmepanel {
	
	width:500px;
	padding:0px 5px;
	margin-left:auto;
	margin-right:auto;
	
	
}

.programmesidepanel {
	float:right;
	width:150px;
	text-align:center;
}

.programme {
	padding:5px;
}

.programme .blocklink {
	width:90%;
	margin-bottom:10px;
	padding:5px;	
	border: 2px solid #E6E6FA;
	border: 2px solid #B5CAE3;
	padding-bottom:10px;
	height:100px;
	
}

.blocklink:hover {
	border: 2px solid #336699;
}

.programme h2 {
	margin-top:5px;
	margin-bottom:10px;
	
	background:none;
	
	color:#336699;
	font-size:1.2em;
	text-align:center;
}

.programmeimage {
	width:150px;
	height:100px;
	margin: 2px 5px;
	
}

.programmedate {
	color:#336699;
	display:block;
	font-size:0.9em;
	font-weight:bold;
}
.programmetitle {
	
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#336699;
	
}

.programmetext {
	
	display:block;
	font-size:0.8em;
	
	
}


.prevprog {
	font-size:0.8em;
	

	
}

.prevprog h3 {
	
	
	padding:0px;
	margin:5px;
}

.prevprog h3 a {
	color:#336699;
	text-decoration:none;	
	
	
}




.prevprog .spring {
	
	width:49%;
	float:left;
	margin:0;
	padding:0;	
	font-size:0.9em;
	
	
}

.prevprog .autumn {
	width:49%;
	float:right;
	margin:0;
	padding:0;
	font-size:0.9em;
}

/* page_header */
 
#maintitle {
  	background-color:#99CDFF;
 	background-color:#B5CAE3;
 	position:relative;
 	color:white;
 	height:100px;
 	margin-left:auto;
 	margin-right:auto;
 	font-size:1.5em;
 	text-align:left;
 }
 
 #maintitle  h1 {margin:0;}
 #maintitle  h2 {
 	font-size:0.9em;
 	padding: 0;
 	margin: 0;
}
 	
#titleimage {
 	position:absolute;
 	left:15px;
 	width:150px;
 	height:200px;
 	/*
 	background-color:red;
 	*/
}
 
#titlemenu{
 	position:absolute;
 	bottom:-1px;
 	left:270px;
 	width:50%;
 	padding-top:5px;
 	
	/*
 	background-color:#336699;
	*/
 	text-align:center;
 	margin:0;
}
 
.titlemenu2{
 	background-color:#336699;
}
 
 #titlemenu #leftedge {
 	position:absolute;
 	left:0;
 	top:0;
 	/*
 	background-color:red;
 	*/
 	background-image: url('images/menu_tl.jpg');
 	background-position:0px -0px;
 	width:53px;
 }
 
#titlemenu #rightedge {
 	position:absolute;
 	right:0;
 	top:0;
 	background-image: url('images/menu_tr.jpg');
 	background-position:0px -0px;
 	width:53px;
 }
 
#titlemenu ul{
 	margin:0;
	padding:0;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size:0.8em;
}

#titlemenu li{
	display: inline;
	list-style-type: none;
}

#titlemenu a { 
	border: 0px solid;
	border-color:#00A9ED;
	color: #ffffff;
	background:#336699;
	padding:5px 10px 0 10px;
	text-decoration:none;
}

#titlemenu a:link, .titlemenu a:visited {
color: #ffffff;
}

#titlemenu a:hover{
	color: #ffffff;
	background: #0089D2;
}

#subtitle {
 	position:relative;
 	background-color:#336699;
 	
 	font-size:0.8em;
 	color:white;
 	padding: 5px;	
 
 	height:1em;
 }
 
 #subtitle a {
 	color:white;
 }
 
 #subtitle #searchbox {
 	position:absolute;
 	top:2px;
 	right:6px;
 	width:200px;
 	text-align:right;		
 }
 
 #searchbox input {
 	
 	font-size:0.9em;
 	margin-bottom:5px;
 	
 }


/* end of page_header */

/* New Page Header */


#maintitle2 {
	background-color:#99CDFF;
 	background-color:#B5CAE3;
 	position:relative;
 	color:white;
 	height:120px;
 	margin-left:auto;
 	margin-right:auto;
 	font-size:1.5em;
 	text-align:left;
}

#titlebanner {
	color:#336699;
	margin-left:200px;
}



#titlebanner .smalltext {
		font-size:0.5em;
		color:black;	
	}
	
#titlebanner .largetext {
		font-size:1em;
		font-weight:bold;	
	}

#titlebanner a { 
		color:black;
}
/* Awards */

.awardsimages {
	float:right;
	margin-top:50px;
	right:100px;
	width:300px;
	text-align:center;
}

.imagecaption {
	font-size:0.8em;
	font-style:italic; 
		
}

/* News */

.newsbox {
	margin-top:15px;
}
.news {
	padding:5px 15px;
}

.newsdate{
	text-align:right;
	margin-top:5px;
	margin-right:10px;
	font-size:0.7em;
	
	color: #336699	;
}

.newsbodytext {
	font-size:0.8em;
	padding:5px 15px;
}

/* Talking Pictures */

.talkingpics {
	margin-left:85px;
	
}
.talkingpicsbox{
	width:400px;
	text-align:left;
	padding:10px;
	margin-bottom:20px;
}

.talkingpicsbox {
	float:left;
}

.talkingpicsbox img {float:left;}

.talkingpicstext {
	padding-left:10px;
	float:left;
	font-size:0.8em;
	
}

.talkingpicstext .title {
	
	background:none;
	color:#336699;
		padding-bottom:15px;
}

.talkingpicstext .downloadlink {
	padding-left:80px;
	font-style:italic; 
	
}

.talkingpicstext ul {
	margin:0;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
}

table.scores {
	margin-left:auto;
	margin-right:auto;
	
}


.scores th {
	background:#336699;
	color:white;
	font-weight:bold;
	text-align:center;
}
.scores td.numeric {
	text-align:center;
	
}

.scores a {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}

.scores th a {
	color:white;
	font-size:0.8em;
	text-decoration:underline;
}

.featurelist li{
	
	font-size:1.2em;
}

.previewtext {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-size:0.8em;
}
/*
.scores td.filmtitle{
	text-align:left;
}


.scores td.filmscore {
	text-align:centre;
	
	}
*/

.cafs_list li {
	margin-top:5px;
	margin-bottom:5px;
	
}
.cafs_date {
	font-weight:bold;
}

.cafs_title {
	font-size:1.2em;
	font-weight:bold;
	color:#336699;
}

.cafs_holder {
	font-size: 0.8em;
}

.cafs_holder h4 {
	font-size:1.2em;
}

.cafs_holder .cafs_title{
	font-size:1.5em;
}
.cafs_holder .cafs_info {
	font-weight:bold;
	margin-bottom:5px;
}

.cafs_holder .cafs_synopsis{
	margin-bottom:30px;
}

.cafs_holder p {
    font-size:1em;
    
}


.event .date {
	margin-top:10px;
	margin-left:10px;	 
	font-size:1.1em;
	
	color:#336699;
}

.event .venue {
	margin-left:10px;
}

.event p {
	margin-left:15px;
	margin-right:5px;
}

.seealsotitle {
	/*
		font-size:1em;
	color:#336699;
	margin:0;
	margin:8px 5px 5px 15px;
	*/
	font-size:0.8em;
	font-weight:bold;
}

.seealso li {
	margin-bottom:5px;
	color:#336699;
}

.seealso li a {
color:#336699;
}

.filmpagebody .seealsotitle {
	margin-left:5px;
}

.filmpagebody .seealso li {
	margin-left:20px;
	list-style-type: disc;
}


/* Feedburner Style */

.frontpageblog {
	margin-right:50px;
	
}



.frontpageblog a{
	color:#336699;
	text-decoration:none;
}



.frontpageblog .headline{
	font-size:1.3em;
	font-weight:bold;
	margin-top:3px;
}





.frontpageblog li {
	list-style:none;
}

.frontpageblog li div {
	text-align:left;
	margin-top:15px;
}

.frontpageblog .feedflare {
	margin-top:-10px;
	padding-bottom:15px;
}

.frontpageblog .date {
	text-align:right;
	margin:0px;
	padding:0px;
}

#creditfooter {
	text-align:center;
	margin-bottom:5px;
}

.disqus_holder {
	margin:0 10px;
}

.dsq-comment-text{
	font-size:1.5em;
}