/*
Master StyleSheet for Print
*/

h1, h2, h3
{
	padding: 0;
	margin: 0;
}


#topbar, #logobar, #nav, #sf, #navright, #footer, html body #sidebar .callout {
  display: none !important;
}
body, #wrapper, #mainbody, #content, #sidebar {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body #mainbody {background: none;}

html body #mainbody {position: static; width: auto; height: auto;
  margin: 1em 0 0; padding: 0; border-top: none;
  font-size: 0.85em; text-align: left;
  background: none;}
html body #mainbody a:link, html body #mainbody a:visited, html body #mainbody a em {
  position: static; display: inline;
  font-size: 1em; font-weight: normal; width: auto; height: auto;
  margin: 0; padding: 0;
  background: none; color: #555;}
  
.callout, .calloutdrk {border: 1px dashed #999; margin: 1em 0; padding: 0 1em;}


#mainbody a[href]:after,
 {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#mainbody a[href^="/"]:after {
   content: " (http://morningsidepark.org" attr(href) ") ";}
 
