/*
 * Blue Fish Development Group
 * Print Style Sheet
 *
 */

body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#content h1 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
}

#header, #left-column {
	display: none;
}

#print-header {
	width: 100%;
}

.breadcrumbs {
	font-size: 80%;
}
	
a:link, a:visited {
	color: gray;
}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
}
