﻿@import url('screen/style.css');
body {
  background: none;
  color: #000; 
}

#masthead, #masthead_outer, #nav_global, #nav_global_outer, #nav_local, #nav_footer, #tab_area, .sidebar {
  display: none !important;
}
body, #main, #container, #content, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body a:link, html body a:visited, html body a em {
  position: static;
  display: inline;
  font-size: 1em;
  font-weight: normal;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
}
html body #footer {
  background: none;
}
html body #footer p {
  border-left: none;
  margin-left: 0;
  text-align: center;
}
html body pre, html body code {
  vertical-align: baseline;
}
/*
#content a[href]:after, #authorbio a[href]:after, #footer a[href]:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
#content a[href^="/"]:after, #authorbio a[href^="/"]:after, #footer a[href^="/"]:after {
  content: " (http://balagan.org.uk" attr(href) ") ";
}
*/