/* supplement.css — Wayback Fixer overrides for vulturemusic.eu */

/* romli injected links / sitewide block — keep visible and width-constrained */
.romlidata{display:block!important;visibility:visible!important;opacity:1!important;color:#cecece;text-align:center;margin:0 auto}
.romlidata a{color:#9e9e9e}
.romlidata a:hover{color:#fff}

/* dead 2011 SoundCloud playlist iframes left a white error panel on the dark theme — tone it down */
iframe[src*="ext_iframe"]{background:#000}

/* article template + blog catalog pages (Wayback Fixer) — reuse the wing backdrop, wider content column */
body.article,body.blog{background-image:url('/wp-content/themes/vulturemusic-1109/images/background-1.jpg')}
#content.article,#content.blog{width:780px;background:#000;background-image:none;padding-top:170px}
#content.article .entry,#content.blog .entry{text-align:left}
#content.article a,#content.blog a{color:#9e9e9e}
#content.article a:hover,#content.blog a:hover{color:#fff}
.romli-aside a{color:#9e9e9e;text-decoration:none}
.romli-aside a:hover{color:#fff}
@media(max-width:880px){#content.article,#content.blog{width:auto;margin:0 15px}}

/* artists/videos use a JS accordion (scripts-yc.js) that keeps bios/video lists collapsed
   by default — show them statically so the pages aren't visually empty without JS */
#content.artists .artist-content.hidden,#content.artists .artist-content,
#content.videos .artist-content.hidden,#content.videos .artist-content{display:block!important}
#content.artists ul.artists h3 a,#content.videos ul.artists h3 a{height:auto;color:#fff;text-transform:uppercase}
#content.videos .video-link,#content.artists .artist-content a{color:#9e9e9e}
#content.videos .video-link:hover,#content.artists .artist-content a:hover{color:#fff}
#sidebar ul.pages li a.blog,
#sidebar ul.pages li a[rel="blog"] {
  background-image: none;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: #9e9e9e;
}
#sidebar ul.pages li a.blog .throw,
#sidebar ul.pages li a[rel="blog"] .throw {
  position: static;
  display: block;
  height: 18px;
  line-height: 18px;
}
#sidebar ul.pages li a.blog:hover,
#sidebar ul.pages li a.blog.active,
#sidebar ul.pages li a[rel="blog"]:hover,
#sidebar ul.pages li a[rel="blog"].active {
  color: #fff;
}