/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*
    State hidden
*/
div.hidden-on-collapse{
    display: none;
}

/*
    Top Header
*/
div#top-header{
    background-color: #744B8E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 96%;
    height: 60px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    position: relative;
    margin-bottom: -5px;
}

/*
    Large album container
*/
div#top-large-album{
    max-width:250px;
	max-height:250px;
	width: 100%;
	position: center;
	height: auto;
    margin: auto;
    margin-bottom: -5px;
    z-index: 0;
}

/*
    Large Album Art
*/
img#large-album-art{
    max-width:250px;
	max-height:235px;
	position: center;
	width: 100%;
	height: auto;
    border-radius: 5px;
}

/*
	Small Player
*/
div#small-player{
	width: 96%;
	height: 65px;
	background-color: #744B8E;
	border-radius: 5px;
    margin: auto;
    z-index: 99999;
    position: relative;
}

/*
   Small Player Left
*/
div#small-player-left{
    height: 45px;
    width: 25px;
    float: left;
}

/*
    Expand and Contract Album Art
*/
div.small-player-toggle-expand{
    background-image: url('../images/iTunes-Expand.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-top: 27px;
}

div.small-player-toggle-contract{
    background-image: url('../images/iTunes-Contract.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    position: absolute;
    bottom: 6px;
}

/*
    Small Player Album Art
*/
img#small-player-album-art{
    width: 45px;
    height: 45px;
    float: left;
}

/*
    Small Player Middle
*/
div#small-player-middle{
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 96%;
    height: 30px;
    float: left;
    cursor: pointer;
}
div#small-player-middle-top{
    width: 96%;
    float: left;
    height: 30px;
}
div#small-player-middle-meta{
    padding-top: 5px;
}
/*
    Small Player Middle Meta
*/
div#small-player-middle-controls{
    display: none;
    padding-top: 10px;
}
/*
    Small Player Full Bottom
*/
div#small-player-full-bottom{
    padding-top: 15px;
}

div#volume-slider{
    
	background-color: #744B8E;
	width: 100%;
    margin-top: -75px;
}

/*
    Small Player Full Bottom Info
*/
div#small-player-full-bottom-info{
    margin: auto;
    margin-top: -7px;
    width: 96%;
}
/*
    Play Pause
*/
div.amplitude-play-pause{
    margin: auto;
    height: 100px;
    width: 20px;
    cursor: pointer;
}
div.amplitude-paused{
    background-image: url('../images/yellow-play.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
div.amplitude-playing{
    background-image: url('../images/yellow-pause.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

/*
    Now Playing Information
*/
div.now-playing-djname{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #EA6B1C;
    line-height: 14px;
}
div.now-playing-title{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #E7FF58;
}