@font-face {
	font-family: OpenSans-CondLight;
	src: url(../../../sites_local_folder/fonts/OpenSans-CondLight.ttf);
	font-weight: normal;
}

@font-face {
	font-family: Roboto-Medium;
	src: url(../../../sites_local_folder/fonts/Roboto-Medium.ttf);
	font-weight: normal;
}


@font-face {
	font-family: Roboto-Light;
	src: url(../../../sites_local_folder/fonts/Roboto-Light.ttf);
	font-weight: normal;
}

@font-face {
	font-family: Roboto-Thin;
	src: url(../../../sites_local_folder/fonts/Roboto-Thin.ttf);
	font-weight: normal;
}


@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;
}

}@font-face
{
font-family: Lato-LightItalic;
src: url(../../../../fonts/Lato-LightItalic.ttf);
font-style: italic;
}



@font-face
{
font-family: AverageMono;
src: url(../../../../fonts/AverageMono.ttf);
font-weight: normal;
}

@font-face
{
font-family: UniversElse;
src: url(../../../../fonts/UniversElse-Regular.ttf);
font-weight: normal;
}







div.textcontainer
{
width: 33%;
text-align: left;
text-decoration: none;
border: 0px;
padding: 0px;
font-family: Lato-Light;
letter-spacing: 1px;
background-color: transparent;
position: absolute;
left: 10%;
top: 11%;
z-index:1;
opacity: 1;
}






h1	{
	font-family: Lato-Light;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	color: rgb(10, 10, 10);
	background-color: white;
	letter-spacing:2px;

}




p.italic	{
	font-family: Lato-LightItalic;
	font-style: italic;
}


a:link {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: rgb(20, 20, 20);
	text-decoration: none;
}

a:active {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:hover {
	color: rgb(150, 150, 150);
	text-decoration: none;
	
}




div#arrows {
width: 25%;
height:;
overflow:;
text-align: center;
text-decoration: none;
border: 0px solid black;
padding: 0px;
font-family: Lato;
letter-spacing: 2px;
font-size: 1em;
color: rgb(40, 40, 40);
background-color: transparent;
position: fixed;
left: 60%;
top: 87%;
z-index:1;
opacity: 1;
}









/*
 * 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
 */

	





div.jp_container {
	position: relative;
	left: 10px;
	top: 20px;
	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
	 */

	font-size: 1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family: AverageMono;
	line-height:1.6;
	letter-spacing: ;
	color: black;
	border: 0px solid black;
	background-color: transparent;
}

div.jp-audio {
	width:170px;
}


div.jp-interface {
	position: relative;
	background-color: transparent;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:35px;
}




/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width: 170px;
	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 ul.jp-controls {
	width: 170px;
	padding:20px 20px 0px 20px;
	background-color: transparent;
}




div.jp-video div.jp-type-single ul.jp-controls {
	width: 170px;
	margin-left:;
}


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: 22px;
	height: 22px;
	margin-top: 16px;	
}

a.jp-play {
	background: url("player_controls_light.png") -8px -8px no-repeat;
	
}
a.jp-play:hover {
	background: url("player_controls_light.png") -8px -8px no-repeat;
	opacity: 0.6;
}
a.jp-pause {
	background: url("player_controls_light.png") -8px -35px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("player_controls_light.png") -8px -35px no-repeat;
	opacity: 0.6;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:22px;
	height:22px;
	margin-top:9px;
	background: transparent;
}

a.jp-stop {
	background: url("player_controls_light.png") -3px -57px no-repeat;
	margin-left: 2px;
}

a.jp-stop:hover {
	background: url("player_controls_light.png") -3px -57px no-repeat;
	opacity: 0.6;
}


}
a.jp-previous:hover {
	background: url("test.jpg") -29px -112px no-repeat;
}

a.jp-next {
	background: url("test.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("test.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: transparent;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:40px;
	height:5px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left: 90px;
	width: 60px;
}


}
div.jp-seek-bar {
	background-color: transparent;
	
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: black; 
	width: 0px;
	height: 100%;
}

/* The seeking class is added/removed inside jPlayer */

div.jp-seeking-bg {
	background-color: transparent;
}

/* @end */



/* @group volume controls  - removed for this version*/





/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:90px;
	width:60px;
}


div.jp-current-time,
div.jp-duration {
	width:20px;
	font-size: 0.5em;
	font-style:;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}



/* @end */

/* @group playlist - here: recording details */

div.jp-title {
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-top: 33px;
	margin-left: 10px;
	width:100%;
	background-color: transparent;
	border-top: 0px;
}
div.jp-type-single div.jp-title {
	border-top:none;
}
div.jp-title ul {
	list-style-type: none;
	margin:0;
	padding:0 0px;
	font-size: 0.8em;
}

div.jp-title li {
	padding: 0px 0;
	font-weight: normal;
}


/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */


span.jp-artist {
	font-size:;
	color:;
}

/* @end */



div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}







/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left:;
	top:;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float: right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("jplayer.blue.monday.jpg") -90px -310px no-repeat;
}


/* @end */

/* @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 */
