/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

/* Button / Stream Bar */  
.buybar a, .streambar a{
	float: left;
	margin: 5px;
	opacity: 0.6;
}
.buybar a:hover, .streambar a:hover{
	opacity: 1;
}

.buybar a img, .streambar a img{
	width: 64px;
}

/* Trackliste */
.tracklist th{
	font-weight: bold;
}

.tracklist table{
	width: 100%;
}

.tracklist td, .tracklist th{
	padding: 3px
}

.tracklist i{
	font-size: 20px;
	cursor: pointer;
}

/* Track popup */

.modal-body h2{
	margin: 5px 0;
	font-weight: bold;
}

.modal-body h3{
	margin: 5px 0 10px 0;
}

/* Player */

#webplayer{
	position: fixed; 
	bottom: -60px; 
	height: 60px; 
	background: #000;
	width: 100%;
	z-index: 5;
}

#playerdiv{
	z-index: 6;
}

#wphandle{
	position: absolute;
	bottom: 59px;
	background: #fff;
	width: 50px;
	height: 10px;
	display:none;
}

#playerhint{
	bottom: 70px;
    font-size: 1.8em;
    font-weight: bold;
    left: 30px;
    position: absolute;
    vertical-align: bottom;
}

#navhint{
	top: 80px;
    font-size: 1.7em;
    font-weight: bold;
    left: 240px;
    position: absolute;
    vertical-align: bottom;
}
#navhint img{
	transform: rotateX(180deg);
	position: relative;
	bottom: 20px;
}

#latestrelease img.lrbadge{
    position: absolute;
	left: -30px;
    top: -4px;
    z-index: 5;
}
