/* Page-specific fixes restored post-Wayback */

/* Child theme hides #colophon entirely (display:none) — this is where showSitewide()
   lives, so it must stay visible for sitewide links to render. */
#colophon {
  display: block !important;
  background-color: #000;
  color: rgba(255,255,255,.7);
}
/* #main collapses to 0-height because its floated descendants (alignleft/alignright
   article images) aren't contained (theme clearfix doesn't reach this deep) — that in
   turn drags .romlifooter's clear:both gap (and this footer's own auto height) out to
   match the full float extent. Giving #main its own block-formatting context makes it
   properly wrap its floated content instead of leaking past it. */
#main {
  overflow: hidden;
}
#colophon .site-info {
  padding: 20px;
  text-align: center;
}
