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

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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-image: url(../img/bg.jpg);
}

a {
	outline: none;
	color: #e5631e;
	text-decoration: none;
}

a img {outline : none;}
img {border : 0;}

p {
	color: #999;
	line-height: 24px;
	font-size: 14px;
	font-weight: lighter;
}

#logo1 {
	position: absolute;
	width: 100px;
	height: 65px;
	top: 264px;
	right: 20px;
	z-index: 500;
}

#logo2 {
	position: absolute;
	width: 100px;
	height: 65px;
	top: 584px;
	right: 20px;
	z-index: 500;
}

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

#topBar {
	width: 100%;
	height: 31px;
	outline: 1px dotted #333;
	margin-top: -1px;
	background-color: #333;
	position: absolute;
	z-index: 5000;
}

#topBar .pandora {
	height: 31px;
	width: 100px;
	background-image: url(../img/pandoraLogo.png);
	background-size: 98px 14px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
}

#topBar .social {
	position: absolute;
	top: 0;
	right: 0;
	display: table;
	margin: 7px 10px 4px 0;
	height: 24px;
	z-index: 5000;
}

.social_btn {
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #45809f;
	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;
}


/*---------------------------------------------------------------------------
	MAIN FRAMEWORK
---------------------------------------------------------------------------*/

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
}

.wrapper .page {
	width: 998px;
	padding-top: 30px;
	background-color: #fff;
	min-height: 100%;
	border-left: 1px solid #acb2b8;
	border-right: 1px solid #acb2b8;
	overflow: hidden;
}

.wrapper .page .header {
	outline: 1px dotted #abafb3;
	background: url(../img/header.jpg) no-repeat #0d2b3f;
	width: 998px;
	height: 156px;
	border-bottom: 1px dashed #abafb3;
}

.wrapper .page .headerVideos {
	outline: 1px dotted #abafb3;
	background: url(../img/headerVideos.jpg) no-repeat #0d2b3f;
	width: 998px;
	height: 156px;
	border-bottom: 1px dashed #abafb3;
}

.wrapper .page .playerContainer {
	width: 100%;
	height: 560px;
	background-color: #333;
	position: relative;
}

.wrapper .page .playerContainer .text {
	width: 100%;
	padding: 6px 0 78px 0;
	position: absolute;
	bottom: 0;
	z-index: 1;
	outline: 1px dotted rgba(0,25,40,0.75);
	background-color: rgba(0,25,40,0.75);
}

.wrapper .page .playerContainer .text h1 {
	color: #cb5b00;
	font-size: 26px;
	padding-left: 20px;
}

.wrapper .page .playerContainer .text p {
	font-size: 14px;
	font-weight: lighter;
	padding-left: 20px;
	color: #ccc;
}


.wrapper .page .playerContainer .nav {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-image: url(../img/next-prev.gif);
	height: 68px;
	z-index: 500;
}

.wrapper .page .playerContainer .dots {
	position: absolute;
	bottom: 42px;
	left: 345px;
	width: 315px;
	height: 8px;
	padding-top: 8px;
	border-top: 1px dashed #1f5271;
	z-index: 2;
	text-align: center;
}

.dots .dot {
	display: inline-block;
	background-image: url(../img/dot.png);
	background-size: 8px 16px;
	margin: 0 4px;
	width: 8px;
	height: 8px;
}

.dots .dot.active {
	background-position: 0 8px;
}


#jp_container_1 {
	position: absolute;
	z-index: 4999;
	/*visibility: hidden;*/
	top: -800px;
}

#jp_container_1.active {
	visibility: visible;
	top: 0;
}

#jp_container_1 .close {
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(../img/close.png);
	width: 50px;
	height: 50px;
	z-index: 9999;
}


.nav .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 250px;
	height: 60px;
	cursor: pointer;

}

.nav .prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 250px;
	height: 60px;
	cursor: pointer;
}


#slides {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#slides .slide {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0,0,0);
}

.page .mainContent {
	float: left;
	padding: 20px 0 60px 0;
	position: relative;
}


.mainContent a {
	cursor: pointer;
}


.mixtape {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 564px;
	height: 220px;
}

.pdd {
	position: absolute;
	top: 240px;
	left: 8px;
	width: 564px;
	height: 210px;
}

.qual {
	position: absolute;
	top: 460px;
	left: 8px;
	width: 564px;
	height: 210px;
}



.voice {
	position: absolute;
	top: 290px;
	right: 10px;
	height: 260px;
	width: 410px;
}

.mixtape2 {
	position: absolute;
	top: 555px;
	right: 10px;
	height: 90px;
	width: 410px;
}

.photos {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 260px;
	width: 410px;
}

.footer {
	width: 100%;
	height: 134px;
	float: left;
	clear: both;
	padding-bottom: 100px;
	background: url(../img/footer.jpg) top center no-repeat;
}

.footer.videos {
	margin-top: 50px;
}

.footer .click {
	float: left;
	/*background-color: rgba(0,0,0,0.5);*/
	height: 100%;
	cursor: pointer;
	margin-left: 40px; margin-top: 20px;
}



#slideThumbs {
	width: 880px;
	height: 260px;
	padding: 20px 60px;
	margin-top: 15px;
	position: relative;
	background: url(../img/track.jpg) top center no-repeat;
}

#slideThumbHolder {
	position: absolute;
	width: 900px;
	height: 260px;
	top: 20px;
	left: 40px;
}

.slideThumb {
	width: 209px;
	height: 260px;
	position: absolute;
	border-right: 1px dotted #a6a6a6;
	background-color: #999;
}

#arrow_left {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 80px;
	width: 20px;
	background-color: #333;
}

#arrow_right {
	position: absolute;
	top: 20px;
	right: 0px;
	height: 80px;
	width: 20px;
	background-color: #333;
}


#postCTA {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 57px;
	z-index: 100;
}