@CHARSET "ISO-8859-1";
/* @version $Id: basic.css,v 1.5 2009/07/25 20:41:02 cvsa Exp $ */
p {
	margin: 0
}

:link {
	color: #000099
} /* for unvisited links */
:visited {
	color: #000099
} /* for visited links */
a:active {
	color: #000099
} /* when link is clicked */
a:hover {
	color: #990099
} /* when mouse is over link */
h1 {
	margin-left: 0%;
	font-family: Ariel, san-serif;
	font-size: 150%;
	text-decoration: underline;
}

h2 {
	margin-left: 4%;
	font-family: Ariel, san-serif;
	font-size: 100%;
	text-transform: none;
	text-decoration: underline;
	font-weight: bold;
}

/* h3.shadow {color: white; text-shadow: black 0.1em 0.1em 0.2em} */

h5 {
	font-family: Ariel, san-serif;
	font-size: smaller;
	text-transform: none;
	text-decoration: underline;
	font-weight: normal;
}

h1.subsection {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h2.subsection {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5em;
	margin-bottom: -1.0em;
}

h3, h4, h5, h6 {
	margin-left: 0;
	font-family: Ariel, san-serif;
	font-weight: normal;
}

h4.body {
	margin-left: 5%;
	margin-right: 5%;
}

li.list {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 0em;
	list-style-type: disc;
	list-style-position: outside;
}

li.indentlist {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0em;
	list-style-type: disc;
	list-style-position: outside;
}

h1, h2, h3, h4, h5, p, ul {
	font-family: serif;
}

pre {
	font-family: monospace;
}

body {
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background: #FFFFEB;
	font-family: Ariel, san-serif;
	font-weight: normal;
	font-size: 13pt;
}

div.content {
	font-size: 13pt;
}

p.body {
	margin-left: 2%;
	margin-right: 1%;
}

p.header {
	font-size: 150%;
	font-family: Cursive, Times New Roman;
	font-weight: bold;
	line-height: 100%;
}

table.projtable {
	width: 85%;
	margin-left: 8%;
	margin-bottom: -1.0%;
	border: solid;
	border-width: thin;
	border-color: black;
}

th.projinfo {
	text-align: left;
	vertical-align: top;
	margin-bottom: -1.0%;
}

p.projtitle {
	font-size: 80%;
	text-decoration: underline;
	font-weight: bold;
	line-height: 120%;
}

p.projbody {
	font-size: 90%;
	text-decoration: underline;
	font-weight: normal;
	line-height: 100%;
	margin-right: 5%;
}

p.changed {
	padding-left: 0.2em;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: red;
}

div.silvercolorbox {
	margin-left: 0%;
	background: #c0c0c0;
	padding: 0em;
	border: solid;
	border-width: thin;
	width: 100%;
}

div.ltbluecolorbox {
	margin-left: 0%;
	background: lightblue;
	padding: 0.5em;
	border: solid;
	border-width: thin;
	width: 100%;
}

div.ltgreenThumbcolorbox {
	margin-left: 10%;
	background: #99CC99;
	padding: 0.5em;
	border: solid;
	border-width: thin;
	width: 100%;
}

div.menu {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	background: #c0c0c0;
	border: solid;
	border-width: thin;
}

div.address a {
	display: inline;
	color: #000099
}

div.address a:hover {
	color: #000099;
	background: rgb(255, 255, 216)
}

div.address a span {
	display: none;
}

div.address a:hover span {
	display: inline;
	color: black;
	background: #d2d2d2;
	font: bold italic 13px Verdana, sans-serif;
}

div.address2 a {
	display: inline;
	color: #000099
}

div.address2 a:hover {
	color: #000099;
	background: rgb(255, 255, 216)
}

div.address2 a span {
	display: none;
}

div.address2 a:hover span {
	display: block;
	position: absolute;
	left: 200px;
	width: 60%;
	color: black;
	background: #d2d2d2;
	font: bold italic 13px Verdana, sans-serif;
	text-align: center;
}

div.address3 a {
	display: inline;
	color: #000099
}

div.address3 a:hover {
	color: #000099;
	background: rgb(255, 255, 216)
}

div.address3 a span {
	display: none;
}

div.address3 a:hover span {
	display: block;
	position: absolute;
	left: 45%;
}

div.address4 a {
	display: inline;
	color: #000099
}

div.address4 a:hover {
	color: #000099;
	background: rgb(255, 255, 216)
}

div.address4 a span {
	display: none;
}

div.address4 a:hover span {
	display: block;
	position: absolute;
	left: 190px;
	width: 50%;
	color: black;
	background: #d2d2d2;
	font: bold italic 13px Verdana, sans-serif;
	text-align: center;
}

div.address5 a {
	display: inline;
	color: #000099;
}

div.address5 a:hover {
	color: white;
	font-weight: bold;
	background: rgb(255,255,255)
}

div.address5 a span {
	display: none;
}

div.address5 a:hover span {
	display: block;
	position: absolute;
	left: 0px;
	background: rgb(255,255,255);
}

div.address6 a {
	display: inline;
	color: black;
	border: solid 2px;
}

table.menu {
	font-size: 12pt;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	background: #c0c0c0;
	border: solid;
	border-width: 2px;
	padding: 0.7em;
}

td.onmenu {
	font-weight: normal;
	background: #99CC99;
	border: solid;
	border-width: thin;
	border-color: black;
}

td.offmenu {
	background: #c0c0c0;
	border: none;
	border-width: thin;
}

/* vvvvvv used in Family Genealogy vvvvvv */
div.header_container {		/* contains header */
	background: #c0c0c0;
	border: 1px solid #666;
	height: 0;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	min-width: 700px;
}

div.header {	/*made up of genealogy banner and navbar */
	line-height: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	text-align: center;
	font-size: 14pt;
}

div.container {		/* contains contents */
	margin: 0 auto;
	overflow: auto;
	padding-top: 115px; /* depends on index.html header width */
	width : auto;
	min-width: 650px;
}
/* ^^^^^^ used in Family Genealogy ^^^^^^ */

div.caption {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	opacity: 0.5;
	top: 0;
	left: 0;
	min-width: 500px;
	min-height: 500px;
	position: absolute;
	color: #FFFFFF;
}

div.thumbnail {
	position: relative;
}

div.details {
	position: absolute;
	z-index: 2;
	top: 0;
	color: #FFFFFF;
}

div.hotspot {
	position: absolute;
	border: solid;
	border-width: 2px;
	border-color: transparent;
}

div.hotspot+* {
	/* pointer-events: none; " hides until mouseover, can't select " */
	pointer-events : all;
	opacity: 1.0;
	/* 0 " makes invisible until mouseover " */
}

div.hotspot:hover+* {
	opacity: 1.0;
}

/* vvvvvv https://stackoverflow.com/questions/4919076/outline-effect-to-text vvvvvv */
a.outlined {
  color: white;
  text-shadow:	-1px -1px 2px #000,
     			 0px  1px 2px #000,
     			 1px -1px 2px #000,
    			 1px  0px 2px #000,
    			 1px  1px 2px #000,
   				 0px  1px 2px #000,
   				-1px  1px 2px #000,
   				-1px  0px 2px #000;
}

a.outlinedRed {
  color: #ff9393;
  font-size: 20px;
  text-shadow:	-1px -1px 2px #000,
     			 0px  1px 2px #000,
     			 1px -1px 2px #000,
    			 1px  0px 2px #000,
    			 1px  1px 2px #000,
   				 0px  1px 2px #000,
   				-1px  1px 2px #000,
   				-1px  0px 2px #000;
}

a.outlinedSilver {
  color: silver;
  font-size: 20px;
  text-shadow:	-1px -1px 2px #000,
     			 0px  1px 2px #000,
     			 1px -1px 2px #000,
    			 1px  0px 2px #000,
    			 1px  1px 2px #000,
   				 0px  1px 2px #000,
   				-1px  1px 2px #000,
   				-1px  0px 2px #000;
}

a.outlinedGold {
  color: gold;
  font-size: 20px;
  text-shadow:	-1px -1px 2px #000,
     			 0px  1px 2px #000,
     			 1px -1px 2px #000,
    			 1px  0px 2px #000,
    			 1px  1px 2px #000,
   				 0px  1px 2px #000,
   				-1px  1px 2px #000,
   				-1px  0px 2px #000;
}

a.outlinedBlue {
  color: #31aef9;
  font-size: 20px;
  text-shadow:	-1px -1px 2px #000,
     			 0px  1px 2px #000,
     			 1px -1px 2px #000,
    			 1px  0px 2px #000,
    			 1px  1px 2px #000,
   				 0px  1px 2px #000,
   				-1px  1px 2px #000,
   				-1px  0px 2px #000;
}

a.thickOutlined {
color: white;
text-shadow: 0.0px  10.0px 0.02px #000,
			 9.8px   2.1px 0.02px #000, 
			 4.2px  -9.1px 0.02px #000, 
			-8.0px  -6.0px 0.02px #000, 
			-7.6px   6.5px 0.02px #000, 
			 4.8px   8.8px 0.02px #000, 
			 9.6px  -2.8px 0.02px #000, 
			-0.7px -10.0px 0.02px #000, 
			-9.9px  -1.5px 0.02px #000, 
			-3.5px   9.4px 0.02px #000, 
		     8.4px   5.4px 0.02px #000, 
		     7.1px  -7.0px 0.02px #000, 
		    -5.4px  -8.4px 0.02px #000, 
		    -9.4px   3.5px 0.02px #000, 
		     1.4px   9.9px 0.02px #000, 
		    10.0px   0.8px 0.02px #000, 
		     2.9px  -9.6px 0.02px #000, 
		    -8.7px  -4.8px 0.02px #000, 
		    -6.6px   7.5px 0.02px #000, 
		     5.9px   8.0px 0.02px #000, 
		     9.1px  -4.1px 0.02px #000, 
		    -2.1px  -9.8px 0.02px #000, 
		   -10.0px  -0.1px 0.02px #000, 
		    -2.2px   9.8px 0.02px #000, 
		     9.1px   4.2px 0.02px #000, 
		     6.1px  -8.0px 0.02px #000, 
		    -6.5px  -7.6px 0.02px #000, 
		    -8.8px   4.7px 0.02px #000, 
		     2.7px   9.6px 0.02px #000, 
		    10.0px  -0.6px 0.02px #000, 
		     1.5px  -9.9px 0.02px #000, 
		    -9.3px  -3.6px 0.02px #000, 
		    -5.5px   8.4px 0.02px #000, 
		     7.0px   7.2px 0.02px #000, 
		     8.5px  -5.3px 0.02px #000, 
		    -3.4px  -9.4px 0.02px #000, 
		    -9.9px   1.3px 0.02px #000, 
		    -0.8px  10.0px 0.02px #000, 
		     9.6px   2.9px 0.02px #000, 
		     4.9px  -8.7px 0.02px #000, 
		    -7.5px  -6.7px 0.02px #000, 
		    -8.1px   5.9px 0.02px #000, 
		     4.0px   9.2px 0.02px #000, 
		     9.8px  -2.0px 0.02px #000, 
		     0.2px -10.0px 0.02px #000, 
		    -9.7px  -2.3px 0.02px #000, 
		    -4.3px   9.0px 0.02px #000,
		     7.9px   6.1px 0.02px #000;
}
/* ^^^^^^ https://stackoverflow.com/questions/4919076/outline-effect-to-text ^^^^^^ */

/* vvvvvv https://www.w3schools.com/howto/howto_css_dropdown.asp vvvvvv */
div#menu ul {
    list-style:none;
    margin:0px;
    padding:0px;
}

#menu > li {
    display:inline-block;
    border:1px solid black;
    position:relative;
}

#menu li ul {
	text-indent:0px;
	list-style-type:none;
    position:absolute;
    border:1px solid grey;
    width:217px;
    max-height:0;
    overflow:hidden;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    background-color: white;
}

#menu li:hover ul {
    overflow:auto;
    max-height:400px;
}
/* ^^^^^^ https://www.w3schools.com/howto/howto_css_dropdown.asp ^^^^^^ */

.pointer { cursor: pointer; }	/* https://stackoverflow.com/questions/3087975/make-the-cursor-a-hand-when-a-user-hovers-over-a-list-item */

.navbar1 {
	position: fixed;
	top: -71px;
	left: 0px;
	width: 100%
}

.navbar2 {
	position: fixed;
	top: -300px;	/* -141px (made arb. larger because on extreme hand-held zoom, navbar1 appears) */
	left: 0px;
	width: 100%
}
