
/* Basic element styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	tab-size: 3;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	/* background: #F6F5F0; */
}

html {
	box-sizing: border-box;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 3px;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
}


div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

em, i {
	font-style: italic;
	line-height: inherit;
}

strong, b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
	font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

main h1 {
	font-size: 1.5rem;
	border-bottom: 1px solid #a2a9b1;
}

main h2 {
	font-size: 1.3rem;
	border-bottom: 1px solid #a2a9b1;
}

main h3 {
	font-size: 1.1875rem;
}

main h4 {
	font-size: 1.125rem;
}

main h5 {
	font-size: 1.0625rem;
}

main h6 {
	font-size: 1rem;
}

a {
	line-height: inherit;
	color: #2ba6cb;
	/*text-decoration: none;*/
	cursor: pointer;
}
a:hover, a:focus {
	color: #258faf;
}
a img {
	border: 0;
}

hr {
	clear: both;
	max-width: 62.5rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}

ul, ol, dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

li {
	font-size: inherit;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

ol {
	margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 20px;
	padding: 0 0 0.4em 0.3em;
}

dl.inline {
}

dl.inline dt {
	float: left;
	clear: left;
	min-width: 110px;
	text-align: right;
}
dl.inline dt::after {
	content: ":";
}
dl.inline dd {
	margin: 0 0 0 120px;
	padding: 0 0 0.4em 0.3em;
}

blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a;
}

blockquote + cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}
blockquote + cite:before {
	content: "— ";
}

abbr, abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none;
}

figure {
	margin: 0;
}

pre {
	display: block;
	margin-bottom: 1em;
	padding: 10px;
	background-color: white;
	border: 1px dotted #9b9689;
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	overflow-x: auto;
}
pre code {
	border: none;
	background: none;
	padding: 0;
}

code {
	border: 1px solid #e3e3e3;
	background-color: #efefef;
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	font-weight: normal;
	color: #1a1a1a;
	padding: 0.1em 0.3em;
	font-size: 85%;
}

kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a;
	border-radius: 3px;
}


p {
	margin-bottom: 1em;
}

aside {
	border-left: 0.3em dotted #ddd;
	padding-left: 0.6em;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 3px;
}
table thead,
table tbody,
table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}
table caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
}
table thead {
	background: #f8f8f8;
	color: #0a0a0a;
}
table tfoot {
	background: #f1f1f1;
	color: #0a0a0a;
}
table thead tr,
table tfoot tr {
	background: transparent;
}
table thead th,
table thead td,
table tfoot th,
table tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}
table tbody th,
table tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}
table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}
table.unstriped tbody {
	background-color: #fefefe;
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}

/* Theme styles - header */

#skip-link {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
#skip-link a {
	background: #424242;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	color: white;
	padding: 3px 20px 8px;
	text-decoration: none;
	border-radius: 0px 0px 10px 10px;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	overflow: hidden;
	height: 1px;
}
#skip-link a:active,
#skip-link a:focus {
	position: static !important;
	clip: auto;
	overflow: visible;
	height: auto;
}

header {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 55px;
}
.pagewidth header {
	max-width: 720px;
	margin: 0 auto;
	padding-bottom: 10px;
}

header::after {
	display: table;
	content: " ";
	clear: both;
}
@media print {
	header {
		display: none;
	}
}

.site-header header {
	margin: 1em auto;
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: rgba(200,200,200,.25);
	background-image: url(header-fill.png);
	background-size: cover;
}

.site-header header ul {
	margin: 0;
	padding: 0;
}

.site-header header ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
}

.site-header header h1,
.site-header header .active {
	font-size: 100%;
	font-weight: bold;
}

.site-header header ul li a,
.site-header header ul li :link {
	color: black;
}

.site-header header form {
	float: right;
	margin: 0;
	padding: 0;
}

.site-header header form input[type="search"] {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 200px;
	z-index: 3;
	margin: 0;
	padding: 0.2em 0.5em;
	border-radius: 20px;
}

.site-header header #search-results {
	/* script will unhide box as appropriate */
	display: none;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 600px;
	z-index: 2;
	background: white;
	box-shadow: 0 0 7px rgba(0,0,0,0.25);
}
.site-header header .search-results-header {
	line-height: 20px;
	padding: 8px;
}
.site-header header #search-results table {
	margin: 0;
}
.site-header header #search-results table tr td {
	background-color: #fff;
	border: solid 0.2em transparent;
}
.site-header header #search-results table tr.selected td {
	background-color: #daeef3;
	border-color: #00a8cf;
}
.site-header header #search-results table td {
	padding: 0.4em;
}
.footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	margin-bottom: 1em;
	clear: both;
	background-color: rgba(208, 207, 207, 1.00);
	width: 100%;
}

/* Columns support */

.pagewidth #main-col {
	max-width: 720px;
}
div.columns {
	/*! clear: both; */
	margin: 0 auto;
	max-width: 720px;
}
div.columns::before {
	content: "";
	display: table;
}
div.columns::after {
	clear: both;
	content: "";
	display: table;
}
body.pagewidth .columns .toc {
	box-sizing: border-box;
	float: left;
}
body .columns .toc {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

/* Table of Content */
.toc > ol {
	/* Don't show the numbering for the first level */
	list-style-type: none;
}
ol.nav-up {
	margin: 0;
}
ol.nav-up > li {
	padding-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
	margin-left: 1.25rem;
	clear: both;
	border-bottom: 1px solid #cacaca;
	margin-top: 1rem;
}

/* Theme styles - body & footer */

body.pagewidth #main-col {
/*	padding: 15px;*/
	margin-bottom: 35px;
}
#main-col {
	/* background-color: #fcfcfa; */
	/* border: solid 1px #e2e0d8; */
	/* border-radius: 5px; */
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
}
.breadcrumbs::after {
	clear: both;
	display: inline-block;
	content: " ";
}

.breadcrumbs > li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0;
}
.breadcrumbs > li::after {
	content: "/";
	padding-right: 0.3em;
	padding-left: 0.4em;
}

#edit {
	float: right;
}
#edit li {
	list-style-type: none;
	display: inline;
	margin: 0.4em;
}

@media (max-width: 120px){
	header {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 10px;
	}
}

@media (prefers-color-scheme: dark) {
	html, body {
		background-color: black;
		color: white;
	}
	a {
		color: #2ba6cb;
	}
	a:hover, a:focus {
		color: #258faf;
	}
	pre {
		background-color: white;
		border-color: #9b9689;
	}
	code {
		border-color: #e3e3e3;
		background-color: #efefef;
		color: #1a1a1a;
	}
	kbd {
		background-color: #e6e6e6;
		color: #0a0a0a;
	}
	.site-header header ul li a,
	.site-header header ul li :link {
		color: white;
	}
	.footerbar {
		background-color: rgb(78, 78, 78);
	}
}

