
/* @import url("/assets/fonts/m-plus-2/m-plus-2.css"); */

html {
    font-family: "M PLUS 2", sans-serif;
    /* font-family: Tahoma, "M PLUS 1", sans-serif; */
    font-size: 16px;
}

@supports (font-variation-settings: "wdth" 115) {
    html {
        font-family: "M PLUS 2 Variable", "M PLUS 2", sans-serif;
    }
}

body {
    background-image: url("../img/bkg-dimmed.png");
    /* background: #9c9c9c; */
    margin: 0;
}

#header {
    width: 800px;
    /* max-width: 100%; */
    margin: 0 auto;
}

.container {
    width: 800px;
    margin: auto;
    border-spacing: 0;
    border-collapse: collapse;
}

.window {
    background-color: white;
    color: black;
    vertical-align: top;
}

    .content {
        padding: 8px 16px;
    }

.window-main {
    margin-left: 200px;
    padding-bottom: 16px;
}

.sidebar {
    width: 200px;
    vertical-align: top;
}

    .sidebar .window {
        padding: 8px;
        margin: 0;
        border-right: 1px lightgray solid;
    }

    .sidebar .spacer {
        height: 16px;
        width: 200px;
        padding: 0;
        border-right: 1px lightgray solid;
    }

        .sidebar .spacer.narrow {
            height: 2px;
            background-color: lightgray;
        }

        .sidebar .spacer.gray1 {
            background-color: #f1f3f5;
        }
    
    .sidebar .spacer.footer-spacer {
        margin-bottom: -3px;
        height: 16px;
        background-image: url("/assets/img/spacers/sidebar-divider-16x16-trans-to-grey1.gif");
    }

    .sidebar .heading {
        background-color: #303030;
        color: white;
        margin: -8px -8px 8px -8px;
        padding: 0 8px;
        font-family: "Tahoma", "M PLUS 2", sans-serif;
        font-style: oblique;
        height: 32px;
        line-height: 32px;
        font-size: 11pt;
    }

        .sidebar .heading .icon {
            height: 16px;
            width: 16px;
            vertical-align: text-bottom;
        }

        .heading.recently-listened-heading {
            background-image: url("/assets/img/now-playing-banner-32.gif");
            background-size: 200px 32px;
            font-style: italic;
            text-align: right;
        }

    .sidebar h4 {
        margin: 0 0 4px 0;
    }
    .sidebar p {
        margin: 2px 0;
    }
    .sidebar .window.footer {
        font-size: 14px;
        background-color: #f1f3f5;
        color: black;
    }


.hero-banner {
    margin: 0;
    padding: 16px;
    background-color: #e9ecef;
    color: black;
}

/* Utility classes */

.margin-auto {
    margin: auto;
}

.button-list, .inline-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .button-list li, .inline-list li {
        display: inline;
    }

        .button-list li a {
            display: inline;
            padding: 4px 8px;
            background-color: #cecece;
        }

.full-width {
    width: 100%;
}

/* header */
#navigation {
    display: table;
}
.header-nav {
    display: table-row;
}
.header-nav li {
    position: relative;
    width: 75px;
    height: 75px;
    display: table-cell;
    background: radial-gradient(#cecece, #aaa);
    color: black;
}
    .header-nav li.current {
        background: radial-gradient(#9FF, #CFF);
    }

    .header-nav li:hover {
        opacity: 0.8;
    }

    .header-nav li a {
        text-align: center;
        line-height: 75px;
        display: block;
    }

        .header-nav li a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            content: "";
        }

/* URL jibitz */
a.external::after {
    height: 8px;
    width: 8px;
    margin-left: 0.25rem;
    vertical-align: middle;
    content: url(https://byecorps.b-cdn.net/global/icons/Fugue%20Icons/icons/external.png);
}

a::before {
    vertical-align: middle;
    margin-right: 4px;
}

a.ssl::before {
    content: url("/assets/icons/fugue-icons/lock-ssl.png");
}

a.wikipedia::before {
    vertical-align: baseline;
    content: url("/assets/icons/websites/wikipedia.org.png");
}

/* Byespace Listens */
.BSL_live {
    max-height: 64px;
    font-size: 14px;
    overflow-y: auto;
}

    .BSL_live p {
        margin: 0;
        margin-left: 50px;
    }

    .BSL_live .BSL_coverart {
        width: 42px; height: 42px;
        float: left;
    }

    .BSL_live .BSL_title {
        font-weight: bold;
    }
    
    .BSL_live .BSL_artist {
        font-weight: normal;
    }

    .BSL_live .BSL_album {
        font-weight: normal;
        font-style: italic;
    }
