/* =Reset Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a img {
	border: 0;
}

/* =Global
----------------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}


h2 {
	margin: 0.9em 0;
	text-align: left;
	color: #333;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
	line-height: 1.425em;
	font-weight: normal;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* assets */
img {
	height: auto;
	vertical-align: bottom;
}

/* Links */
a {
	color: #333333;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}


/*---------------------------------------------------------------------------
	PANDORA HEADER
---------------------------------------------------------------------------*/

#header {
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	background-image: url(images/bg_branding_2x.png);
	position: relative;
	z-index: 100;
} 

#pandoraHeader {
	width:100%;
	height:32px;
	background: url(genre_images/bg_pandorabar.jpg) repeat-x;
	-webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, .5);
}

#pandoraHeaderWrapper {
	position: absolute;
	width: 100%;
	height: 32px;
}

#pandoraLogo {
	background-image: url(genre_images/pandoraLogo.png);
	width: 100px;
	height: 32px;
	float: left;
}

#social {
	float: right;
	display: table;
	margin: 0 0 4px 0;
	height: 24px;
}

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


/* =Structure
----------------------------------------------- */

#branding,
#content,
#directory,
#legal {
	/*width: 980px;*/
	margin: 0 auto;
	padding: 
}



#branding {
	height: 22px;
	padding: 9px 0 12px;
}

#logo {
	float: left;
	margin-left: 10px;
}

#hero {
	background-image: url(genre_images/header.jpg);
	background-position: center top;	
	height: 288px;
	width: 100%;
	text-align: center;
	margin-top: -4px;
	color: #fff;
}

#titleContainer {
	display: inline-block;
	margin-top: 80px;
	position: relative;
}


#hero h1 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 3.4em;
	line-height: 1em;
	margin: .2em 0;
	margin: 0 45px;
}


#hero p {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.4em;
	position: absolute;
	margin: 19px 10px 10px;
}


#content {
	margin: 2em auto;
	overflow: hidden;
}

#blurb {
	font-size: 1.1em;
}
#blurb img {
	padding: 0.4em 0.4em 0.4em 0;
}

#content {
	text-align: center;
}

.station.feature {
	width: 250px;
	float: left;
	margin: 0 0.3em 1.5em;
}

.station {
	vertical-align: top;
	display: inline-block;
	margin: 0.35em;
	
	zoom: 1;
	*display:inline;
}

.stationOverlayHolder {
	position: relative;
}

.stationOverlay {
	background: rgb(0, 0, 0); /* The Fallback */
	background-color: rgba(0, 0, 0, 0.75); 
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.stationOverlay h2 {
	margin-left: 62px;
	color: #fff;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: .25em;
	display: none;
}

.stationOverlay.active {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.stationOverlay p {
	position: absolute;
	bottom: 0;
	color: #fff;
	margin: 1.5em;
	font-size: .75em;
	text-align: left;

	/*maybe*/
	max-height: 8.75em;
	overflow: hidden;
}



	.infoBox img {
		width: 50px;
		height: 50px;
		top: 50%;
		left: 5px;
		margin-top: -25px;
		position: absolute;
	}



	.infoBox h2 {
		margin-left: 62px;
		color: #fff;
		font-weight: bold;
		margin-top: .75em;
		margin-bottom: .25em;
		display: none;
	}

	.infoBox.active {
		opacity: 1;
	}

	.infoBox p {
		bottom: 0;
		color: #fff;
		margin-left: 60px;
		margin-right: 10px;
		margin-bottom: 10px;
		/*font-size: .75em;*/
		font-size: 10px;
		text-align: left;
	}

	.infoBox h2 {
		display: block;
	}



	.infoBox {
		background-color: rgba(0, 0, 0, 0.75); 
		position: fixed;
		z-index: 100;

		bottom: 0;
		left: 0;
		height: auto;
		text-align: left;

		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
	}

	.infoBox.up {
		-webkit-transition-duration: 500ms;
		z-index: 200;
	}


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

	.stationAlbumScreen.active {
		-webkit-box-shadow: inset 0px 0px 40px 10px rgba(255, 255, 255, .5), inset 0px 0px 0px 4px rgba(0, 0, 0, 1);
        box-shadow: inset 0px 0px 40px 10px rgba(255, 255, 255, .5), inset 0px 0px 0px 4px rgba(0, 0, 0, 1);
	}





.station img {
    width: 100%;
   	height: auto;
}

.stationOverlay img {
	margin-top: 2em;
	width: 30%;
}

#gift {
	
}


/* Footer */
#footer {
	padding: 1.5em 0;
}
#directory, #legal {
    font-size: 10px;	
    line-height: 1.7em;
	text-align: center;
}
#directory ul {
	margin: 0 0 1em;
}
#directory ul li {
    font-weight: bold;
    white-space: nowrap;
    display: inline;
    text-transform: capitalize;
    padding-right: 5px;
}
#legal {
	color: #7F89A3;
    font-weight: normal;	
}

.station {
	max-width: 250px;
	width: 30%;
}

.stationOverlay {
	-webkit-transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
}


/* =Jiggery Pokery
----------------------------------------------- */

/*
  .device { display: none; }
  
  .google { 
	opacity:.75;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
  }
  .google.main { 
	opacity:.50;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
  } 
*/ 



/* =Media Queries
----------------------------------------------- */


@media (max-width: 550px) {
	.station {
		width: 44%;
	}
}


@media (max-width: 480px) {

	#titleContainer {
		margin-top: 20px;
	}

	.station h2 {
		font-size: 75%;
	}

	.stationOverlay {
		display: none;
	}

	#hero {
		height: 200px;
	}


	#hero h1 {
		font-size: 2.5em;
		line-height: 1em;
	}

	#hero p {
		font-size: .75em;
	}

	#social {
		display: none;
	}

}

