﻿body {
	background: #ffffff;
	color: #000000;
	padding: 12pt 0;
	border: none;
	width: 100%;
}

header	{
	padding-top: 0;
	border-bottom: 1px solid #000000;
}

header h1	{
	font-size: 20pt;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	border: none;
}	

h2, #title, nav, input, label, .more, .context, .close, #quiz	{
	display: none;
}	
	
#content	{
	clear: both;
}	

h3	{
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 6pt;
}

h4	{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 6pt;
}	

a, a:hover, a:active, a:visited	{
	color: #000000;
	text-decoration: none;
}	

.important 	{
	font-weight: bold;
}

.credit, .foreign, .signature	{
	font-style: italic;
}

img	{
	display: block;
	border: 1px solid #cccccc;
	width: calc(100% - 2px);
}

figure	{
	padding: 10pt;
	border: 1px solid #000000;
	float: right;
	width: 60%;
	page-break-inside: avoid;
}	

.artifacts	{
	list-style: none;
}	

.six li, .four li	{
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20pt;
	float: left;
	page-break-inside: avoid;
}	

#copyright	{
	clear: both;
}

/*ARTIFACTS PAGE*/
	
.object	{
	page-break-after: always;
	
}

.object figure	{
	border: none;
	float: none;
	margin: 10pt auto;
}	

/*COLOR QUIZ*/

.color	{
	page-break-after: always;
}	

.color figure	{
	width: 40%;
}

/*ONLINE RESOURCES*/

a.external:after {
	content:" (" attr(href) ") ";
	color: blue;
	font-weight:normal;
}	

