/* dark mode */
@import "/css/dark.css";

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/Font Awesome/fa-regular-400.woff2") format("woff2"), url("/fonts/Font Awesome/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }

@font-face {
	/* https://fonts.google.com/specimen/Charm */
	font-family: 'Charm Regular';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/fonts/Charm/Charm-Regular.ttf") format("truetype");
}

@font-face {
	/* https://fonts.google.com/specimen/Ubuntu */
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}

/* my legacy CSS rules */
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
#ie-note {
	display: none;
}
body {
	text-align: center;
	background: #DEEAFE url("/img/clouds.jpg");
	font: bold 0.813em/1em sans-serif;
	color: #000000;
	text-underline-offset: 0.3em;
}
#top {
	position: absolute;
	top: 0;
}
#viewport {
	position: relative;
	min-height: 100%;
}
#wrapper {
	position: relative;
	padding-bottom: 13.5em; /* adjust with regard to #footer height */
	margin-bottom: -256px;
	padding-left: 1.2em;
	right: .6em;
	font-size: 1em;
	line-height: 1em;
}
#banner {
	position: absolute;
	height: 100px;
	width: 100%;
	top: 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	z-index: 2;
	text-align:left;
	border-bottom: 1px solid #000;
	background-color: #F66400;
}
#secondary-bg-layer {
	position: relative;
	background-color: #FFF;
	min-height: 100px;
	width: 768px;
	min-height: 559px;
	margin: 0 auto;
	top: 4em;
	text-align: center;
	border: 2px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: auto;
	font-size: 1em;
	line-height: 1em;
}
#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4.5em; /* adjust with regard to #wrapper padding-bottom */
	width: 768px;
	margin: 0 auto;
	background: #D4E4F7;
	color: #000;
	border: 2px solid #000;
	border-bottom: 0;
	text-align: center;
	padding-top: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
a:link, a:visited {
	color: #22A;
	padding: 0 .2em;
}
#devtools div a:link, #devtools div a:visited {
	display: block;
	line-height: 1em;
	padding: 6px 0 8px 0;
	width: 90%;
	margin: -6px auto 0 auto;
	border: 1px solid gray;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
#devtools div a:link:last-child, #devtools div a:visited:last-child {
	margin-bottom: 4px;
}
#footer > #footercontent > a:link, #footer > #footercontent > a:visited {
	color: #444;
}
#banner > #infonav > li > a:link, #banner > #infonav > li > a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #CCC;
}

/*

#banner > #infonav > li > a:before, #banner > #infonav > li > a:after {
	content: ".";
}

*/

#banner > #jjnav > li > a:link, #banner > #jjnav > li > a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}
a:hover, a:active {
	color: #69F;
}
#banner #infonav a:hover {
	color: #7CA3FF;
}

/*

#banner > #infonav > li > a:hover:before {
	content: '·';
}
#banner > #infonav > li > a:hover:after {
	content: '·';
}

*/

#footer a:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
#banner #infonav li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}
#banner #jjnav li a:hover {
	text-decoration:none;
	color: #007000;
}
#footercontent {
	position: relative;
	top: 1em;
	z-index: 2;
	font-weight: normal;
}
#uppersky {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 126px;
	background: url("/img/uppersky.png") repeat-x;
}
#lowersky {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 126px;
	background: url("/img/lowersky.png") repeat-x;
}

