@charset "utf-8";

/* ---------- 
Global, Resets and library
- Legacy Generic classes

Page Structure
- Header/Footer
- Templates

Construction Blocks 
- thumb containers
- Ads
- Navigation
- Global components
- Modules
- Promos

Section-Specific Components

Flux Overrides
---------- */


/* ---------- Global, Resets and library ---------- */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, li, dl, dt, dd,
span, a, em, strong, sub, sup, img,
table, caption, tbody, tfoot, thead, tr, th, td,
object, iframe, form, fieldset, label, legend,
del, dfn, ins, q, tt, var, abbr, acronym, address, cite, kbd, samp, pre, code { 
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

ul, li {
	list-style: none; 
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* fix for dots on image links in FF3 */
a:focus, a:hover, a:active { 
	outline: none;
}

/* 
label {
	cursor: pointer;
}
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

td, th {
	vertical-align: top;
	text-align: left;
	font-size: 100%;
}

.clearAfter {
	clear: both;
	*height: 1%;
}

.clearAfter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background-color: #1f1f1f;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* --- Links --- */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #07b;
}

a:hover {
	text-decoration: underline;
}

/* ---------- Legacy Generic classes (LD)---------- */
.red,
.error { color: red; }
.noshow { display: none; }
.hidden { visibility: hidden; }
.floatbuster { clear: both; }
.debug { border: dashed 1px green; }
.odd { background-color: #e9e9e9; }
.even { background-color: #fff; }
.bold { font-weight: bold; }
.padbox { padding: 10px; }
.scenic-infobox {
	padding: 52px 10px 10px 30px;
	background: url(/images/Platform/page_info.png) no-repeat 20px 20px;
}
.scenic-info { padding: 4px; }
.scenic-info .label { font-weight: bold; }


.nowrap {
	white-space: nowrap;	
}

/* ---------- Page Structure ---------- */
#pageWrapper { /* fix background shifting in ffx */
	min-width: 960px;
	width: auto;
	background: url(/images/Backgrounds/wireframe_hat.jpg) no-repeat center top;
}

#innerWrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.sitepage {
	position: relative;
	z-index: 0;
	padding: 10px 0 28px;
	background-color: #fff;
	margin: 0 auto;
	clear: both;
	width: 960px;
}

/* ---------- Header / Footer ---------- */
#siteheader {
	position: relative;
	margin: 0 auto;
	clear: both;
	z-index: 100;
	width: 960px;
}

#headerlogo {
	float: left;
	width: 200px;
	height: 90px;
	position: relative;
	top: 20px;
}

#headerTagLine {
	width: 200px;
	height: 90px;
	z-index: 10; /* ? */ 
	*background: url(/images/Common/space.gif) 50% 50% no-repeat;
}

#headerTagLine a {
	display: block;
	text-indent: -5000em;
	width: 200px;
	height: 90px;
	overflow: hidden;
}

#headerUtilities {
	background: #1A1A1A;
	_position: relative; /* So "More" menu goes over top nav in IE6 */
	_z-index: 3; /* So "More" menu goes over top nav in IE6 */
}

#sitefooter {
	clear: both;
	margin: 0 auto;
	padding: 15px 0 20px;
	background: #0e0e0e url(/images/Common/footer-bgfade.gif) repeat-x;
	color: #666;
	width: 960px;
}

#sitefooter .footerLinks {
	margin: 0 40px 20px;
	color: #4D4D4D;
}

#sitefooter label {
	color: #666;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 6px;
}

#sitefooter dl {
	clear: both;
}

#sitefooter dt {
	color: #666;
	font-weight: bold;
	white-space: nowrap;
	float: left;
	width: 78px;
	margin: 0 35px 0 0;
}

#sitefooter dd {
	float: left;
	width: 80%;
}

#sitefooter a:link,
#sitefooter a:visited {
	color: #ccc;
	font-weight: normal;
	white-space: nowrap;
}

#sitefooter a img {/* for images in footer links... redo as css backgrounds - DA */
	vertical-align: middle;
}

.footerCopyright {
	padding: 10px 40px 0;
}

.footerCopyright img {
	float: left;
}

.footerCopyright .copyrightInfo {
	float: left;
	margin: 0 0 0 10px;
}

/* ---------- Templates ---------- */
/*
page2columns: main + right - 624px + 300px
page2columns t2-2 : left + main - 180px + 770px
	
page3columns: left + main + right - 180px + 580px + 160px
page3columns t3-2: 160px +  596px   + 160px
page3columns t3-3: 196px + 424px + 300px  - used for video player
*/

.page2columns,
.page3columns {
	position: relative;
	top: 0;
}

.leftcolumn,
.rightcolumn,
.mainContentColumn {
	_overflow: hidden;
}

.leftcolumn {
	float: left;
	padding: 10px 5px 10px 10px;
}

.rightcolumn {
	float: right;
	padding: 10px 10px 0 5px;
}

.page2columns .mainContentColumn {
	width: 624px;
		/* */ width: 625px; /* */ /* should be... - check and implement */
	float: left;
	padding: 10px;
}

.page2columns .rightcolumn {
	width: 300px;
}

/* flipbook: 2 col = left + main */
.page2columns.t2-2 .leftcolumn {
	width: 160px;
}

.page2columns.t2-2 .mainContentColumn {
	width: 770px;
	float: left;
	padding: 10px 10px 0 5px;
}

