/* General Styles */

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}



.fl
{
	float: left;
}

.clear
{
	clear: both;
}

h1, h2, p
{
	line-height: 16px;
	color: #46040c;
}




h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}



h2
{
	font-size: 12px;
	margin: 0;
}



p
{
	font-size: 12px;
	margin: 0;
}



a
{
	text-decoration: none;
	color: #46040c;
}



a:hover
{
	text-decoration: underline;
}



em
{
	color: red;
}



#wrapper
{
	width: 960px;
	margin: 0 auto;
	padding-top: 184px;
}



.station
{
	padding: 10px 0;
}



.station:hover
{
	background: #fafafa;
	cursor: hand;
	cursor: pointer;
}



.station, #ad
{
	border-bottom: 1px solid #ddd;
}	

.station-info
{
	padding: 16px 10px 8px 20px;
}



.station-image
{
	height: 60px;
	width: 100px;
}

.station-image img
{
	width: 100px;
	height: 60px;
}



#ad
{
	text-align: center;
	padding: 10px 0;
}

#jp_container_1
{
	margin: 10px auto;
}



.jp-progress, div.jp-current-time, ul.jp-toggles li a, div.jp-duration,
div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute,
div.jp-audio a.jp-volume-max, div.jp-audio-stream a.jp-volume-max,
div.jp-volume-bar-value, div.jp-audio div.jp-volume-bar
{
	display: none !important;
}




div.jp-audio ul.jp-controls
{
	text-align: center !important;
	width: 100px !important;
	margin: 0 auto !important;
}

#instructions
{
	margin: 10px 0;
	display: block;
	text-align: center;
}

#player-fixed
{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: white;
	box-shadow: 0px 0px 14px 0px #ccc;
	padding: 0;
}

/* Responsive Edits */

@media screen and (max-width: 960px)
{
	#wrapper
	{
		width: 640px;
	}
}

@media screen and (max-width: 640px)
{
	#wrapper
	{
		width: 470px;
	}
}

@media screen and (max-width: 470px)
{
	#wrapper
	{
		width: 340px;
	}
	
	#jp_container_1
	{
		width: 280px;
	}
}

@media screen and (max-width: 426px)
{
	#wrapper
	{
		width: 320px;
	}
}

/* New Edits 3/13/2013 */

#headContainer {
	width: inherit;
	height: 48px;
	display: block;
	position: relative;
	background: #494949;
	background: -moz-linear-gradient(top, #494949, #46040c);
	background: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#46040c));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#46040c',GradientType=0 );
	border-bottom: 1px solid #46040c;
	border-top: 1px solid #46040c;
}