/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: siteswift Audio
 *
 * Copyright (c) 2013 Agentur Zeitpunkt
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author & Design: Agentur Zeitpunkt (zeitpunkt.com)
 * Skin Version: 1.0 (jPlayer 2.2.0)
 * Date: 29th Januar 2013
 */
 

/*	=== overrides === */
.jp-controls, .jp-controls li,
.jp-toggles, .jp-toggles li {
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.jp-controls li:before, .jp-controls li:after,
.jp-toggles li:before, .jp-toggles li:after {
	display: none !important;
}

/* === styles === */
.swaudioplayer {
	clear: both;
}
.swaudioplayer a {
	transition: none;
}
.swaudioplayer div.jp-audio {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 1.6;
}

.swaudioplayer div.jp-audio {
	width: 100% !important;
}

.swaudioplayer div.jp-interface {
	position: relative;
	width: 100%;
	background: #C9C9C9;
	display: table;
}
.swaudioplayer div.jp-audio div.jp-type-single div.jp-interface {
	height: 30px;
}

.swaudioplayer div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: table-cell;
	width: 34px;
}
.swaudioplayer div.jp-interface ul.jp-controls li {
	display: inline;
}
.swaudioplayer div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

.swaudioplayer a.jp-play,
.swaudioplayer a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
}
.swaudioplayer div.jp-audio div.jp-type-single a.jp-play,
.swaudioplayer div.jp-audio div.jp-type-single a.jp-pause {
	top: 0;
	left: 0;
}
.swaudioplayer a.jp-play {
	background: url("jplayer_siteswift.png") 0 0 no-repeat;
}
.swaudioplayer a.jp-play:hover {
	background: url("jplayer_siteswift.png") -33px 0 no-repeat;
}
.swaudioplayer a.jp-pause {
	background: url("jplayer_siteswift.png") 0 -30px no-repeat;
	display: none;
}
.swaudioplayer a.jp-pause:hover {
	background: url("jplayer_siteswift.png") -33px -30px no-repeat;
}

.swaudioplayer div.jp-progress-container {
	padding: 12px 10px 12px 10px;
	border: 1px solid #a5a5a5;
	border-top: none;
	border-bottom: none;
	display: table-cell;
}
.swaudioplayer div.jp-progress {
	overflow: hidden;
}
.swaudioplayer div.jp-audio div.jp-type-single div.jp-progress {
	height: 7px;
	background: #757575;
}

.swaudioplayer div.jp-seek-bar {
	width: 0px;
	height: 7px;
	cursor: pointer;
	background: #464849;
}
.swaudioplayer div.jp-play-bar {
	width: 0px;
	height: 7px;
	background: #DB001B;
	background: #ffffff;
}

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

.swaudioplayer div.jp-volume-bar-container {
	width: 80px;
	padding: 12px 0px 0px 0px;
	display: table-cell;
}
.swaudioplayer div.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: #757575;
	width: 40px;
	height: 7px;
	cursor: pointer;
}
.swaudioplayer div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 0;
	left: 30px;
}

.swaudioplayer div.jp-volume-bar-value {
	width: 0px;
	height: 7px;
	background-color: #ffffff;
}

.swaudioplayer a.jp-mute,
.swaudioplayer a.jp-unmute {
	width: 19px;
	height: 15px;
	z-index: 1;
	outline: none;
}
.swaudioplayer div.jp-audio div.jp-type-single a.jp-mute,
.swaudioplayer div.jp-audio div.jp-type-single a.jp-unmute {
	top: 8px;
	right: 53px;
}

.swaudioplayer a.jp-mute {
	background: url("jplayer_siteswift.png") -10px -68px no-repeat;
}
.swaudioplayer a.jp-mute:hover {
	background: url("jplayer_siteswift.png") -43px -68px no-repeat;
}
.swaudioplayer a.jp-unmute {
	background: url("jplayer_siteswift.png") -10px -98px no-repeat;
	display: none;
}
.swaudioplayer a.jp-unmute:hover {
	background: url("jplayer_siteswift.png") -43px -98px no-repeat;
}

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

.swaudioplayer div.jp-jplayer {
	background-color: #000000;
}


/* 
playlist
=============================== */

.swaudioplayer div.jp-playlist {
	width: 100%;
}
.swaudioplayer div.jp-playlist ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.swaudioplayer div.jp-playlist li {
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 1px 0px;
	background-color: #f5f5f5;
}
.swaudioplayer div.jp-playlist .jp-playlist-current {
	background-color: #e5e5e5;
}
