/* ============================================
chris melfi
copyright 2015
written for - mobile web application (badnoise)

swatch colours
--------------
777777 - light grey
444444 - mid grey
222222 - dark grey
000000 - black
ffffff - white
C1272D - base dark red
CD5257 - base lighter red
============================================ */

/* resets and overrides
============================================ */


/* 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-family:'lato', helvetica neue, arial;
    font-weight: 300;
    vertical-align: baseline;
    text-decoration: none;
    color: inherit;
}
/* 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, ol:visited, ol:hover, ol:active, ul, ul:visited, ul:hover, ul:active {
    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;
}


/* links and type
============================================ */

.status {
    color: #bbbbbb;
    font-weight: 400;
}

.artists-header h1 {
    font-size: 6em;
    font-weight: 400;
    color: #fff;
}

.artists-header h2 {
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
}

.side-status .status{
    padding: 10px 0;
}

.side-status .status-action {
    padding-bottom: 10px;
}

.loginform label {
    font-size: 1em;
    line-height: 2em;
}

nav i {
    text-align: center;
    margin: 0 1em 0 0;
    color: #bbbbbb;
}

/* layout
============================================ */

::-webkit-scrollbar {
    width:7px;
    background-color: #222;
    cursor: pointer;
}

::-webkit-scrollbar-thumb{
    background-color: #555;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active  {
    background-color: #777;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
    cursor: pointer;
}

header {
    background: #333;
    color:#fff;
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    height: 60px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    position: fixed;
}

.sidr-toggle {
    height: 100%;
    width: 65px;
    float: left;
    background: #C1272D;
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
}

.sidr-toggle:hover {
    background: #CD5257;
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
}

.sidr-toggle i {
    font-size: 1.5em;
    margin-top: .65em;
}

.logo {
    margin: auto;
    padding: 3px;
    width: 40%;
    max-width: 170px;
}

.logo img {
    width: 100%;
}

.user {
    height: auto;
    width: auto;
    padding: 12px 12px;
    font-size: 1em;
    text-align: right;
    float: right;
    background: #2e2e2e;
}

.main-content {
    width: 100%;
    background: #2e2e2e;
}

.artists-header {
    background-image: url("assets/images/artists-header.png");
    background-size: cover;
    padding: 10em 3em 3em 3em;
}

#accordion {
    height: 100%;
    width: 100%;
}

#accordion h1 {
    clear: both;
    font-size: 1.2em;
    font-weight: 300;
    padding: 1em;
    color: #fff;
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
}

#accordion h3 {
    color:#fff;
    background:#C1272D;
    width: 100%;
    text-decoration: none;
    font-size:1em;
    line-height: 2.7em;
    cursor: pointer;
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px 0px 0px rgba(0,0,0,0.1);
}

#accordion h3:hover {
    background: #CD5257;
}

#accordion p {
    padding: 1em;
    font-weight: 300;
    color: #eee;
    background-color: #222;
    line-height: 1.2em;
}

.artistnumber {
    margin: 0 1em;
    font-weight: 300;
    color: #aaa;
}

.artistname {
    margin: 0 1em;
    font-weight: 400;
}

.dropicon {
    float: right;
    margin: 0 1em;
    font-size: 1em;
}

.artistinfo {
    width: 100%
}

.artistinfo img {
    width: 100%;
}

.songstable {
    width: 100%;
    text-align: left;
    line-height: 1.2em;
}

.tableheader {
    font-weight: 300;
    color: #eee;
}

.tablecontent {
    font-weight: 300;
    color: #eee;
    background-color: #222;
}

.songstable th {
    padding: 1em 2em;
    font-weight: 400;
    color: #fff;
}

.songstable td {
    padding: 1em 2em;
}

.th2, .th3, .td2, .td3 {
    display: none;
}

.td5 {
    width: 20%;
}

.td5 i:hover {
    color: #CD5257;
}
.icon {
    width: 75%;
}
.side-status {
    background: #2e2e2e;
    height: auto;
}


/* media queries
============================================ */


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .artistinfo img {
        padding: 2% 0 2% 2%;
        float: left;
        width: 30%;
    }
    
    .biocontainer {
        padding: 2% 2% 0 2%;
        float: right;
        width: 64%;
    }
    
    .th2, .th3, .td2, .td3 {
        display: inline;
        text-align: left;
    }
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
    .artistinfo img {
        padding: 2% 0 2% 2%;
        float: left;
        width: 20%;
    }
    
    .biocontainer {
        padding: 2% 2% 0 2%;
        float: right;
        width: 74%;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .artistinfo img {
        padding: 2% 0 2% 2%;
        float: left;
        width: 15%;
    }
    
    .biocontainer {
        padding: 2% 2% 0 2%;
        float: right;
        width: 79%;
    }
    
}