/* print only styles */
/* hide stuff that we don't want */
#header,
#networking,
#picture,
#footer {
  display: none;
}
/* sensible margins */
#main {
  margin: 0;
}
/* sensible fonts */
.subNav,
#events p {
  font-size: 12pt;
}
#main p {
  font-size: 14pt;
}
h2 {
  font-size: 22pt;
  color: black;
}
h3,
#events .upcoming,
#events .joinUs {
  font-size: 16pt;
  color: black;
}
#events {
  border: thin solid black;
}
/* show the print logo (don't see the other one as it's background img) */
.home #main,
#main {
  padding-top: 156px; /* does not work to have this as margin-top in .events */
}
#body_constrained {
  position: relative;
}
#printLogo {
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
}
/* hide the old logo for sure */
#header h1,
#header h1 a {
  background: none;
}

