﻿/* Bands Section */
body.bands-section .bandphoto{position:relative;float:left;width:250px;margin:0 1em 1em 0;border-bottom:solid 2px #333;text-align:left;overflow:hidden;color:#999}

#content .bandsbyletter{margin-bottom:2em;line-height:30px}
#content .bandsbyletter h3,
#content .bandsbyletter span{display:block;line-height:30px}
#content .bandsbyletter ul{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: .25rem .5rem;
}
#content .bandsbyletter li{white-space: nowrap;}
#content .bandsbyletter a{background-color:#212021;border:solid 1px #333;padding:3px 6px;line-height:2rem;}
#content .bandsbyletter a:hover{background-color:#113;border:solid 1px #67A;text-decoration:none}

#random-spotlight{margin-bottom:2em}


#bandoverview li{color:#999;padding-left:60px;font-weight:bold;font-size:2rem}
#news-overview{background:url(images/lib-icons-lg.gif) no-repeat 0 8px}
#interviews-overview{background:url(images/lib-icons-lg.gif) no-repeat 0 -38px}
#discography-overview{background:url(images/lib-icons-lg.gif) no-repeat 0 -92px}

#browse-by-country ul{
    columns: 4;
    column-width: 8rem;
    gap: .5rem;
}

#sidebar .feature {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--mu-responsive-spacing-inner);
}

#sidebar .feature :first-child {
    min-width: unset;
    flex-basis: 100px;
}

#sidebar .feature :first-child img {
    width: 100px;
    height: auto;
}

#sidebar .feature :last-child {
    flex-grow: 1;
    flex-shrink: 1;
}