html, body, form, img {
	margin: 0;
	padding: 0;
}

a {
	color: #9bbdc9;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #C50808;
	text-decoration: underline;
}

a img {
	border: none;
}

.contentheading, h1, h2, h3, h4 {
	line-height: normal;
}


small, #channellist, #dateatime, #footer, #col2, #donation {
	font-size: 92%;
}

h1 {font-size: 200%; color: #C9171A;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 6px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 7px 8px;
	text-align: left;
}

fieldset {
	padding: 10px 5px;
	border: none;
}

fieldset legend {
	font-weight: bold;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #2F2F2F;
	height: 1px;
}

br {}

td, th, div {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

textarea, textarea.inputbox {
	background: #222222;
	color: #FFFFFF;
	border: 1px solid #333333;
}

.inputbox {
	padding: 3px 2px;
	border: 1px solid #1D1D1D;
	background: url(../images/input-bg.gif) repeat-x top #333333;
	color: #FFFFFF;
	font-size: 100%;
}

.button {
	padding: 4px 8px;
	border: 1px solid #1D1D1D;
	background: url(../images/grad-1.gif) repeat-x top #cb0a0a;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

html .button {
	padding: 0 5px !important;
}

*+html .button {
	padding: 0 5px !important;
}

body {
	color: #CCCCCC;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

#wrapper {
	width: 990px;
	height:100%;
	margin: 0 auto;
	clear: both;
	background: url(../images/wrapper-bg.png) repeat-y center;
}

#topbar {
	background: url(../images/grad-3.gif) repeat-x top #2F2F2F;
	width: 970px;
	height: 25px;
	margin: 0 10px;
	position: relative;
	top:0;
}

#dateatime {
	padding: 3px 0 0 15px;
	color: #999999;
}

#adstop {
	position: absolute;
	right: 11px;
	top: 0;
	padding: 3px 35px 0 0;
	width: 147px;
}

#header {
	line-height: normal;
	position: relative;
	padding: 0;
	margin: 0 10px;
	z-index: 999;
	height: 140px;
	background: url(../images/header-bg.png) no-repeat top #CCCCCC;
	border-top: 1px solid #111111;
	width: 970px;
}

h1.logo {
	margin: 0 53px;
	padding: 0;
	width: 183px;
	height: 140px;
	float: left;
}

h1.logo a {
	width: 183px;
	height: 140px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

#banneradstop {
	position: absolute;
	right: 50px;
	color: #666666;
	margin: auto 0;
	top: 30px;
	border: 1px solid #000;
}

/* Main Menu */
#mainmenu {
	padding: 0 10px;
	margin: 0 10px;
	height: 42px;
	background: url(../images/mainnav-bg.gif) repeat-x top #000000;
	position: relative;
	z-index: 999;
}

#mainmenu a {
	outline: none;
	line-height: normal;
}

#menu {
	margin: 0;
	padding: 8px 0 0 15px;
	position: relative;
	background: url(../images/mainnav-sep.gif) no-repeat 5px 18px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	padding: 0 14px 0 0;
	margin: 0 2px;
	background: url(../images/mainnav-sep.gif) no-repeat right 10px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	padding: 0 0 0 20px;
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 92%;
}

#menu a span {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	height: 26px;
	line-height: 26px;
}

#menu a:hover,
#menu a:active,
#menu a:focus {
	background: url(../images/mainnav-hover.gif) repeat-x left center #333333;
	color: #FFFFFF;
}

#menu a:hover span,
#menu a:active span,
#menu a:focus span {
	background: url(../images/mainnav-hover.gif) repeat-x right center #333333;
	cursor: pointer;
}

#menu li.active a,
#menu li.active a:hover,
#menu li.active a:active,
#menu li.active a:focus {
	background: url(../images/mainnav-active.gif) no-repeat left center #FFCC00;
	color: #FFFFFF;
}

#menu li.active a span,
#menu li.active a:hover span,
#menu li.active a:active span,
#menu li.active a:focus span {
	background: url(../images/mainnav-active.gif) no-repeat right center #FFCC00;
	cursor: pointer;
}

