/* -------------------------------------------------------
   * Filename	print.css
   * Updated	2009-09-01
   * Author     Dariusz Pobożniak
   * Website	http://pobozniak.pl
   ----------------------------------------------------- */

/* CSS Document for printing */

body {
	background: #fff;
	color: #000; 
	font: 12pt Garamond, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, p { 
	color: #000; 
	font-family: Garamond, "Times New Roman", Times, serif; 
}
h1 { font-size: 20pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#user-panel, #sidebar, #footer ul, #footer span, #search-box, .crossbar { display: none; }
#footer { border-top: 1px solid; font-size: 10pt; margin-top: .5in; }
a img { border: 0 none; }
#content p { text-align: justify; }
#topnav a:after, #content a:after {
	content: " (http://nomas.se/"attr(href)") ";
	font-size: 10pt;
}
#content #p-photo a:after, #content .breadcrumb a:after {
    content: "";
}
#content a[href^="http://"]:after {
   content: " (" attr(href) ") ";
}
/*#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
   content: " (http://www.nomas.dk" attr(href) ") ";
}*/

