/*    Heart of Texas Bears web stylesheet for print output */

body {
   background: #FFF none;
   font: medium Georgia, "Times New Roman", Times, serif;
}

div#logo,
div#leftSidebar,
div#leftSidebarFooter,
div#navigationFrame,
div#bearFlag,
div#screenFooter {
   display: none;
}

div#printFooter{
   visibility: visible;
   display: block;
   border-top: 1px solid #000;
   margin-top: 1.75em;
   font: small "Arial Narrow", Arial, sans-serif;
   text-align: center;
}

/* Visible only printed, not on the screen. */
div.screenOnly {
   display: none;
}
div.printOnly {
   visibility: visible;
   display: block;
}

div#banner {
   position: relative;
   height: auto;
   width: auto;
   background: #FFF none;
}
div#banner h1 {
   color: #000;
   padding: 0;
   margin: 0;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
   font-variant: small-caps;
   letter-spacing: 0.02em;
}

div#content {
   position: relative;
   top: auto;
   left: 0;
   border: none;
   border-top: 1px solid #000;
   padding: 0 0 0 36px;
   text-align: left;
}

/* These are all !important since this file is included before bylaws.css */
div#bylaws h2 span.chapterLabel,
div#bylaws h2 span.chapterName,
div#bylaws h3 span.sectionLabel,
div#bylaws h3 span.sectionName {
   position: relative !important;
   left: auto !important;
   width: auto !important;
   text-align: left !important;
}

