﻿@font-face {
	font-family: 'ftan';
	src: url('fonts/ftan.ttf');
}
@font-face {
	font-family: 'ftan'; font-style: italic;
	src: url('fonts/ftani.ttf');
}
html{
	min-width: 444px;
	max-width: 694px;
	margin: 0 auto;
}
body{
	font-family: 'ftan';
	background-color: azure;
	color: black;
	font-size: 17px;
	line-height: 1.4em;
	position: relative;
}
.topnav {
	display: flex;
	position: sticky;
	top: 0;
	align-items: center;
	justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	height: auto;
	background-color: rgba(139,69,19,1);
}
.topnav a {
	vertical-align: center;
	color: #f2f2f2;
	text-align: center;
	padding: 9px 0;
	text-decoration: none;
	font-size: 17px;
	border-bottom: 4px solid transparent;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
	border-bottom: 4px solid red;
}
.topnav a.active {
	background-color: cornsilk;
	color: black;
	border-bottom: 4px solid green;
}
a{
	text-decoration: none;
	color: firebrick;
}
a:hover{
	color: ivory;
	background-color: dimgray;
	border-radius: 2px;
	padding: 1 0;
	font-weight: normal;
}
a.tt:hover{ color: ivory; }
a.tip{
	color: saddlebrown;
}
.tooltip-inner {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	max-width: 277px;
	color: white;
	background-color: midnightblue;
	font-size: 12.5px;
	line-height: 1.33em;
	padding: 6px 4px 6px 8px;
	border-radius: 5px;
}
.tooltip-inner hr{margin:0.5em 0.5em 0.5em 0;border:1px solid orange;opacity:1;}
.tooltip.bs-tooltip-end .tooltip-arrow::before { border-right-color: midnightblue }
.tooltip.bs-tooltip-start .tooltip-arrow::before { border-left-color: midnightblue }
.tooltip.bs-tooltip-bottom .tooltip-arrow::before { border-bottom-color: midnightblue }
.tooltip.bs-tooltip-top .tooltip-arrow::before { border-top-color: midnightblue; }
.background-div {
	width: 695px; height: 385px;
	background-image: url('shastacloud.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: white; text-align: center;
}
.btmnav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efe;
	overflow: hidden;
	margin-top: 4em; margin-bottom: 3em; padding: 1em 0;
	text-align: center;
	font-size: 10px;
	color: #888;
}
.btmnav a {
	color: #888;
	text-align: center;
	padding: 3px 7px;
	text-decoration: none;
}
.btmnav a:hover {
	color: ivory;
}
table {
	display: table;
	border-collapse: collapse;
	border: none;
	border-spacing: 0px;
	border-color: white;
	box-sizing: border-box;
	text-indent: initial;
	text-align: right;
	margin-bottom: 1em;
}
th, td { padding: 3px 7px; }
tr { background-color: #f2f2f2; font-size: 93%; line-height: 1.25; vertical-align: top; }
tr:nth-child(even) { background-color: #e0e0e0; }
th:first-child, td:first-child { text-align: left; }
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%; font-weight: normal;
	background-color: midnightblue; color: ivory;
}
small.ftn{
	font-family: Arial, Helvetica, sans-serif; line-height: 1;
	font-size: 85%; font-stretch: condensed; color: saddlebrown;
}
small.cat{
	font-family: Times New Roman; font-size: 111%; color: navy;
}
small.hide { display: none; }
details {
	color: saddlebrown;
}
button.note{
	vertical-align: 1px;
	margin-left: 0.1em;
	margin-right: 0.3em;
	line-height: 18px;
	height: 22px;
	padding: 0 0.3em;
	border-radius: 6px;
	border: 1px firebrick solid;
}
div.index{
	background-color: cornsilk;
	padding: 11px;
	column-gap: 2em;
	column-count: 2;
	column-rule: 2px dotted navy;
}
p.index{
	line-height: 1.1em;
	margin-bottom: 0.4em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
p{
	margin: 0;
	text-indent: 1.25em;
}
p[para1] {
	text-indent: 0;
}
p[para1]::first-letter {
	color: coral; font-size: x-large;
}
p.ex{
	margin-top: 1em;
	margin-left: 4em;
	text-indent: -1.5em;
	font-size: 93%;
	line-height: 1.25em;
	page-break-inside: avoid;
}
p.ex+p.ex{
	margin-top: 0;
	page-break-before: avoid;
}
p.ex + p{
	margin-top: 1em;
}
p.com{
	text-indent: 0;
	margin: 0 1em 1em 3em;
	font-size: 0.85em;
	line-height: 1.1em;
}
p.ex + p.com{
	margin: 0.5em 1em 1em 6em;
	text-indent: 0;
}
p.com + p.com{
	margin-top: -0.5em;
	page-break-before: avoid;
	page-break-inside: avoid;
}
.fn{
	text-indent: 0;
	margin: 0.75em 0 1em 0;
	font-size: 0.85em;
	line-height: 1.2em;
	page-break-after: avoid;
	page-break-inside: avoid;
}
.flt{
	float: right;
	margin: -22 0 0 11;
	text-indent: 0;
	font-size: 0.8em;
	line-height: 1.15em;
	padding: 9;
	background-color: cornsilk;
	border-radius: 5px;
	border: 2px solid #eee;
	height: auto;
}
.brk{
	font-size: 0.8em;
	text-indent: 0;
	text-align: center;
	margin: 0.5em;
}
.b{
	padding-left: 47px;
	margin-left: 19px;
	padding-right: 24px;
	margin-right: 9px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-indent: -33px;
	text-align: left;
	font-size: 21px;
	line-height: 28px;
	margin-top: 16px;
	margin-bottom: 16px;
	page-break-inside: avoid;
	background-color: linen;
	border-radius: 5px;
	border: 2px solid #ddd;
}
.outer{
	width: 100%;
}
.inner{
	width: 80%;
	margin: 0 auto;
}
.titl{
	line-height: 1.2em;
	text-indent: 0;
	text-align: center;
	font-size: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	column-span: all;
}
.subtitl{
	margin-top: -0.7em; margin-bottom: 1.1em;
	text-indent: 0; text-align: center;
	font-size: 1.1em;
}
.auth{
	text-indent: 0;
	text-align: center;
	font-size: 0.95em;
	margin-top: 0.5em;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.35em;
	margin: 1em 0 0.75em 0;
	page-break-after: avoid;
	column-span: all;
	font-weight: normal;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.2em;
	margin: 0.9em 0 0.5em 0;
	page-break-after: avoid;
	column-span: all;
	font-weight: normal;
}
h1+h2{
	margin-top: 0em;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.1em;
	margin: 1em 0 0.5em 0;
	page-break-after: avoid;
	column-span: all;
	font-weight: normal;
}
h2+h3{
	margin-top: 0em;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 1em 0 0.8em 0;
	page-break-after: avoid;
	font-weight: normal;
	border-top: 1px solid darkgray;
	padding-top: 11px;
}
img{
	border-radius: 8px;
}
.caption{
	text-align: left;
	margin-left: 1.5em;
	font-size: 0.9em;
	line-height: 1.2;
}
.chap{
	text-align: center;
	font-size: 0.95em;
	font-style: italic;
	margin: 1em 0;
}
.chap: : before{
	counter-increment: chap;
	content: "Chapter " counter(chap);
}
.last: before{
	content: "(" counter(list-counter) ")";
}
.incr: before{
	counter-increment: list-counter;
	content: "(" counter(list-counter) ")";
}
.decr: before{
	counter-increment: list-counter -1;
	content: "(" counter(list-counter) ")";
}
.r{
	font-size: 95%;
	padding-left: 33px;
	text-indent: -33px;
	text-align: left;
	line-height: 1.4;
	margin-top: -3px;
	margin-bottom: 11px;
}
.ctr{
	text-align: center;
}
ul, ol{
	list-style-position: outside;
	list-style-type: square;
}
li:first-child{
	margin-top: 1em;
}
li{
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	font-size: 95%; line-height: 125%;
}
quote{
	display: block;
	margin: 0.8em 1.5em 0.8em 1.25em;
	border-left: 4px solid #ff1a75;
	padding: 0.4em 0.3em 0.4em 0.8em;
	background-color: rgb(251,251,251);
}
quote p{
	font-size: 95%; line-height: 1.35em;
}
p[none]{
	text-indent: 0;
}
p[after_table]{
	border-top: 1px solid darkgray;
	padding-top: 11px;
}
ul.x{
	margin-left: -0.75em;
}
ul.y{
	margin: -11 0 -11 0;
	padding-left: 22;
	line-height: 1.75;
	list-style-type: none;
	counter-increment: list-counter;
}
li.y: before{
	content: "(" counter(list-counter) ") "}
.q{
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.2em;
}
.q td, .q th{
	valign: top;
	padding: 3px 5px;
	text-align: right;
}
.q th{
	padding-bottom: 17px;
}
.tab{
	margin: 11px 17px 7px 23px;
	font-size: 95%;
	line-height: 95%;
}
.tbl{
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	page-break-after: avoid;
	margin-bottom: 5px;
	counter-increment: tbl-counter;
}u{
	text-decoration: none;
	border-bottom: dotted navy 1.5px;
}i{
	font-style: italic;
	font-size: 103%; line-height: 100%;
}j{
	font-size: 2em;
}z{
	font-size: 88%;
	line-height: 100%;
}v{
	position: relative;
	font-size: 83%;
	top: 0.5px;
}x{
	letter-spacing: 0.1em;
}
c{
	font-variant: small-caps;
}
sub{ font-size: 75%; vertical-align: -1px; }
span[verse]{
	background-color: rgba(222,222,222,.222);
	color: rgb(9,77,222);
	margin-right: 1px;
}
p span:hover,
li span:hover,
td span:hover{
	position: relative;
}
p span:hover::after,
li span:hover::after,
td span:hover::after{
	position: absolute;
	content: attr(verse);
	visibility: visible;
	background-color: rgb(255,230,205);
	color: navy; /* color: var(--color, navy); */
	font-style: normal;
	text-decoration: none;
	text-indent: 0;
	text-align: left;
	line-height: 16px;
	font-size: 13px;
	font-weight: normal;
	border: 2px solid orange;
	border-radius: 5px;
	width: 400px;
	padding: 8px;
	top: 111%;
	left: calc(var(--left) + 2em);
	transform: var(--transform);
	transition: opacity 1s ease;
	pointer-events: none;
}
/* tooltip text
div.tooltip {
	margin-top: 1em;
	margin-left: 13.5em;
	margin-right: 13.5em;
	margin-bottom: 1.25em;
	color: darkgreen;
	text-align: center;
	position: relative;
	line-height: 125%;
	border-bottom: none;
}
.tooltip .tooltiptext {
	z-index: 1;
	visibility: hidden;
	color: navy;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 17px;
	font-size: 13px;
	font-weight: normal;
	border-radius: 7px;
	width: 477px;
	padding: 5px 8px;
	background: rgb(255,230,205);
	position: absolute; // position tooltip text
	top: 111%;
	left: -100%;
	opacity: 0;	// fade in tooltip
	transition: opacity 0.5s;
}
.tooltip:hover .tooltiptext { // show tooltip on hover
	visibility: visible;
	animation: fadeIn 5s;
	opacity: 1;
}
*/