@import url(https://fonts.googleapis.com/css?family=Open+Sans|Raleway);

*, html, body {
	padding: 0;
	margin: 0;
    font-size: 1rem;
}

/* Header */
header {
	background: #e3322a;
	color: #fff;
	padding: 30px 0;
	margin: 0;
}
header div {
	margin: 0 auto;
	max-width: 800px;
}
header div img {
	float:left;
	margin: 0 30px;
	width: auto;
	height: 100px;
}
header div h1 {
	font-size: 2rem;
	line-height: 50px;
}
header div h2 {
	font-size: 1.5rem;
	line-height: 30px;
}
header div .clear {
	clear: both;
}

/* Corps */
article {
	padding: 30px 0;
}

#player {
	background-color: #333;
	margin: 4px auto;
	padding: 15px;
	display:block;
	position:relative;
	width: calc(100% - 30px);
	max-width: 450px;
	height:auto;
	color: #fff;
}

#player form {
	text-align: center;
}
#player input, #player button {
	background: #fff;
	color: #000;
	border: 0;
	padding: 5px;
}

#player div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;   
}

#player .amazingaudioplayer-image {
	display: block;
	position: relative;
	float: left;
	margin: 4px;
	overflow: hidden;
}

#player .amazingaudioplayer-image-clear {
}

#player .amazingaudioplayer-text {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 4px;
	width: calc(100% - 120px);
	height: 38px;
}

#player .amazingaudioplayer-text-clear {
}

#player .amazingaudioplayer-title {
	display: block;
	color: #eee;
	font-family: "Raleway",Arial,sans-serif;
	font-size: 1rem;
	font-weight: bold;
}

#player .amazingaudioplayer-title-clear {
}

#player .amazingaudioplayer-info {
	display: block;
	color: #ddd;
	font-family: Arial, sans-serif;
	font-size: 0.8rem;
	font-style: italic;
	margin-top: 4px;
}

#player .amazingaudioplayer-info-clear {
}

#player .amazingaudioplayer-bar {
	position: relative;
	width: calc(100% - 120px);
	float: left;
}

#player .amazingaudioplayer-bar-buttons-clear {
	clear: both;
}

#player .amazingaudioplayer-bar-clear {
	clear: both;
}

#player .amazingaudioplayer-bar-title {
	position: relative;
	float: left;
	color: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 24px;
	margin: 0 8px;
}

#player .amazingaudioplayer-playpause {
	position: absolute;
	top: 0;
	left: 40px;
}

#player .amazingaudioplayer-play {
	position: relative;
}

#player .amazingaudioplayer-pause {
	position: relative;
}

#player .amazingaudioplayer-stop {
	position: relative;
	float: left;
}

#player .amazingaudioplayer-prev {
	position: absolute;
	top: 0;
	left: 0px;
}

#player .amazingaudioplayer-next {
	position: absolute;
	top: 0;
	left: 80px;
}

#player .amazingaudioplayer-loop {
	position: absolute;
	top: 12px;
	left: 142px;
}

#player .amazingaudioplayer-progress {
	position: absolute;
	top: 42px;
	left: 0px;
	background-color: #222;
	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	margin: 8px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#player .amazingaudioplayer-progress-loaded {
	background-color: #444;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#player .amazingaudioplayer-progress-played {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e6e3da;
	background-image: -ms-linear-gradient(top, #fcfcfc 0%, #e6e3da 100%);
	background-image: -moz-linear-gradient(top, #fcfcfc 0%, #e6e3da 100%);
	background-image: -o-linear-gradient(top, #fcfcfc 0%, #e6e3da 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #e6e3da));
	background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #e6e3da 100%); 
	background-image: linear-gradient(to bottom, #fcfcfc 0%, #e6e3da 100%);
}

#player .amazingaudioplayer-time {
	position: relative;
	float: right;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.6rem;
	text-shadow: 1px 1px 0 #000;
	line-height: 24px;
	margin: 0 4px;
}

#player .amazingaudioplayer-volume {
	position: absolute;
	top: 12px;
	left: 172px;
}

#player .amazingaudioplayer-volume-bar {
	background-color: #333;
	border: 1px solid #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	background-image: -ms-linear-gradient(top, #444444 0%, #111111 100%);
	background-image: -moz-linear-gradient(top, #444444 0%, #111111 100%);
	background-image: -o-linear-gradient(top, #444444 0%, #111111 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(1, #111111));
	background-image: -webkit-linear-gradient(top, #444444 0%, #111111 100%);
	background-image: linear-gradient(to bottom, #444444 0%, #111111 100%);
}

#player .amazingaudioplayer-volume-bar-adjust {
	background-color: #222;
	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
}

#player .amazingaudioplayer-volume-bar-adjust-active {
	background-color: #f0f0f0;
	-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
	-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
	box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
}

#player .amazingaudioplayer-tracklist {
	display: block;
	position: relative;
}

#player .amazingaudioplayer-tracklist-container {
	display: block;
	position: relative;
	margin: 4px;
	padding: 12px 0px;
}

#player .amazingaudioplayer-tracks-wrapper {
	position: relative;
}

#player .amazingaudioplayer-tracks {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#player .amazingaudioplayer-track-item {
	position: relative;
	cursor: pointer;
	color: #999;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.9rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#player .amazingaudioplayer-track-item-active {
	cursor: pointer;
	color: #fff;
}

#player .amazingaudioplayer-track-item a {
	color: #999;
    text-decoration: none;
    font-size: 0.9rem;
}

#player .amazingaudioplayer-track-item-active a {
	color: #fff;
    text-decoration: none;
}

#player .amazingaudioplayer-track-item-duration {
	position: absolute;
	top: 0;
	right: 0;
}

#player .amazingaudioplayer-tracklist-arrow-prev {
	position: absolute;
	top: 2px;
	right: 24px;
}

#player .amazingaudioplayer-tracklist-arrow-next {
	position: absolute;
	top: 2px;
	right: 6px;
}

#player .amazingaudioplayer-tracklist-clear {
	clear: both;
}

/* Footer */
footer {
	background: #333;
	text-align: center;
	padding: 30px;
	color: #fff;
}