/* biom_default
----------------------------------------------------------*/

body   
{
    font-size: 12px;
    line-height:22px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px 0px 0px 0px;;
    padding: 0px;
}

.wrap_left {position:relative; left:90px; width:320px; top:0px;}
.menu {position:relative; top:50px; width:300px; background-color:; padding-bottom: 50px;}
.menu a {color:black;} 
.place_pictures {position:relative; top:50px; width:220px; padding-bottom: 50px;}
.place_pictures img {width:40px;}
.place_description {position:relative; top:50px; width:440px; padding-bottom: 50px; background-color: ;}
.place_names {position:relative; top:70px; font-size:10px; line-height:16px; background-color: }
.about {position:relative; top:50px; width:360px;}

.wrap_right {Position:absolute; left:410px; top:0px;  width:790;}
.alr {text-align: right;}
.wrap_right_about {Position:absolute; left:490px; top:0px;  width:690; padding-right: 10px;}
.wrap_far_right {Position:absolute; left:620px; top:0px;  width:550px;}
.wrap_to_right {Position:absolute; right:10px; top:0px;  width:790;}


.caption {color:Gray; background:; font-size:10px; padding-top:20px; padding-right:10px; padding-bottom:10px;  line-height:16px; width:%; text-align: center;}
.center {text-align: center;}


a { text-decoration:none; color:black;}
h1{font-size:22px;}
h2{font-size:13px; font-weight:bold; }
img { border:none;}





@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;
}

/* 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 */