#topshadow {
background:#1D1D1D url(../images/shadow.gif) repeat-x scroll center bottom;
clear:both;
height:7px;
margin:0 10px;
overflow:hidden;
padding:0;
}

#containerwrap {
	clear: both;
}

#container {
	padding: 5px 15px;
}

#mainbody {
	width: 740px;
	float: left;
}

#adstopvideo {
	clear: both;
	padding: 0 0 5px;
	width:100%;
	height:100%
}

#adstopvideo div.block, #adsundervideo div.block {
	margin: 0;
}

.box-left { width: 100%; }

.box-left div.block { }

div.block {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right #222222;
	overflow: hidden;
	margin-bottom: 5px;
}

div.block div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.block div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.block div div div {
	padding: 15px 20px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.block div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

#content {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	background: url(../images/content-center.gif) repeat-y center;
}

#content-top {
	background: url(../images/content-top.gif) no-repeat center top;
}

#content-bot {
	background: url(../images/content-bot.gif) no-repeat center bottom;
}

#current-content {
	padding: 20px;
	margin: 0;
}

table.tcontent {
	width: 100%;
}

.date-icon {
	margin: 0 10px 0 0;
	display: block;
	float: left;
	width: 40px;
	height: 38px;
	text-align: center;
	border: 1px solid #1D1D1D;
	background: #C6EDEB;
	color: #333333;
}

.date {
	font-size: 15px;
	font-weight: bold;
}

.month {
	color: #FFFFFF;
	font: 9px/14px Arial, Helvetica , sans-serif;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	background: url(../images/grad-2.gif) repeat-x top #252525;
}

h2.contentheading {
	margin: 0;
	padding: 0;
	color: #C9171A;
	font-size: 135%;
}

.showtime {
	margin: 0;
	padding: 10px 0 0 0;
}

.showtime2 {
	margin: 0;
	padding: 10px 0 0 0;
	margin: 0 auto;
	text-align:center;
}

table.schedule td{
	padding: 0 0 0 5px;
	font-weight:bold;
}

table.schedule td.row{
	background:url('../images/row.gif') no-repeat 0 6px transparent;
}

.separator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(../images/sep.gif) repeat-x center;
}

#adsundervideo {
	clear: both;
	margin: 0;
	padding: 5px 0;
	width:100%;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 220px;
}

#col2 div.innerpad {
	padding-left: 5px;
}

div.innerdiv {
	padding: 8px 0 10px !important;
	background: url(../images/sep.gif) repeat-x bottom !important;
}

#col2 .lastitem {
	background:transparent none repeat scroll bottom !important;
}

#col2 div.block h3 {
	margin: 0 -6px 10px;
	padding: 0 0 0 30px;
	font-size: 100%;
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	background: url(../images/h3-bg.png) no-repeat left;
	text-transform: uppercase;
}

#donation {
	clear: both;
	margin: 0 10px;
	padding: 15px 0 15px 0;
	background: url(../images/grad-2.gif) repeat-x top #252525;
	border-top: 1px solid #1D1D1D;
	border-bottom: 1px solid #1D1D1D;
	color: #999999;
	text-align:center;
	width: 970px;
	height:64px;
}

#channellist {
	background: #1D1D1D;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	clear: both;
	margin: 0 10px;
	padding: 5px 0;
	text-align: center;
}

#channellist ul {
	margin: 0;
	padding: 0;
}

#channellist li {
	margin: 0;
	padding: 0 10px;
	background: url(../images/vline.gif) no-repeat left center;
	display: inline;
}

#channellist li a {
	color: #999999;
}

#channellist li.firstitem {
background:transparent none repeat scroll 0 0 !important;
}

#footer {
	clear: both;
	position: relative;
	padding: 8px 20px;
	margin: 0 10px;
	color: #666666;
	text-align: center;
	border-top: 1px solid #1D1D1D;
	background: #2F2F2F;
}

#footer small {
	font-size: 100%;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

