/*
 * File: print-event.css
 * Creator: George Ferguson
 * Created: Mon Nov 27 14:15:39 2006
 * Time-stamp: <Thu Nov 15 13:52:29 EST 2007 ferguson>
 *
 * Style sheet for printing event announcements.
 *
 * Note: position:fixed tends not to work, including in Safari 2.0.4.
 * Thus to get the effect of our footer, we have to do things like set
 * the height of the body element (very carefully). And it still
 * doesn't work if the description is too long for the space. Sigh...
 */

body {
  margin-top: 0.25in;
  margin-left: 0.5in;
  margin-right: 0.5in;
  font-size: 12pt;
  height: 9.1in;
}

.header, .PAGE_logo, .PAGE_buttons, .indexname, .view-event .links {
  display: none;
}

.PAGE_top {
  margin-bottom: 10px;
  height: 1in;
}

.view-event {
  margin-left: 0;
  margin-right: 0;
}
.view-event .description {
  margin-left: 0;
  margin-right: 0;
  font-size: 10pt;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0in;
  width: 100%;
}

.footer,
.footer a {
  color: black;
}

.PAGE_top .orgname,
.PAGE_top .title,
.view-event .speaker,
.view-event .affiliation {
  font-size: larger;
}

.view-event .location,
.view-event .affiliation,
.view-event .event_type,
.view-event .title {
  margin-bottom: 2ex;
}

