
body {
	text-align: left;
	font: 75%/1.5  "arial", Verdana, sans-serif; /*resets the font size to 12px - most common size for history ch*/
	background: #FBFBFB url(../../images/ci/bg/body-bg.jpg) no-repeat center
		top;
	color: #4D4D4D;
}
a {	
	font-weight: bold;
	text-decoration: none;	
}
a:hover {	
	font-weight: bold;
	text-decoration: underline;	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;	
}
h2 {
	color: #333;
}

p {
	font-size: 12px;
}
/* MAIN LAYOUT DIVS */
#mainFrame {
	margin: 0 auto;
	width: 1116px;
	padding: 0 10px;
}
#mainContent {
	position: relative;
	float: left;
	width: 964px;
	margin: 0 20px 0 0;
}
.primaryCol {
	width: 649px;
	display: inline;
	float: left;
}
.secondaryCol {
	width: 300px;
	display: inline;
	float: left;
}

/* HEADER AREA: Logo and Ad */
#header {
	height: 158px;
	width: 964px;
	display: block;
	position: relative;
	border-bottom: 5px #AA141E solid;	
}
#header .logo {
	display: inline-block;
	float: left;
	margin: 10px 10px 0 0;	
	border: none;
	width: 220px;
}

/* ADS */
#header .headerAd {
	display: block;
	text-align: right;
	/*border: solid 3px #1a1a1a;*/
	width: 728px;
	height: 90px;
	overflow: hidden;
	position: relative;
}
#header .headerAd img, #header .headerAd object,#header .headerAd embed  {
	position: absolute;
	top: 0;
	right: 0;
}
#skyScraperCol {
	float: left;
	margin: 160px 0 0 0px;
	border: solid 3px #1a1a1a;
}
.skyScraper {
	display: block;
	margin: 3px;
	height: 600px;
	width: 120px;
	overflow: hidden;
	position: relative;	
}
.skyScraper object, .skyScraper embed {
	position: absolute;
	top: 0;
	left: 0;
}
.mpu {
	width: 300px;
	display: inline;	
}

/* MAIN NAVIGATION */
ul#mainNav {
	margin-top: 20px;
	/* width: 720px; */
	height: 20px;
}
ul#mainNav li {	
	text-transform: uppercase;	
	margin: 0 30px 0 0;
	display: inline-block;
	float: left;
}
ul#mainNav li.selected a {
	border-bottom: solid 4px #AA141E;
}
ul#mainNav li.selected a:active, ul#mainNav li.selected a:hover {
	color: #333;
	display: inline-block;
	text-decoration: none;
	border-bottom: solid 4px #AA141E;
}
ul#mainNav li a {
	color:#4D4D4D;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 4px;
	height: 16px;
	overflow: hidden;
}
ul#mainNav li a:active, ul#mainNav li a:hover {
	color: #333;
	display: inline-block;
	text-decoration: none;
	border-bottom: solid 4px #AA141E;
}
ul#mainNav li a#newsletter {
	background: transparent url('../images/but/newsletter.gif') no-repeat scroll top left;
	padding-left: 22px;
}
#mainNav li#tvShows a {
	cursor: pointer;
}
#mainNav li#tvShows span#triggerShowsDrop {
	background: transparent url(../../images/ci/ico/mainNavTvShowsIco.png) no-repeat scroll 0 0;
	display: block;
	height: 15px;
	margin: 1px 0 0 3px;
	padding: 0;
	width: 17px;
}
#mainNav li#tvShows a span {
float:left;
}


/*-- shows drop down is triggered when hovering over TV Shows in main navigation - see hc.global.js --*/
#showsDrop {
	position: absolute;
	left:0;
	width:944px;
	top:134px;
	background:#FFF url(../../images/showsDropBg.png) no-repeat 110px 0;
	z-index:99;
	padding:10px;
	}

/*-- the default state of the drop down is hidden --*/
#showsDrop.hidden {
	display:none;
}

#showsDrop div.sdlCol {
	width:304px;
	float:left;
	margin-right:10px;
	padding:10px 0 0 0;
	}

