div.spotify{
	color:#FFFFFF;
	margin:0px;
	padding: 15px;
	clear:both;
	overflow:hidden;
	font-family: 'segoe ui','lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:14px;
	background: -webkit-gradient(linear, center top, center bottom, from(#111111), to(#333333));
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #000; 
}
div.spotify div.albumcover{
	float:left;
	width:100px;
}
div.spotify div.albumcover a img{
	border:0px none !important;
	width:90px;
}


div.spotify div.trackinfo{
	padding-left:100px;
	padding-right:65px;
}

div.spotify div.meta{
	position:relative;
	z-index:3;
	float:right;
	width:64px;
	height:90px;
}
span.credits{
	text-shadow: 1px 1px 1px #000;
	font-size:11px;
	color:#444444;
	margin-left:1px;
	font-family: 'segoe ui','lucida grande', tahoma, verdana, arial, sans-serif;
}
a.credits{
	margin-left:4px;
	color:#FFFFFF;
	font-size:11px;
	font-family: 'segoe ui','lucida grande', tahoma, verdana, arial, sans-serif;
	text-shadow: 1px 1px 1px #000;
	text-decoration:none !important;
}
a.credits:hover{
	text-decoration:underline !important;
}
div.spotify div.meta a.play{
	background:url('img/play.png');
	background-size:64px 64px;
    width: 64px;
    height: 64px;
    display: block;
	text-decoration:none;
	margin-bottom:34px;
}
div.spotify div.meta a.play:hover {
    opacity: 0.75;
}
div.spotify div.meta a.play:active {
    position: relative;
    top: 1px;
    opacity: 0.75;
}
div.spotify a{
	display:inline-block;
	float:left;
}
div.spotify a.stylish{
	display:inline-block;
	font-family: 'segoe ui','lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:14px;
	line-height:24px;
	width:100%;
	margin-bottom:5px;
	float:left;
	color:#CCCCCC;
	text-shadow: 1px 1px 1px #000;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
div.spotify a.stylish div{
	width:30px;
	height:24px;
	float:left;
}
div.spotify div.trackinfo a#track{
	font-size:22px;
	line-height:25px;
	color:#FFFFFF;
}
div.spotify div.trackinfo a#artist{
	background:url('img/artist.png') no-repeat left top;
	height:24px;
}
div.spotify div.trackinfo a#album{
	background:url('img/album.png') no-repeat left top;
	height:24px;
}
div.spotify iframe{
	border:none;
	overflow:hidden;
	background-color:transparent;
	width:100%;
	float:left;
	clear:right;
	height:24px;
	display:none;
	margin-top:10px;
	position:relative;
	z-index:2;
}


/* WIDGET */
#wp-spotify{
	padding:10px !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#111111), to(#333333)) !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border: 1px solid #000 !important;
}
#wp-spotify .widgettitle{
	display:inline-block !important;
	font-family: 'segoe ui','lucida grande', tahoma, verdana, arial, sans-serif !important;
	font-size:22px !important;
	font-weight:normal !important;
	text-transform:none !important;
	line-height:24px !important;
	margin-bottom:5px !important;
	color:#FFFFFF !important;
	text-shadow: 1px 1px 1px #000 !important;
	border-bottom:0px none !important;
	padding:0px !important;
	margin:0px !important;
}
#wp-spotify ul#spotify-widget li{
	background:none !important;
	line-height:24px !important;
	padding:0px !important;
	overflow: hidden !important;
}
#wp-spotify ul#spotify-widget li a{
	display:inline-block !important;
	font-family: 'segoe ui','lucida grande', tahoma, verdana, arial, sans-serif !important;
	font-size:14px !important;
	line-height:24px !important;
	width:100% !important;
	float:left !important;
	clear:none !important;
	color:#CCCCCC !important;
	text-shadow: 1px 1px 1px #000 !important;
	text-decoration:none !important;
	white-space:nowrap !important;
	text-overflow: ellipsis !important;
	-o-text-overflow: ellipsis !important;
	-icab-text-overflow: ellipsis !important;
	-khtml-text-overflow: ellipsis !important;
	-moz-text-overflow: ellipsis !important;
	-webkit-text-overflow: ellipsis !important;
}
#wp-spotify ul#spotify-widget li a:hover{
	text-decoration:underline !important;
}
#wp-spotify ul#spotify-widget li div{
	float:left !important;
	clear:none !important;
	background:url('img/artist.png') no-repeat left top !important;
	height:24px !important;
	width:30px !important;
}