.map iframe, .map img {
	width: 350px;
	height: 350px;
	border: 1px solid black;
	overflow: hidden;
	margin: 0 auto;
}
.map {
	display: block;
	margin: 1em 0;
	text-align: center;
}
address {
	text-align: left;
	margin: 0 2em 1em;
	font-size: 1em;
	line-height: 1em;
	float: left;
	background: #F5F5DC url("/img/line15.png") repeat;
	background-position: 0 1.533em;
	padding: 0.533em;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

address + * {
	clear: both;
}

/* CONTACT FORM STYLING */
/* body > #wrapper > #secondary-bg-layer > #main-content > #contact-form > fieldset */

#contact-form {
	font-size: 0.933em;
	line-height: 1em;
	padding-bottom: 1em;
}
fieldset {
	font-size: 1em;
	line-height: 1em;
	padding: 10px;
	margin-top: 3em;
	max-width: 422px;
	border: 0px dotted black;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
legend {
	font-size: 1.214em;
	line-height: 1em;
	font-family: "Georgia", "Charm Regular", "Apple Chancery", "Lucida Calligraphy", "Lucida Handwriting", cursive, serif;
	font-style: italic;
	padding: 0 0.5em;
	margin: 0 auto;
	text-align: left;
}
fieldset > div {
	margin-bottom: 10px;
	text-align: right;
	font-size: 1em;
	line-height: 1em;
}
.form-top {
	text-align: center;
	font-size: 0.714em;
	margin: 1em;
}
.form-labels {
	float: left;
	width: 45%;
	text-align: right;
	font-size: 1em;
	line-height: 1em;
	position: relative;
	left: -0.5em;
}
.form-inputs {
	position: relative;
	text-align: left;
	float: left;
	/*margin-left: 10px;*/
	font-size: 1em;
	line-height: 1em;
	width: 45%;
}
label {
	display: block;
	margin-top: 0.143em;
	font-size: 1em;
	line-height: 1.5em;
	height: 1.5em;
	border: 2px solid transparent;
}
.form-inputs input {
	margin-top: 0.143em;
	height: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
	border-width: 2px;
	padding: 0 4px;
}
.message-container {
	clear: both;
	padding-top: 1em;
	text-align: left;
	margin-top: 100px;
}
textarea[name="contact-message"] {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	overflow: hidden; /* previously 'auto', but causes issue with auto-sizing using Element.scrollHeight */
	resize: none;
	min-height: 10em;
	font-size: 0.929em;
	line-height: 1.3em;
	padding: 10px;
	margin-top: 0.5em;
}
input[type='submit'] {
	margin-top: 1em;
	padding: 0.28em 1em;
	font-size: 1em;
}
.u {
	text-decoration: underline;
}
.tiny {
	font-size: 0.714em;
	line-height: 1em;
	color: #000;
}
.message-container .tiny.u {
	cursor: pointer;
}
.required {
	color: #800;
}

#left-column {
	display: inline-block;
	position: absolute;
	width: 185px;
	bottom: 0;
	background: #FFF url("/img/j.jpg") no-repeat top;
	top: 50px;
	left: 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#main-content {
	display: inline-block;
	float: left;
	width: 380px;
	border: 0;
	border-top: 0;
	margin-top: 100px;
	margin-left: 185px;
	margin-bottom: 13px;
	background-color: #FFF;
	font-size: 1.231em;
	font-weight: normal;
	line-height: 1.133em;
	color: #555;
	text-align: left;
	font-family: "Ubuntu", "Georgia", "Times New Roman", serif;
}
#right-column {
	display: inline-block;
	position: relative;
	height: 100%;
	min-height: 380px;
	width: 170px;
	background-color: #FFF;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	padding: 15px;
	padding-top: 115px;
}
#right-column-fix {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	width: 200px;
	background-color: #FFF;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
h1 {
	padding: 0.722em 0.323em;
	color: #479B00;
	background-color: #FFF;
	font-family: "Charm Regular", "Apple Chancery", "Lucida Calligraphy", "Lucida Handwriting", cursive, serif;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1em;
	text-shadow: 1px 1px 3px #666;
}
h2 {
	padding: 0.588em 1em;
	font-size: 1em;
	line-height: 1em;
}
#main-content p,
#main-content ol,
.altcha
{
	margin: 1em;
	margin-top: 0;
}
#main-content p {
	line-height: 1.3em;
}
#main-content hr {
	width: 33%;
	margin: 2em auto 0;
	color: #AAA;
	background-color: #AAA;
}
#cp-login {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
	width: 20px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	background-color: #CCC;
}
#cp-login-x:link, #cp-login-x:focus, #cp-login-x:visited, #cp-login-x:hover, #cp-login-x:active {
	text-decoration: none;
	color: #D55;
	font-size: 130%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 130%;
	display: none;
}
#cp-login-form {
	display: none;
	font-size: 50%;
}
#cp-login-form input[type="password"] {
	font-size: 200%;
}
input[name="botinput"] {
	visibility: hidden;
	display: none;
}
#cp-login-form input {
	margin-top: 10px;
	width: 100px;
}
#vertical-login-text {
	font-size: .9em;
	font-family: monospace;
	line-height: .9em;
}
#jjnav {
	position: relative;
	width: 518px;
	height: 50px;
	background: #d37648 url("/jjbanner.png") no-repeat top left; /* color was #F66400 */
	background-image: image-set(url("/img/jjbanner.png") 1x, url("/img/jjbanner-2x.png") 2x);
	background-image: -webkit-image-set(url("/img/jjbanner.png") 1x, url("/img/jjbanner-2x.png") 2x);
	border-bottom: 1px solid black;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	padding: 0;
	padding-left: 250px;
	text-indent: 0;
}
#jjnav > li {
	position: relative;
	float: left;
	width: 100px;
	height: 100%;
	list-style-type: none;
	border: 0;
	text-indent: 0;
	font-size: 14px;
	/* vertical centering */
	display: table;
}
#jjnav li a {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-family: Arial;
	/* vertical centering */
	display: table-cell;
	vertical-align: middle;
}