#showsDrop div.sdlCol b {
	color:#a7a7a7;
	text-transform:uppercase;
	}

#showsDrop ul.showsDropList {
	margin:10px 0;
	font-size:1em;
	}

#showsDrop ul.showsDropList li a {
	color: #000;
	font-weight:bold;
	}

#showsDrop ul.showsDropList li a:hover {text-decoration:underline;}
#showsDrop a.decoratedLink {font-weight:bold;}

#showsDrop ul.sdlLarge	{font-size:2em;}
#showsDrop ul.sdlMedium	{font-size:1.3em;}

/* MAIN SEARCH FORM */
#header form {	 	
	position: absolute;
	right: 4px;
	top: 105px;
	/* width: 220px; */
}
#header form input {
	float: left;
	display: inline;
	margin-right: 10px;
}
#header form button.button {
	/*float: left;*/
	display: inline;
	border: 1px solid #e1e1e1;	
}

/* Page header */
#pageHeader.noTimeline {
	border-top: 3px solid #AA141E;
	padding-left: 9px;
	overflow: hidden;
	width: 955px;
	height: 50px;
	}
/*-- float the flash object left so we can align the rss next to it --*/
#pageHeader object,
div.hpSubHead object {float:left;}

#pageHeader #rss,
div.hpSubHead #rss {float:left;}

/*-- rss button style --*/
#pageHeader #rss a,
div.hpSubHead #rss a {
	background:url(../../images/rss.png) top right no-repeat;
	display:block;
	height:14px;
	width:14px;
	margin-top:13px;
	cursor:pointer;
}

div.hpSubHead #rss a {margin-top:16px;}

#pageHeader #rss a span,
div.hpSubHead #rss a span {position:absolute;left:-9000px;}

/*-- common header when timeline is present --*/
#pageHeader.withTimeline {
	margin-top:-23px;
	border-top:none;
	width:621px;
	}

/*-- just some basic styling for the html header, this will be hidden by the sfr--*/
#pageHeader h1, #pageHeader h2  {
	font-size:30px;
	line-height:1.2em;
	margin:6px 0 9px 0;
	font-weight:bold;
	text-transform:uppercase;
	}

/* Arrow links */
p.more {
	background: transparent url(../../images/ci/ico/redLinkArrowOnWhite.gif) no-repeat scroll 0 5px;
	padding: 0 0 3px 14px;
	margin-left: 0px;	
}
p.more a {
	color: #4d4d4d;	
}

/* TABBED SELECTION Eg ON TV */
ul.channels {	
	text-align: left;
}
ul.channels li {	
	display: inline-block;
	font-weight: bold;
	float: left;
}
ul.channels li a {
	background-color: #fff;	
	color: #333;
	padding: 6px 10px;	
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
ul.channels li a:hover {
	background-color: #AA141E;	
	color: #fff;	
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;	
}
ul.channels li.selected a, .onThisDay ul.channels li a {
	background-color: #AA141E;
	color: #fff;	
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;		
}

/* Adds red borderline to tab selection */
.line {
	border-top: solid 3px #AA141E;
}

/* This day in History styles */
.threeColumns {
	width: 972px;
	background: transparent url('../../images/his/bg/on-this-day-bg.gif') repeat-y scroll top left;	
	margin: 20px -8px 10px 0;
	clear: left;
	display: block;
	overflow: hidden;
}
.threeColumns .onThisDay {
	width: 316px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
	overflow:hidden;
	border-top: solid 3px #AA141E;
}
/*.threeColumns .last {
	width: 313px;	
	margin-left: 3px;
	margin-right: 0px;
}*/
.onThisDay ul.events {
	padding: 10px 0 10px 10px;
	margin-top: 30px;
}
.onThisDay ul.events li {	
	font-weight: bold;
	display: list-item;
	line-height: 2em;
	margin-bottom: 10px;
}
.onThisDay ul.events li strong {	
	color: #919191;
	font-size: 180%;	
	padding-right: 10px;
	vertical-align:top;
	display: inline-block;
}
.onThisDay ul.events li a {	
	color: #fff;
	font-size: 130%;	
	width: 235px;
	display: inline-block;
}

/* Video */
#videoStrip {
	background-color: transparent;
}
/* Upcoming Videos */
.upcoming {
	background-color: #1a1a1a;
}
.upcoming h6 {
	background-color: #000;
}
.upcoming ul.dates li, .upcoming ul.dates li a {
	color: #fff;
}
.upcoming ul.dates li {
	padding-left: 10px;
}
.upcoming ul.channels li a {
	background-color: #1a1a1a;	
}
.upcoming ul.channels li a:hover {
	background-color: #AA141E;
}
.upcoming ul.channels li.selected a {
	background-color: #AA141E;	
}

