/* Print Style Sheet */
@media print {
body {
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: small;
}
.credit {
	padding: 3px;
	text-align: center;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	clear: both;
	float: left;
}
#header {
	letter-spacing: 0.2em;
	margin: 0;
	background-color: #666666;
	font-family: 'Times New Roman', Times, serif;
	font-size: xx-large;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 200px;
}
#topmenu {
	display: none;
}
#topmenu ul li a {
	display: none;
}
#archives #rap #header a {
	font-size: x-large;
	color: #000000;
	text-decoration: none;
}

#sidebar {
	display: none;
}
#sidebarright {
	display: none;
}
#header {
	display: none;
}
.post-footer {
	display: none;
}


#credit {
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	background-color: #666666;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	clear: both;
}
}
