@charset "UTF-8";
/* CSS Document */


html {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	background: #000;
	margin: 0;
	padding: 6px;
	text-align: left;
	color: #222;
	font-family: bookmania, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
}


.container-total {
	width: 100%;
}

p {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	margin: 0 0 0 0;
	padding: 6px 4px 2px 4px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: justify;
	hyphens: auto;
	text-indent: 1em;
}

p.special {
	font-style: italic;
	margin: 0 0 -6px 0;
	text-align: center;
	text-indent: 0;
}

p.next {
	margin: -8px 0 0 0;
}

span.italic {
	font-style: italic;
}


div {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

div.box {
	margin: 3px 3px 3px 3px;
	border-top: 4px solid #000;
	border: 2px solid #666;
}

div.piece {
	border-top: 10px solid #000;
	padding-bottom: 10px;
}

div.piece-box {
	border-top: 15px solid #000;
}



.header-container {
	position: relative;
	width: 100%;
	padding: 2.7% 0 9% 0;
	/*float: left;*/
	top: 18px;
	top: 2vw;
	margin: 0;
}

.header-masthead2 {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	font-family: amador, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 96px;
	font-size: 10vw;
	color: #000;
	margin: 0;
	padding: 0;
}

div.hrseps {
	margin: 10px 0 2px 0;
	padding: 0;
	border-bottom: solid 1px #666;
}




h2 {
	font-family: rocky-compressed, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 38px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 4px 2px 4px;
	margin: 0;
	letter-spacing: .01em;
	word-spacing: normal;
}

h3 {
	font-family: benton-sans-compressed, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	padding: 2px 4px 2px 4px;
	margin: 0;
	word-spacing: .25em;
	color: #666;
}

.one-liner {
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: center;
	word-spacing: normal;
}




h4 {
	font-family: benton-modern-display-extra, serif;
	font-weight: 700;
	font-style: italic;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	padding: 6px 4px 2px 4px;
	margin: 0;
	word-spacing: normal;
	color: #666;
}





.caps {
	text-transform: uppercase;
	letter-spacing: .05em;
	word-spacing: normal;
}

hr.normal {
	border-top: 1px solid #666;
	border-bottom: 0px solid #000;
	margin: 10px 30%;
}

hr.small {
	border-top: 1px solid #666;
	border-bottom: 0px solid #000;
	margin: 6px 40%;
}




table, th, td {
	border: none;
	border-collapse: collapse;
}




tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
}




div.info-junk {
	margin: 2px 0;
}




div.edition {
	/*border-bottom: solid 1px #000;*/
	display: flex;
	justify-content: space-between;
	padding-bottom: 4px 0;
	font-size: 16px;
	line-height: 18px;
	border-top: solid 1px #666;
	border-bottom: double 1px #666;
	align-items: center;
	color: #666;
}

.edition-left {
	flex: 2;
	text-align: left;
	margin: auto;
	padding: 7px 3px 1px 12px;
}

.edition-center {
	flex: 3;
	text-align: center;
	margin: auto;
	padding: 7px 3px 1px 3px;
}

.edition-right {
	flex: 2;
	text-align: right;
	margin: auto;
	padding: 7px 12px 1px 3px;
}





article {
    -webkit-columns: 8 240px;
       -moz-columns: 8 240px;
            columns: 8 240px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
    -webkit-column-rule: 1px solid #666;
       -moz-column-rule: 1px solid #666;
            column-rule: 1px solid #666;
			padding: 2px;
			border-top: 1px solid #666;
}



.hyphenate {
	hyphens: manual;
}



.image-science {
	margin: 0 0 0 0;
	padding: 2px;
	border-top: 1px solid #666;
}

img.science {
	margin: 0 auto 3px auto;
	width: 100%;
	-webkit-filter: hue-rotate(90deg); /* Safari 6.0 - 9.0 */
	filter: hue-rotate(90deg);
	z-index: 1;
	text-align: center;
	display: block;
}






a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:hover {
	color: #666;
}

a:active {
	color: #666;
}



a.p:link {
	color: #666;
	text-decoration: underline;
	text-decoration-color: #666;
}

a.p:visited {
	color: #666;
	text-decoration: underline;
	text-decoration-color: #666;
}

a.p:hover {
	color: #666;
	text-decoration: none;
}

a.p:active {
	color: #666;
}

