﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans|Oswald);


html {
background: url(http://www.livinghumans.com/images/bgsm.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

.alphaBG {
	  background: rgba(135, 135, 135, 0.5);
}
.audioDataRow {
	  position: relative;
	  width: 500px;
	  float: left;
	  margin: 6px 4px;
	  border: 1px solid #333333;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	  box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	  -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0,0.5 );
}
.OriginalaudioDataRow {
	  position: relative;
	  width: 500px;
	  float: left;
	  margin: 6px 4px;
	  border: 1px solid #333333;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	  box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	  background-image: -ms-linear-gradient(top, #444444 0%, #222222 100%);
	  background-image: -moz-linear-gradient(top, #444444 0%, #222222 100%);
	  background-image: -o-linear-gradient(top, #444444 0%, #222222 100%);
	  background-image: url('linear-gradient(to%20bottom,%20#444444 0%, #222222 100%)');
	  -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0,0.5 );
}
.audioPictureMargin {
	  margin: 20px;
}
.whiteTitles {
	  color: #FFFFFF;
	  font-family: "Verdana, Arial, Helvetica, sans-serif",Arial,sans-serif;
	  font-size: 13px;
	  font-weight: bold;
}
.arialSmall {
          display: block;
	  font-family: "Arial",Arial,sans-serif;
	  font-size: 11px;
          font-style: italic;
}
.audioPlayerRow {
	  position: relative;
	  width: 500px;
	  float: left;
	  margin: 6px 4px;
}
.OriginalaudioPlayerRow {
	  position: relative;
	  width: 500px;
	  float: left;
	  background-color: #222222;
	  margin: 6px 4px;
	  border: 1px solid #333333;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	  box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	  background-image: -ms-linear-gradient(top, #444444 0%, #222222 100%);
	  background-image: -moz-linear-gradient(top, #444444 0%, #222222 100%);
	  background-image: -o-linear-gradient(top, #444444 0%, #222222 100%);
	  background-image: url('linear-gradient(to%20bottom,%20#444444 0%, #222222 100%)');
	  -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0,0.5 );
}

