/* print styles */
BODY {color: black; background: white; font-size: 10pt;}
A:link, A:visited {background: white; color: black; text-decoration: none; font-weight: bold;}
H1 {background: white; color: black; padding-bottom: 1px; border-bottom: 1px solid gray; font-size: 2.5em;}

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
  font-weight: normal;
}

/*Remove Element*/
#topbar, #fancymenu, #footer, #fancymenu ul#menu li a, p {display:none;}

#main-content   { background-color:transparent; padding: 0px; margin: 0px; }

#page-wrap { width: 1000px; margin: 0 auto; }

.show-row-dates, .show-row-event-venue, .show-row-address, .show-row-time, .show-row-head, .show-row-admin		{ float: left; padding: 3px; font-size: .8em; }

.show-row-dates				{ width: 50px; }
.show-row-event-venue		{ width: 300px; }
.show-row-address			{ width: 130px; }
.show-row-time				{ width: 150px; }