.page3columns .leftcolumn {
	width: 180px;
}

.page3columns .mainContentColumn {
	width: 580px;
	float: left;
	padding: 10px 5px 0;
}

.page3columns .rightcolumn {
	width: 160px;
}

.page3columns.t3-2 .leftcolumn {
	width: 160px;
}

.page3columns.t3-2 .mainContentColumn {
	width: 596px; /* should be 600px ! */
}

.page3columns.t3-3 .leftcolumn {
	width: 196px;
}

.page3columns.t3-3 .mainContentColumn {
	width: 424px;
}

.page3columns.t3-3 .rightcolumn {
	width: 300px;
}

/* Nov 2009 - alt templates */
.page3columns.t3-4 .mainContentColumn { width: 440px;}
.page3columns.t3-4 .rightcolumn { width: 300px; }

.page3columns.t3-5 .leftcolumn { width: 160px; }
.page3columns.t3-5 .mainContentColumn { width: 460px; }
.page3columns.t3-5 .rightcolumn { width: 300px; }



/* Alternate templates with outer container for skyscraper */
/* Nov 2009 */
#pageWrapper.extendedTemplate {
	/* min-width: 1120px; */
		/* other way - provided we only serve 160px in that slot */
	/*	min-width: 960px; */
}

#pageWrapper.extendedTemplate #innerWrapper {
	margin: 0;  /* for left-aligned template */
	margin: 0 auto; /* for centered template - assuming 160px ad - will be off with 120px */
/*	width: 1120px; */
		/* other way - provided we only serve 160px in that slot */
		/* width: 960px; */
}

.extendedTemplate #siteheader,
.extendedTemplate #sitefooter {
	margin: 0;
}

.extendedTemplate .sitepage {
	float: left;
}

.extendedTemplate .outerAdDiv {
		float: left;
	/* other way - provided we only serve 160px in that slot */
		/* position: absolute;
		right: -165px; */
}

.extendedTemplate .outerAdDiv .adv {
	/* other way - provided we only serve 160px in that slot */
	/* deal w 120px ad - align it left - Rupesh may be able to control this on his end */
	/*	width: 160px;
	float: left; */
}
	
.outerAdDiv {
	display: none;
}

/* alternate outerdiv layout - */
.extendedTemplate .outerAdDiv {
	display: block;
	position: fixed;
	right: 0;
	top: 80px;
	z-index:999;
}


/* test only:
home page: fixed, centered 
watch : fixed, left-aligned
show: float, centered
music: float, left-aligned
*/

	
/* ---------- Construction Blocks - thumb containers ---------- */
/* Do not Edit -- Use Context -- Usage: .myclass .factoryclass { selector: value; }  */
.row {
	position: relative;
	display: block;
	clear: both;
	padding: 8px;
	border-bottom: solid 1px #dedede;
	background: url(/images/Common/thumbrow-bg.jpg) repeat-x;
}

.rowobject {
	display: block;
	float: left;
}

.rowblock {/* not used? or concatenated class? */ 
	float: left;
}


/* 05/15/2009 */
.row281,
.row200,
.row140,
.row70,
.row51 {
	overflow: hidden;
}

.row200 { height: 200px; }
.row140 { height: 120px; }
.row70 { height: 70px; }
.row51 { height: 40px; }

/* shows page mini promos */
.leftcolumn .PromoMini .row51 {
	height: 48px;
}

.leftcolumn .PromoMini .row51 .flux-usage {
	display: none;
}



/* this is why class names should not have values... */
.thumbcontainer {
	background: url(/images/Common/default_140x105.jpg) center center;
	border: none;
	overflow: hidden; /* remove all redundant cases now ... 03/18/2009 */
	position: relative; /* 09/21/2009 - added for video icon - DA */
}

.row .thumbcontainer {
	float: left;
	margin-right: 8px;
	_margin-right: 4px;
}

.row51 .thumbcontainer {
	background-image: url(/images/Common/default_51x39.jpg);
}

/* watch out w ie6 double classes */
.row .thumbcontainer.thumb281 {
	width: 281px;
	height: 211px; /* need dimensions for when we get an empty div - DA */
	background-image: url(/images/Common/default_281x211.jpg);
}

/* before setting all images to block... */
.thumbcontainer img {
	_display: block;
}

/* new - added for event au - 02/23/2009 DA */
/* make this generic format for all detail pages - redo all same generic pattern */
.row.detail-head {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 10px;
}

.imgcontainer {
	width: 281px;
	height: 211px;
}

.row140 .thumbcontainer {
	width: 140px;
	height: 105px;
}

.row70 .thumbcontainer {
	width: 70px;
	height: 53px;
	background-image: url(/images/Common/default_70x53.jpg);
}

.thumb140 {
	width: 140px;
	height: 105px;
}

.thumb70 {
	width: 70px;
	height: 53px;
}

.thumb51 {
	width: 51px;
	height: 39px;
}

/* for non-resizable images that have no known dimensions, force the size and hope for the best... 12/18/2008 DA */
.thumbcontainer.thumb281 .autoSize { width: 281px; }
.thumbcontainer.thumb140 .autoSize { width: 140px; }
.thumbcontainer.thumb70 .autoSize { width: 70px; }
.thumbcontainer.thumb51 .autoSize { width: 51px; }

