
@font-face {
font-family: 'UniversElse';
src: url('../../fonts/UniversElse-Regular.ttf') format('truetype');
src: url('../../fonts/FluxischElse-Regular.woff') format('woff');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'UniversElse-Light';
src: url('../../fonts/UniversElse-Light.ttf') format('truetype');
src: url('../../fonts/FluxischElse-Light.woff') format('woff');
font-weight: 400;
font-style: lighter;
}

@font-face {
font-family: 'AverageMono';
src: url(../../fonts/AverageMono.ttf);
font-weight: normal;

@font-face
{
font-family: AverageMono;
src: url(../../fonts/AverageMono.ttf);
font-weight: normal;
}

@font-face
{
font-family: AverageMonoItalic;
src: url(../../fonts/AverageMonoItalic.ttf);
font-style: italic;
}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: basic 1
 *
 * Copyright (c) 2010-2012 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: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

	
body {
	background-color: ;
}

a:active {
		background-color: transparent;
		outline: 0px;
}

a:focus {
	background-color: transparent;
	outline: 0px;

}

#player1 {
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 100px;
	top:340px;
	background-color: transparent;
}


/* the jp_container_# divs are not spatial. 
use the player1 and make other player# divs to position players.
you need a different jp_container for each player for it to work.
*/

/*
div#jp_container_1 {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: transparent;
}


#jp_container_2 {
	position: absolute;
	width: 250px;
	height: 70px;
	left: 0px;
	top: -40px;
	background-color: transparent;
}

#jp_container_3 {
	position: absolute;
	width: 350px;
	height: 100px;
	left: 200px;
	top: -52px;
	background-color: transparent;
}

#jp_container_4 {
	position: absolute;
	width: 350px;
	height: 100px;
	left: 200px;
	top: -52px;
	background-color: transparent;
}

*/

div.jp-audio,
div.jp-audio-stream,
div.jp-video {
font-family: UniversElse-Light;
font-size: 17px;
position: absolute;
top: 0px;
left: 0px;
font-size: ;
line-height: ;
color: black;
background-color:;
}


/* play pause stop buttons */

#div.jp-interface ul.jp-controls {
	list-style-type: none;
	overflow:hidden;
}


li,
ul.jp-controls, 
div.jp-interface,
ul.jp-controls		{
	display: inline-block;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display: inline-block;
}

a.jp-play,
a.jp-stop,
a.jp-pause	 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: black;
	text-decoration: none;
	background-color: ;
}

a.jp-play:hover,
a.jp-stop:hover,
a.jp-pause:hover  {
	color: black;
	opacity: 0.6;
}



/* progress bar */

div.jp-progress {
	overflow:;
	background-color: transparent;
}

div.jp-audio div.jp-progress {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: ;

}

div.jp-seek-bar {
	background-color: transparent;
	height: 15px;
	padding-top: 15px;
	padding-bottom: 0px; 
	width: 100px;
	cursor: pointer;
}

div.jp-play-bar {
	background-color: black;
	width: 100px;
	height: 2px;
	opacity: 1;	
}


/* The seeking class is added/removed inside jPlayer - ? */

div.jp-seeking-bg {
	background-color: transparent;
}


/* time : current and duration of track */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
	background-color: transparent;
	left:50px;
	width:100px;
}


div.jp-current-time,
div.jp-duration 	{
	width: ;
	font-family: UniversElse-Light;
	font-size: 0.6em;
	letter-spacing: 1.2;
	vertical-align: bottom;
	background-color: transparent;
}

div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
}



/* recording details - default: no text wrap */

div.jp-title {
	position: absolute;
	height: 30px;
	width: 150px;
	text-align: center ;
	letter-spacing: 2px;
	line-height: 30px;
	left: 150px;
	top: 0px;
	background-color: transparent;
}


div.jp-title ul {
	list-style-type: none;
}

div.jp-title li {
	white-space: nowrap;
	background-color: transparent;
	font-size: 1em;
	color: black;
	background-color: white;
}


/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE - ? */

/* set the span style for the title if you need to */


.right {
	text-align: right;
	display: ;
}

span.example {
	font-size: ;
	color: ;
}

/* @end */




