@charset "UTF-8";
html, body {
	margin:0;
	padding:0;
}
body {
	scrollbar-base-color:#2f2f2f;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	background-color:#000000;
	color:#FFFFFF;
	/*	background-image: url(../images/backgrounds/background-dane-barrel.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
}
.editorback {
	background-image:none;
	background-color:#1b1b1b;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
a img {
	border:none;
}
a.external {
	padding-right: 13px;
	background-image: url(../images/icons/external.png);
	background-repeat: no-repeat;
	background-position: right center;
}
h1 {
	font-size:12px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin: 0 0 1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	overflow:hidden;
}
#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 810px;
}
#header {
	margin: 0px 0px 22px;
	padding: 0px;
	height: 58px;
	width: 810px;
	background-color: #1b1b1b;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	position: relative;
}
#header a {
	color:#666;
	text-decoration:none;
}
#header a:hover, #header a.on {
	color:#FFFFFF;
}
#header #mainmenu {
	position: absolute;
	height: 20px;
	width: 300px;
	left: 330px;
	top: 20px;
}
#header #date {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	width: 120px;
	right: 10px;
	top: 20px;
	position: absolute;
	text-align: right;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 810px;
	color:#666;
	font-size:10px;
	font-family: "Courier New", Courier, monospace;
}
#footer p {
	margin: 1em 0 0;
	padding:0;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#blogcalendar {
	float: right;
	min-height: 170px;
	padding: 5px 0 10px 10px;
}
#blogarchive {
	float: right;
	width:161px;
	padding: 5px 0 5px 5px;
	border: 1px solid #999999;
	margin: 0 0 5px 5px;
}
#blogarchive ul {
	list-style:none;
	margin:0;
	padding:0;
}
#blogarchive li {
	list-style:none;
	margin:0;
	padding:0;
}
#blogarchive ul ul {
	list-style:none;
	margin:0;
	padding:0 0 0 1em;
}
#blogarchive ul.bloglist a {
	margin-left:0.5em;
}
#detailcol #blogarchive a {
	text-decoration:none;
}
#detailcol #blogarchive a:hover, #detailcol #blogarchive a.on {
	text-decoration: underline;
}
#blogarchive a.expanded {
	padding-left: 15px;
	background: top left no-repeat url(../images/icons/expanded-icon.png);
}
#blogarchive a.colapsed {
	padding-left: 15px;
	background: top left no-repeat url(../images/icons/colasped-icon.png);
}
#blogarchive ul.expanded {
	display:block;
}
#blogarchive ul.colapsed {
	display:none;
}
#listcol {
	float: left;
	height: 550px;
	width: 250px;
	padding:5px;
	overflow:hidden;
	clear:left;
	background-color: #1B1B1B;
}
h1.tabs {
	border-bottom: 1px solid #fff;
	height:2em;
}
h1.tabs a {
	display:block;
	margin: 0 1em 0 0;
	padding: 0.25em 0.5em;
	float:left;
	background-color:#999;
	color:#000000;
}
h1.tabs a.on, h1.tabs a.on:hover {
	background-color:#1b1b1b;
	color:#FFFFFF;
	border: solid 1px #fff;
	border-bottom: #1b1b1b;
}
h1.tabs a:hover {
	text-decoration:none;
	background-color:#CCCCCC;
	color:#000000;
}
#listcol #listlimit {
	height: 520px;
	margin:0 auto;
	padding:0;
	overflow:auto;
}
#detailcol {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 490px;
}
#detailcol a {
	text-decoration:underline;
}
#detailcol a:hover {
	background-color: #FFFFFF;
	color:#1b1b1b !important;
}
#detailcol #movie {
	margin: 0px;
	padding: 0px;
	height: 329px;
	width: 100%;
	background-color: #1B1B1B;
	overflow: hidden;
}
#detailcol #detail {
	margin: 26px 0px 0px;
	padding: 0px;
	height: 207px;
	width: 100%;
	background-color: #1b1b1b;
}
.eventsummary {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}
.eventsummary h2 {
	font-size:12px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin: 0;
}
.eventsummary p {
	margin:0;
	padding:0;
}
.eventsummary img {
	margin: 0 5px 5px 0;
	padding: 0px;
}
.eventsummary .sep {
	display: block;
	clear: left;
	height: 1em;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.txtright {
	text-align:right;
}
#moviedetail, #newsletter-signup, #home-summary {
	margin: 0px;
	padding: 10px;
	overflow:auto;
}
#home-summary {
	height:309px;
	overflow:auto;
}
#movieplayer {
	margin:0;
	padding:5px;
}
#movieplayer .player {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	height: 319px;
	width: 480px;
	overflow:hidden;
}
#contactheader {
	background-color: #1b1b1b;
	height: 100px;
	width: 100%;
	margin: 0px 0px 26px;
	padding: 0px;
	position: relative;
}
#contactheader #contactdetails {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	position: absolute;
	height: 50px;
	width: 120px;
	top: 30px;
	right: 10px;
}
#contactform {
	height: 414px;
	background-color: #1b1b1b;
	margin: 0px;
	padding: 10px;
}
.note {
	font-size:10px;
}
.inputerror {
	outline: 1px solid #FF0000;
}
.messages {
	color: #CC6600;
	background-color: #FFFFCC;
	width: 90%;
	border: 1px solid #990000;
	margin: 5px auto;
	padding: 5px;
}
.messages ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.warning {
	color: #CC0000;
}
#programme {
	background-color: #1b1b1b;
	height: 220px;
	margin: 0px 0px 26px;
	padding: 5px 10px 10px;
}
#programme h2, #programmedetail h2 {
	font-size:12px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin: 0;
}
#programmedetail {
	background-color: #1b1b1b;
	height: 280px;
	margin: 0px;
	padding: 10px;
}
#programmedetail #programmetxt {
	margin: 0px;
	padding: 0px;
	height:280px;
	overflow: auto;
}
#pagetxt {
	background-color: #1b1b1b;
	padding: 5px 10px;
	height: 550px;
	margin: 0px;
	font-weight:normal;
	overflow:auto;
}
#blogentry {
	background-color: #1b1b1b;
	padding: 5px 10px;
	height: 550px;
	margin: 0px;
	font-weight:normal;
	overflow:auto;
}
#blogentry .postinfo {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#programme .whenwhere {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#programme #calendar, #blogentry #calendar {
	text-align: center;
	font-size:12px;
}
#calendar a {
	text-decoration:none;
}
#calendar a.event {
	display:block;
	background-color: #fff;
	color:#000;
	text-decoration:none;
}
#calendar td.on, #calendar td.on a.event {
	display:block;
	background-color: #CCFF00;
	color:#000;
	text-decoration:none;
}
.bold {
	font-weight:bold;
}
.txtcenter {
	text-align: center;
}
.eventtable {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
}
.tablerow0 {
	background-color:#333333;
}
.tablerow1 {
	background-color: #666666;
}
.date {
	font-style: italic;
}
.small {
	font-size: 10px;
	padding: 0 20px;
}
#moviedetail #movietxt {
	margin: 0px;
	padding: 0px;
	height: 160px;
	overflow: auto;
}
#blogentry form {
	font-size: 10px;
	background-color: #333333;
	display:block;
	margin:10px;
	padding:10px;
}
.blogcomment {
	background-image: url(../images/furnature/quote-66.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	margin: 0;
	padding:0;
}
.blogcomment p {
	padding: 10px 60px;
	margin:0;
	font-style: italic;
}
.blogcomment img.avatar {
	float:left;
	margin: 0px;
	padding: 0 5px 5px 0;
	width:40px;
	height:40px;
}
.blogcomment span.by, #quotetab span.by {
	font-weight: 600;
	font-size:smaller;
	line-height:1.3em;
}
.blogcommenthdr {
	margin: 0 1em 0 0.3em;
	padding:0;
	font-size: 0.8em;
	font-weight: 600;
	font-style:italic;
}
input, textarea {
	background-color: #F3F3F3;
}
.blogbackground {
	background-color: #1b1b1b;
}
#programme #programme-summary {
	text-align: left;
	float: right;
	width: 60%;
}
object, embed {
	background-color:#333333;
}
/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #999; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 0 3px 0; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li { /* do not change */
	display: inline;
}
ul#tabnav li.on { /* settings for selected tab */
	border-bottom: 1px solid #1b1b1b; /* set border color to page background color */
	background-color: #1b1b1b; /* set background color to match above border color */
}
ul#tabnav li.on a { /* settings for selected tab link */
	background-color: #1b1b1b; /* set selected tab background color as desired */
	color: #fff; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #999; /* set unselected tab background color as desired */
	color: #000; /* set unselected tab link color as desired */
	margin-right: 0em; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
	background: #ccc; /* set desired hover color */
}

/* end css tabs */
