html{
	height: 100%;
}


body {
    background: url("../img/bg-pcb.png") repeat scroll 0 0 #555566;
	color: white;
    font-family: imperator,"Times New Roman","Times",serif;
    font-size: 14px;
    line-height: 16px;
    min-height: 100%;
	overflow:hidden;
}

ul {
    list-style: circle outside none;
    margin-left: 20px;
}

ol {
    list-style: lower-roman outside none;
    margin-left: 23px;
}
ol li{
	
}

p{
	margin: 5px 0;
}


label,
a {
    border-bottom: 1px dotted #EEEEEE;
    color: white;
    padding-bottom: 1px;
    text-decoration: none;
}
a:active,
a:hover{
	border-bottom-style: solid;
}


h2 {
    color: white;
    font-size: 24px;
    margin-bottom: 4px;
	line-height: 24px;
}

h3{
    font-size: 16px;
    line-height: 110%;
    margin: 10px 0 5px;
}

h4{
    line-height: 110%;
    margin: 10px 0 5px;
}



input[type="radio"] {
    margin: 0 2px;
    vertical-align: -1px;
}

audio{
	display:none;
}

p{
	margin: 0.5em 0;
}

.bq{
	margin-left: 5px;
}

#wps {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#wps div{
	background: url("") repeat scroll center center / cover transparent;
	position: fixed; min-height:100%; width:100%;
}

.bottom-wrapper{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
}




#playa {
    background: url("../img/bg-playa.png") repeat scroll 0 0 transparent;
    height: 232px;
    margin: 0 auto;
    position: relative;
    top: -370px;
    width: 561px;
}


#playa-controls {
    background: url("../img/bg-fakeplayaskin.png") repeat scroll 0 0 transparent;
    height: 26px;
    left: 47px;
    position: absolute;
    top: 151px;
    width: 467px;
}


#playa-status {
    color: #222222;
    font-family: Tahoma,sans-serif;
    font-size: 10px;
    left: 312px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 5px;
    white-space: nowrap;
    width: 148px;
}

#playa-controls a{
	border: 0 none;
	color: transparent;
	display: block;
	padding: 0;
    height: 22px;
    width: 74px;
	position: absolute;
	top: 2px;
}

#btn-play {
    left: 2px;
}
#btn-play:active {
	background-image: url("../img/btn-playclick.png");
}

#statuslight {
    border: 1px outset rgba(0, 0, 0, 0.2);
    display: block;
    height: 0;
    left: 63px;
    position: relative;
    top: 4px;
    width: 3px;
}
#statuslight.stopped{
	background-color: #f11;
}
#statuslight.buffering{
	background-color: #ff1;
}
#statuslight.allsystemsgo{
	background-color: #1f1;
}

#btn-stop{
    left: 78px;
}
#btn-stop:active{
	background-image: url("../img/btn-stopclick.png");
}


#playa-controls #btn-debug {
    height: 4px;
    width: 4px;
    left: 485px;
    top: 31px;
}

#volume-container {
    height: 23px;
    left: 169px;
    position: absolute;
    top: 0;
    width: 133px;
	top: 2px;
}
#volume-knob {
    background: url("../img/bg-volumeknob.png") no-repeat scroll 0 6px transparent;
    height: 23px;
    width: 13px;
}


#bottom-bg {
    height: 97px;
    position: relative;
    top: -97px;
    width: 100%;
}

#bottom-bg td {
    background: url("../img/bg-foot-inf.png") repeat scroll 0 0 transparent;
}

#bottom-bg td#bottom-bg-mid {
    background: url("../img/bg-foot.png") repeat scroll 0 0 transparent;
    width: 887px;
}

#fb {
    left: 6px;
    position: relative;
    top: -34px;
}


#titel-wrapper {
    height: 96px;
    margin: 0 auto;
    position: relative;
    top: -96px;
    width: 678px;
	text-align: center;
	line-height: 96px;
    white-space: nowrap;
}

#titel {
	color: white;
	display: inline;
	text-shadow: 7px 1px 7px rgba(0, 0, 0, 0.4);
}

.clear{
	clear:both;
}

#trickyframe{
	display:none;
}

#trickyta{
	position: absolute;
	top: -100px;
	left: -100px;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}





.panel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    opacity: 0;
    position: absolute;
	width: auto;
	height: auto;
    padding-bottom: 10px;
}

