* {
	margin: 0;
	padding: 0;
}

body {
	background: #333 url('../images/bg.png');
	color: #fff;
	font-family: "helvetica neue",helvetica,arial,sans-serif;
}

a {color: #fff; text-decoration: none;}

p {
	margin-bottom: 10px;
}

ul, ol {
	list-style-type: none;
}

a img {
	border-width: 0;
}

a:active, a:focus {
	outline: none;
}


#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	background: url('../images/bg-spot.jpg') no-repeat center 0px;  /* 266px */
	
}
/*
h1 {
	text-indent: -999px;
	overflow: hidden;
	height: 269px;
	background: url('../images/logo.jpg') no-repeat;
	margin-bottom: 10px;
}
*/
/*h1 {display: none;}*/
h1 {
	color: #ddd;
	font-size: 96px;
	letter-spacing: -0.08em;
	margin-left: 10px;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.7) 0px 2px 3px;
	float: left;
}

.song-type {
	margin-top: 10px;
	float: left;
	width: 240px;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: -0.06em;
	
	margin-bottom: 10px;
	
	text-shadow:#000 0px 1px 1px;
}

/* NEWS */

#news {
	display: none;
	float: left;
	height: 160px;
	width: 300px;
	padding: 0px;
/*	margin: -10px 0 0 650px;*/
	overflow: hidden;
	font-size: 16px;
	text-shadow:#000 0px 1px 1px;
	color: #ddd;
	
	/*
	background-color: rgba(0, 0, 0, 0.4);
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
	-webkit-box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
	box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
	*/
}

#news li {
	/*padding: 12px;*/
	padding: 8px 15px;
	margin-bottom: 8px;
	border-top: 10px solid transparent;
	
	background-color: rgba(0, 0, 0, 0.5);
	/*
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	*/
/*	-webkit-box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
	box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
*/
}

#news .meta {
	display: none;
}


#presentation {
/*	float: left;*/
	width: 600px;
	text-align: center;
	height: 130px;
/*	margin-left: 10px;*/
	margin: 0 auto;
	font-size: 18px;
	color: #ddd;
	text-shadow: #000 0px 1px 2px;
	line-height: 23px;
}

#social {
	width: 400px;
	float: right;
	text-align: right;
	margin: 23px 15px 0 10px;
}

#facebook2 {
	width: 300px;
	margin: 10px 10px 15px 0px;
/*
	background-color: rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
	box-shadow: rgba(0,0,0,.5) 0px 3px 5px;
	*/
}

#social ul {
	margin-left: 10px;
}

#social ul li {
	display: inline;
}

#social ul a {
	opacity: 0.5;
	
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#social ul a:hover {
	opacity: 1;
}


/* VIDEO PLAYER */

#video_wrapper {
	height: 0;
	overflow: hidden;
	padding: 15px 0;
	text-align: center;
	clear: both;
	
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}

#video_player {
	display: none;
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 20px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 20px;
	box-shadow: rgba(0, 0, 0, 0.8) 0 3px 20px;
}

/* SONGS */

#originals {
	clear: left;
}

.song {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
}

.song h3 {
	display: none;
}

.cover-art {
/*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
*/	
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 2px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0 2px 6px;
	box-shadow: rgba(0, 0, 0, 0.75) 0 2px 6px;
}

.overlay {
	display: none;
	/*opacity: 0;*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 220px;

	background-color: rgba(0, 0, 0, 0.6);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));

	text-align: center;
	/*
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	*/
}

.song:hover .overlay {
	display: block;
}

.new {
	text-indent: -999px;
	overflow: hidden;
	
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 90;
	
	height: 32px;
	width: 32px;
	background: url('../images/New.png') no-repeat;
}

.play-button {
	width: 108px;
	height: 108px;
	position: absolute;
	top: 45px;
	left: 56px;
	text-indent: -999px;
	overflow: hidden;
	background: url('../images/play-pause.png') no-repeat;
	cursor: pointer;
	opacity: 0.8;
}

.play-button-new {
	width: 120px;
	height: 100px;
	position: absolute;
	top: 45px;
	left: 50px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

.play-button-new:hover {
		background-color: rgba(0, 0, 0, 0.9);
}

/*
.play-button:hover {
	margin: 1px 0 0 0px;
}
*/
.playing .play-button {
	background-position: 0 -108px;
}

.links {
	margin: 165px auto 0;
}

.link-button {
	display: inline;
	opacity: 0.8;
}

.play-button:hover, .link-button:hover {
	opacity: 1;
}


li.loq-mp3 {
	display: none;
}
/*
.info-button {background-image: url('../images/info.png');}
.video-button {background-image: url('../images/video.png');}
.download-button {background-image: url('../images/download.png');}
.share-button {background-image: url('../images/share.png');}
*/

.info-button:hover .description, .share-button:hover .share-box {
	display: block;
}

.description, .share-box {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 45px;
	width: 200px;
	padding: 10px;
	z-index: 100;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 1);
	
	text-align: left;
	font-size: 12px;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: rgba(0,0,0,.7) 0px 2px 5px;
	-moz-box-shadow: rgba(0,0,0,.7) 0px 2px 5px;
	box-shadow: rgba(0,0,0,.7) 0px 2px 5px;
	*/
}

.share-box {
	width: 220px;
	padding: 10px 0;
	font-size: 14px;
}

.share-box li a {
	padding: 0 10px;
	display: block;
}

.share-box li a:hover {
	background-color: #222;
}

.permalink {
	display: block;
	font-family: monospace;
	margin-bottom: 10px;
}

.description li {
	display: block;
}

.song .player-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 204px;
	padding: 3px 8px 6px 8px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);

}

.player-load-bar {
	background-color: rgb(100, 100, 100);
	background-color: rgba(100, 100, 100, 0.5);
	margin: 5px 0;
	width: 0px;
	cursor: pointer;
}

.player-play-bar {
	background-color: #74a4d5;
	width: 0px;
	
	-webkit-box-shadow: rgba(255,255,255,.7) 0px 0px 10px;
	-moz-box-shadow: rgba(255,255,255,.7) 0px 0px 10px;
	box-shadow: rgba(255,255,255,.7) 0px 0px 10px;
}

.player-load-bar, .player-play-bar {
	height: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.play-time, .total-time {
	font-size: 10px;
}

.play-time {
	float: left;
	color: #ccc;
}

.total-time {
	float: right;
	color: #aaa;
}

@-webkit-keyframes pulsate {
	0%   {background-color: rgba(0, 0, 0, 0.75);}
	40%  {background-color: rgba(0, 0, 0, 0.75);}
	100% {background-color: rgba(20, 50, 100, 0.75);}
}

.playing .player-overlay {
	-webkit-animation-name: pulsate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

#footer {
	clear: both;
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #ddd;
	text-shadow: #000 0px 1px 2px;
	opacity: 0.5;
}

#footer:hover {
	opacity: 1;
}
