/** import & load **/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/** Create nice canvas to work on **/

* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Open Sans', Helvetica, sans-serif;
}

/** Player styles **/
.player {
	position: relative;
	width: 270px;
	height: 343px;
	border-radius: 45px;
	background-image: url(../img/rp.png);	
}
#stationlogo {
	position:absolute;
	width:180px;
	height:180px;
	margin:10px;
	box-shadow:0 0 2px 3px #888;
	border: 1px solid rgb(0, 0, 0);
}
#nowplaying {
	position: absolute;
	right: 0;
	margin: 12px;
	width: 1px;
	height: 1px;
	border-radius: 5px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.2); /* W3C */








	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d8ba', endColorstr='#cacdb2',GradientType=0 ); /* IE6-9 */
	background-position: bottom;
}
.popout {
	position: absolute;
	right: 10px;
	top: 5px;
}
#albumcover {
	position:absolute;
	left:0;
	margin:8px;
	
	width:80px;
	height:80px;
	
	background:url("");
	background-size:100%;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.2);
}
#current {
	position: absolute;
	right: 15px;
	margin: 25px 14px;
	width: 171px;
	height: 21px;
	text-align: center;
	color: rgb(255,255,255);
	top: 192px;
}
.big { font-size:1em; }
.artist {
	font-weight:bold;
}
.title {

}

#station {
	position: absolute;
	right: 62px;
	bottom: -197px;
	width: 118px;
	height: 21px;
	text-align: center;
	font-size: 14px;
	color: rgb(255,255,255);
}
.station {
	font-style:italic;
}
.logo { 
position: absolute;
right: 119px;
bottom: 20px;
width: 50px;
}
#social{										/* posición iconos sociales */
	height: 30px;
	width: 170px;
	position: absolute;
	left: 51px;
	top: 287px;
}
a img {
border-style: none;
}
