/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http: //www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http: //www.opensource.org/licenses/mit-license.php
 *  - http: //www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.0
 * Date: 29th April 2010
 */

div.jp-single-player,
div.jp-playlist-player {

}
div.jp-interface {
  position: relative;
  background: #444;
  background: -moz-linear-gradient(top, #444, #111);
	background: -o-linear-gradient(top, #444, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#111111)";
  border: 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
  width: 465px;
  height: 80px;
  border: 1px solid #009be3;
  border-bottom: none;
}
#nowplayingsong{
	margin-bottom: 20px !important;
	color: red !important;
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div.jp-interface ul.jp-controls li {
  position: absolute;
}
div.jp-interface ul.jp-controls a {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
  top: 20px;
  width: 40px;
  height: 40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
  left: 40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
  left: 48px;
}
a.jp-play {
  background: url(jplayer.png) 0 0 no-repeat;
}
a.jp-play:hover {
  background: url(jplayer.png) -41px 0 no-repeat;
}
a.jp-pause {
  background: url(jplayer.png) 0 -42px no-repeat;
}
a.jp-pause:hover {
  background: url(jplayer.png) -41px -42px no-repeat;
}
a.jp-stop {
  top: 26px;
  background: url(jplayer.png) 0 -83px no-repeat;
  width: 28px;
  height: 28px;
}
div.jp-single-player a.jp-stop {
  left: 90px;
}
div.jp-playlist-player a.jp-stop {
  left: 126px;
}
a.jp-stop:hover {
  background: url(jplayer.png) -29px -83px no-repeat;
}
a.jp-previous {
  left: 20px;
  top: 26px;
  background: url(jplayer.png) 0 -112px no-repeat;
  width: 28px;
  height: 28px;
}
a.jp-previous:hover {
  background: url(jplayer.png) -29px -112px no-repeat;
}
a.jp-next {
  left: 88px;
  top: 26px;
  background: url(jplayer.png) 0 -141px no-repeat;
  width: 28px;
  height: 28px;
}
a.jp-next:hover {
  background: url(jplayer.png) -29px -141px no-repeat;
}
div.jp-progress {
  position: absolute;
  overflow: hidden;
  top: 32px;
  background-color: #ddd;
  width: 122px;
  height: 15px;
}
div.jp-single-player div.jp-progress {
  left: 130px;
}
div.jp-playlist-player div.jp-progress {
  left: 164px;
}
div.jp-load-bar {
  background: url(jplayer.png) 0 -202px repeat-x;
  width: 0px;
  height: 15px;
  cursor: pointer;
}
div.jp-play-bar {
  background: url(jplayer.png) 0 -218px repeat-x ;
  width: 0px;
  height: 15px;
}
a.jp-volume-min {
  top: 32px;
  background: url(jplayer.png) 0 -170px no-repeat;
  width: 18px;
  height: 15px;
}
div.jp-single-player a.jp-volume-min {
  left: 274px;
}
div.jp-playlist-player a.jp-volume-min {
  left: 296px;
}
a.jp-volume-min:hover {
  background: url(jplayer.png) -19px -170px no-repeat;
}
a.jp-volume-max {
  top: 32px;
  background: url(jplayer.png) 0 -186px no-repeat;
  width: 18px;
  height: 15px;
}
.jp-shuffle {
  top: 32px;
  background: url(shuffle.png) no-repeat;
  width: 27px;
  height: 19px;
  left: 398px;
}
.jp-repeat {
  top: 32px;
  background: url(repeat.png) no-repeat;
  width: 27px;
  height: 19px;
  left: 425px;
}
div.jp-single-player a.jp-volume-max {
  left: 346px;
}
div.jp-playlist-player a.jp-volume-max {
  left: 368px;
}
a.jp-volume-max:hover {
  background: url(jplayer.png) -19px -186px no-repeat;
}

div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  top: 37px;
  background: url(jplayer.png) 0 -250px repeat-x;
  width: 46px;
  height: 5px;
  cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
  left: 292px;
}
div.jp-playlist-player div.jp-volume-bar {
  left: 314px;
}
div.jp-volume-bar-value {
  background: url(jplayer.png) 0 -256px repeat-x;
  width: 0px;
  height: 5px;
}
div.jp-play-time,
div.jp-total-time {
  position: absolute;
  top: 49px;
  width: 122px;
  font-size: .64em;
  font-style: oblique;
}
div.jp-total-time {
  text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
  left: 130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
  left: 164px;
}
div.jp-playlist {
  background: #222;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
  width: 465px;
}

.profileplayer div.jp-playlist ul{
	display: none !important;
}

.profileplayer div.jp-interface{
	border-bottom: 1px solid #009BE3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.jp-playlist ul{
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  background: #222;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
  border: 1px solid #009be3;
  border-top: none;
  width: 425px;
  font-size: .72em;
}
div.jp-single-player div.jp-playlist li {
  padding: 5px 0 5px 20px;
  margin: 0;
  font-weight: bold;
  background: none;
}
div.jp-playlist-player div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
  margin: 0;
  background: none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
  padding: 5px 0 5px 20px;
  border-bottom: none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 8px;
 
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current a{
	color: red !important;
	font-size:14px;
}
div.jp-playlist-player div.jp-playlist a {
  color: #ffffff;
  text-decoration: none;
   font-size:14px;
}
div.jp-playlist-player div.jp-playlist a:hover {
  color: rgb(144,41,39);
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
  color: rgb(144,41,39);
}