#right-panel {
    border-radius: 11px 0 0 5px;
    bottom: 46px;
    box-shadow: -2px -2px 2px rgba(255, 255, 235, 0.1), 5px 6px 5px rgba(0, 0, 0, 0.67) inset;
    right: -40px;
	height: 0;
}

#right-panel.on {
    opacity: 1;
	right: 0px;
	height: auto;
	
    transition: 0.07s opacity, 0.07s right, height 0s;
}

#left-panel {
    border-radius: 0 11px 5px 0;
    bottom: 46px;
    box-shadow: -2px -2px 2px rgba(255, 255, 235, 0.1), 5px 6px 5px rgba(0, 0, 0, 0.67) inset;
    left: -40px;
	
	transition: opacity 0.05s, right 0.05s;
}

#left-panel.on {
    opacity: 1;
	left: 0px;
	
    transition: 0.05s opacity, 0.05s left;
}

.panel.previously {
	width: 300px;
	height: auto;
}


.panel > h2 {
    margin: 13px 0 19px 11px;
    text-shadow: 2px 2px 2px black;
}

.panel.previously > div {
    padding: 5px 5px 5px 20px;
}


#left-icons{
    bottom: 0;
    position: absolute;
    left: 0;
}
#right-icons{
    bottom: 0;
    position: absolute;
    right: 0;
}



a.icon {
}
button.icon {
    background: none repeat scroll 0 0 transparent;
}
.icon {
    border: 0 none;
    display: inline-block;
    height: 45px;
	vertical-align: top;
    width: 45px;
	opacity: 0.52;
}
.icon:hover,
.icon.active {
	opacity: 1;
}

#icon-downloads{
    background-image: url("/img/icon-downloads.png");
}
#icon-playlist {
    background-image: url("/img/icon-playlist.png");
    width: 151px;
}
#icon-mobile{
    background-image: url("/img/icon-mobile.png");
}

#icon-psi{
    background-image: url("/img/icon-psi.png");
}
#icon-gears{
    background-image: url("/img/icon-gears-of-peace-and-understanding-of-individual-preferences.png");
}
#icon-previously{
    background-image: url("/img/icon-previously.png");
}
#icon-contact{
    background-image: url("/img/icon-contact.png");
}
#icon-facebook {
    background-image: url("/img/icon-facebook.png");
}


.panel.settings {
    height: auto;
    width: 300px;
}

.panel > div {
    padding: 0 5px 0 20px;
}

.panel>h3,
.panel>h4,
.panel>p{
	padding: 0 10px;
}

.panel.dl small{
	margin-top:15px;
	font-size: 70%;
	display: block;
}


a.still-image-thumb{
	border: 0 none;
}
.still-image-thumb img {
    display: inline-block;
    height: 32px;
    width: 32px;
}

a.gal-image-thumb{
	border: 0 none;
}
.gal-image-thumb img {
    display: inline-block;
    height: 64px;
    width: 64px;
}

.thumbs {
	text-align: center;
}



.panel.playlist {
    width: 300px;
}

.panel.playlist p{
	margin: 10px;
}

.panel.playlist p a {
    margin-left: 10px;
}



@font-face {
    font-family: "imperator";
    font-style: normal;
    font-weight: normal;
    src: 
		url("../fnt/imperator-webfont.eot?#iefix") format("embedded-opentype"), 
		url("../fnt/imperator-webfont.woff") format("woff"), 
		url("../fnt/imperator-webfont.ttf") format("truetype"), 
		url("../fnt/imperator-webfont.svg#ImperatorRegular") format("svg");
}



/*
	cursor treatment
*/
#volume-container,
label, a, button {
	cursor:pointer;
}

#le-reddit-idea {
    display: inline-block;
    width: 23px;
    text-align: left;
	opacity: 0;
}

#le-reddit-idea.on {
	opacity: 1;
	transition: opacity 0.5s ease 0.2s;
}

#le-reddit-idea a {
    border: 0 none;
    font-size: 20px;
    line-height: 15px;
    position: absolute;
	color: white;
	
	transition: color 0.1s;
}

#upvote {
    top: 29px;
}
#downvote {
	bottom: 29px;
}

#upvote.on {
	color: lawngreen;
	transition: color 0.1s;
}
#downvote.on {
	color: firebrick;
	transition: color 0.1s;
}