body {
	font: 14px/20px Ubuntu, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
}
a {
	color: #204B7A;
	text-decoration: underline;
}
a:hover {
	color: #204B7A;
}

/* Offline display */

div.offline-wrap {
	margin: 0 100px 0 100px;
	padding: 0;
}
div.offline-text {
	text-align: center;
	padding: 0 25px 20px 25px;
	margin: 0;
}
div.offline-text p {
	padding: 0;
	margin: 10px 0 7px 0;
}

/* --------------------------------------- */
/* jPlayer One-Button Skin by LabradorData */
/* --------------------------------------- */

#circle, .jp-no-solution {
	background: #ffffea;
}
#circle {
	width: 220px;
	height: 220px;
	border: 1px solid #95acba;
	border-radius: 110px;
	margin: 0 auto 20px auto;
	box-shadow: 5px 5px 15px #ccc;
}
#player {
	margin: 0 auto 0 auto;
	padding: 0;
	background: url("notes.jpg") 0 50px repeat-x;
}
#loader {
	margin-top: 8px;
	text-align: center;
}
#status {
	margin: 43px 0 8px 0;
	font: normal 16px/16px Ubuntu, serif;
	padding: 0;
	clear: both;
	text-align: center;
	color: #333;
}
#loader img {
	width: 100px;
	height: 34px;
}
#streaminfo {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #666;
}
#streaminfo b {
	font-weight: normal;
}
div.jp-interface {
	position: relative;
	width:100%;
}

/* @group CONTROLS */

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 1px;
	width: 74px;
	height: 74px;
	margin: 0 auto;
}
div.jp-audio-stream ul.jp-controls {
	width: 74px;
}
div.jp-interface ul.jp-controls li {
	display: inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 74px;
	margin: 0;
	padding: 0;
}

/* @group single player controls */

div.jp-type-single  .jp-controls li a {
	width: 74px;
}
div.jp-type-single .jp-play {
	background: url("buttons.png") 0 0 no-repeat;
}
div.jp-type-single .jp-pause, div.jp-type-single .jp-stop {
	background: url("buttons.png") -78px 0 no-repeat;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position: relative;
	top: -125px;
	min-height: 125px;
	padding: 0;
	margin: 0 40px 0 40px;
	font-size: 13px;
	line-height: 17px;
	color: #aa0000;
	display: none;
	text-align: center;
}
.jp-no-solution a {
	color: #cc0000;
}
.jp-no-solution span {
	display: block;
	font-weight: bold;
}


@media screen and (max-width: 600px) {
	div.offline-wrap {
		margin: 0 40px 0 40px;
	}
	div.offline-text {
		padding: 0 0 20px 0;
	}
}

@media screen and (max-width: 450px) {
	div.offline-wrap {
		margin: 0 20px 0 20px;
	}
}
