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

/* -------------- Background -------------- */

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

body {
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../_img/bg_page.jpg) center 32px no-repeat #ffeca3;
	font-family:Helvetica, Arial, sans-serif;
}

@font-face {
	font-family: 'DroidSans';
	src: url('DroidSans-webfont.eot');
	src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
		 url('DroidSans-webfont.woff') format('woff'),
		 url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#DroidSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------- Text -------------- */

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:28px;
	font-weight:400;
	color:#f7f795;
	text-decoration:none;
	display:inline;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	color:#644290;
	text-decoration:none;
	margin: 4px 0 8px 0;
}

a {
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	outline: none;
	color: #ce5144;
}

/* -------------- Site Wrapper -------------- */

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

/* -------------- Top Header -------------- */

.pandoraHeaderContainer {
	width:100%;
	height:32px;
	background:url(../_img/bg_pandoraHd.jpg) repeat-x 0 0 #00416a;
	position: relative;
	z-index: 9997;
}

.pandoraHeader {
	position:absolute;
	width:998px;
	height:31px;
	left: 50%;
    margin-left: -499px;
    border-bottom:1px solid #536783;
	background:url(../_img/pandoraLogo.png) no-repeat 10px 0;
}

#social {
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
	display: table;
	margin: 4px 224px 0 0;
	height: 24px;
}

.social_btn {
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #6f6f6f;
	padding: 0 15px;
}

.social_btn.twitter {
	padding-right: 0px;
}

.social_btn.twitter iframe {
	width: 92px !important;
}

.social_btn:last-child {
	border-right: none;
	padding-right: 0px;
}

/* -------------- Program Header -------------- */

#programLogo {
	position: absolute;
	display: inline-block;
	width:157px;
	height:117px;
	left:-59px;
	top:-32px;
	background:url(../_img/programLogo.png) no-repeat;
	z-index:9998;
}

#sponsorLogo {
	position: absolute;
	display: inline-block;
	width:230px;
	height:64px;
	float: right;
	top:-32px;
	right:-6px;
	z-index:9998;
}
	

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

.contentContainer {
	width: 998px;
	position: relative;
	top: 32px;
	margin: 0 auto;
	z-index: 9999;
}

#vid_top {
	background:url(../_img/bg_vid_top.png) no-repeat 0 0;
	width: 800px;
	height: 2px;
	position: absolute;
	top: 0;
	z-index: 9997;
}

#vid_left {
	background:url(../_img/bg_vid_left.png) no-repeat 0 0;
	width: 3px;
	height: 384px;
	position: absolute;
	top: 2px;
	z-index: 9997;
}

#vid_right {
	background:url(../_img/bg_vid_right.png) no-repeat 0 0;
	width: 3px;
	height: 384px;
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 9997;
}

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

#video {
	position: relative;
	display: inline-block;
	width:998px;
	height:560px;
	top: 0;
    margin: 0;
	z-index:9996;
	background: #444;
}

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

.mainContent {
	width:998px;
	margin: 0 auto;
	position: relative;
	z-index: 9997;
	background: url(../_img/bg_maincontent.jpg) no-repeat left 91px;
}

#vtile_container {
	width: 991px;
	height: 79px;
	color: #fff;
	margin: -4px 0 0;
	padding: 12px 0 0 7px;
	background: url(../_img/bg_thumb.png) no-repeat left top;
}

.vTile {
	display: inline-block;
	width: 225px;
	height: 70px;
	margin: 1px 20px 0 0;
	padding: 0;
	position: relative;
	border-radius: 0px 12px 12px 0px; 
	-moz-border-radius: 0px 12px 12px 0px; 
	-webkit-border-radius: 0px 12px 12px 0px; 
	background: #fff;
}

.vid_img {
	float: left;
	width: 100px;
	height: 66px;
	margin-top: -1px;
	-moz-box-shadow: -2px 0px 4px #a47943;
	-webkit-box-shadow: -2px 0px 4px #a47943;
	box-shadow: -2px 0px 4px #a47943;
}

#vid1 .vid_img {
	border: 3px solid #6fb4bc;
}

#vid2 .vid_img {
	border: 3px solid #ff9958;
}

