@charset "utf-8";
/* CSS Document */
@import url(rdm_banner.css); /* Rogers Media branding bar */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	font-size: 12px;
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
form {
	margin: 0;
}
#top_banner_container {
	width: 980px;
	height: 120px;
	align: center;
	margin: 0 auto;
}
#logo-link { /* creates a link for the logo sitting in the header banner */
	display: block;
	height: 115px;
	width: 210px;
}
#top_banner { /* banner ad in masthead, supposed to be 728px x 90px*/
	width: 728px;
	height: 90px;
	align: center;
	margin: 0 auto;
	position: relative;
	top: 5px;  /* height of containing logo-row minus height of ad, divided by 2 for top and bottom margin */
	border: 1px solid #000000;
	background: black;
}
#top { /* creates top side of shadow frame */
	width: 1010px;
	height: 20px;
	align: center;
	margin: 0 auto;
	background: url('../images/shadow_header.jpg');
}
#container { /* creates left & right shadow frame */
	width: 1010px;
	background-color: #FFFFFF;
	align: center;
	margin: 0 auto;
	background: url('../images/shadow.jpg');
	background-repeat:repeat-y;
}
#bottom { /* creates bottom shadow frame */
	width: 1010px;
	height: 20px;
	align: center;
	margin: 0 auto;
	background: url('../images/shadow_footer.jpg');
}
#main { /* keeps everything contained inside the 'frame' & not obscuring the frame borders */
	width: 960px;
	height: auto;
	align: center;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 135px;
	align: center;
	margin: 0 auto;
	background: url('../images/logo_banner.jpg');
}
#menu_bar {
	width: 960px;
	height: 32px;
	background-color: #FFCC33;
}
#menu {
	padding-left: 15px;
}
#mainpanel { /* holds everything below the header & menu */
	width: 960px;
	height: auto;
	/* background-color: #FF0000; */
}
#leftpanel {  /* contains main content ie, 'left column' */
	width: 625px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	padding: 5px;
	float: left;
	/* background-color: #999999; */
}
#rightpanel {  /* contains ad bar on right side of page */
	width: 300px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 0px;
	padding: 10px;
	float: right;
	clear: both;
	/* background-color: #333333; */
}

/* LIST OF SHOWS ON FRONT PAGE */
/*******************************/
#colA { /* Show Listing column on front page */
	width: 400px;
	height: auto; /* 200px; */
	margin-top: 20px;
	/* background-color: #00FF00; */
}
div.category-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #777;
}
img.category-title {
/* 	height: 28px;
	width: 365px;*/
	border: none;
	clear: left;
}
.list-entry { /* container for each entry */
	width: 390px;
	height: 86px;
	/* height: auto; */ /* 140px; */
	padding: 0;
	margin: 0 0 8px 0;
	clear: left;
	position: relative;
}

.categories-page .list-entry {
	width: 560px;
}
div.categories-page {
	margin-top: 5px; /* adds some space before the list of shows on interior show listing page aka category.php */
	}
/* hack to expand div to contain content completely */
/* .list-entry:after { 

	content: "."; 
	display: block; 
	height:0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}	
*/
div.list-entry img.list-img {
	width: 120px;
	height: 70px;
	/* margin: 0 5px 0 0; */
	/* float: left; */
	position: absolute; 
	left: 0px;
}
div.list-entry .list-desc {
	/* show description on front page */
	position: absolute;
	right: 3px;
	width: 260px;
	height: auto;
	/* display: inline-table;*/ /* only works with very modern browsers. If it did, we could use this, set width=240px & stop text from wrapping around img */
	/* margin: 0 10px 10px 0; */
}
.categories-page div.list-entry {
	height: 90px;
}
.categories-page div.list-entry .list-desc {
	width: 420px;
}

.list-desc h3 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.list-desc h3 a:link, .list-desc h3 a:visited {
	text-decoration: none;
	color: #D7A200; /* #FFCC33;	*/
	font-size: 15px;
}	

.list-desc h3 a:hover {
	text-decoration: underline;
	}

div.spacer-list { /* used to create spaces btwn CATEGORIES in show lists */
	clear: left; 
	height: 10px;
}

.table-list td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}
.table-list .bigscreen-img {
	width: 210px;
}
.table-list h3 {
	text-transform: uppercase;
}
	

/* BIG SCREEN PAGE */

/* WHAT'S ON, FEATURE & BIG SCREEN BOXES on front page */
/********************************************/
#colB {  /* What's On and Features column on front page */
	width: 210px;
	height: auto; /* 600px;*/
	margin-top: 20px;
	float: right;
	/* background-color: #CC33CC; */

}
#panel-B1 { /* gradient background for What's On box on front page */
	width: 210px;
	height: 189px;
	background: url('../images/bg_panel.jpg');
	background-repeat: repeat;
}

/** What's On Schedule Table **/
.whatson-table {
	border-collapse: collapse;
}
.whatson-table a:link, .whatson-table a:visited {
	font-size: 10px;
	color: black;
	text-decoration: none;
}
.whatson-table a:hover {
	text-decoration: underline;
}
.whatson-table td {
	border-top: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;	
}
.whatson-time {
	width: 66px;
}
.whatson-desc .schedule-title {
	font-size: 10px;
}


