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

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

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

body {
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../_img/global/bg.jpg) no-repeat center 32px #000000;
}

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

p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	display:inline;
}

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/global/bg_pandoraHd.jpg) repeat-x 0 0 #00416a;
}

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

.socialLinks {
	position:relative;
	height:25px;
	float:right;
	border-left: 1px solid #457c9a;
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 2px 0 0 18px;
}

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

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

.addthis_button_email {
	position:relative;
	width:30px;
	height:21px;
	display:block;
	margin:2px 0 0 8px;
	float:right;
	cursor:pointer; 
	outline-style:none;
	overflow:hidden;
}

.addthis_button_google_plusone {
	margin-top: 6px;
}

.share {
	float: right;
}

.custom_images a:hover {
	opacity: 0.6;
}

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

.programHeader {
	position:absolute;
	width:970px;
	height:143px;
	left: 50%;
	margin-top: 5px;
    margin-left: -485px;
    background:url(../_img/program/programHeader_p4_bg.jpg);
    border-top: 1px solid #405360;
}

#programLogo {	
	position: relative;
	left: 0;
	top:0;
	width:645px;
	height:143px;
	background:url(../_img/program/programLogo_p4.png) no-repeat;
}

#sponsorLogo {
	position: absolute;
	right: 0;
	top: 0;
	width:325px;
	height:143px;
	display:block;
	background:url(../_img/program/sponsorLogo_p5.png) no-repeat;
}

#check {
	position: absolute;
	left: 70px;
	top: 118px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding-right: 16px;
	background:url(../_img/program/arrow_sm.png) no-repeat right -1px;
	letter-spacing: -1px;
}

#check:hover {
	opacity: 0.7;
}
	

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

.contentContainer {
	width: 100%;
	height: 1139px;
	padding-top: 148px;
	overflow: hidden;
	background:url(../_img/program/bg_content.jpg) center 147px no-repeat;
	margin-bottom: 50px;
}

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

#custom_content {
	position: relative;
	width:926px;
	height:520px;
    margin: 20px auto 12px;
	z-index:9998;
	border: 2px solid #efefef;
	background:url(../_img/program/bg_custom_content.jpg) no-repeat #3a444e;
}

#custom_content #results {
	display: none;
}

#band_videos {
	width: 100%;
	height: 416px;
}

#vtile_container {
	width: 171px;
	float: right;
	padding: 0 6px;
}

.vTile {
	margin-bottom: 19px;
}

.vTitle {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #a9b6c4;
	font-size: 14px;
	text-shadow: 1px 1px 1px #333333;
	margin: 5px 7px;
}

.vPath {
	display: none;
}

#photo_gallery {
	display: none;
}

#main_photo {
	position: absolute;
	bottom: 0;
	width: 780px;
	background-color: #000;
	padding: 0 73px;
}

#gal_arrow_left {
	width: 50px;
	height: 200px;
	background: url(../_img/global/gallery_arrow_left.png);
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 0;
	cursor: pointer;
	z-index:300;
}

#gal_arrow_right {
	width: 50px;
	height: 200px;
	background: url(../_img/global/gallery_arrow_right.png);
	position: absolute;
	top: 50%;
	margin-top: -100px;
	right: 0;
	cursor: pointer;
	z-index:300;
}

.close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -16px;
	top: -16px;
	background: url(../_img/global/btn_close.png) no-repeat;
	z-index: 2;
	cursor: pointer;
	z-index:300;
}

.activePhoto {
	border: 2px solid #09F;
	margin: -2px;
}


#band_content {
	width: 193px;
	margin: 10px 17px 0 16px;
	color: #fff;
	float: left;
}

#bio_bg {
	position: absolute;
	top: 67px;
	left: 24px;
	z-index: 1;
	width: 340px;
	height: 344px;
	background: #000;
	opacity: 0.5;
}

.artist_bio {
	width: 654px;
	height: 85px;
	border: 2px solid #ffffff;
	padding: 8px 12px 8px 12px;
	float: right;
	background: #1d2227;
	margin: 7px 8px 0 0;
}

.artist_bio p {
	color: #e0e0e0;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.125;
	font-weight: bold;
	display: block;
	margin: 0 0 8px;
}

.artist_btn {
	font-size: 13px;
	padding: 7px 0 6px;
	margin: 8px 0 0;
	text-align: center;
	width: 193px;
	background: #e64e2c;
	color: #fff;
	letter-spacing: -1px;
	display: block;
	position: relative;
}

.artist_btn:hover {
	background: #c74528;
}

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

.mainContent {
	width:926px;
	height: 560px;
	margin: 0 auto;
	position: relative;
}

#mixtape {
	color: #fff;
	font-size: 16px;
	width: 607px;
	height: 231px;
	padding: 15px 8px 10px 8px;
	letter-spacing: -1px;
	position: absolute;
	left: 0;
	background:url(../_img/program/bg_launch.jpg) no-repeat #37414a;
	overflow: hidden;
}

#mixtape #mt_txt {
	margin: 0 0 5px 0;
	text-align: center;
}

#photo_container {
	width: 600px;
	padding: 0;
	margin: 10px 0 0 7px;
}

.photo {
	float: left;
	margin: 0 4px 3px 0;
	width: 146px;
	height: 97px;
	cursor: pointer;
}

.path {
	display: none;
}

.outline {
	position: absolute;
	border: 2px solid #fff;
	width: 146px;
	height: 95px;
}

#adContainer {
	width:300px;
	height:250px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	margin: 0;
}

#ad_300x250 {
	width:300px;
	height:250px;
}

#share {
	color: #fff;
	font-size: 26px;
	width: 340px;
	height: 268px;
	padding: 19px 19px 20px 21px;
	letter-spacing: -1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url(../_img/program/bg_share.jpg) no-repeat #37414a;
}

#share #share_text {
	width: 300px;
}

#share .btn {
	font-size: 18px;
	padding: 7px 0 6px;
	margin-top: 13px;
	text-align: center;
	width: 168px;
	background:url(../_img/program/bg_btn.png) repeat-x #ad1d14;
}

#share .btn:hover {
	background:url(../_img/program/bg_btn_hov.png) repeat-x #9f1b13;
}

#share div {
	position: relative;
}

#share #share_text_sm {
	font-size: 20px;
	width: 340px;
	margin-top: 22px;
	margin-left: 2px;
	padding: 21px 19px 0 21px;
	left: 0;
	position: absolute;
	background:url(../_img/program/share_dvdr.png) no-repeat left top;
}

#share #share_icons {
	width: 339px;
	height: 57px;
	position: absolute;
	top: 226px;
	left: 21px;
	border: 1px solid #6b7681;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	background:url(../_img/program/bg_share_icons.png) no-repeat #3a454d;
}

#share #share_icons a:hover {
	opacity: 1;
}

#share #share_icons img:hover {
	opacity: 0.6;
}

#share_icons .addthis_button_facebook {
	width: 104px;
	height: 47px;
	float: left;
	border-right: 1px solid #6b7681;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}

#share_icons .addthis_button_twitter {
	width: 110px;
	height: 47px;
	float: left;
	border-right: 1px solid #6b7681;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}

#share_icons .addthis_button_email {
	width: 123px;
	height: 47px;
	float: left;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}

#band_vid {
	width: 742px;
	height: 416px;
	position: absolute;
}


#vid {
	width: 546px;
	height: 306px;
	position: absolute;
}

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