@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------------
	GLOBAL SETTINGS
---------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0px;
	padding:0px;
	background: #171717 url(../_img/global/bg.png) repeat;
}

h1 {
	font-size:13px;
	font-weight:400;
	color:#eec00e;
	text-decoration:none;
	display:inline;
}

h2 {
	font-size:24px;
	font-weight:400;
	color:#eec00e;
	text-decoration:none;
}

p {
	font-size:13px;
	font-weight:100;
	color:#999;
	text-decoration:none;
	display:inline;
}

a {
	font-size:13px;
	font-weight:100;
	text-decoration:none;
	color: #95b3db;
}

a:hover {
	color: white;
}

.wrapper {
	position:absolute;
	width:100%;
	height:100px;
	top:0;
	left:0;
}

/*---------------------------------------------------------------------------
	TOP HEADER
---------------------------------------------------------------------------*/

.pandoraHeaderContainer {
	width:100%;
	height:32px;
	background:#39506f;
}

.pandoraHeader {
	position:absolute;
	width:1000px;
	height:32px;
	padding-left:10px;
	padding-right:10px;
	left: 50%;
    margin-left: -500px;
	background:url(../_img/global/pandoraLogo.png) no-repeat;
}

.addthis_toolbox {
	position:relative;
	width:116px;
	height:32px;
	float:right;
	background:url(../_img/global/shareBG.png) no-repeat;
}

.addthis_button_facebook {
	position:relative;
	width:21px;
	height:21px;
	display:block;
	margin-top:5px;
	float:right;
	cursor:pointer; 
	outline-style:none;
	overflow:hidden;
}

.addthis_button_twitter {
	position:relative;
	width:21px;
	height:21px;
	display:block;
	margin:5px 4px 0 0;
	float:right;
	cursor:pointer; 
	outline-style:none;
	overflow:hidden;
}

.custom_images a:hover {
	opacity: 1;
}

/*---------------------------------------------------------------------------
	PROGRAM HEADER
---------------------------------------------------------------------------*/

.programHeader {
	position:absolute;
	width:1000px;
	height:68px;
	padding-left:10px;
	padding-right:10px;
	left: 50%;
    margin-left: -500px;
}

#programLogo {
	top: 0px;
	left: 10px;
	position: absolute;
	height:68px;
}

#sponsorLogo {
	top: 0px;
	right: 30px;
	position: absolute;
	height: 68px;
}

/* -------------- Content -------------- */

.contentContainer {
	width: 100%;
	margin-top: 68px;
	overflow: hidden;
}

/*---------------------------------------------------------------------------
	VIDEO
---------------------------------------------------------------------------*/

.videoContainer {
	position: relative;
	width:902px;
	height:507px;
    margin: 0 auto;
	z-index:9998;
}

#videoTile01 {
	position: absolute;
	width:902px;
	height:507px;
	left:-907px;
	top: 0px;
	background: #000;
}

#videoTile02 {
	position: absolute;
	width:902px;
	height:507px;
	right:-907px;
	top: 0px;
	background: #000;
}

#tile01Description {
	position:absolute;
	width:0px;
	height:180px;
	left:0px;
	top:160px;
	display:block;
	background:url(../_img/global/descriptionBG.png);
	overflow:hidden;
	cursor:pointer;
	z-index:9999;
	
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

#tile01Description h1,
#tile02Description h1 {
	font-weight: bold;
	font-size: 14px;
}

#tileHeaderLeft{
	float:right;
	width:172px;
	height:10px;
	display:none;
	margin:8px 0 0 8px;
}

#tileImageLeft {
	float:right;
	width:164px;
	height:92px;
	display:none;
	margin:8px;
}

#tileTextLeft {
	float:right;
	width:164px;
	height:92px;
	display:none;
	margin:8px;
}

#tile02Description {
	position:absolute;
	width:0px;
	height:180px;
	right:0px;
	top:160px;
	display:block;
	background:url(../_img/global/descriptionBG.png);
	overflow:hidden;
	cursor:pointer;
	z-index:9999;
	
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}

#tileImageRight {
	width:164px;
	height:92px;
	display:none;
	margin:8px;
}

#tileHeaderRight{
	width:164px;
	height:10px;
	display:none;
	margin:8px 0 0 8px;
}

#tileTextRight {
	width:164px;
	height:92px;
	display:none;
	margin:8px;
}

