.serif {
  font-family: "Times New Roman", Georgia, Garamond, Times, serif;
}

.sans {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mono {
  font-family: Monaco, "Lucida Console", "Courier New", monospace;
}
.cursive{
	font-family: "Brush Script", "Lucida Handwriting", cursive;
}
.fantasy{
	font-family: Copperplate, Papyrus, fantasy;
}


body {
    background-color: Black;
	background-image: url("gradient.jpg");
	background-repeat: repeat-x;
}



/* Main content styles------------------------------------------------------- */
*:not(i):not(h1, h2, h3, h4, h5, h6,p):not(.YourClassName){
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
    color: black;
	font-size: 0.8em;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Georgia, Garamond, Times, serif;
}
h1 {
    color: blue;
}
h2, h3, h4 {
	margin: 1em 0 0 0;
	padding: 0;
}

h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
.history{
	font-size: 0.75em;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.listfirst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-width: 1px;
	border-color: white;
	border-top-style: solid;
	border-bottom-style: solid;
}
.listrest{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-width: 1px;
	border-color: white;
	border-bottom-style: solid;
}

/* Links -------------------------------------------------------- */
a:link {
    color: green; 
    background-color: transparent; 
    text-decoration: none;
}
a:visited {
    color: blue;
    background-color: white;
    text-decoration: none;
}
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

/* Layout-------------------------------------------------------- */

#banner { /* The bit that holds the image with text over */
	position: relative;
	height: 200px;
	width: 800px;
	padding: 0;
	margin: auto;
/*
	border: 5px solid yellow;
*/
	background: transparent url(images/FortyTwoBlank.jpg) no-repeat bottom;
}

#banner h2 {
	position: absolute;
	color: #9ac528;
	top: 18px;
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 1.5em;
	text-shadow: 2px 2px black;
}
#banner h1 a {
	color: #9ac528;
	text-decoration: none;
}

#main3col {
	margin: auto;
	width: 420px;
	float: left;
}

#main {
	margin: auto;
	padding: 20px 10px 0px  0px;
	width: 600px;
	float: right;
}
#content {
	padding: 0 25px;
}
.button {
  border: 2px solid SeaGreen;
  color: Black;
  background-color: PaleGreen ;
/*
  padding: 1px 2px;
*/
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
/*
  margin: 2px 2px;
*/
	width: 155px;
  cursor: pointer;
}

#wrapper {
	width: 810px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 1px 0;
	background-color: LightBlue;
	border: 10px solid LightBlue;
	border-radius: 10px;
}

#sidebar {
	width: 200px;
	float: left;
/*
	border: 2px solid red;
*/
}
#sidebarright {
	width: 180px;
	float: right;
	border-left: 1px solid red;
/*
	border: 2px solid red;
*/
}

div.desc {
	font-size: 0.75em;
	padding: 15px;
	text-align: center;
}


.vertical-menu {
  width: 150px;
  border: 2px solid SeaGreen;
  border-radius: 3px;
}

.vertical-menu a {
  background-color: PaleGreen ;
  color: black;
  display: block;
  padding: 2px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: SeaGreen ;
  color: white;
}

.vertical-menu a.year {
  background-color: #000000;
  color: white;
}


img.thumbnail {
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 1px 1px 1px 1px;
  width: 280px;
}
div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30px;
  background-color: yellow;
  border: 3px solid #73AD21;
}

#Opens{
	font-size: 0.6em;
	color: black;
	font-weight: bold;
	
}

#Narrative{
	font-size: 0.7em;
	color: black;
	font-weight: bold;
	
}

#footnote{
	font-size: 0.7em;
	color: red;
	font-weight: bold;
}


#footer {
	clear: both;
	padding: 0px 0 0 0;
	background-color:DarkSlateGray;
}
#footer p {
	margin: 0 auto;
	padding: 5px 0 5px;
	text-align: center;
	font-size: 0.8em;
	color:#ffffff;
}
#footer p a {
	color: #6d8824;
}

/*    tooltip styles  */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  top: -5px;
  left: 105%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 10px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
/*
  margin-left: -60px;
*/
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Contact form styles */
.contactform {
	width: 580px;
	padding: 4px 10px 4px 10px;
	margin: 0 0;
	display: inline-block;
	border: 3px solid #00FFFF;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #F0F8FF;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}
.field{
	width: 100%;
	padding: 2px 2px 0 20px;
	margin:  2px 0 2px 0;
	display: inline-block;
/*
  border: 3px solid #686868;
  border-radius: 4px;
*/
  box-sizing: border-box;
/*
	background-color: #eee;
*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
	
}
input[type=text], select {
	border: 2px solid #00FFFF;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #eee;
	width: 100%;
}

input[type=text]:focus {
	border: 3px solid #555;
}
input[type=text]:hover {
	background-color: #bbbb;
	border: 3px solid #aaa;
}

/* narrative  */
.dow {
	margin: auto;
	font-size: 1.1em;
    color: blue;
	
}

.wtw {
	margin: auto;
	font-size: 0.75em;
    color: Olive ;
	
}

div.imagepanel {
	float: right;
	font-size: 0.75em;
	padding: 15px;
	text-align: center;
/*
	border: 2px solid blue;
*/
}

div.doubleimagepanel {
	float: right;
	font-size: 0.75em;
	padding: 15px;
	text-align: center;
/*
	border: 2px solid blue;
*/
}



img.thumbnail185 {
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 1px 1px 1px 1px;
  width: 185px;
}
img.blank {
  margin: auto;
  padding: 1px 1px 1px 1px;
  width: 185px;
}
img.halfblank {
  margin: auto;
  padding: 30px 1px 30px 1px;
  width: 185px;
}
#conversation p{
	font-size: 1.1em;
}
p.them{
    color: blue;
}
p.me{
    color: seagreen;
}

/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 25%;
  padding: 1px;
}

.column23 {
  float: right;
  width: 35%;
  padding: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