/* video icons - 09/21/2009 DA */
.thumbcontainer span.video {
	background: url(/images/Common/icon_video_play2.png) no-repeat 0 0;
	display: block;
	width: 17px;
	height: 12px;
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 3px;
}

.thumbcontainer a:hover span.video {
	background-position: -50px 0;
}

#previous { float: left; }
#next { float: right; }

/* ---------- Ads ---------- */
#bannerad {
	float: right;
	position: relative;
	top: 17px;
	right: 20px;
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 0 36px; /* quick fix to set space for next zones - should be a separate div - revisit DA */
}

.rightcolumn .adv { 
	margin: 0 0 10px; 
}

.bespokeAdContainer {
	/* padding: 0 10px; */
}

/* ---------- Navigation ---------- */ 
/* --- top nav --- */
.topnavigation {
	clear: both;
	height: 35px;
	background: #333;
}

#topmenu {
	position: relative; /* dont think we need this... DA */
}

#topmenu li.parentnode {
	position: relative;
	float: left;
}

#topmenu li.parentnode ul {
	position: absolute;
	width: 200px;
	left: 0;
	_top: 33px;
}

#topmenu li.childnode ul {
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
	z-index: 111000;
}

#topmenu ul {
	display: none;
}

#topmenu ul.showSubMenu {
	display: block;
}

#topmenu li.childnode {
	display: block;
	z-index: 1000;
	position: relative;
	_display: inline;
}

#topmenu li.parentnode a {
	height: 25px;
	position: relative;
	padding: 5px 6px 3px 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #404040 #1A1A1A #1A1A1A #505050;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block; /* important! DA */
	_display: inline-block;
}

#topmenu li.parentnode a:hover {
	background-color: #4498c7;
}

#topmenu li.parentnode a:active { 
	/* background-color: #55a9d8;*/
}

#topmenu li.childnode a {
	height: 24px;
	display: block;
	position: relative;
	padding: 10px 8px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #404040 #1A1A1A #1A1A1A #505050;
	background: #333;
	white-space: nowrap;
}

/* 3rd level nav - 09/09/09 */
#topmenu li.childnode .childnode a {
	height: auto;
	/* min-height: 18px; */
	min-height: 16px;
	white-space: normal;
	padding: 8px;
}

/* --- left nav --- */
.leftnav {
	margin: 0 0 10px;
}

.leftnav li {
	position: relative;
	display: block;
	_height: 1%;
}

.leftnav li a {
	position: relative;
	display: block;
	_height: 1%;
	margin-bottom: 1px;
	padding: 6px 8px;
	background: #eee;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.leftnav li a:hover {
	background: #4498c7;
	color: #fff;
	text-decoration: none;
}

.leftnav li.selected a {
	background: #666 !important;
	color: #fff !important;
}

h2.nav-header {
	font-size: 14px;
	font-family: arial, sans-serif;
	margin: 0 0 1px;
	padding: 3px 5px;
}

/* tabs - Watch page */
.tabContainer li {
	float: left;
	margin: 0 1px 0 0;
}

.tabContainer li a span {
	padding: 5px;
	display: block;
	background: #ccc;
	border: 1px solid #D7D7D7;
	border-bottom: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tabContainer li a:hover span {
	background: #fff;
}

.tabContainer li.selected a span {
	background: #eee;
	border-color: #eee;
}

.tabContainer li a {
	color: #000;
}

.tabContainer li.selected a {
	color: #000;
}



/* ---------- Global components ---------- */ 
/* --- RSS --- */
.rssfeed {
	float: right;
	font-weight: normal;
	white-space: nowrap;
	text-transform: none !important;
	padding-top: 1px;
}

.rssfeed a {
	padding-right: 20px;
	background: url(/images/Common/feed-icon-14x14.png) no-repeat top right !important;
}

/* --- Search --- */
#searchblock {
	float: right;
	width: 320px;
	background: #333;
	border-top: 1px solid #404040;
	border-left: 1px solid #505050;
	border-bottom: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	position: relative;
}

#searchForm {
	position: relative;
	margin: 2px;
	padding-bottom: 1px;
	height: 26px;
	background: url(/images/Common/comsearch-bg.gif) no-repeat 9px 2px;
}

#searchblock input {
	vertical-align: middle;
}

#searchblock .searchmtv-text {
	width: 240px;
	padding: 0;
	font-size: 11px;
	color: #999;
	border: 1px solid #fff;
	margin: 6px 0 0 33px; 
	*margin-top: 4px;
}

#searchblock .searchmtv-btn {
	position: absolute;
	top: 4px;
	right: 9px;
}

/* type ahead */
.ac_results {
	background: #fff url(/images/Common/thumbrow-bg.jpg) repeat-x;
	border: solid 1px #ccc;
	border-top: 0;
	top: 34px;
	left: 0;
	width: 319px;
}

.ac_results li {
	font-size: 13px;
	padding: 2px 10px;
	cursor: pointer;
}

.ac_results li:hover {
	background: #e7e7e7;
}

/* over css for typeahead */
.ac_over {
	background: yellow;	
}

/* --- Alpha Search --- */
p.alpha-list * {
	font-weight: normal;
	font-size: 10px;
}

p.alpha-list span {
	color: #fff;
}

#siteheader p.alpha-list {
	float: right;
	padding: 5px 10px;
}

#siteheader p.alpha-list span {
	float: left;
	padding-right: 4px;
}

#siteheader p.alpha-list a {
	padding: 1px 2px;
	float: left;
	color: #fff;
}

