
/* CSS Document */

.skippy, header.container-fluid, .navbar, #google-page, .breadcrumbs, .add-this, header#header img, #section-nav-top, #section-nav-bottom, aside, .button, .list-bottom, footer {
	display: none;
}

BODY, TD, DIV, SPAN, BLOCKQUOTE, P, LI, h1, h2, h3, h4, h5, h6, a, .head, .head-dark, .head-bright { /* darken all font colors */
	color: #000000;
}

h1, h2, h3, h4, h5, h6 { /* don't break immediately after header */
	break-after: avoid-page;
}

h1, h2, h3, h4, h5, h6, strong, .head, .head-dark, .head-bright { /* have to restate because print isn't recognizing 'var' (I think...) */
	font-weight: 600;
}

h1 { /* have to restate font size because print isn't recognizing 'rem' units (I think...) */
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

#header p, h3, h4, h5, h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
}

.float-right, .thumb-right { /* have to restate these because print isn't recognizing the article tag (I think...) or 'rem' units... */
	float: right;
	margin-left: 15px;
}

.float-left, thumb-left {
	float: left;
	margin-right: 15px;
}

.float-right, .float-left {
	width: 50%;
}

.no-print {
	display: none;
}