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

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

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

body {
	width:100%;
	margin:0px;
	padding:0px;
	background: #000000;
}

#popup {
	background: url(../_img/program/bg_black.png);
	position: absolute;
	z-index: 8000;
	color: #abb4b8;

	text-align: center;
	padding: 0;
	width: 100%;
	height: 1000px;
	display: none;
}

#popup_text {
	margin: 200px auto;
	width: 650px;
	text-align: center;
}

#popup_text p {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 46px;
}

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

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

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

p {
	font-family:Helvetica, Arial, sans-serif;
	color: #abb4b8;
	font-size: 12px;
	line-height: 1.17;
	font-weight:100;
	text-decoration:none;
	display:inline;
}

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

a:hover{
	color: #abb4b8;
}

/* -------------- buttons -------------- */

.btn {
	box-shadow: 0 0 7px rgba(24, 117, 99, 1);
	-moz-box-shadow: 0 0 7px rgba(24, 117, 99, 1);
	-webkit-box-shadow: 0 0 7px rgba(24, 117, 99, 1);
	border: 1px solid #0d3f35;
	position: relative;
	background-color: #1c8772;
	overflow: visible;
}

.btn:hover,#on {
	box-shadow: 0 0 7px rgba(143, 143, 143, 1);
	-moz-box-shadow: 0 0 7px rgba(143, 143, 143, 1);
	-webkit-box-shadow: 0 0 7px rgba(143, 143, 143, 1);
	border: 1px solid #8f8f8f;
	background-color: #dcdcdc;
	cursor: pointer;
}

.btn_loglo {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #11362e;
	border-left: 1px solid #11362e;
	box-shadow: -1px -1px 6px rgba(25, 118, 98, 0.3);
	-moz-box-shadow: -1px -1px 6px rgba(25, 118, 98, 0.3);
	-webkit-box-shadow: -1px -1px 6px rgba(25, 118, 98, 0.3);
	position: relative;
	background-color: #1c8772;
}

.btn_loglo:hover {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #7c7c7c;
	box-shadow: -1px -1px 4px rgba(143, 143, 143, 0.4);
	-moz-box-shadow: -1px -1px 4px rgba(143, 143, 143, 0.4);
	-webkit-box-shadow: -1px -1px 4px rgba(143, 143, 143, 0.4);
	background-color: #dcdcdc;
	cursor: pointer;
}

.shadow {
	position: absolute;
	z-index: 2;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	top:0;
	left:0;
}

.btn_txt {
	font-size: 12px;
	font-weight: bold;
	color: #abb4b8;
	text-align: right;
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
}

/* -------------- bottom buttons -------------- */

#btm_btns {
	margin: 621px 37px 0 37px;
	position: absolute;
}

#btm_btns .btn_loglo {
	background-image:url(../_img/program/btn_btm.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	z-index: 0;
	margin: 0 2px;
}

#btm_btns .btn_loglo .btn_txt {
	bottom: 6px;
	right: 8px;
	padding-right: 16px;
	padding-top: 7px;
	padding-bottom: 3px;
	display: block;
	font-size: 11px;
}

.btn_left {
	background-image:url(../_img/program/btn_btm_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -2;
	left: -2;
	z-index: -10;
}

#btm_enform {
	width: 247px;
	height: 31px;
}

#btm_enform .shadow {
	width: 247px;
	height: 31px;
}

#btm_facebook {
	width: 210px;
	height: 31px;
}

#btm_facebook .btn_txt {
	background:url(../_img/program/facebook.png) no-repeat 2px 2px;
	padding-left: 27px;
}

#btm_facebook .shadow {
	width: 210px;
	height: 31px;
}

#btm_twitter {
	width: 194px;
	height: 31px;
}

#btm_twitter .btn_txt {
	background:url(../_img/global/shareTwitter.png) no-repeat 2px 2px;
	padding-left: 30px;
}

#btm_twitter .shadow {
	width: 194px;
	height: 31px;
}

#btm_youtube {
	width: 223px;
	height: 31px;
}

#btm_youtube .btn_txt {
	background:url(../_img/program/youtube.png) no-repeat 2px 4px;
	padding-left: 50px;
}

#btm_youtube .shadow {
	width: 223px;
	height: 31px;
}
	
	

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

.wrapper {
	position:absolute;
	width:100%;
	height:93px;
	top:0;
	left:0;
	background:url(../_img/global/bg_wrapper.jpg) repeat-x 0 32px #0d0d0d;
}

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

.pandoraHeaderContainer {
	width:100%;
	height:32px;
	background: url(../_img/global/bg_topbar.png) repeat-x #000000;
}

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

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

.addthis_toolbox a:hover {
	opacity: 0.7;
}

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

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

.addthis_button_google_plusone {
	position:relative;
	width:28px;
	height:18px;
	display:block;
	margin-top:7px;
	margin-left:9px;
	float:right;
	cursor:pointer; 
	outline-style:none;
	overflow:hidden;
}


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

.programHeader {
	position:absolute;
	width:976px;
	height:61px;
	padding-left:71px;
	left: 50%;
    margin-left: -514px;
}