/* THUMBNAILS LIST */
/* Thumbails alignment with MPU ad */
ul.thumbnails {
	float: left;
	margin: 0px 8px 15px 0;
	display: inline;
	/* 
	padding: 10px 0 0 3px;
	width: 649px;
	*/
	background-color: #fff;
	border-top: solid 3px #AA141E;
	padding:10px 0 0 8px;
	width:644px;
}
ul.thumbnails li {
	/*width: 160px;*/	
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
	line-height: 1.4em;	
	overflow: hidden;
	margin-right:6px;
	width:154px;
}

ul.thumbnails li img {
	display: block;
	margin-bottom: 10px;
	width: 154px;
	height: 86px;
	clear: both;
}	
ul.thumbnails li img.info {
	display: inline;
	overflow: visible;	
	margin-bottom: 0;
}
ul.thumbnails li img.febutton {
	display:none;
	height: auto;
	width: auto;	
}

ul.thumbnails li a {
	color: #4D4D4D;
}
ul.thumbnails li.fullEpisode {
	position: relative;
}
ul.thumbnails li.fullEpisode img.febutton {
	display: block;
	position: absolute;
	right: 10px;
	top: 60px;
	z-index: 11;
}
/* related videos */
ul.thumbnails.related {
	background: none;
	border: none;
	margin-bottom: 0;
	color: #fff;
	width: 299px;
}
ul.thumbnails.related li {
	width: 140px;	
}
ul.thumbnails.related li a {
	color: #4d4d4d;
}
ul.thumbnails.related li img {
width: 140px;
height: 78px;
}

ul.thumbnails.related li img.febutton {
	display: none;
	height: auto;
	width: auto;
}
a.infoLightbox, a.infoLightbox2 {
background:none;
cursor:pointer;
display:inline-block;
height:auto;
margin:0;
text-decoration:none;
width:auto;
}

	
/* Page navigation */
ul.pagination {
	display: inline-block;
	margin: 10px 0;	
	clear: left;
	width: 100%;
	background-color: #1a1a1a;	
}
ul.pagination li {		
	display: inline-block;
	float: left;
	line-height: 1.4em;
}
ul.pagination li a {	
	padding: 6px 10px;
	color: #4D4D4D;	
	display: inline-block;	
}
ul.pagination li a:hover {	
	padding: 6px 10px;
	background-color: #AA141E;	
	color: #fff;
	text-decoration: none;
}
ul.pagination li.selected a {
	background-color: #AA141E;	
	color: #fff;	
	padding: 6px 10px;
	text-decoration: none;	
}
ul.pagination li.next a {
	background: transparent url(../../images/but/pagination-right.gif) no-repeat scroll 0 0;
	margin-left:10px;
	padding-left:14px;	
}
ul.pagination li.next a:hover {
	background: transparent url(../../images/but/pagination-right.gif) no-repeat scroll 5px -21px;
	background-position: 5px -21px;
	margin-left:10px;
	padding-left:14px;
	background-color: #AA141E;
	color:#fff;	
}

/* featured show carousel */

#featShows {
	height:194px;
	width:964px;
	background:#fff none repeat scroll 0 0;
	margin-top:12px;
	overflow:hidden;
	position:relative;
}

#featShows ul {
	clear:both;
	margin:0;
	padding:0;
	position:absolute;
	width:20000em;
}
#featShows li {
	width: 316px;
	height: 180px;
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	z-index: 1;
	display:block;
}
#featShows li a {
	display: block;
}