.leftcolumn p.alpha-list {
	width: 160px;
	margin: 0 auto;
	height: 1%;
	padding: 10px;
	overflow: auto;
}

.leftcolumn div.search-alpha {
	background: url(/images/Common/thumbrow-bg.jpg) repeat-x;
	overflow: auto;
}

.rightcolumn div.search-alpha {
	width: 190px; /* except for 160 columns... to revisit... DA - 11/25 */
	margin: 6px auto;
	text-align: center;
}

.search-alpha .alphaHeader { /* new - w common include 05/27/2009 */
	display: none;
}

.search-alpha p.alpha-list a {
	padding: 2px 4px;
	float: left;
}

/* --- Pagination --- */
.pagination {
	text-align: right;
}

.pagination.top {
	margin: 0 0 10px;
}

.searcheader .pagination.top,
.artist-link-list .pagination.top {
	margin: 10px 0 1px;
}

.pagination.bottom {
	margin: 10px 0 3px;
}

.pagination .pagenum {
	border: 1px solid #07B;
}

.pagination .pagenum a {
	text-decoration: none;
	padding: 0 3px;
}

/* ---------- Modules ---------- */ 
/* --- Section headers --- */
h1.section-header {
	text-transform: uppercase;
	padding: 4px 10px;
	color: #000;
	background-color: #fff;
	font-size: 22px;
}

/* --- Modules headers --- */
.module-header {
	padding: 8px;
	overflow: auto;
	clear: both;
	border-bottom: solid 1px #dedede;
	background: url(/images/Common/header-bg.jpg) repeat-x;
	text-transform: uppercase;
	font-size: 10px; 
	*height: 1%;
}

.module-header h3.header-title {
	font-size: 10px;
}

.module-header .header-title,
.module-header .header-subtitle {
	float: left;
}

.meta {
	margin: 0 0 4px;
	padding: 1px 0 0;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	color: #999;
}

/* ---------- Promos --------- */
.promo-main {
	height: 229px;
	margin-bottom: 10px;
	overflow: hidden;
}

.promo-main .flux-usage {
	float: left;
	clear: none;
}

.promo-main .row {/* refactoring: instead of setting height - add clearAfter class... DA */
	height: 221px;
	_height: 211px;
	background-color: #fff;
	border: none;
}

/* refactoring: instead of link-block use a h3 ... DA  */
.promo-main .link-block .titlelink {
	font-size: 14px;
}

/* helper class for ISIS producers to hide content in promos - ie iTunes download button in Show pages */
/* 05/15/2009 */
.mainOnly {
	display: block;
}

.row140 .mainOnly,
.row70 .mainOnly,
.row51 .mainOnly {
	display: none;
}

/* new static promo module - facebook connect */
.staticPromo {
	margin: 10px 0 10px;
	border: 1px solid #DEDEDE;
	border-top: 0;
	clear: both;
}

.staticPromo .promoContent{
	background: transparent url(/images/Common/thumbrow-bg.jpg) repeat-x scroll 0 0;
	padding: 8px;
}

.staticPromo ul li {
	list-style-type: circle;
	margin: 0 0 0 18px;
}

/* ---------- Section-Specific Components ---------- */
/* --- Video --- */
/* video container : 3/4 ratio + 30px for menu */
#vidContainer {
	width: 424px;
	height: 348px;
	background-color: #000;
}

#homebody .rightcolumn #vidContainer,
#infobody #vidContainer {
	width: 300px;
	height: 255px;
	margin: 0 0 10px;
}

.article-body #vidContainer {
	width: 320px;
	height: 270px;
	margin: 10px 0;
}

.video-nowplay {
	padding: 10px;
	margin-bottom: 10px;
}

.video-nowplay h3 {
	font-size: 12px;
}

.video-nowplay .label { /* is this used? */
	font-weight: bold;
}

/* on News Article pages */
.videoContentArea {
	width: 320px;
	float: left;
	margin: 0 10px 10px 0;
}


/* --- Watch - Browse Videos Page --- */

#browsevideosbody .leftcolumn {
	margin: 23px 0 0;
}





/* --- Playlists --- */
.playlist-block {
	position: relative;
	margin-top: 10px;
}

.rightcolumn .playlist-block .scrollbox {
	position: relative;
	height: 420px;
	overflow: auto;
}

.episode-list-play {
	position: relative;
	height: 240px;
	overflow: auto;
}

.episode-list-play.autoHeight { /* added for article page - may want to add to other instances too. DA  05/21/2009 */
	height: auto;
}

.show-list-play {
	position: relative;
	height: 280px;
	overflow: auto;
}

.playlist-active {
	border: solid 1px #4498c7;
	padding: 7px 7px 8px;
}

/* --- Articles --- */
h3.article-title {
	font-size: 20px;
	font-family: arial, sans-serif; /* why is this an exception? generalize? */
}

.article-head .article-date {
	margin: 0 0 10px;
}

.article-head .thumbcontainer {
	float: left;
	width: 281px;
	height: 211px;
	margin: 0 8px 8px 0;
}

.article-body {
	clear: both;
}

.article-copyright {
	margin: 10px 0;
	font-size: 92%;
	font-style: italic;
}

/* variations for t3-4 template */
.t3-4 .article-head {
	
}

.t3-4 .article-head .thumbcontainer {
	float: none;
}