.feature-entry { /* contains individual Features boxes */
	width: 210px;
	height: auto;
	padding-bottom: 5px;
	margin-top: 5px;
	background: white url('../images/bg_panel.jpg') repeat-y right bottom;
	border-bottom: 2px solid #CCC;
}
div.spacer1 { /* creates space. eg, btwn sections on front page right column */
	height: 10px;
}
.bigscreen-entry {
	height: auto;
	padding-bottom: 5px;
	}
.feature-entry img.feature-img {
	width: 210px;
	height: 120px;
	margin: 0;
	padding: 0;
	border: 0;
}

.feature-entry .feature-header {
	margin: 5px 0 0 0;
}
.feature-header a:link, .feature-header a:visited {
	color: red;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.bigscreen-header a:link, .bigscreen-header a:visited {
	color: #336699;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.feature-header a:hover, .bigscreen-header a:hover {
	text-decoration: underline;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;

}
.feature-entry .feature-desc {
	margin: 5px 0 3px 0;
	font-size: 90%;
}
	
div.feature-divider { /* creates divider between feature boxes on front page */
/* DEPRECATED. IE gives divs min size, so it doesn't look good. Just use border-bottom on actual content div instead */
	border-top: 2px solid #CCC;
	height: 2px;
	width: 210px;
	padding: 0;
	background-color: white;
}


.yellowbar {
	width: 95%;
	height: 10px;
	margin-bottom: 5px;
	background-color: #FFCC33;
}
.redbar {
	width: 95%;
	height: 10px;
	margin-bottom: 5px;
	background-color: #CC3333;
}


#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	height: 40px;

}
#copyright a, a:link, a:visited, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}

/* SHOW DETAILS PAGE */
div.show-details-desc { /* surrounds text descrip & about header */
	width: auto;
	height: auto;
	padding: 10px;
}

h5.show-details-desc {
	text-transform: uppercase;
	color: #999;
	font-size: 18px;
	font-weight: 100;
	margin: 0;
	border-bottom: 6px solid #FFCC33;
}
img.show-image { /* the main splash image for the show */
	margin: 10px 0 0 0;
	width: 625px; /* should be same width as #leftpanel whic is 625px*/
}
/* Title */
h5.page_title {
	text-transform: uppercase;
	color: #999;
	font-size: 18px;
	font-weight: 100;
	margin: 5px 0px;
	border-bottom: 6px solid #FFCC33;
}
div.content-body { 
/* this is used to add padding around content inside each box. The box itself cannot have padding directly, since the header/title needs 100% width */	
/* CAREFUL - THIS CLASS MAY BE FURTHER ALTERED inside other boxes using cascading */
	padding: 6px 10px 10px 10px;
	min-height: 600px;
}
.content-body h1, .content-body h2, .content-body h3, .content-body p, .content-body ul, .content-body li {
	margin: 8px 6px;
	line-height: 1.15;
	color:#333333;
}

.content-body a:link, .content-body a:visited {
	font-size: 12px;
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	color: #666;
	}

/******************
Schedule
*******************/
.schedule-table {
	width: 600px;
	margin: 0 auto;
}

td.schedule-time {
	width: 120px;
	padding: 10px;
	text-align: right;
	background-color: #CCCCCC; /* #FFCC33; */
	/* border: 1px solid #333;	*/

	vertical-align: top;
	font-weight: 800;
	font-family: verdana;
}
td.schedule-desc {
	width: 500px;
	padding: 10px;
	background-color: #E1E1E1; /* #99CCFF; */
	/* border: 1px solid #333; */
	
	vertical-align: top;
	line-height: 1.3;
	font-size: 90%;
	color: #333333;
}
.schedule-desc span.schedule-title {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	}
.schedule-desc span.schedule-title a {

	}
.schedule-desc img {
	float: left;
	margin-right: 10px;
	}

/* Tabs for days across top of schedule */
#schedule-tabs {
	width: 100%;
	/* border: 2px solid #333; */
	}
#schedule-tabs td {
	padding: 10px 5px;
	width: 14.5%;
	text-align: center;
	vertical-align: top;
	background-color: #CCC; /* #FFCC33;*/
	}
#schedule-tabs td:hover {
	}	
#schedule-tabs .tab-highlight {
	background-color: #FFFF99; /* #99CCFF; */
	}
#schedule-tabs a {
	color: #333333;
	font-weight: bold;
	}
#schedule-tabs a:hover {
	color: #FFFF99;
	font-weight: bold;
	}
#schedule-tabs .tab-highlight a:hover { /* when tab highlighted already, the bkgrd already blue, so don't change link blue when hover */
	color: #666;
	}	



.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	background: #333333;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: #333333;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 22px;
	padding-left: 15px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.bubplastic.horizontal ul li a:link, .bubplastic.horizontal ul li a:visited, .bubplastic.horizontal ul li a:hover {
	display: block;
	height: 22px;
	padding-left: 15px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc33;
	font-weight:bold;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 17px;
	padding-top: 4px;
	padding-right: 15px;
	background: #333333;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(/images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(/images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(/images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(/images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(/images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(/images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(/images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(/images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(/images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: #333333;
	color: #666666;
	}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
background: #333333;
	color: #666666;
	}

/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(/images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(/images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(/images/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(/images/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(/images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(/images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(/images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(/images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}  