#featShows li .overlay {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 226px;
	padding: 5px 10px;
	z-index: 5;
	background: url('../../images/bg/transparentBlackBg-90.png') repeat left top;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#featShows li .overlay em {
	background: transparent url(../../images/but/redLinkArrow.gif) no-repeat scroll 0 50%;
	padding:0 0 0 16px;
	font-style: normal;
}
h3 {
	font-size: 30px;
	font-weight: bold;
	color: #AA141E;
	margin-bottom: 10px;
}

/* PROMO BOXES AND SHOWS */
/*
.promosCluster {
	width: 964px;
	overflow: hidden;
}

.promo {
	height: 306px;
}
.promo img.background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.promo h3 {
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 5px 0;
}


.promo h3 span.oldPrice	{
	color: #A7A7A7;
	text-decoration: line-through;
}
.promo h3 span.pricePromo {
	color:#FFCC00;
}
.promo p {
	color: #a7a7a7;
}

.promo a.promoLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 12px;
	background: url('../../images/but/redLinkArrow.gif') 0 4px no-repeat;
	}


.promo form#promoNewsletterSignUp input.inputText {
	width: 125px;
}
.promo form#promoNewsletterSignUp .formRow {
	padding: 4px 0;
}

.promosCluster {
	width: 972px;
	margin-right: -8px;
	overflow: hidden;
}
.promobox {
	display: block;
	float: left;
	margin: 18px 8px 0 0;
	position: relative;
	width: 316px;
	height: 307px;
}
.promobox.double {
	width: 640px;
}
.promobox img.background {
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.promobox .overlay {
	position: absolute;
	bottom: 18px;
	background:transparent url(../../images/bg/transparentBlackBg-90.png) repeat scroll 0 0;
	border-top:3px solid #AA141E;
	z-index:5;
	padding: 14px 10px;
}
.promobox.wide .overlay {
	width:219px;
}
.promobox.narrow .overlay {
	width: 139px;
}
.promobox.double .overlay {
	width: 500px;
}
.promobox.right .overlay {
	right: 0;
}
.promobox.left .overlay {
	left: 0;
}
.promobox h3, .promobox strong.title {
	font-size: 18px;
	line-height:1em;
	margin: 0;
	text-transform: uppercase;
}
.promobox p {
	color:#A7A7A7;
	margin: 5px 0 0 0;
}
.promobox a.decorated {
	background: transparent url(../../images/but/redLinkArrow.gif) no-repeat 0 50%;
	font-size:14px;
	padding: 0 0 0 12px;
	margin-top: 15px;
	text-transform: uppercase;
	display: block;
	clear: both;
	font-weight: bold;
	color: #ffcc00;
}
.promobox .price {
	color:#FFCC00;
	font-size: 18px;
	font-weight: bold;
}
.promobox .oldPrice {
	text-decoration: line-through;
	color:#A7A7A7;
	font-size: 12px;
	font-weight: bold;
}
.promobox form {
	margin: 5px 0 0 0;
}
*/
/* Encyclopedia Promo box */
form.encyclopedia input {
	width: 440px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
form.encyclopedia button.button {
	display: inline;
	float: left;
}
ul.mostPopular {
	padding-top: 10px;
}
ul.mostPopular li {
	display: inline-block;
	background: transparent url('../../images/but/articleIconOnDkGrey.gif') no-repeat scroll 0 3px;
	float: left;
	width: 45%;
	color: #fff;
	padding: 0 5px 10px 15px;
	
}
ul.mostPopular li a {	
	color: #fff;
}
/*-- footer and footer content styles --*/
#footer {
	overflow:hidden;
	width:964px;
	min-height: 245px;
	margin:28px 0;
	background:transparent url(../../images/ci/bg/footer-bg.jpg) no-repeat scroll 0 38px;
	}
#footer strong {
	display: block;	
	text-transform:uppercase;
	margin:0 0 25px 0;
	font-weight:bold;
}
#footer form legend {
	text-transform:uppercase;
	margin:0 0 20px 0;
	font-weight:bold;
	}

