/* Print Style Sheet */
@media print {

body {
        background: white;
        color: black;
        margin: 0;
        }

div#description {
	border-bottom: solid 1px;
	}

div.breadcrumb {
	font-size: 0.75em;
	}
	
div#sidebar {
	display: none;
	}
	
div#footer {
	border-top: solid 1px;
	font-size: 0.8em;
	}	

h1#blog-title {
	font-size: 1em;
}

h2#blog-description {
	font-size: 0.8em;
}

h1#blog-title, h2#blog-description, div#footer p {
	margin: 0.2em 0.2em 0.2em 0;
}

div#header a, a:visited {
        color: black;
	text-decoration: none;
}
.post-entry a, a:visited {
        color: black;
	text-decoration: underline;
}

}
