/*
Print styles for Classy Black 2026.
Adapted from the classy_black_wide print stylesheet.
*/

* {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-shadow: none !important;
	box-shadow: none !important;
}

.site-header,
.main-navigation,
.site-footer,
.entry-footer,
.skip-link,
.subpages,
.comments-area,
.noprint {
	display: none !important;
}

body,
#page {
	background: #fff !important;
	color: #000;
	max-width: none;
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}

.site-main {
	max-width: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

.entry-title {
	font-size: 20pt;
	border-bottom: 1px solid #333;
	color: #333;
}

h4 {
	border-top: 1px solid #333;
	border-bottom: none;
	font-size: 14pt;
	color: #333;
}

p {
	line-height: 1.5;
	font-size: 10pt;
}

a {
	color: #000;
	text-decoration: underline;
}

img,
.entry-content img {
	margin: 5px;
	padding: 2px;
	border: 2px solid #666;
	background: #fff;
}

blockquote {
	margin-left: 50px;
	padding-left: 10px;
	border: none;
	border-left: 3px solid #999;
	background: none;
}

code,
pre {
	font-family: "Courier New", Courier, monospace;
	background: none;
	border: none;
}
