/********************************/
/******** MUSIC MACHINE *********/
/********************************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, input, fieldset, a, iframe{ 
	margin: 0;
	padding: 0;
	border: 0;
}

html{
    /*min-height: 101%;*/
	/*overflow-y: scroll;*/
	cursor: default;
}

body{
	font-size: 100.01%;
	font-family: verdana, sans-serif;
	color: #ffffff;
	background: #000000;
	cursor: default;
	background: #23538a;
/*
	background: -moz-linear-gradient(-45deg,  #23538a 0%, #a7cfdf 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#23538a), color-stop(100%,#a7cfdf));
	background: -webkit-linear-gradient(-45deg,  #23538a 0%,#a7cfdf 100%);
	background: -o-linear-gradient(-45deg,  #23538a 0%,#a7cfdf 100%);
	background: -ms-linear-gradient(-45deg,  #23538a 0%,#a7cfdf 100%);
	background: linear-gradient(135deg,  #23538a 0%,#a7cfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#a7cfdf',GradientType=1 );
*/
}

#site_wrapper{
	width: 90%;
	margin: 0 auto;
}

#music_machine, #footer{
	position: relative;
	float: left;
	width: 100%;
	color: #fffff;
	font-size: 1.2em;
	text-align: center;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-shadow: -1px -1px 1px #000000;
	padding: 1.0em 0;
	background: #0582bc;
	background: -moz-linear-gradient(top,  #0582bc 0%, #192360 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0582bc), color-stop(100%,#192360));
	background: -webkit-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: -o-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: -ms-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: linear-gradient(to bottom,  #0582bc 0%,#192360 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0582bc', endColorstr='#192360',GradientType=0 );
}

#footer{
	padding: 0.5em 0;
}

#artist_wrapper{
	position: relative;
	float: left;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

/********************************/
/********* ARTIST LIST **********/
/********************************/
a.artists, a.albums, a.tracks{
	position: relative;
	float: left;
	width: 99%;
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	text-indent: 1.0em;
	text-shadow: -1px -1px 1px #111111;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 1.0em 0;
	margin: 1px 0 0 0;
	display: block;
	outline: none;
	border-bottom: 1px solid #cccccc;
}

a.artists:hover, a.artists:active, a.artists:selected, a.artists:focus{
	color: #000000;
	text-decoration: none;
}

/* handled in the javascript */
/*
#artist_wrapper a.artists:last-child{
	border-bottom: 10px solid #ff00ff;
}
*/
.artist_dividers{
	position: relative;
	float: left;
	width: 99%;
	color: #ffffff;
	font-size: 1.0em;
	text-shadow: -1px -1px 1px #111111;
	text-align: center;
	padding: 0.3em 0;
	background: -moz-linear-gradient(top,  #0582bc 0%, #192360 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0582bc), color-stop(100%,#192360));
	background: -webkit-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: -o-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: -ms-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: linear-gradient(to bottom,  #0582bc 0%,#192360 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0582bc', endColorstr='#192360',GradientType=0 );
	/*border-bottom: 1px solid #cccccc;*/
}

a.albums{
	width: 100%;
	line-height: 3.0em;
	text-indent: 0em;
	padding: 15px 0 0 0;
	margin: 0px;
}

a.tracks:hover, a.tracks:active, a.tracks:selected, a.tracks:focus{
	color: #000000;
	text-decoration: none;
}

a.artists:hover, a.albums:hover, a.tracks:hover{
	background-color: #00034d;
}


#artist_wrapper a.albums:last-child, #artist_wrapper a.tracks:last-child{
	border-bottom: 0px solid #ff00ff;
}

a.albums img{
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px 15px 17px 15px;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 10px #111111;
}

span.album_num{
	position: absolute;
	right: 1.0em;
}

a.current-track{
	/*background: url(../images/equalizer-single.gif) right bottom no-repeat;*/
	background: #00034d url(../../assets/images/equalizer-blue2.gif) left center no-repeat;
}

a.tracks span{
	position: absolute;
	right: 1.0em;
}

a.gradient_hl{
/*
	background: -moz-linear-gradient(top,  #0582bc 0%, #192360 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0582bc), color-stop(100%,#192360));
	background: -webkit-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: -o-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: -ms-linear-gradient(top,  #0582bc 0%,#192360 100%);
	background: linear-gradient(to bottom,  #0582bc 0%,#192360 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0582bc', endColorstr='#192360',GradientType=0 );
*/
}

/*
background: #666666;
background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #9E999A 100%);
background-image: -moz-linear-gradient(top left, #cccccc 0%, #9E999A 100%);
background-image: -o-linear-gradient(top left, #FFFFFF 0%, #9E999A 100%);
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #9E999A));
background-image: -webkit-linear-gradient(top left, #333333 0%, #cccccc 100%);
background-image: linear-gradient(to bottom right, #333333 0%, #cccccc 100%);
border: 1px solid #000000;
border-radius: 5px;
*/

#alphabet_scrub{
	position: fixed;
	top: 5%;
	right: 0px;
	/*width: 100px;*/
	/*height: 100px;*/
	border: 1px solid #cccccc;
	border-radius: 5px;
}

#alphabet_scrub a{
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
	text-align: center;
	cursor: pointer;
}

/********************************/
/********** THE PLAYER **********/
/********************************/

#mp3_wrapper{
	position: relative;
	float: left;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	/*text-align: center;*/
	display: none;
}


#mp3_title{
	width: 100%;
	font-size: 1.2em;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#mp3_image{
	/*position: relative;
	float: left;
	*/
	display: block;
	max-height: 500px;
	max-width: 500px;
	margin: 20px auto 10px auto;
	/*
	margin-top: 20px;
	margin-bottom: 10px;
	*/
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 20px #111111;
}

#mp3_player{
	position: relative;
	/*float: left;*/
	display: block;
	border: none;
	outline: none;
	margin: 0px auto 10px auto;
	/*max-height: 35px;*/
}

/********************************/
/*********** CONTROLS ***********/
/********************************/
.buttons{
	width: 40px;
	height: 40px;
	margin-left: 10px;
	visibility: hidden;
	cursor: pointer;
}

#button_back, #button_info{
	visibility: visible;
}

#button_info{
	position: absolute;
	left: 0px;
}

#button_album{
	position: absolute;
	right: 10px;
	margin: 0px;
	box-shadow: 0px 0px 10px #111111;
}

