/*
Custom Styles by FC Stoffel for the WPAudipoplayer
*/

.wpaudio-container .wpaudio{
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.wpaudio-container
{
	display: inline-block;
	font-family: Sans-serif;
	line-height: 1;
	zoom: 1;
	width: 95%;
}

.wpaudio-container a{
	color:#000;
	line-height: 1.5em;
	text-decoration: none;
}

.wpaudio-container a:hover{
	color: #060;
	background: none;
}

.wpaudio-container a:visited
{
	color: #000;
}

.wpaudio-play
{
	margin: 0 5px 0 0;
	width: 14px;
	height: 13px;
	background: #ccc;
	vertical-align: baseline;
}

/**************************************
 Controls ein/ausblenden
***************************************/

.wpaudio-slide
{
	width: 100%;
	display: none;
}

.wpaudio-bar, .wpaudio-bar-playable, .wpaudio-bar-position, .wpaudio-bar-click
{
      height: 20px;
}

.wpaudio-bar{
	position: relative;
	margin: 2px 0 0 19px;
	font-size: 1px;
	background: #fff;
	border: 1px solid #444;
}

.wpaudio-bar-playable
{
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	z-index: 11;
	background: #ddd;
}

.wpaudio-bar-position{
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	z-index: 12;
	background: #060;
}

.wpaudio-bar-click{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 13;
	cursor: pointer;
}

.wpaudio-meta{
	margin: 3px 0 0 19px;
	font-size: 11px;
	color: #000;
}

.wpaudio-download
{
	float: right;
}