#vid3 .vid_img {
	border: 3px solid #bd695f;
}

#vid1 {
	background: url(../_img/bg_thumb1.png) no-repeat right top #fff;		
	color: #68adb7;
}

#vid2 {
	background: url(../_img/bg_thumb2.png) no-repeat right top #fff;	
	color: #ff9958;	
}

#vid3 {
	background: url(../_img/bg_thumb3.png) no-repeat right top #fff;
	color: #bd695f;
}

.vTile .title {
	font-size: 16px;
	margin: 15px 0 0 9px;
	line-height: 1;
	text-transform:uppercase;
	font-weight: bold;
	height: 13px;
}

.vPath,.vTitle {
	display: none;
}

.watch_vid {
	position: relative;
	height: 17px;
	font-size: 12px;
	line-height: 1.5;
	color: #beb6a6;
	margin: 18px 0 0 114px;
}

.watch_vid img {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 6px 0 0;
}

.watch:hover {
	opacity: 0.8;
	cursor: pointer;
}

#launch_btn {
	background:url(../_img/btn_launch.png) no-repeat left top;
	width: 188px;
	height: 65px;
	position: absolute;
	right: -23px;
	top: 17px;
	margin: 0;
	padding: 11px 0 0 64px;
	border: 0;
	color: #ce5144;
	font-size: 11px;
	line-height: 0.9;
	letter-spacing: 1px;
}

#artist_content {
	position: relative;
	top: 12px;
	left: 0;
	width: 581px;
	height: 318px;
	padding-left: 19px;
	padding-bottom: 20px;
	background:url(../_img/bg_bio.jpg) repeat-y left bottom;
	float: left;
}

#artist_nav {
	position: relative;
	left: 0;
	top: 18px;
	width: 229px;
	height: 74px;
	float: left;
	padding: 0;
	background:url(../_img/artist_logo.png) no-repeat left 0;
	z-index: 9999;
}

#artist_nav #btn1 {
	position: relative;
	width: 224px;
	height: 20px;
	background:url(../_img/bg_bio1.png) no-repeat left top;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.9;
	padding-left: 5px;
	cursor: pointer;
	top: 54px;
}

#artist_nav #btn1:hover {
	opacity: 0.8;
}
	
#artist_bio {
	font-family: 'DroidSans';
	width: 553px;
	height: 58px;
	position: relative;
	top: -56px;
	left: 0;
	padding: 0 30px 20px 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	color: #8f8977;
	overflow: hidden;
	display: inline-block;
	z-index: 9000;
}

#artist_bio img {
	float: left;
}

#artist_bio p {
	margin: 0 0 10px;
}

#artist_btns {
	position: absolute;
	width: 600px;
	height: 78px;
	left: -15px;
	bottom: 10px;
	color: #ce5144;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
}

#btn_album {
	position: relative;
	display: inline-block;
	float: left;
	width: 120px;
	height: 63px;
	background:url(../_img/btn_album.png) no-repeat left top;
	padding:15px 19px 0 93px;
}

#artist_btns a:hover {
	opacity: 0.85;
}

#btn_official {
	position: relative;
	display: inline-block;
	float: left;
	width: 178px;
	height: 63px;
	background:url(../_img/btn_official.png) no-repeat left top;
	padding: 15px 17px 0 33px;
}

#btn_social {
	position: relative;
	display: inline-block;
	float: left;
	width: 109px;
	height: 63px;
	background:url(../_img/btn_social.png) no-repeat left top;
	padding: 15px 0 0 18px;
}

#btn_social a {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 11px;
}

#adContainer {
	width:300px;
	height:250px;
	background-color: #fff;
	position: absolute;
	right: 38px;
	top: 124px;
	margin: 0;
	padding: 8px;
	border: 3px solid #68adb7;
}

#adClick {
	position: absolute;
	top: 8px;
	display: block;
	z-index: 9999;
	border: none;
}

#adLogo {
	position: absolute;
	right: 50px;
	top: 396px;
	border: none;
}

.clearDiv {
	clear:both;
	height: 0;
}

/*---------------------------------------------------------------------------
					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;
}