/*
Autisme Centraal Print Stylesheet
copyright (c) 2005, Autisme Centraal (info@autismecentraal.com)
Creative Commons-Licensed
*/

/* spread main content across page */
body, #main, #footer {
	float: none !important;
	left: 0 !important;
	top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	width: auto !important;
	background-color: white;
	color: black;
	font: 100% Arial, Helvetica, sans-serif;
}

.auraltext {
	display: none;
}

/* put url after link text or show footnotes (see footnotesLinks.js) */

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
}

html.noted a:link:after, html.noted a:visited:after {
	content: '';
}

h1 a:after {
  content: "";
}

blockquote a:after {
  content: "";
}

#footer a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
}

blockquote p {
	font-style: italic;
}

blockquote p:before, blockquote p:after {
	content: "\"";
	font-style: italic;
}

th a {
	text-decoration: none;
	color: black;
}

/* spread entry headers across page */
h2 {
  margin: 0; 
  padding-bottom: 2px; 
  border: 0;
  text-align: left;
}

/* hide all the screen-specific stuff */
#mainnav, #lang {
  display: none !important;
}

/* instead of a dotted border, put title of acronym after text */
acronym {
  border: 0;
}

acronym:after {
  content: " (" attr(title) ")";
}