#footer #otherChannels {
	float:left;
	width:470px;
	margin: 8px 8px 8px 0;
	padding-left:8px;
	}

#footer .hygeine {
	float:left;
	width:154px;
	margin: 8px 8px 8px 0;
	}

#footer .hygeine-last {margin-right:0;}
#footer ul li a {color: #4D4D4D; font-size:.9em; font-weight: normal;} /*--resize to 11px --*/

#footer	ul#otherChannelsList, ul#otherChannelsList li 	{
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#footer	ul#otherChannelsList li,#footer	ul#otherChannelsList li a {
	text-decoration: none;
	float: left;
	display:block;
	margin: 8px 0px 0 0;
	height: 45px;
	background-position: 0 0;
	background-repeat:no-repeat;
	}

#footer	ul#otherChannelsList li#firstChannel a {
	width: 72px;
	background-image: url(../../images/ci/ico/history.png);
}

#footer	ul#otherChannelsList li#secondChannel a {
	width: 104px;
	background-image: url(../../images/ci/logo/bio-logo.jpg);
}

#footer	ul#otherChannelsList li#thirdChannel a {
	width: 104px;
	background-image: url(../../images/ci/logo/military-logo.jpg);
}

#footer	ul#otherChannelsList li a:hover {
	background-position: 0 -45px;
}

#footer form,
#footer form		{padding:0;margin:0;width:133px;}
#footer form legend {margin:0;}
#footer form select	{width:133px; margin-top:22px;}

.otherChannels {
	width: 480px;
	float: left;
}
#footer .otherChannels strong {
	margin-bottom: 5px;
	margin-top: 8px;
}
#footer .otherChannels h4 {
	margin-bottom: 5px;
	margin-top: 8px;
}
/*--life at -9000px is fun - hide various tags we dont need to see --*/
#footer	ul#otherChannelsList li a span,
#programmeHeroHeader h2,
a.infoLightbox span,
a.infoLightbox2 span,
#logo h1 a span {position:absolute; left:-90000px;}


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */


/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
} 
* html .clearfix {
	height: 1%;
}
.hidden {
	position: absolute;
	left: -3000px;
}
/* lightbox styles */
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindowStyle1, .jqmWindowStyle2, .jqmWindowStyle3 {
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -300px;
	padding:20px;
	}


.jqmWindowStyle1 {background:#fff;color:#1a1a1a;margin-left: -130px;}
.jqmWindowStyle2 {background:#fff;color:#1a1a1a;margin-left: -240px;}
.jqmWindowStyle3 {background:#000;color:#efefef;border:1px solid #666;margin-left: -500px;}

.jqmOverlay { background-color: #000; }


.jqmCloseBtn em {display:none;}
.jqmCloseBtn {
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:10px;
	right:5px;
	}

.jqmWindowStyle1 .jqmCloseBtn,
.jqmWindowStyle2 .jqmCloseBtn {background:transparent url(../../images/lightbox_close_dark.gif) 0 0 no-repeat;}
.jqmWindowStyle3 .jqmCloseBtn {background:transparent url(../../images/lightbox_close_light.gif) 0 0 no-repeat;}

/*--lightboxes--*/
#lightboxInfo,
#lightboxRedirect {
	width:220px;
	background-color:#FFF;
	color:#000;
	}

/* CSS3 rounded corners */
#lightboxInfo, #lightboxRedirect {-moz-border-radius: 9px;-webkit-border-radius: 9px;}

#lightboxInfo h3		{font-size:1.4em;font-weight:bold;color:#000;margin-bottom:0;}
#lightboxInfo h2		{text-transform:uppercase;font-weight:bold;}
#lightboxInfo p,
#lightboxRedirect p		{margin:0 0 16px 0;}
#lightboxInfo a.btnWide {margin:0 0 8px 0;}
#lightboxRedirect		{width:440px;}
#lightboxRedirect h3	{font-size:1.8em;font-weight:bold;margin-bottom:16px}
#lightboxRedirect form	{margin:16px 0;}

/* clear fix for webkit */
.promosCluster, #footer {
clear: left;
}