/**
 * n8 print stylesheet
 * @author Harmen Janssen | grrr.nl
 * @modifiedby $LastChangedBy: $
 * @version $Revision: $
 * @lastmodified $Date: $
 */

/* These items don't make sense on paper */
#main-navigation, object, .navbar {	display: none; }

/* show the targeted URL after links */
a:after {
	font-style: italic;
	color: grey;
	content: " <" attr(href) "> ";
}

a[href^="/"]:after {
	content: " <http://n8.nl"attr(href)"> ";
}

/* make sure table headers are repeated on every page on large tables, also in IE */
thead {	display: table-header-group; }
/* avoid table rows from breaking when spread across multiple pages */
tr { page-break-inside: avoid; }