@charset "utf-8";
/* PRINT CSS Document */

body {
	font-family: Georgia, serif;
	background: none;
	color: black;
}
#site {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}

#branding h1 #logo {
    display: block;
	text-indent: 0px;
	}

#sidebar, #request, #links, #mm_slide {
	display: none;
}
.entry a:after {
	content: " [" attr(href) "] ";
}


#site { -moz-box-shadow:0 0 0px white;
    -webkit-box-shadow: 0 0 0px white; }


#article { }

#footer { }




