body {
  font-family: georgia, times, serif;
  font-size: 10pt;
  text-align: center;
  background-color: #A0A0A0;
}
#content {
  color: black;
  text-align: left;
  width: 700px;
  margin: 0px auto;
}

#navbar, #subnav {
  position: relative;
  width: 700px; height: 1.5em;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 0px 0px 10px 0px;
  clear: both;
  font-family: Tahoma, Geneva, sans-serif;
}
#navbar ul, #subnav ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
}
#navbar ul li, #subnav ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  list-style: none;
  display: inline;
}
#navbar a, #subnav a {
  text-decoration: none;
  color: black;
}
#navbar ul li a:hover, #subnav ul li a:hover {
  color: white;
}

#navbar p {
  position: absolute;
  left: 0px; bottom: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12pt;
}
#navbar ul {
  position: absolute;
  right: 0px; bottom: 0px;
}
#subnav {
  text-align: center;
}


#copyright {
  width: 700px;
  padding: 2em 0px 0px 0px;
  margin: 0px auto;
  clear: both;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}
#copyright p {
  margin: 0px 0px 0px 0px;
}

#gallery {
  padding-top: 20px;
}
#gallery ul {
  float: left;
  display: table;
  table-layout: fixed;
  list-style: none;
  margin: 0px -28px 0px -28px;
  padding: 0px 0px 0px 0px;
}
#gallery ul li {
  float: left;
  display: block;
  text-align: center;
  width: 60px;
  margin: 0px 0px 0px 0px;
  padding: 0px 28px 50px 28px;
}

#gallery ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: black;
}
#gallery ul li a:hover { color:white; }
#gallery p {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin:  0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#comments {
  position: relative;
  float: left;
  width: 325px;
  padding: 0px;
  margin: 0px;
}  
#comment {
  padding-bottom: 5px;
  border-bottom: dotted thin #696969;
}
#comment .noborder {
  border-bottom: none;
}
#comment p.name {
  font-weight: bold;
}

h1 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin: 20px 0px 5px 0px; 
}
h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin: 10px 0px 5px 0px; 
}
h3 {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0px 5px 0px; 
}
p.postdate {
  text-align: right;
  font-style: italic;
  font-size: .9em;
  margin: 0px 0px 0px 0px; 
}

a:link    { color: black }
a:visited { color: black }
a:hover   { color: black; background-color: #A0A0A0 }
a:active  { color: black }
a.info {
  position:relative;
  text-decoration:none;
}
a.info:hover {
  z-index: 1;
}
a.info span { 
  display: none 
}
a.info:hover span {
  display:block;
  position:absolute;
  top: 1em; left: 1em; width: 15em;
  padding: 5px 5px 5px 5px;
  border:1px solid #696969;
  background-color: #d3d3d3;
  text-align: left;
  color: black;
}

label {
  width: 150px;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  display: block;
}

img     { border: none; }
.line   { border-bottom: dotted thin #696969; }
.left   { text-align: left; }
.center { text-align: center; }
.right  { text-align: right; }
.clear  { clear: both; }
.red    { color: red; }
.white  { color: white; }

