/* Simonson B&W Stylesheet (c)2008 Simonson */

body { 
  background-color: white;
  color: black;
  z-index: 2;
  font-family: sans-serif;
  /* font-size: 10.5pt; */
}

div.logospace { 
  position: absolute;
  left: 50px;
  right: 300px;
  width: 250px; /* required for IE */
  top: 20px;
  height: 140px;
  z-index: 4;
  background-image: url(images/PaulSimonson.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.simonson {
  /* font-family: "Times New Roman", Times, serif; */
  font-size: 26pt;
}

div.menu { 
  background-color: black;
  color: white;
  position: absolute;
  left: 350px;
  width: 600px;
  top: 20px;
  height: 525px;
  z-index: 6;
  margin: 0px;
  padding-top: 5px;
  line-height: 22px;
}

div.contentbox { 
  background-color: gray;
  color: white;
  border-style: none;
  border-width: thin;
  position: absolute;
  left: 50px;
  top: 175px;
  width: 600px;
  height: 304px;
  z-index: 10;
}

.contentImage {
  position: absolute;
  left: 2px;
  top: 2px;
}

.galleryImage {
  position: absolute;
  left: 2px;
  top: 2px;
}

.content { 
  position: absolute;
  left: 230px;
  padding: 10px;
  line-height: 20px; /* set to avoid IE issues after drop cap */
  font-size: 10pt;
}

.introNav {
  float: right;
  font-size: 18pt;
  cursor: hand;
}

.galleryNav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 18pt;
  cursor: hand;
}

.cap {
/*
font-size: 38px;
font-weight:normal; 
float:left; 
height:32px; 
line-height:32px; 
margin-top:0px;
margin-right:1px;
*/
}

* html #cap {margin-right:-2px; margin-top:3px;}
div.footer { 
  background-color: white;
  color: #999999;
  font-size: 10pt;
  position: absolute;
  bottom: 0px;
  padding-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  z-index: 8;  /* over the menu if necessary, but not over the content */
  text-align: center;
}

a:link {
  font-weight: normal;
  text-decoration: none;
  color: white;
}
a:visited {
  font-weight: normal;
  text-decoration: none;
  color: white;
}

.currentPage {
  font-weight: normal;
  color: gray;
}

/* =============== Gallery ======================== */

.thumbnail img{
border: none;
margin: 2px 2px 2px 2px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
top: 0px;
left: -115px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
position: absolute;
top: 0px;
left: -115px;
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
position: absolute;
visibility: visible;
top: 0px;
left: -115px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail:hover span b{ /*CSS for enlarged image*/
position: absolute;
visibility: visible;
top: 270px;
left: 125px; /*position where enlarged image should offset horizontally */
width: 200px;
color: white;
font-weight: normal;
font-size: 9pt;
z-index: 75;
}
/* =============== End of Gallery =============== */