/*

#jjnav li a:before {
	content: "‣"; &#8227;
}

*/

#infonav {
	position: relative;
	padding: 0;
	margin: 0;
	text-indent: 0;
	width: 768px;
	height: 50px;
	background: green url("/img/banner_texture.jpg") repeat center;
	border-bottom: 1px solid black;
}
#infonav > li {
	position: relative;
	float: left;
	width: 380px; /* 159px for 5 list items, 108px for 7 items */
	height: 100%;
	list-style-type: none;
	border: 0;
	text-indent: 0;
	font-size: 110%;
	line-height: 110%;
	border-left: 1px solid black;
}
#infonav li a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-top: 16px;
	font-family: "Georgia", "Charm Regular", "Apple Chancery", "Lucida Calligraphy", "Lucida Handwriting", cursive, serif;
}
#infonav > li:first-child {
	border-left: 0;
}
q {
	quotes: none; /* don't use browser-inserted quotation marks, works for blockquote element too */
	/*color: #777;*/
	color: #3F8C00;
	font-family: serif;
	line-height: 1.3em;
	letter-spacing: 1px;
	display: block;
	padding: 2px;
	border-bottom: 2px dotted orange;
	background: url("/img/uppersky.png") top repeat-x;
}
blockquote:before, blockquote:after, q:before, q:after { /* Webkit fix since Webkit doesn't support the quotes property of CSS 2.1 */
	content: "";
	content: none;
}
.quotation-mark {
	float: left;
	width: .52em;
	font-size: 700%;
	color: #F66400;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
}
cite {
	display: block;
	margin-top: 1em;
	color: #444;
	font-size: 80%;
	text-align: right;
}
.caption {
	font-size: 95%;
	font-family: serif;
	font-style: italic;
}
#countdown_seconds, #countdown_minutes, #countdown_hours {
	color: black;
	font-weight: normal;
}
#infonav > .construction_navitem {
	width: 100%;
	padding-top: 16px;
	color: white;
	text-indent: 15px;
}
#main-content ul {
	margin: 1em;
	margin-top: 0;
}
#main-content ul > li {
	list-style-position: outside;
	list-style-type: square;
	margin: 0.5em;
	margin-top: 0;
}
#main-content ul.condensed > li {
	margin-top: 0;
	margin-bottom: 0;
}
#main-content ol {
	margin-left: 2em;
}
#main-content ol > li {
	margin-top: 1em;
}
#main-content .toc-heading {
	margin-top: 2em;
}
#loggedin-info {
	background-color: gray;
	color: #FAA;
	border: 2px solid black;
	border-top: 0;
	width: 16em;
	margin: 0 auto;
	padding: 5px;
	cursor: pointer;
}

#loggedin-info span {
	display: none;
}

#infonav-hamburger, #hamberder {
	display: none;
}

.floater {
	opacity: 1;
	transition: opacity 0.5s;
	transition-delay: 0.5s;
	background-color: #EEE;
	box-shadow: #222A 0 0 10px;
}
.floater.finish {
	opacity: 0;
}