.related-link-list .link-block { /* not just for articles now - generic */
	padding: 10px;
	border-bottom: dashed 1px #999;
	font-size: 10px;
}

.related-link-list .airingDate {
	display: block;
	font-weight: bold;
}

.morelink a {
	background: url(/images/Common/icon-arrow.gif) no-repeat 0 3px;
	padding-left: 6px;
}

.article-promo .row {
	height: 200px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: none;
}

.article-promo .flux-usage {
	float: left;
	clear: none;
}

.article-promo .link-block .titlelink {
	font-size: 16px !important;
}

.article-promo .article-description {
	font-size: 14px;
}

.article-list .article-date,
#browsenewsbody .article-date,
.article-promo .article-date {
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.article-list .header-title {
	float: left;
}

.article-list .header-subtitle {
	float: left;
	margin-left: 120px;
}

h4.htitle .titlelink { /* refactoring: implement everywhere - make .link-block obsolete... DA -  */
	font-size: 12px;
}

/* --- Events --- */
/* trying to genericize top area of detail pages - 02/23/2009 */
.event-details {
	margin: 0 0 10px;
}

dl.event-info {
	overflow: auto;
	height: 1%;
	clear: left;
}

dl.event-info dt {
	float: left;
	font-weight: bold;
	width: 100px;
}

dl.event-info dd {
	float: left;
	width: 400px;
}

/* --- Artist --- */
.artist-bio {
	padding: 8px;
	line-height: 14px;
}

.artist-bio em {
	font-weight: bold;
	font-style: normal;
}

.artist-videolist {
	margin-top: 10px;
}

.artist-head { /* should this be more generic? */
	margin-bottom: 10px;
	height: 211px;
}

.artist-head .thumbcontainer {
	float: left;
	margin-right: 10px;
	background: url(/images/Common/default_281x211.jpg) no-repeat 50% 50%;
	height: 211px;
	width: 281px;
}

.artist-head .thumbcontainer img { margin: auto 0;} /* ? */ 

.artist-image {
	float: left;
	margin: 0 10px 10px 0;
}

.credit {
	margin: -6px 0 10px;
}

/* --- Search artist page --- */
.artist-link-list .module-header {
	margin: 0 0 12px;
}

.artist-link-list .artist-browse-row {
	margin: 0 0 2px;
}

.artist-browse-row .flux-usage {
	float: right;
	clear: none;
	height: auto; /* ? */ /* else change the default setting - wrong! */
	padding: 0;
}

.artist-browse-row .flux-usage .Flux {
	font-size: 90%;
}

/*Added by KM ref RM3303*/
body#artistbody .mainContentColumn p {
  padding-bottom: 15px;
}

body#artistbody .mainContentColumn .artist-head p {
    padding-bottom: 0;
}


/* --- Airings / Show Schedules --- */
#schedule {
	width: 100%;
	empty-cells: show;
	border: solid 1px #D8D8D8;
}

#schedule tr {
	background: #EBEBEB;
}

#schedule th {
	border-bottom: solid 1px #D8D8D8;
	padding: 5px;
	font-size: 100%;
}

#schedule td {
	border: solid 1px #D8D8D8;
	padding: 5px;
	font-size: 90%;
}

/* --- Episode --- */
.episodeDescription {
	margin: 0 0 10px;
}

.episodeList {
	margin: 0 0 10px;
}

/* --- Podcast --- */
.podcastList .row281 {/* refactoring: creating more classes - redo generic - promo-title, promo-description etc.. */
	height: 221px;
	background-color: #fff;
}

.podcastList h3 {
	margin: 0 0 10px;
	font-size: 18px;
}

.podcastList p.podcast-description {
	margin: 0 0 10px;
}

.podcastList .row281 .link-block {
	margin: 0 0 6px;
}

/* --- Home page --- */
.homefeaturedclips,
.homefeaturednews,
.homefeaturedartists, /* not used? */ 
.homefeaturedshows {
	margin: 10px 0;
}

.mainContentColumn .homefeaturedclips {
	width: 305px;
	float: left;
	margin-right: 10px;
}

/* redo this with a different class - no need to inherit homefeaturednews */
.homefeaturedartists,
.mainContentColumn .homefeaturednews {
	width: 305px;
	float: right;
}

/* because the "homefeatured" classes are used all over... clean up! */
#homebody .homefeaturedshows,
#homebody .homefeaturedclips,
#homebody .homefeaturednews {
	border: solid 1px #d9d9d9;
}

#homebody .homefeaturedclips,#homebody .homefeaturednews {
	border-bottom: none;
}

.homefeaturednews .article-promo .article-description,
.homefeaturedclips .link-block,
.homefeaturednews .link-block {
	font-size: 11px;
}

.homefeaturedshows .row {
	float: left;
	width: 145px;
	padding: 0 5px;
	height: 200px;
	clear: none !important;
	background: none !important;
	border-bottom: none;
}

.homefeaturedshows .row .thumbcontainer {
	float: none;
	width: 140px;
	height: 105px;
	margin: 0 auto;
	margin-top: 4px;
}

.article-homepromo {/* test - trying to avoid changing structure of markup ... */
	width: 150px;
}

.homefeaturedshows .flux-usage {
	position: absolute;
	bottom: 10px;
	_bottom: 2px;
}

#homebody .homefeaturedshows .article-date {
	margin: 6px 0 0;
	display: block;
	position: absolute;
	bottom: 2.75em;
	font-family: arial, sans-serif;
}

