/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Black Stream
 *
 * Author: Gergely Toth
 * Skin Version: 1.0 (jPlayer 2.5.0)
 * Date: 18th February 2014
 */

div.jp-audio-stream {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Helvetica, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	border:1px solid #009be3;
	background-color:#eee;
}

div.jp-audio-stream {
	width:150px;
}

div.jp-interface {
	position: relative;
	background-color:#eee;
	width:100%;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:60px;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio-stream ul.jp-controls {
	width: 144px;
	padding:20px 20px 0 0;
}

div.jp-video ul.jp-controls,
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;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("grey.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("grey.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("grey.png") 0 -41px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("grey.png") -41px -41px no-repeat;
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:19px;
	height:15px;
	margin-top:12px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

a.jp-mute {
	background: url("grey.png") 0 -82px no-repeat;
}
a.jp-mute:hover {
	background: url("grey.png") 0 -98px no-repeat;
}
a.jp-unmute {
	background: url("grey.png") -40px -82px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("grey.png") -40px -98px no-repeat;
}
a.jp-volume-max {
	background: url("grey.png") -20px -82px no-repeat;
}
a.jp-volume-max:hover {
	background: url("grey.png") -20px -98px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("grey.png") 0 -113px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:70px;
}
div.jp-volume-bar-value {
	background: url("grey.png") 0 -119px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

/* @end */





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

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


/* @grou title Gergely */

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

div.jp-type-single div.jp-title {
    border-top: none;
    width: 100%;
    background-color: #ccc;
}

div.jp-title ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    font-size: .72em;
}

div.jp-title li {
    padding: 5px 0;
    font-weight: bold;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
