/* styles for Panda Explosion site */

body {
	background: #fff;
	font-family: Helvetica, Arial;
}

a {
	color: black;
}

#wrapper {
	width: 50em;

}

#footer {
	padding: 1em;
	text-align: center;
}

.listen {
	position: relative;
	top: .2em;
	color: #777;
	font-weight: bold;
	font-size: 2.5em;
}

#header {
	position: relative;
}

#stream {
	display: inline;
	position: absolute;
	bottom: -.3em;
	margin-left: .3em;
}

#stream a {
	color: #fff;
	background: #000;
	padding: 1em;
	text-decoration: none;
}

#stream a:hover {
	color: #ccc;
}

#title {
	display: inline;
	width: 8.5em;
	text-align: center;
	color: #000;
	font-size: 3em;
	font-family: Helvetica, Arial;
	font-weight: bold;
	border-bottom: 15px #333 solid;
}

#site_image {
	margin: 0 auto;
}

.ascii_image {
	width: 20em;
}

#now_playing {
	float: right;
	position: relative;
	top: 1em;
	margin-top: 3em;
	width: 30em;
}

#playlist {
	overflow: auto;
	width: 30em;
	height: 25em;
}

.artist {
	font-weight: bold;
}

.song {
	display: block;

}

.time {

}

#scripty_morph {
	width: 20em;
	cursor: pointer;
	position: relative;
	height: 300px;
}

#scripty_morph div {
	position: absolute;
	font-size: 60px;
	height: 60px;
}