/* BODY is set to 62.5% which is equal to 10 pixels (1em is equal to 10 px, 1.5em = 15px, 2em = 20px)*/


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#000;
}
#bottom_fade {
	width: 720px;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("fade_out_bottom/bottom-fade.png") bottom center no-repeat;
}

.twoColHybRtHdr #container {
	width: 720px;
	background: #FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColHybRtHdr #header {
	background: #333;
	width: 720px;
	z-index:-5
}
.twoColHybRtHdr #menucontainer {
	width: 720px;
	height: 30px;
	background-color: #333;
	z-index:100
}
.twoColHybRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 300px; /* since this element is floated, a width must be given */
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#homepage_block {
	width:290px;
	margin:0 auto;
 	overflow: visible;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border: thin solid #336699;
}
.homepage_block_black {
	width:290px;
	margin:0 auto;
 	overflow: visible;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border: thin solid #336699;
	background-color: #000000;
}
#homepage_block_black_noborder {
	width:290px;
	margin:0 auto;
 	overflow: visible;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #000000;
}
#homepage_textblock {
	width:280px;
	margin:0 auto;
 	overflow: visible;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: thin solid #336699;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */

}
#homepage_button {
	margin-left: 4px;
 	overflow: visible;
	margin-bottom: 0px;
}
.twoColHybRtHdr #mainContent {
	border-right: thin solid #336699;
	width: 415px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColHybRtHdr #mainContent720 {
	background: #ffffff url(images/background/bg_orange.jpg) repeat-x;
	width: 720px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColHybRtHdr #footer {
width: 720px;
	padding: 10,10,10,10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
	font-size: 1px;
	line-height: 0px;
}


#container_death {
	background-image:url(backgrounds/720_death.jpg);
	background-repeat:repeat-y;
	}

#container_michel {
	background-image:url(backgrounds/720_michel.jpg);
	background-repeat:repeat-y;
	}


#container_comedy {
	background-image:url(backgrounds/720_comedy.jpg);
	background-repeat:repeat-y;
	}

#container_madonna {
	background-image:url(backgrounds/720_madonna.jpg);
	background-repeat:repeat-y;
	}

#container_trudeau {
	background-image:url(backgrounds/720_trudeau.jpg);
	background-repeat:repeat-y;
	}















h1 {font: 1.75em Georgia, Times, serif; color:#990000; margin: 0.5em 0; padding-bottom: 1.75em; padding-left: 20px; border-bottom: 1px dashed #B2B2B2;}

h2 {font: 1.5em Georgia, "Times New Roman", serif; color:#369; letter-spacing: 1px; padding-left: 20px;}

.articletext {font: 0.8em Verdana, sans-serif; color: #333; letter-spacing: 0.1em; line-height: 150%; padding-left: 50px; padding-right: 50px}



/* BELOW: add a <br class="clear" /> solution to floats which break outside of containing blocks */

br.clear { clear: both;}

/* BELOW: elements specific to index page */

#homepage_sidebar {
	float: right;
	width: 300px;
	background: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

.homepage_block {
	width: 290px;
	overflow: visible;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: thin solid #999999;
	}

.homepage_video {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	}
.seasonpreview_video {
	width: 280px;
	height: 210;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #999999;
	}
.blackbackground{
	background-color: #000000;
	}
.homepage_HEADblock {
	width: 302px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FF9900;
	}
	
.stamp {
	float: right;
	margin-left: 10px;
	}
.stampleft {
	float: left;
	margin-left: 10px;
	}
	
.stamp_french {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: thin solid #999;
	}
.homepage_maineventposter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.homepage_dates {
	margin-top: 0px;
	color: #CC3300;
	font-size: 10px;
	letter-spacing: 1.5px;
	}
.homepage_subject {
	margin-top: 0px;
	color: #CC3300;
	font-size: 7px;
	letter-spacing: 1.5px;
	line-height: 5px;
	}
.homepage_title {
	font-size: 14px;
	line-height: 17px;
	color: #336699;
	font-weight: bold;
	}
.homepage_subtitle {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-weight: bold;
	}
.homepage_text {
	font-size: 11px;
	color: #333;
	line-height: 15px;
	}
.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.homepage_credits {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	}


/* BELOW: elements specific to season preview page */
#video_seasonPreview {
	width: 280px;
	margin: 50px auto;
	}

.center {
	margin: 0 auto;
	}

.gallery li a:link {color: #000;}

.gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	}

.gallery li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
	text-align: center;
	}


/* BELOW: elements specific to structure */
#wrapper {
	width: 720px;
	background-color:;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#menucontainer {
	width: 720px;
	background-color: #333333;
	z-index:100;
}

