/*
 * http://www.jplayer.org 
 * Skin Name: FT-Skin
    * nur Audioplayer mit Playlist, voll skalierbar, kein Video Skin 
    * angepasste CSS Datei vom "Pink Flag" Theme (Author: Silvia Benvenuti) 
 * Author: Jan Heinicke (jan.ftide@gmail.com / www.fractatulum.net) 
 * Datum: 4. April 2012 
*/
div.jp-audio { font-size:1em; font-family:Verdana, Arial, sans-serif; line-height:1.6; color: #fff; background:#f0f5f7; background-size: 22% auto; position:relative; width:100%; margin:auto; }
div.jp-interface { position: relative; width:76%; margin:auto; padding:1%; background-color:transparent; }
div.jp-audio .jp-interface { height: 100px; padding-top:10px; }
div.jp-audio .jp-interface:after { content:""; display:block; }
/* @group CONTROLS */
div.jp-controls-holder { clear: both; margin:0 auto; position: relative; overflow:hidden; }
div.jp-interface ul.jp-controls { background: url("./ft-player-skin.png") 0 0 no-repeat; list-style-type:none; padding: 1px 0 2px 1px; overflow:hidden; height: 34px; width:100%;}
div.jp-audio ul.jp-controls { margin-left:-15px;}
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: 34px; margin: 0 1px 2px 0; padding: 0; }
/* @group playlist player controls */
div.jp-type-playlist .jp-controls li a { width: 35px; }
div.jp-type-playlist .jp-play { background: url("./ft-player-skin.png") -24px -40px no-repeat; }
div.jp-type-playlist .jp-play:hover { background: url("./ft-player-skin.png") -124px -40px no-repeat; }
div.jp-type-playlist .jp-pause { background: url("./ft-player-skin.png") -24px -120px no-repeat; }
div.jp-type-playlist .jp-pause:hover { background: url("./ft-player-skin.png") -124px -120px no-repeat; }
div.jp-type-playlist .jp-stop { background: url("./ft-player-skin.png") -24px -80px no-repeat; }
div.jp-type-playlist .jp-stop:hover { background: url("./ft-player-skin.png") -124px -80px no-repeat; }
div.jp-type-playlist .jp-previous { background: url("./ft-player-skin.png") -24px -200px no-repeat; }
div.jp-type-playlist .jp-previous:hover { background: url("./ft-player-skin.png") -124px -200px no-repeat; }
div.jp-type-playlist .jp-next { background: url("./ft-player-skin.png") -24px -160px no-repeat; }
div.jp-type-playlist .jp-next:hover { background: url("./ft-player-skin.png") -124px -160px no-repeat; }
/* @end */

/* @group TOGGLES */
ul.jp-toggles { /*display:none; *//*   Ausgeblendet, brauch ich nicht */ }
/* @end */

/* @group progress bar */
/* The seeking class is added/removed inside jPlayer */
.jp-progress { background: #d4dfe3; width: 100%; height: 19px; padding: 0; margin: 4px 0; overflow:hidden; }
.jp-seek-bar { background: url("./ft-player-skin.png") 0px -260px repeat-x; width:0px; height: 100%; overflow:hidden; cursor:pointer; }
.jp-play-bar { background: url("./seekbar.gif") repeat-x; width:0px; height: 100%; overflow:hidden; }
/* @end */

/* @group volume controls */
div.jp-interface ul.jp-controls a.jp-mute, div.jp-interface ul.jp-controls a.jp-unmute, div.jp-interface ul.jp-controls a.jp-volume-max { background: url("./ft-player-skin.png") 0px -330px no-repeat; position: absolute; width: 16px; height: 11px; }
div.jp-audio ul.jp-controls a.jp-mute, div.jp-audio ul.jp-controls a.jp-unmute { top:23px; left: 45%; }
div.jp-audio ul.jp-controls a.jp-volume-max { top:23px; left: 94%; }
div.jp-interface ul.jp-controls a.jp-mute:hover { background-position: -25px -330px; }
div.jp-interface ul.jp-controls a.jp-unmute { background-position: -60px -330px;}
div.jp-interface ul.jp-controls a.jp-unmute:hover { background-position: -85px -330px; }
div.jp-interface ul.jp-controls a.jp-volume-max { background-position: 0px -350px; }
div.jp-interface ul.jp-controls a.jp-volume-max:hover { background-position: -25px -350px; }
.jp-volume-bar { background: url("./ft-player-skin.png") 0px -300px repeat-x; position: absolute; width: 39%; margin-left: 0; height: 4px; padding: 1px; overflow: hidden; }
.jp-volume-bar:hover { cursor:  pointer; }
div.jp-audio .jp-interface .jp-volume-bar { top:26px; left: 51%; }
.jp-volume-bar-value { background: url("./ft-player-skin.png") 0px -320px repeat-x; height: 4px; }
/* @end */


/* @group TOGGLES */

div.jp-toggles {
	display:none;
	position: absolute;
	left:90%;
	top:19px;
	list-style-type:none;
	padding:0;
	margin:0 auto;
	width:55px;
}

div.jp-audio .jp-type-single div.jp-toggles {
	width:25px;
}

div.jp-video div.jp-toggles {
	width:100px;
	margin-top: 10px;
}

div.jp-toggles li{
	display:block;
	float:right;
}

div.jp-toggles li a{
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}
.jp-repeat {
	background: url("./ft-player-skin.png") 0 -440px no-repeat;
}

.jp-repeat:hover {
	background: url("./ft-player-skin.png") -30px -440px no-repeat;
}

.jp-repeat-off {
	background: url("./ft-player-skin.png") -60px -440px no-repeat;
}

.jp-repeat-off:hover {
	background: url("./ft-player-skin.png") -90px -440px no-repeat;
}

.jp-shuffle {
	background: url("./ft-player-skin.png") 0 -460px no-repeat;
	margin-left: 5px;
}

.jp-shuffle:hover {
	background: url("./ft-player-skin.png") -30px -460px no-repeat;
}

.jp-shuffle-off {
	background: url("./ft-player-skin.png") -60px -460px no-repeat;
	margin-left: 5px;
}

.jp-shuffle-off:hover {
	background: url("./ft-player-skin.png") -90px -460px no-repeat;
}


/* @end */


/* @group current time and duration */
.jp-current-time, .jp-duration { width:70px; font-size:.9em; color: #666; }
.jp-current-time { float: left; }
.jp-duration { float: right; text-align:right; }
/* @end */


div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#e9edef;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	position: relative;
	border-bottom:1px solid #d0d7db;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
    font-size: 14px;
    line-height: 2.5;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    font-weight: bold;
    color: #666;
    font-size: 17px;
    position: absolute;
    right: 2px;
    top: 0px;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:11px;
	color:#666;
}

/* @end */