/*
 * A skin for the RedHawks music player
 * https://redhawksband.com
 *
 * Skin Name: RedHawks
 *
 *
 * Author: Thomas Bishop
 * Skin Version: 1.0 (jPlayer 2.0.0)
 * Date: 3rd May 2011
 */

div.jp-audio {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	background-color: #f4f3f2; 
	border: 1px solid #cbc8be;
}

div.jp-audio {
	width:280px;
}
div.jp-interface {
	position: relative;
	/* width:418px; */
	width:100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:60px;
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display: inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:10px;
	left:36px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:10px;
	left:44px;
}
a.jp-play {
	background: url("jplayer-redhawks.gif") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer-redhawks.gif") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer-redhawks.gif") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer-redhawks.gif") -41px -42px no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:16px;
	left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:16px;
	left:110px;
}
a.jp-stop {
	background: url("jplayer-redhawks.gif") 0 -83px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("jplayer-redhawks.gif") -29px -83px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:20px;
	top:16px;
}
a.jp-previous {
	background: url("jplayer-redhawks.gif") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jplayer-redhawks.gif") -29px -112px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
	left:80px;
	top:16px;
}
a.jp-next {
	background: url("jplayer-redhawks.gif") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jplayer-redhawks.gif") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:22px;
	left:120px;
	width:110px;
	height:15px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	top:25px;
	left:144px;
	width:110px;
	height:11px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: url("jplayer-redhawks.gif") 0 -202px repeat-x;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: url("jplayer-redhawks.gif") 0 -218px repeat-x ;
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
	width:18px;
	height:15px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:22px;
	left:266px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:22px;
	left:288px;
}
a.jp-mute {
	background: url("jplayer-redhawks.gif") 0 -186px no-repeat;
}
a.jp-mute:hover {
	background: url("jplayer-redhawks.gif") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("jplayer-redhawks.gif") 0 -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("jplayer-redhawks.gif") -19px -186px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer-redhawks.gif") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:50px;
	left:45px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:50px;
	left:45px;
}
div.jp-volume-bar-value {
	background: url("jplayer-redhawks.gif") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-current-time,
div.jp-duration {
	font-weight: 600;
	position: absolute;
	font-size:.7em;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top:41px;
	left:116px;
	width:110px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:41px;
	left:150px;
	width:100px;
}
div.jp-playlist {
	/* width:418px; */
	padding-bottom: 20px;
	width:100%;
	border-top:none;
	height: 406px;
	overflow:auto;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */

}

div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 8px 20px;
	background: url('hr.gif') repeat-x bottom;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:5px 0 0 20px;
	background: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:disc;
	margin-left:12px;
	padding-left:8px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
	font-weight: 400 !important;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#d27e3a;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#d27e3a;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:7px;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media a:first-child {
	margin-left: 4px;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media a:last-child {
	margin-right: 4px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
}
