/* Stylesheet adapted from article on A List Apart website
   www.alistapart.com for printable styles in the article
   CSS Beyond the Browser: Going to Print by Eric Meyer
 */

body {
   background: white;
   color:black;
   font-size: 12pt;
   }
.heading  { font-size:16pt; }
.subhead  { font-size:14pt; }
.footnote { font-size: 10pt; }

#outer,#inner,#innerb {
          background: transparent none;
          color:black;
	  padding: 0;
	  border: 0;
	  margin: 0;
          float:none !important; 
        }

#outer { position: static; } /* fix print-one-page bug in Mozilla */

.mainnav,.navbar,#nav,#navb { display:none; }

#content {
	  margin: 0;
	  padding-top: 1em;
          float:none !important; 
        }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
/* need to decide if I will do this */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/* need to decide if I will do this */
#content a[href^="/"]:after {
   content: " (http://www.anomaly.org" attr(href) ") ";
   }
a.fnote {
          text-decoration: none;
         }
#content a.fnote:after { content: ""; } /* no trailing text on footnotes */


.motto { font-size:8pt; }

.menu,.menusel,.submenu,.submenusel { display:none; }
