/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the page for print.  Techniques adopted from
            http://www.alistapart.com/articles/goingtoprint/
 **************************************************************/

body {
  font: 400 10pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
}

acronym {
  border: 0;
}

a {
  color: #00F;
}

/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, 
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* Don't display these elements since they're not useful on paper */
#header,
#mainMenu,
.sideMenu,
#footer,
#gototop,
#daytabtop {
  display: none;
}

#content {
  width: auto;
  margin: 0 8%;
  padding: 0;
}

#fulltext{
	width: 528px;
	float: left;
	text-align: left;
	padding-left: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
}

#indenttext{
	width: 438px;
	float: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	padding-left: 100px;
}

#daytitle {
	width: 540px;
	border: 1px solid #000;
	float: left;
}

#schedule {
  width:540px;
	border-bottom: 1px solid #000;
	page-break-after: always
}

#schedule_notes {
  width:540px;
}


