@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed:500,700);

html, body {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 100%;
	background:#404040;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Cabin Condensed';
    text-align: center;
	font-weight:bold;
	font-size:1em;
	
}

h1 {
    margin: 0;
    padding: 18px 0;
}

h3 {
    margin: 0;
    padding: 0;
    font-style: italic;
}

a, a:hover {
    color: #000000;
    text-decoration: none;
}

audio {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    line-height: normal;
    *overflow: visible;
}


#audiowrap {
	/*width: 500px;*/
    margin: 0 auto;
    text-align: center;
}

.double {
    padding-bottom: 20px;
}

.ctrlbtn {
    width: 148px;
    cursor: pointer;
}

.no-audio {
    display: none;
}

div#extraControls {
}

div#plwrap {
    padding-top: 20px;
    font-size: 1em;
}

#plUL {
    list-style: none;
    margin: 0;
    padding: 2px 0 0 0;
}

#plUL li {
    cursor: pointer;
    margin: 0 0 6px 0;
	background-color:rgba(0, 0, 0, .6);
	color:#ff5050;
	font-size:1.5em;
	padding:5px 0;
	text-shadow:2px 1px 1px #000;

}

#plUL li:hover {
    background-color:#ff5050;
	color:white;
}

p.plus10 {
    padding-left: 10px;
}

.plHead, .plItem {
    position: relative;
}

.plHead {
    text-align: center;
}

.plHeadTitle, .plTitle {
       white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plHeadNum, .plNum {
    width: 25px;
}

.plHeadNum, .plNum, .plLength {
    text-align: right;
}

.plHeadLength, .plLength {
    position: absolute;
    top: 0;
    right: 5px;
    width: 60px;
}

.plSel, .plSel:hover {
    
    cursor: default !important;
	background-color:#ff5050 !important;
	color:white !important;
}

.is-audio, #audio0 {
    display: none;
}

.js.audio .is-audio {
    display: block;
}

.js #audio0 {
    display: block;
}

.warning { background-color:#ff5050; color:#fff; margin:0; padding:10px 10px 15px 10px; margin-bottom:15px; }
.warning p { font-size:1.1em; margin:0; text-shadow:1px 1px 1px #333; font-weight:100; }
.ear-bg {min-height:440px; background-image:url(ear.png);  }
.ear-bg h1 {color:white; text-shadow:2px 2px 3px #000; font-size:2.8em; padding:10px; margin:0 0 40px 0; line-height:110%}