@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 #181818;
	font-family:Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: 'ChineseRocksRg-Regular';
	src: url('chineserocksrg-regular.eot');
	src: url('chineserocksrg-regular.eot?#iefix') format('embedded-opentype'),
		 url('chineserocksrg-regular.woff') format('woff'),
		 url('chineserocksrg-regular.ttf') format('truetype');
    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;
	color:#ffffff;
	text-decoration:none;
	outline: none;
}

a:hover{
	color:#fff;
}

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

.pandoraHeader {
	position:absolute;
	width:946px;
	height:32px;
	left: 50%;
    margin-left: -473px;
	background:url(../_img/pandoraLogo.png) no-repeat 0 0;
}

#social {
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
	display: table;
	margin: 4px 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 -------------- */

.programHeader {
	position:absolute;
	width:926px;
	height:72px;
	left: 50%;
	top: 32px;
    margin-left: -463px;
	z-index: 9998;
	/*-webkit-box-shadow: 0px -15px 15px 1px rgba(71, 41, 22, 0.75);
	box-shadow: 0px -15px 15px 1px rgba(71, 41, 22, 0.75);*/
}

#programLogo {
	float: left;
	width:190px;
	height:72px;
	display:block;
	background:url(../_img/programLogo.png) no-repeat;
}

#sponsorLogo {
	float: right;
	width:209px;
	height:72px;
	display:block;
	background:url(../_img/sponsorLogo.png) no-repeat;
}
	

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

.contentContainer {
	width: 100%;
	padding-top: 104px;
	overflow: hidden;
	position: relative;
}

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

#video_over {
	position: absolute;
	width: 926px;
	height: 10px;
	background:url(../_img/video_bdr_top.png) no-repeat;
	top: 104px;
	left: 50%;
    margin: 0 auto 0 -463px;
	z-index: 9998;
}

#video {
	position: relative;
	width:924px;
	height:518px;
	top: 0;
	left: 50%;
    margin: 0 auto 0 -463px;
    padding: 1px;
	z-index:9997;
	background:url(../_img/video_bdr.png) no-repeat left 10px;
}

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

.mainContent {
	width:926px;
	margin: 0 auto 30px;
	position: relative;
	background:url(../_img/bg_maincontent.jpg) no-repeat;
	padding-top: 6px;
}

#vtile_container {
	width: 926px;
	height: 100px;
	color: #fff;
	margin: 0;
}

.vTile {
	display: inline-block;
	width: 164px;
	height: 70px;
	margin: 0 8px 0 6px;
	padding: 4px 5px;
	position: relative;
	background: url(../_img/bg_thumb.png) no-repeat left top;
}

.vid_img {
	float: left;
	width: 66px;
	height: 66px;
}

.vid_details {
	float: right;
	width: 93px;
	height: 70px;
	padding: 0 0 0 5px;
}

.vTile h3 {
	font-size: 16px;
	margin: 2px 0 0 0;
	line-height: 1;
	font-family: 'ChineseRocksRg-Regular';
	font-weight: normal;
	letter-spacing: 0.03em;
}

.vPath {
	display: none;
}

.watch_vid {
	position: absolute;
	right: 9px;
	bottom: 12px;
	background: url(../_img/bg_play.png) no-repeat left top;
	width: 80px;
	height: 21px;
	text-align: right;
	padding-right: 8px;
	font-family: 'ChineseRocksRg-Regular';
	font-size: 13px;
	line-height: 1.5;
}

.watch_vid img {
	position: absolute;
	left: 5px;
	top: 4px;
}

.watch_vid img:hover {
	opacity: 0.8;
	cursor: pointer;
}

#border {
	background:url(../_img/bdr_vertical.png) no-repeat left top;
	width: 1px;
	height: 76px;
	position: absolute;
	top: 6px;
	left: 574px;
}

#launch_btn {
	background:url(../_img/btn_launch.jpg) no-repeat left top #0f0f0f;
	width: 331px;
	height: 76px;
	position: absolute;
	right: 0;
	top: 5px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: 'ChineseRocksRg-Regular';
	color: #bd0000;
	font-size: 23px;
	line-height: 1.1;
	border: 0;
}

#launch_btn:hover {
	opacity: 0.9;
}

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

#artist_nav {
	position: relative;
	left: 0;
	top: 9px;
	width: 184px;
	float: left;
	padding: 16px 0;
	background:url(../_img/bdr_vertical.png) no-repeat right top;
}

#artist_nav .btns {
	font-family: 'ChineseRocksRg-Regular';
	color: #fefefe;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
}

#artist_nav .btns:hover {
	opacity: 0.8;
}

#artist_nav #btn1 {
	width: 162px;
	height: 54px;
	background:url(../_img/bg_bio1.png) no-repeat left top;
}

#artist_nav #btn2 {
	width: 163px;
	height: 47px;
	margin-left: 3px;
	background:url(../_img/bg_bio2.png) no-repeat left top;
	display: block;
}

#artist_nav #btn2 .btn_txt {
	display: block;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	letter-spacing: 0.02em;
	font-size: 17px;
}
	
#artist_bio {
	width: 309px;
	height: 99px;
	position: relative;
	top: 14px;
	right: 0;
	padding: 8px 20px 0 15px;
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	color: #2d2d2d;
	overflow: hidden;
	display: inline-block;
}

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

#more {
	font-size: 13px;
	display: inline;
	cursor: pointer;
}

#more span {
	color: #fe0000;
}
	

#adContainer {
	width:300px;
	height:250px;
	background-color: #000;
	position: relative;
	right: 19px;
	top: 12px;
	margin: 0;
	border: 12px solid #940e0e;
	float: right;
}

#adLogo {
	position: absolute;
	right: 30px;
	top: 386px;
}

.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;
}