#flashheader {
	background: #333;
	width: 720px;
	height: 120px;
	z-index:-5
}

#headerads {
	background: #336699;
	width: 720px;
	z-index:-5
}
#headerflashbanner {
	background: #ffffff;
	width: 720px;
	z-index:-5
}
#mainContent {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 340px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent_720 {
	width: 720px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent_720k {
	width: 720px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#000;
}
#footer_downloadBrochure {
	width: 720px;
	margin-top: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#footer {
	background:#FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#footlights {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

/* BELOW: elements for SHOW PAGES */

#sidebar_showpage {
	float: right;
	width: 366px; 
	padding: 10px 5px 0px 5px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
.showpage_POSTER {
	width: 356px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	background-color: #FFF;
	}
.showpage_block {
	width: 346px;
	background-color: #FFFFFF;
	overflow: visible;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	border: thin solid #336699;
	}
.showpage_videoblock {
	width: 356px;
	height: 100%;
	overflow: visible;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	}
.showpage_HEADblock {
	width: 356px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: thin solid #ff9900;
	background-color: #ff9900;
	}
#mainContent_show {
	margin-right: 380px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	}
.showpage_reviewTitle {
	font-size: 12px;
	color: #336699;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}
.showpage_review {
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
	}
.showpage_reviewCredits {
	font-size: 10px;
	color: #336699;
	}
.showpage_dates {
	font-size: 10px;
	color: #FF0000;
	line-height: 100%;
	letter-spacing: 2px;
	}
.showpage_premiere {
	font-size: 8px;
	color: #336699;
	line-height: 100%;
	letter-spacing: 2px;
	}
.showpage_credits {
	font-size: 11px;
	color: #333;
	line-height: 150%;
	letter-spacing: 1px;
	}
.showpage_credits_small {
	font-size: 9px;
	color: #333;
	line-height: 150%;
	letter-spacing: 1px;
	}
.showpage_awards {
	font-size: 9px;
	color: #333;
	line-height: 140%;
	letter-spacing: 1px;
	}
.showpage_quotes {
	font-size: 11px;
	color: #333;
	line-height: 150%;
	letter-spacing: 2px;
	}
.showpage_quotee {
	font-size: 10px;
	color:#336699;
	line-height: 300%;
	letter-spacing: 1px;
	}

/* BELOW: elements for OTHER SHOW PAGES */
#mainContent_720_FFF {
	background-color: #FFFFFF;
	width: 720px;
	padding-top: 20px; 
	padding-bottom: 20px;
	}
#mainContent_720wild {
	background-color:#0066CC;
	width: 720px;
	}
.othershow_block720FFF {
	background-color:#FFF;
	width: 680px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 15px 15px 15px;
	border: thin solid #B2CCE5;
	}
.wildside {
	width: 400px;
	margin-left: 280px;
	padding-top: 0px;
	margin-top: 0px;
	}

/* BELOW: elements for CHILDREN'S SERIES */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	
	
	
.children_dates {
		margin-top: 0px;
		font-size: 14px;
		color: #99CC00;
		letter-spacing: 2px;
		}
.children_age {
		font-size: 12px;
		color: #666666;
		line-height: 300%;
		letter-spacing: 1px;

		}
.children_credits {
		font-size: 12px;
		color: #333333;
		}
.children_title {
	color:#FF3300;
	font-size: 24px;
	line-height: 150%;
	font-weight: bolder;
	}
.children_synopsis {
	font-size: 14px;
	line-height: 150%;
	}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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:0;
	font-size: 1px;
	line-height: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: none;
}
a:link {
	text-decoration: none;
}



/* lightbox below */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