.homefeaturedshows .article-description {
	display: none;
}

#homebody .header-subtitle {
	display: none; /* should be deprecated - why are we hiding these? to delete after confirm these should be gone...DA else replace with .rssfeed */
}

#homebody .rightcolumn .playlist-block .scrollbox {
	height: auto !important;
	overflow: hidden;
}

#homebody .article-date {
	display: none;
}

#homebody .thumbcontainer {
	border: solid 2px #fff;
}

#homebody .thumbcontainer:hover {
	border: solid 2px #4498c7;
}

/* show/hide labels for flux usage */
.homefeaturedshows .comments,
.homefeaturedshows .fluxusagerating {
	display: block;
	margin: 0;
	padding: 0;
}

.homefeaturedshows .fluxusagerating {/* fix ie6/7 weirdness */ 
	*display: inline-block;
	_background-image: none;
}

/* --- Pulldown menu homepage --- */
.pulldownSelector {
	margin: 0 0 10px;
	position: relative;
	background: transparent url(/images/Common/thumbrow-bg.jpg) repeat-x 0 0;
	padding: 8px;
	border: solid 1px #d9d9d9;
}

.pulldownSelector label {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding: 3px 0 0;
}

#ShowsPullDownMenu {
	width: 208px;
	width: 200px;
	float: right;
}

/* --- Marquee --- */
.marqueebox {
	position: relative;
	overflow: hidden;
	width: 610px;
	height: 360px;
	margin: 0 auto;
	z-index: 0;
}

#topslider {
	position: relative;
	width: 610px;
	height: 360px;
	margin: 0 auto;
}

.slide {
	position: absolute;
	top: 0;
	height: 360px;
	width: 610px;
	display: block;
}

#topslider .slide .thumbcontainer span.video {
	display: none;
}

#topslider .slide img {
	_position: absolute; /* fix disappearing header */
}

.marqueebox .slide img.autoSize {
	width: 610px;
}

#homebody .marqueebox .thumbcontainer {
	border: none;
	background: none;
}

.pointers {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 70px;
	z-index: 1;
}

.pointers .button,
.pointers .selected {
	overflow: hidden;
	width: 70px;
	height: 53px;
	display: block;
	margin-bottom: 10px;
	border: solid 2px #666;
}

.pointers .selected {
	border: solid 2px #fff;
}

.pointers img {
	height: 53px; /* temp hack while we can't resize properly - from fr */
	_display: block;
}

.sltext {
	position: absolute;
	width: 480px;
	padding: 2px 8px;
	background-color: #000;
	opacity: .85;
	left: 6px;
	bottom: 6px;
	color: #fff;
}

.sltext h2 {
	font-family: arial, sans-serif;
	font-size: 24px;
}

.sltext a {
	color: #fff;
}

.sltext a:hover {
	text-decoration: none;
}

/* --- News Pages --- */
/* leave this * 03/18/2009 */
#newsbody .leftcolumn .header-subtitle {
	display: none;
}

#hubnewsbody .header-subtitle {
	font-weight: normal !important;
	margin-left: 120px;
}

#hubshowsbody .promo-main .rssfeed {
	display: none;
}

#artistbody .module-header .header-subtitle {/* deprecated? replace with .rssfeed instead? */
	display: none;
}

/* --- Search Result page --- */
.searcheader {
	padding-left: 10px;
	margin: 5px 0 10px;
}

.searcheader h3 {
	margin: 0 0 12px;
	font-size: 13px;
}

.searcheader .resultCount {
	float: left;
}

.errorMsg {
	padding: 10px 0;
}

/* --- Flipbook --- */
.flipbookPagination {
	margin: 0 15px 8px;
	text-align: right;
}

.flipbookPagination a {
	vertical-align: -30%;
}

#flipbookDetail {
	margin: 0 15px 10px 0;
	background:#E1E1E1;
	position: relative;
	text-align: center;
}

#flipbookInnerList {
/*	height: 179px; */
	height: 118px; /* 2 rows */
	overflow: auto;
	position: relative; position: relative;
}

#flipbookThumbList {
	margin: 0 0 10px;
	padding: 10px 0 0;
}

#flipbookThumbList .thumbs {
	position: relative;
	_height: 1%;
}

#flipbookThumbList .thumbs li {
	float: left;
	margin: 0;
	width: 76px;
	position: relative;
}

#flipbookTitle {
	font-size: 120%;
	margin: 0 0 6px;
}

#flipbookThumbList li.active a.thumblink {
	border-color: #29ABE2;
	opacity: 1;
}

#flipbookThumbList .thumbcontainer {
	background: #fff;
	height: 59px;
	width: 76px;
}

#flipbookThumbList li a.thumblink {
	display: block;
	opacity: 0.85;
	border: solid 3px #fff;
	height: 53px;
	width: 70px;
	overflow: hidden;
}

#flipbookThumbList li a.thumblink:hover {
	opacity: 1;
	border-color:  #29ABE2;
}



/* --- Splash/Redirect pages --- */
#splash #siteheader {
	height: 128px; /* shouldnt the header always have a height defined? main header works because of the ad div inside .this is wrong */
}

#splashWrapper, /* newSplashPage */
.splashWrapper {
	text-align: center;
	padding: 20px 0;
}

#splashContent, /* newSplashPage */
.splashContent {
	padding: 10px 0;
}

