/*
------------------------------------------------------------------------------------------------------------------------
TWO COL LAYOUT
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
TWO COL LAYOUT
------------------------------------------------------------------------------------------------------------------------
*/
.container-twocol {
	/* !! REQUIRES CLEARFIX CLASS !! */			/* Can't use float or overflow clearing methods, as we can't set the width on this due ot its padding */
	position: relative;
	padding-right: 498px;						/* keep clear area for left column - video-player(fullwidth + margin/padding/border space) */
}
.container-twocol .right-col {
	float: left;
	width: 488px;
	margin-left: 10px;							/* Need to explicitly set, even if to 0 */
	margin-right: -498px;						/* position outside the containers padding zone */
	display: inline;							/* fixes IE double-float margin bug */
}
.container-twocol .left-col {
	float: left;
	width: 100%;
}

/*
========================================================================================================================
VIDEO AND INFO PANELS
========================================================================================================================
*/
.panel-vs {
	border: none;	
	/*padding-left:50%;*/
	text-align:left;
}

* html .panel-vs 
{
	text-align:center
}

.panel-vs-info {
	position: relative;
	margin: 0 0 10px 0;
	height: 351px;								/* this needs an explicit height set due to the absolutely positioned footers. */
	border: 1px solid #4F4F4F;
}

.panel-vs div#videoPlayer{
	/*margin-left:-320px*/
	margin:0 auto;
}

* html .panel-vs div#videoPlayer
{
	margin:0;
}

/*
------------------------------------------------------------------------------------------------------------------------
VS-INFO TABS - IE6 MODS
------------------------------------------------------------------------------------------------------------------------
*/
/* TAB CONTENT - IE6 MODS */
* html .panel-vs-info .tab-content { 
	position: relative;
	top: 0;
	padding: 0;
	height: 305px; 								/* panel-vs-info available h=345, less 40px tabs, less padding on tab-content = 305px */
}
/* TAB INNER CONTENT - SCROLL AREA - IE6 MODS */
* html .panel-vs-info .tab-content-inner {
	position: relative;
	height: 265px; 								/* total height 305px - tab-footer 30px - 2x5px padding */
}

/* VS-INFO TAB DIALOG - IE6 MODS */
* html .panel-vs-info .tab-dialog {
	height: 265px; 								/* 275-(2x5) padding */
	padding: 5px 0;
	width: 100%;
}

/* VS-INFO TAB: NOW PLAYING - IE6 MODS */
* html .panel-vs-info .tab-content-inner.now-playing {
	height: 215px;								/* normal height from above - 55px for the now-playing-footer (next in playlist) */
}

/*
========================================================================================================================
CHANNEL TABS
========================================================================================================================
*/
.panel-channel {
	height: 351px;
	overflow:hidden;
}
.channel-intro {
	display: none;	 /* errr? wut? */
	
	
}

/*
========================================================================================================================
CHANNEL MEDIA
========================================================================================================================
*/
.channel-media {
	position:relative;
	padding: 0;
}
.media-menu-controls {
	/*height: 48px;*/
}
ul.media-menu-list, ul.media-menu-grid {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 0;
	height: 252px;
	overflow: auto;
}

/*
========================================================================================================================
CHANNEL MEDIA - ADD SPACE TO GRID VIEW SO THEY SPACE BETTER AT MAX AND MIN-WiDTH
========================================================================================================================
*/
.channel-media ul.media-menu-grid li.menu-item {
	margin-right: 2px;
}

.poll h1
{
	margin:0;
}
.pollQuestion 
{
	padding-top:10px;
}
