/* $Id: print.css,v 1.1.2.10 2008/06/25 13:04:43 peps Exp $ */

/* underline all links */
a:link, a:visited {
	text-decoration: underline !important;
}

/* Don't underline header */
#site-name a:link,
#site-name a:visited {
	text-decoration: none !important;
}

/* CSS2 selector to add visible href after links */
#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 0.8em;
	font-weight: normal;
}

/* Un-float the content */
#content,
#content-inner {
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

/* Turn off any background colors or images */
body,
#page, #page-inner,
#main, #main-inner,
#content, #content-inner {
	background-color: transparent !important;
	background-image: none !important;
	color: #000000;
}

/* Hide sidebars and nav elements */
#skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
.breadcrumb, div.tabs, .links, .taxonomy,
.book-navigation, .forum-topic-navigation, .pager, .feed-icons {
	visibility: hidden;
	display: none;
}
