/**
* MCHS Print Style Sheet
*
* @version 2.0
* @author Nicolas Borg <nborg@kaneland.org>
*/

* {
  margin:0;
  padding:0;
  color: #000;
  }
body {
  background:#fff url(/mchs/img/body_bg.jpg) repeat-y center;
  color:#000;
  font-family:Georgia,Sans-serif;
  line-height:1.5em;
  }
h1 {
  display:block;
  }
hr {
  display:none;
  }
#hdr, .nav, .sub_nav, .content .sub, .content .side, .posts_crumbs {
  display:none;
  }
.posts_indv_hdr {
  border:none;
  margin-bottom:25px;
  }
img {
  display:block;
  margin:.5em auto;
  }
body.posts_page .date_posted {
  display:block;
  }