#splashSkipButton, /* newSplashPage */
.splashWrapper .skipButton {
	font-size: 110%;
	text-align: right;
	margin: 0 80px;
}

#splashRedirectAnchor,  /* newSplashPage */
.splashWrapper .skipButton a {
	color: #fff;
}

/* splash links */
.splashLink {
	display: block;
	position: absolute; 
	*background: url(images/transparent.gif) repeat;
}

/* --- Contest Detail page --- */
.contest_hdr {
	font-size: 22px;
	margin: 0 0 10px;
}

.contest_img {
	margin: 10px 0;
}

.contest_desc {
	margin: 0 0 10px;
}

#contest_iframe {
	overflow: hidden;
	width: 625px;
	/* height: 300px; */
	height: auto; /* for gdc forms  09/09/09 */
}

#contest_notloggedin {
	font-size: 13px;
}

/* --- Contest Result --- */
.contestIntro {
	padding-bottom: 20px;
}

.contestIntro h3 {
	margin: 0 0 10px;
}



/* ---------- Alternate templates ---------- */
/* move this back up? */
/* adjust content when switching for wider right columns */

.t3-4 .promo-main,
.t3-4 .promo-main .row {
	height: auto;
}

.t3-4 .promo-main .thumbcontainer {
	float: none;	
}

.t3-4 .promo-main .thumbcontainer.thumb281 {
	margin: 0 0 10px;
}









/* --- GDC Forms --- */
.mtvniGdcContainer {
	width: 580px;
	background: url(images/bg_greyFade.jpg) repeat-x; 
	margin: 0 auto;
	font-size: 12px;
	padding: 15px 10px;
	border: solid 1px #cdcdcd;
}

div.MTVN_GDC_form table {
	margin: 0 auto 20px;
}

div.MTVN_GDC_form tr.formInput {
	margin: 0 0 6px;
	padding: 5px 10px 0;
}

div.MTVN_GDC_form td {
	padding: 0 0 4px;
}

div.MTVN_GDC_form td.inputCell {
	margin: 0 0 0 4px;
	padding: 0 6px 4px;
	width: 250px;
}

div.MTVN_GDC_form label {
	font-weight: bold;
	cursor: pointer;
}

div.MTVN_GDC_form input.text {
	width: 250px;
}

div.MTVN_GDC_form input[type="checkbox"],
div.MTVN_GDC_form input[type="radio"] {
	margin-left: 0;
	*margin-left: -4px;
}

#MTVN_GDC_col-error {
	font-weight: bold;	
}

div.MTVN_GDC_form td.MTVN_GDC_error {
	color: #c00;
	width: 130px;
}

div.MTVN_GDC_form p.submit {
	text-align: center;
}

div.MTVN_GDC_form p.submit input {
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
}

.MTVN_GDC_error {
	color:#CC0000;
	margin:0 0 20px;
	font-size: 11px;
}



/* Add This toolbox third party widget */
.addThisWrapper {
	padding: 6px 0;
	clear: both;
}

#fluxRatingBox.horizontal .addThisWrapper {
	padding: 0;	
	margin: 0 0 5px;
}

.addthis_toolbox {
	margin: 0 0 12px;
}

.addthis_toolbox h4 {
	margin: 0 6px 0 0;
	float: left;
}



/* --------------- Flux ---------------- */
/* --------------- Flux Widgets ---------------- */
/* --- Flux menu --- */
.menucontainer {
	color: #999;
}

.flux-menu {
	clear: both;
	height: 25px;
	float: left;
}

/* --- Flux Usage --- */
.flux-usage {
	display: block;
	clear: both;
	height: 20px;
}

.flux-usage a {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.fluxusage .fluxLabel {
	padding: 0 3px 0 0;
}

.flux-content {
	display: block;
	padding: 9px 7px;
	border: solid 1px #eee;
}

/* to revisit - see if generic or wrap another class - left col rating box - 1/9/2009 */
.leftcolumn .flux-content {
	margin: 0 0 10px;
}

/* wdk 3.0 special case flipbook detail area - nov 2009 */
.flux-usage.flipbook {
	border: solid 1px #444;
}

.rateit {
	clear: both;
	_height: 29px;
	overflow: hidden;
}

#browseCalendarDiv {
	margin: 0 0 10px;
}

/* --- Flux Rate It Box - Get URL field --- */
.flux-content .getUrlModule {
	margin-top: 15px;
}

.flux-content .getUrlModule label,
.embedModule label {
	font-family: arial, sans-serif;
	display: block;
	font-weight: bold;
	cursor: pointer;
}

.flux-content #getUrl {
	width: 96%;
	margin-top: 2px;
}

#fluxRatingBox .ratingblock {
	margin: 0 0 10px;
}

#fluxRatingBox dl {
	clear: both;
	margin: 0 0 3px;
	overflow: auto;
	height: 1%;
}

#fluxRatingBox dt.label {
	float: left;
	_display: block;
	/* width: 60px;
	_width: 65px; */
	font-weight: bold;
	/* margin: 0 35px 0 0; */
	margin: 0 5px 0 0; 
}

#fluxRatingBox dd {
	float: left;
	_display: block;
}

.datePosted {
	margin: 6px 0;
	font-family: arial, sans-serif;
}

#fluxRatingBox .datePosted dt {
	width: auto;
	margin: 0 10px 0 0;
}

#fluxRatingBox .datePosted dd {
	float: none;
	_display: inline;
}

