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

/*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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

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;
    padding-top: 100px;
}*/

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

/*
    Top Header
div#top-header{
    background-color: #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 370px;
    height: 40px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    position: relative;
    margin-bottom: -50px;
}*/

/*
    Large album container
div#top-large-album{
    width: 370px;
    height: 370px;
    margin: auto;
    margin-bottom: -45px;
    z-index: 0;
}*/

/*
    Large Album Art
img#large-album-art{
    width: 370px;
    height: 370px;
    border-radius: 5px;
}*/

/*
	Small Player
div#small-player{
	width: 370px;
	height: 45px;
	background-color: #f2f2f2;
	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: 260px;
    height: 30px;
    float: left;
    cursor: pointer;
}
div#small-player-middle-top{
    width: 260px;
    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;
}*/

/*
    Small Player Full Bottom Info
div#small-player-full-bottom-info{
    margin: auto;
    margin-top: -7px;
    width: 350px;
}*/

/*
    Play Pause
div.amplitude-play-pause{
    margin: auto;
    height: 23px;
    width: 20px;
    cursor: pointer;
}


span.amplitude-play-pause{
    margin: auto;
    height: 23px;
    width: 20px;
    cursor: pointer;
}

div.amplitude-paused{
    background-image: url('../images/black-play.png');
    background-repeat: no-repeat;
    background-size: 100%;
}


span.amplitude-paused{
    background-image: url('../images/black-play.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

div.amplitude-playing{
    background-image: url('../images/black-pause.png');
    background-repeat: no-repeat;
    background-size: 100%;
}*/

/*
    Now Playing Information
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: #676261;
    line-height: 14px;
}
div.location-information{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #bebebe;
}*/