*:focus {
    outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
	Body
*/
body{
	background-color: #0B4C63;
}

/*
    Large Player
*/
div#large-player{
    margin: auto;
    width:100%;
    height: 440px;
    background:#0f59a3;
}

/*
    Top Bar
*/
div#top-bar{
    height:60px;
    background:#063e75;
}

/*
    Top Bar Elements
*/
/*
    Window placeholder elements
*/
div#window-size-buttons{
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}
div.window-close{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    background-color: #fb5e5b;
}
div.window-min{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    float: left;
    margin-right: 100px;
    background-color: #fbbe3a;
}
div.window-max{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    background-color: #31cb45;
}
.supr_top-bar{
	min-height: 20px;
    padding:16px 10px 0px 10px;
    color: #fff;
    font-family: arial;
}
.supr_top-bar .src_icon{
	position:relative;
}
.supr_top-bar .src_input{
	border: 1px solid #2f6ca9;
    border-radius: 32px;
    color: #999;
    background: #102b46;
    padding: 4px 11px;
    margin-left: 4px;
    position: relative;
}
.supr_top-bar .src_icon img{
	position: absolute;
    top: 1px;
    left: 155px;
    background: #000;
    padding: 4px 11px;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}

    
/*
    Top Bar Controls
*/
div#large-player-controls{
    margin-left:3%;
    float: left;
}
div#large-player-controls_rest_btn{
    margin-left:0%;
    float:left;
    margin-top: 24px;
}
div#previous{
    height: 20px;
    width: 30px;
    cursor: pointer;
    background-image: url('../image/black-prev.png');
	background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top:23px;
}
div#play-pause.amplitude-play-pause{
    height: 27px;
    width: 27px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 9px;
}
div#play-pause.amplitude-paused{
    background-image: url('../image/black-play.png');
    background-repeat: no-repeat;
    background-size: 100%;
	margin-top:20px;
}
div#play-pause.amplitude-playing{
    background-image: url('../image/black-pause.png');
    background-repeat: no-repeat;
    background-size: 100%;
	margin-top:20px;
}
div#next{
    height: 20px;
    width: 30px;
    cursor: pointer;
    background-image: url('../image/black-next.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top:23px;
}

/*
    Now Playing Song Display
*/
div#now-playing-song-display{
	float: left;
    height: 60px;
	margin-left:0%;
	margin-top:7px;
}
img#top-bar-album-art{
    width: 45px;
    height: 45px;
    float: left;
	margin:0;
	margin-left:0;
	padding:7px 15px;
}
div#now-playing-song-meta-container{
    width:410px;
    height:50px;
    float: left;
	margin-left:15px;
    text-align: center;
   	font-family: 'Roboto', sans-serif;
    padding-top:5px;
    position: relative;
}
span.now-playing-title{
    font-size: 13px;
    color: #ccc;
}
span.album-information{
	font-size: 12px;
    color: rgb(187, 90, 20);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
div#song-time-visualization{
	height:5px;
    width:72%;
    margin-top: 20px;
    background-color: #bcbcbc;
    float: left;
}
div#song-time-visualization div.amplitude-song-time-visualization-status{
    height: 5px;
    background-color: #707070;
}
div.current-time{
        float: left;
    display: inline-block;
    color: #fff;
    width: 10%;
    margin-top: 16px;
    padding: 0 10px;
}
div.time-duration{
        color: #fff;
    float: left;
    margin-top: 16px;
    padding: 0 10px;
}
/*
    Right Side Search Container
*/
div#right-side-search-container{
    float: left;
}
img#small-amplitude{
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}
input[type="text"]#search{
/*    height: 19px;
    width: 154px;
    border-radius: 5px;
    border: 0px;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
    color: #bdbdbd;*/
	height: 19px;
    width: 154px;
    border-radius: 2px;
    border: 0px;
    margin-top:0;
    margin-right: 10px;
    color: #bdbdbd;
    border: 1px solid #555;
    background: #666;
    padding: 10px 5px;
}
#left-content .albm_name {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:18px;
	}
