#bg_image_wrapper {
	background: url('../images/bw_group.jpg') no-repeat top center;
	width: 604;
	height: 429px;
	position: relative;
}

h1 {
	margin-left: 20px;
	color: #FF7700;
}
/* Playlist Section */

section#track_listing {
	float: left;
	font-family: Verdana, sans-serif;
	width: 100%;
	height: 325px;
	margin: 5px 15px auto;
	padding: 10px;
	/*overflow: hidden;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	/*background-color: #222;*/
	/*background: #1E1E1E url('../assets/bg/texture.jpg') repeat top left;*/
}

#list_group h3 {
	font-family: 'DaysRegular';
	float: left;
	width: 200px;
}
#genre_select_box {
	float: left;
	margin-top: 0;
	/*width: auto;
    padding: 3px 8px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 1.2em;
    color: black;
    border: none;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;*/
}
#scroll_div {
	clear: left;
	float: left;
	width: 350px;
	height: 285px;
	overflow: auto;
	border-bottom: 1px solid #333;
}
ul#playlist {
	/*clear: left;*/
	float: left;
	padding: 0px;
	margin: 0 25px 0 20px;
	list-style: decimal-leading-zero inside;
	color: #ccc; 
	width: auto;
	height: 100%;
	/*overflow: auto;*/
	
	font-size: 85%;
}
#playlist li { 
	position: relative;
	margin: 0px; 
	padding: 9px 2px 10px; 
	/*border-bottom: 1px solid #ccc;*/
	cursor: pointer;
}
#playlist li a { 
	display: inline;
	text-indent: -.3ex;
	text-decoration: none;
	padding: 0;
	color: #00DD00;
}
#playlist li.playing a { 
	color: red;
	/*text-shadow: 1px 1px 0px green;*/
}
#playlist li.playing:before { 
	content: '♬'; 
	width: 14px; 
	height: 14px; 
	padding: 3px; 
	line-height: 14px; 
	margin: 0px; 
	position: absolute; 
	left: -24px; 
	top: 9px; 
	color: red; 
	font-size: 13px; 
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); 
}

section#selected_track_info {
	margin: 2px 0 0 10px;
	clear: left;
	float: left;
}
#selected_track_info p {
	display: block;
	color: #FF7700;
	font-size: 1em;
}
#selected_track_info span {
	color: white;
}

/* Audio Player Styles */
div#player {
	display: none;
	float: left;
	width: auto;
	margin: 0 0 -20px 100px;
}
#player a {
	clear: both;
	float: right;
	font-size: small;
	color: #FF7700;
	margin: 15px 0 0 15px;
}

.audiojs {
	width: 400px;
	height: 22px;
	margin: auto auto;
	background: #404040;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
    background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.audiojs .play-pause { 
	width: 25px; 
	height: 40px; 
	padding: 0px 8px 0px 0px;
	margin-top: 0px;
}
.audiojs p { 
	width: 25px; 
	height: 20px; 
	margin: -3px 0px 0px -1px; 
}
.audiojs .scrubber { 
	background: #5a5a5a; 
	width: 250px; 
	height: 10px; 
	margin: 5px;
}
.audiojs .progress { 
	height: 10px; 
	width: 0px; 
	background: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
    background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); 
}
.audiojs .loaded { 
	height: 10px; 
	background: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
    background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); 
}
.audiojs .time { 
	float: left; 
	height: 25px; 
	line-height: 25px; 
}
.audiojs .error-message {
	height: 24px;
	line-height: 24px; 
}

/* Utility Styles */
.red {
	outline: 1px dashed red;
}
#toggleRed {
	position: absolute;
	width: 50px;
}

@media screen and (max-device-width: 480px) {
  #wrapper { 
	position: relative; left: -3%; 
	}
  #shortcuts { 
	display: none; 
	}
}