.videoPlayer {
	float:left;
	width:902px;
	height:507px;
	margin-right:6px;
}

#arrowLeft {
	position:absolute;
	width:32px;
	height:124px;
	left:-33px;
	top:190px;
	z-index: 100;
	cursor:pointer;
}

#arrowLeftTip {
	position:absolute;
	width:26px;
	height:32px;
	right:6px;
	top:46px;
	display:block;
	background:url(../_img/global/arrowLeftTip.png) no-repeat left center;
	z-index: 100;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
}

#arrowLeftBar {
	width:6px;
	position:absolute;
	top: 0;
	right: 0;
	height:124px;
}

#arrowRight {
	position:absolute;
	width:32px;
	height:124px;
	right:-33px;
	top:190px;
	z-index: 100;
	cursor:pointer;
}

#arrowRightBar {
	width:6px;
	position:absolute;
	top: 0;
	left: 0;
	height:124px;
}

#arrowRightTip {
	position:absolute;
	width:26px;
	height:32px;
	left:6px;
	top:46px;
	display:block;
	background:url(../_img/global/arrowRightTip.png) no-repeat right center;
	z-index: 100;
	border-radius:  0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
}

/*---------------------------------------------------------------------------
	MAIN CONTENT
---------------------------------------------------------------------------*/

.mainContentContainer {
	position:relative;
	width:100%;
	padding-bottom:20px;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.mainContent {
	width:980px;
	margin: auto;
}

.videoContent {
	width:980px;
	height:75px;
	background: #171717;
	overflow:hidden;
}

.videoDescription {
	float:left;
	width:650px;
	height:75px;
	padding:10px 15px;
	
}

.videoDescription h1 {
	font-weight:bold;
	font-size:21px;
}

.videoDescription p {
	line-height:18px;
}

.videoLinks {
	width:288px;
	height:75px;
	float:right;
	padding:5px 10px 5px 10px;
	border-left:1px solid #333;
}

#buttonViewAll {
	width:250px;
	height:18px;
	margin-bottom:4px;
	cursor:pointer;
	background:url(../_img/global/button_viewAll.png) no-repeat;
	display:none;
}

#launchStation {
	width:250px;
	height:18px;
	margin-bottom:6px;
	cursor:pointer;
	background: url(../_img/global/button_launchStation.png) no-repeat;
}

#launchStation a {
	line-height:22px;
}

#sponsorLink {
	width:250px;
	height:18px;
}

.pageContent {
	width:980px;
	margin:20px 0 0 0;
}

.content {
	float:left;
	width:663px;
	background: #171717;
	padding-top: 5px;
	padding-bottom: 15px;
}

/*---------------------------------------------------------------------------
	ARTIST CONTENT
---------------------------------------------------------------------------*/

.artistTab {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0 3px 0 0;
	float: left;
	color: #171717;
	cursor: pointer;
	
	background:url(../_img/global/tab_bg.png) top repeat-x #3f3f3f;
}

.artistTabActive {
	background-color: #171717;
	color: #ffffff;
}

#artistTabContainer {
	float: left;
}

#artistTitle h2 {
	margin: 0 0 20px 0;
}

#artistImage {
	float:left;
	margin:15px;
	clear: both;
}

#artistBio {
	float: left;
	width:350px;
	margin:10px 0 0 0;
	padding-left: 15px;
	border-left: 1px solid #252525;
}

#artistDescription p {
	line-height:18px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
	float: left;
}

#artistDescription a {
	margin: 5px 0;
	font-size: 16px;
	clear: both;
	float: left;
}

#adContainer {
	float:right;
	width:300px;
	height:250px;
	padding: 4px;
	background: #171717;
}

#ad_300x250 {
	width:300px;
	height:250px;
	display:block;
	margin:4px;
}

#clearDiv {
	clear:both;
}

/* -------------- Footer -------------- */

.footerContainer {
	position: relative;
	width:100%;
	height:50px;
	background: #171717;
}


/*---------------------------------------------------------------------------
					NO FLASH MESSAGING
---------------------------------------------------------------------------*/

#flashContent {
	text-align: center;
	background: #666;
	width: 902px;
	height: 507px;
}

#flashContent p {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 160px 0 5px 0;
	text-shadow: 0 1px 0 #bbb;
	color: #000;
	opacity: 0.6;
}