@font-face { font-family: "LibreCaslonText"; src: url("../font/libre-caslon-text-regular.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "LibreCaslonText"; src: url("../font/libre-caslon-text-bold.woff") format("woff"); font-weight:bold; font-style:normal; }
@font-face { font-family: "LibreCaslonText"; src: url("../font/libre-caslon-text-italic.woff") format("woff"); font-weight:normal; font-style:italic; }
@font-face { font-family: "Merriweather"; src: url("../font/MerriweatherRegular.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "Merriweather"; src: url("../font/MerriweatherBold.woff") format("woff"); font-weight:bold; font-style:normal; }
@font-face { font-family: "Merriweather"; src: url("../font/MerriweatherItalic.woff") format("woff"); font-weight:normal; font-style:italic; }
@font-face { font-family: "Merriweather"; src: url("../font/MerriweatherBoldIt.woff") format("woff"); font-weight:bold; font-style:italic; }
@font-face { font-family: "NewAthenaUnicode"; src: url("../font/new_athena_unicode.woff") format("woff"); font-weight:normal; font-style:normal; }
@font-face { font-family: "NewAthenaUnicode"; src: url("../font/new_athena_unicode-Bold.woff") format("woff"); font-weight:bold; font-style:normal; }
@font-face { font-family: "NewAthenaUnicode"; src: url("../font/new_athena_unicode-Italic.woff") format("woff"); font-weight:normal; font-style:italic; }
@font-face { font-family: "NewAthenaUnicode"; src: url("../font/new_athena_unicode-BoldItalic.woff") format("woff"); font-weight:bold; font-style:italic; }
html {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #405040;
	min-height: 100%;
	font-family: "LibreCaslonText", serif;
}
* {
	box-sizing: border-box;
}
#container {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}
#masthead {
	display: block;
	width: 99%;
	margin: 0 0.5%;
	padding: 12px;
	background-color: #e0e0e0;
	border-radius: 0 0 8px 8px;
}
#gallery {
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	text-align: left;
	align-items: left;
	width: 100%;
	min-height: 300px;
	margin: 0;
	background-color: inherit;
}
#footer {
	display: block;
	width: 99%;
	margin: 0 0.5%;
	padding: 12px;
	background-color: #e0e0e0;
	border-radius: 8px 8px 0 0;
}
#sitelogo {
	margin-bottom: 8px;
}
#tagline {
	margin: 8px 0;
	font-size: 10pt;
	font-style: italic;
	color: #405040;
}
#catalogueDiv {
	display: block;
	width: 100%;
}
#welcomeMsg {
	display: block;
	width: 99%;
	height: 96%;
	margin: 6px 0.5%;
	padding: 12px;
	background-color: #e0e0e0;
	border-radius: 8px;	
	font-size: 14px;
	line-height: 1.4;
}
#welcomeMsg h1 {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #506050;
}
#footnote {
	margin: 8px 0;
	font-size: 10pt;
	font-style: italic;
	color: #405040;
}
#footnote .footsep {
	font-style: normal;
	padding: 0 0.5em;
}
hr.spacer {
	width: 120px;
	height: 2px;
	border: 1px solid #78c068;
}
form {
	margin: 0 auto;
	padding: 0;
}
#controls {
}
.controlHeader {
	display: block;
	font-weight: 600;
	font-size: 11pt;
	margin: 0 0 6px 0;
}
.controlSort {
	display: inline;
	font-weight: 600;
	font-size: 11pt;
	margin: 4px 0;
}
.buttonRow {
	display: block;
	text-align: center;
	padding: 4px;
}
hr.controlSpacer {
	width: 120px;
	height: 2px;
	border: 1px solid #afafaf;
}
#shader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: #000000;
	display: none;
	opacity: 0.5;
}
#overlay {
	display: none;
}
#imageLoupe {
	display: block;
	height: 816px;
	width: 816px;
	padding: 8px;
	margin-top: -408px;
	margin-left: -408px;
}
div.modal {
	text-align: center;
	background-color: #d0d0d0;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid #404040;
	border-radius: 8px;
}
.cell {
	display: inline-block;
	width: 19%;
	height: auto;
	margin: 0.5%;
	padding: 4px;
	border: none;
	border-radius: 6px 6px 0 0;
	text-align: center;
}
.cell.native {
	background-color: #d0d0d0;
}
.cell.nonnative {
	background-color: #b0a0a0;
}
.groupCell {
	display: block;
	width: 99%;
	height: auto;
	margin: 0.5% 0.5% 0.1% 0.5%;
	padding: 4px;
	border: none;
	border-radius: 6px;
	text-align: left;
	color: #d0d0d0;
	background-color: #283828;
	font-size: 16px;
}
.commonName {
	display: block;
	width: 100%;
	margin-top: 2px;
	font-size: 10pt;
	font-weight: bold;
}
.scienceName {
	display: block;
	width: 100%;
	margin-top: 2px;
	font-size: 9pt;
	font-style: italic;
}
.groupName {
	display: block;
	width: 100%;
	margin-top: 4px;
	font-size: 8pt;
}
.galleryButton {
	background-color: #dfcfbf;
	padding: 4px;
	border: 1px solid #808080;
	border-radius: 4px;
	cursor: pointer;
}
.galleryButton.active {
	background-color: #ffefdf;
}
.sortButton {
	background-color: #afbfaf;
	padding: 4px;
	border: 1px solid #808080;
	border-radius: 4px;
	cursor: pointer;
}
.sortButton.active {
	background-color: #dfefdf;
}
.colortab {
	display: block;
	width: 100%;
	height: 16px;
	background-color: transparent;
	margin-bottom: 4px;
	border-radius: 4px 4px 0 0;
}
.colortab.white { background-color: white; }
.colortab.yellow { background-color: yellow; }
.colortab.orange { background-color: orange; }
.colortab.red { background-color: red; }
.colortab.pink { background-color: pink; }
.colortab.blue { background-color: blue; }
.colortab.purple { background-color: purple; }
.colortab.green { background-color: green; }
.colortab.brown { background-color: brown; }