.nav {
	float:left;
	width:208px;
	height:30px;
	position: relative;
	background-image:url(../_img/program/btn_nav.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
	margin: 13px 0 13px 10px;
}

.nav .btn_txt {
	bottom: 5px;
	right: 8px;
	padding-right: 17px;
	padding-top: 7px;
	padding-bottom: 3px;
}

.nav .shadow {
	width: 207px;
	height: 30px;
}

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

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

.page {
	background: url(../_img/global/bg_footer.jpg) repeat-x #000000 0 bottom;
	width: 100%;
	height: 906px;
}

.contentContainer {
	width: 100%;
	height: 876px;
	margin-top: 62px;
	overflow: hidden;
	background: url(../_img/global/bg_page.jpg) no-repeat #000000 center 0;
}

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

.mainContent {
	width: 980px;
	height: 586px;
	margin: 0 auto;
}

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

/* -------------- Station Gallery -------------- */

.gallery {
	width: 902px;
	margin: 0 39px;
	padding: 20px 0;
	position: absolute;
	z-index: 0;
}

.gallery h1 {
	color: #abb4b8;
	font-size:16px;
	line-height: 1;
	padding: 0 0 0 22px;
}

.gallery p {
	display: block;
	padding: 0 0 0 22px;
	margin: 5px 0 0 0;
	width: 610px;
}

.section {
	padding: 12px 16px 16px 16px;
}

.bdr {
	height: 1px;
	background:#000000;
	width: 98%;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
	-moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
	-webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
}

.station {
	float: left;
	overflow: visible;
	margin: 0 0 23px 5px;
	position: relative;
	width: 280px;
}

.station_btn {
	width: 280px;
	height: 56px;
	background-image: url(../_img/program/btn_station.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	z-index:3;
	margin: 0 0 9px;
}

.station .shadow {
	width: 279px;
	height: 56px;
	position: absolute;
}

.station_btn .btn_txt {
	bottom: 8px;
	right: 8px;
	padding-right: 17px;
	padding-top: 7px;
	padding-bottom: 2px;
}

.two_line {
	width: 155px;
}

.station_desc {
	width: 281px;
	color: #abb4b8;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 4px;
}

.long_desc,.station_url {
	display: none;
}

#learn_btn {
	width: 390px;
	height: 45px;
}	

#learn {
	width: 384px;
	height: 37px;
	background-image: url(../_img/program/btn_learn.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	z-index:3;
}

#learn_btn .shadow {
	width: 383px;
	height: 37px;
}

#learn .btn_txt {
	bottom: 8px;
	right: 8px;
	padding-right: 17px;
	padding-top: 7px;
	padding-bottom: 4px;
}

/* -------------- Station Details -------------- */

#station_details {
	width: 980px;
	height: 586px;
	position: absolute;
	background: url(../_img/program/bg_black.png);
	z-index: 4000;
	display: none;
}

#launch_box {
	width: 574px;
	height: 250px;
	margin: 132px auto;
	background: url(../_img/program/bg_launch.jpg);
	box-shadow: 0 0 30px rgba(28, 135, 114, 0.6);
	-moz-box-shadow: 0 0 30px rgba(28, 135, 114, 0.6);
	-webkit-box-shadow: 0 0 30px rgba(28, 135, 114, 0.6);
	border: 1px solid #0d3f35;
	position: relative;
}

#station_name {
	top: 40px;
	left: 55px;
	padding-right: 17px;
	padding-top: 7px;
	padding-bottom: 3px;
}

#station_name.btn_txt {
	background: url(../_img/program/highlight.png) no-repeat right bottom;
}

#launch_box p {
	margin: 85px 0 0 55px;
	display: block;
	width: 470px;
	line-height: 1.5;
}

#launch_btns {
	margin: 37px 0 0 52px;
}

#main_station_btn .shadow {
	width: 208px;
	height: 30px;
}

#detail_more {
	background-image: url(../_img/program/btn_detail_enform.png);
	width: 222px;
	height: 30px;
	margin-left: 4px;
}

#detail_more .shadow {
	width: 208px;
	height: 30px;
}
	
#close {
	position: absolute;
	top: 13px;
	right: 13px;
	width: 20px;
	height: 20px;
	background: url(../_img/program/btn_close.png);
	background-color: #abb4b8;
}

#close:hover {
	box-shadow: 0 0 2px rgba(24, 117, 99, 1);
	-moz-box-shadow: 0 0 2px rgba(28, 135, 114, 1);
	-webkit-box-shadow: 0 0 2px rgba(24, 117, 99, 1);
	background-color: #146051;
}
	
	
/* -------------- Video -------------- */

#videoContainer {
	position: absolute;
	width:902px;
	height:508px;
    margin: 0 39px;
	z-index:9998;
	display: none;
}

#video_click {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 400px;
	cursor: pointer;
	z-index: 9999;
}

#videoContainer #video {
	margin-bottom: 10px;
	width: 840px;
	height: 470px;
	background: #000000;
	padding: 19px 31px;
}

.videoBtn {
	float:left;
	width:281px;
	height:34px;
	margin: 13px 0 13px 4px;
	position: relative;
	background-color: #1c8772;
	background-image:url(../_img/program/btn_video.png);
	background-repeat: no-repeat;
}

.videoBtn .btn_txt {
	bottom: 5px;
	right: 8px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 6px;
}

.videoBtn .shadow {
	widht: 281px;
	height: 34px;
}

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

#flashContent {
	text-align: center;
	background: #666;
	width: 840px;
	height: 470px;
	position: absolute;
	top:0;
	left:0;
}

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