/* --- Flux Comments --- */ 
#fluxCommentsBox {
	margin-top: 24px;
}

/* prevent hats from overriding etc. 
else remove comments inheriting hat colors in local css
*/
/* Flux wdk 3.0 */
#fluxCommentsBox .flagMenu.fluxDropDown a.fluxDDItem {
	color: #333;	
}

/* Flux - local variations */
.article-head .flux-usage {
	height: 20px;
	padding-top: 4px;
	clear: none !important;
}

/* embed input */
.embedModule {
	margin: 10px 0;
}

#embedhtml {
	width: 96%;
}

.addToProfile_module,
.addThis_module {
	margin: 0 0 16px;
}
/* ========== End of Flux-related classes ========== */



/* ========== WDK3.0 Flux classes ========== */
/* WDK3.0 Flux - Nov 2009 */
/* first stab - still buggy in ffx/ie7 - up/down
and broken in ie6... 
see flux css and markup... */
#pageWrapper .flux-menu .container {
	color: #fff;
	position: relative;
	z-index: 10;
}

#pageWrapper .nonMemberView.nonLoggedInView {
	padding: 2px 0 0 10px;
	*padding: 1px 0 0 10px;
}

/* needed */
#pageWrapper .flux-menu .link {
	color: #fff;
}

#pageWrapper .fluxWidget .permalink a {
	color: #000;	
}

#pageWrapper .fluxWidget .permalink a:hover {
	text-decoration: underline;
}

#pageWrapper .flux .moduleContainer,
#pageWrapper .fluxWidget .widgetContainer {
	border: 0;
	background: transparent;
}

#pageWrapper .fluxWidget img.avatarSmall {
	border: 0;
}

#pageWrapper .more.link {
	top: -1px; /*not anymore - lost the inline relative style... */
	position: relative;
	/* _position: static; */
}

/* revisit when flux is fixed */
#pageWrapper .menuHolder {
	top: 5px;
	/* position: relative;  */
	/* _position: static; */ 
	/* this gets lost second time around - after flux injects inline relative style... so need other fix... */
	_position: relative; /* so set relative no matter what before js kicks in - and hack position... argh */
}

/*
#pageWrapper .fluxDropDown {
	background: #4698CA;
	border: 0;
	_top: 0 !important;
}
*/

/* quick menu */
#pageWrapper .fluxDropDown.menuDropDown li a.fluxDDItem {
	padding: 5px 10px;
}


/* New flux 3 */
.fluxWidget .contentAction .itemText,
.fluxWidget .contentAction .flag {
	margin:0 8px 0 1px; /* override flux - DA */
}

/* New flux 3 */
.fluxWidget .contentAction .cacSmall li.cacItem {
	height: auto;
	line-height: 1.2em;	
}


/* fixes because we're stuck with large sized widget for now...
left column detail pages */
#pageWrapper .fluxWidget .contentAction .cacVertical {
	width: auto;	
}

#pageWrapper .fluxWidget .contentAction .cacVertical .addToMy .fluxBtn {
	width: auto;
}

#pageWrapper #fluxRatingBox .fluxWidget .contentAction .textItem .itemText {
	font-size: 11px;;
}

/* not sure we need All these... clean up */
#pageWrapper #fluxRatingBox .fluxWidget .callout,
#pageWrapper #fluxRatingBox .fluxWidget .fluxBtn.btnLarge,
#pageWrapper #fluxRatingBox .fluxWidget .itemText .txtCount,
#pageWrapper #fluxRatingBox .fluxWidget .contentAction .fluxBtn,
#pageWrapper #fluxRatingBox .fluxWidget .upload h3.shareContentTitle,
#pageWrapper #fluxRatingBox .fluxWidget .groupTitle {
	font-size:12px;
}

#pageWrapper #fluxRatingBox .fluxWidget .contentAction .cacVertical {
	border: 0;
	padding: 0;	
}

#pageWrapper #fluxRatingBox .fluxWidget .contentAction ul.cacVertical li.separatorItem {
	margin: 5px 0 0;	
}

/*flipbook horiz rating box */
/* watch out ie6 */




#fluxRatingBox .floatsWrapper {
	clear: both;
}

#fluxRatingBox .fluxWidget .contentAction li.separatorItem,
.flux-content.horizontal .fluxWidget .contentAction li.separatorItem {
	clear: both;
	height: 1px; /* ie bug */
	margin-right: 2px;
}


/* watch out ie6 */
#fluxRatingBox .fluxWidget .contentAction .separator,
.flux-content.horizontal .fluxWidget .contentAction .separator {
	display: none;
	clear: both;
}

.flux-content.horizontal #getUrl {
	width: 35%;
}

.postedDate {
	float: left;
	margin: 0 20px 0 0;
	color: #333;
	line-height: 30px;
}

.flux-content.horizontal .addthis_toolbox {
	margin: 0;	
}

.flux-content.horizontal .postedDate .label {
	font-weight: bold;
}

.flux-content.horizontal .getUrlModule {
	clear: both;
	margin-top: 10px;
}

.flux-content.horizontal .fluxWidget .contentAction li.cacItem {
	margin-right: 12px;	
}


.flux-content.horizontal .addthis_default_style .at300b,
.flux-content.horizontal .addthis_default_style .at300m {
	margin: 0 12px 0 0;
}
/* ========== End of Flux 3.0 classes ========== */