


@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;
}



@font-face
{
	font-family: Lato;
	src: url(../fonts/lato-regular.ttf);
	font-weight: normal;
}


@font-face
{
font-family: Lato-Light;
src: url(../fonts/Lato-Light.ttf);
font-weight: normal;
}

/*
 * 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;

}





/* audio containers: change left and top to locate */


#jp_container_1 {
	position: absolute;
	width: 350px;
	height: 100px;
	left: 56px;
	top: -50px;
	background-color: transparent;
}




div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	/* 1.25em for testing in site pages */ 
	/* No parent CSS that can effect the size in the demos ZIP */

font-family: Lato-Light;
font-size: 0.9em;
line-height: 1.6;
color: black;
}


/* 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: relative;
	top: 20px;
	width: 22px;
	height: 22px;
	text-align: center;
	background-color: transparent;
	text-decoration: none;
}

a.jp-pause {
	top: 19px;
}

a.jp-play, a.jp-pause, a.jp-stop  {
	color: black;
}

:hover {
	color: black;
	opacity: 0.6;
}

/* progress bar */

div.jp-progress {
	overflow:;
	background-color: transparent;
}

div.jp-audio div.jp-progress {
	position: absolute;
	top: 34px;
	left: 96px;
	width: 80px;
	height: 0px;

}

div.jp-seek-bar {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px; 
	width: 80px;
	cursor: pointer;
	height: 0px;
}
div.jp-play-bar {
	background-color: black;
	width: 80px;
	height: 2px;
	opacity: .5;	
}


/* 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:54px;
	background-color: transparent;
	left:96px;
	width:80px;
}


div.jp-current-time,
div.jp-duration 	{
	width: px;
	font-size: 0.5em;
	letter-spacing: 1.2;
	vertical-align: bottom;
}

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;
	letter-spacing: .1em;
	margin-left: 150px;
	top: 22px;
}


div.jp-title ul {
	list-style-type: none;
}

div.jp-title li {
	white-space: nowrap;
	background-color: transparent;
	font-size: .8em;
	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 */


span.example {
	font-size: ;
	color: ;
}

/* @end */