#left-content .albm_name p {
	color: #a9a7a7 !important;
    padding: 7px;
    font-size: 14px;
	border-bottom: 1px solid #666;
	}
	#left-content .album-container span{
	float: left;
	color: #ccc;
	margin-top: 4px;
	padding: 0 5px;
	}
/*
    Left Content
*/

/* start : scroll-bar design on player-list scroll-bar*/ 

/*body::-webkit-scrollbar {
    width:15px;
	background-color:#85A7ED;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#D37C00;
  outline: 1px solid slategrey;
}*/



/* end : scroll-bar design on player-list scroll-bar*/ 

/* start : scroll-bar design on player-list scroll-bar*/ 

#left-content::-webkit-scrollbar {
    width:7px;
}
 
#left-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#left-content::-webkit-scrollbar-thumb {
  background-color:#A8B7C1;
  outline: 1px solid slategrey;
}

/* end : scroll-bar design on player-list scroll-bar*/ 

div#left-content{
	background: #063e75;
    height: 330px;
    float: left;
    width: 59%;
    margin-top: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #2f6ca9;
	overflow-y: scroll;
}
/*
    Album container
*/
div.album-container{
   	padding: 4px 0px 4px 0;
    height:20px;
    cursor: pointer;
    clear: both;
    padding-left: 5px;
    border-bottom: 1px dotted #0f59a3;
}
div.album-container:hover{
	background:#d03840;
}
div.album-container img{
    float: left;
    width:20px;
    height:20px;
    display: block;
	margin:0;
}
div.album-container.album-container a img{
	width: 15px;
    height: 15px;
    margin-top:2px;
    margin-right: 18px;
    float: right;   
}
div.album-meta{
    float: left;
    padding:0 5px;
}
div.album-meta  div.artist{
    color: #ccc;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
	font-weight:100;
    font-weight: 400;
	margin-top: 4px;
}
div.album-meta div.album-info{
    color: #d6d6d6;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
	font-weight:100;
}

div.album-container.active-album-container{
    background:#9a0910;
	padding-left: 5px;
}
div.album-container.active-album-container a img{
	width: 15px;
    height: 15px;
    margin-top:2px;
    margin-right: 18px;
    float: right;   
}
div.album-container.active-album-container div.album-meta div.artist{
    color: white;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}
div.album-container.active-album-container div.album-meta div.album-info{
    color: white;
}
/*
    Right Content
*/
div#right-content{
    float: left;
    height: 330px;
    width:39%;
}
div.album-display{
    width: 100%;
    display: none;
    clear: both;
}
div.album-header{
    height: 74px;
    padding:15px;
}
div.album-header img{
    height: 250px;
    width: 102%;
    display: block;
    float: left;
    margin: 0;
    padding: 0px;
}
div.album-header div.album-artist{
    float: left;
    padding-top: 10px;
    color: white;
    font-family: 'Roboto', sans-serif;
	font-size:12px;
    font-weight: 100;
}
div#rooms-for-adelaide-header{
    border-bottom: 1px dotted #444;
}
div#the-suburbs-header{
    border-bottom: 1px dotted #444;
}

div.album-details{
    padding-top: 30px;
    padding-left: 15px;
}
div.album-details img.album-art{
	width: 110px;
    height: 110px;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
div.album-details div.album-contents{
    float: left;
    padding-left: 15px;
}
div.album-details div.album-contents div.title{
    font-family: "Helvetica", sans-serif;
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    width:100%;
    font-size: 20px;
    padding-bottom: 5px;
}
div.album-details div.album-contents div.song-title{
    font-family: "Helvetica", sans-serif;
    color: #000;
    width:100%;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
}
div.album-details div.album-contents div.song-title img{
    width: 10px;
    margin-right: 5px;
    display: none;
}
div.album-details div.album-contents div.song-title.amplitude-active-song-container img{
    display: inline;
}

/*
    Footer
*/
div#footer{
    clear: both;
    height: 24px;
    border-top: 1px solid #a2a2a2;
    float: left;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #dcdddc;
    width: 960px;
}