/*
** Bill Lockhart CSS
** vim:ts=4:sw=4
*/

body {
  margin: 6px;
  background: #fff;
  font-family: segoe, myriad, geneva, helvetica, sans-serif;
  font-size: 11pt;
  color: #222;
}

a, a:visited {
  text-decoration: none;
  color: #06c;
}
a:hover {
  text-decoration: underline;
  color: #000;
}

h1, h2, h3 {
  font-family: segoe, myriad, geneva, helvetica, sans-serif;
  text-align: center;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

div#top {
  width: 100%;
  text-align: center;
}
div#top img {
  border: none;
}

div#home-menu {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 680px;
}
div#home-menu p {
  text-align: center;
  margin: 8px auto;
  padding: 0;
  width: 680px;
}

p.tags {
  text-align: center;
}

p.page {
  text-align: center;
}

div.tags {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  text-align: left;
}
div.tags table td {
  vertical-align: top;
  font-size: 9pt;
}

div.thumbs {
  margin: 0 auto 0 auto;
  vertical-align: middle;
  text-align: center;
}

a img {
  border: 0;
}
img.thumb {
  border: 1px solid #fff;
  margin: 2px;
}
a img.thumb {
  border: 1px solid #fff;
}
a:hover img.thumb {
  border: 1px solid #06c;
}

div.photo {
  margin-top: 36pt;
  text-align: center;
}
div.photo h1 {
  margin-top: 6pt;
  margin-bottom: 0;
  font-style: italic;
  color: #444;
}
div.photo h2 {
  margin: 0;
  color: #444;
}

div.photo-text {
  margin-left: auto;
  margin-right: auto;
}

div#spons {
  margin: 20pt auto 0 auto;
  text-align: center;
}

div#bottom {
  clear: both;
  padding-top: 8pt;
  text-align: center;
  color: #777;
}

div#bottom a {
  color: #06c;
  text-decoration: none;
}

div#bottom a:hover {
  color: #000;
  text-decoration: underline;
}

div#bottom p {
  margin: 0pt;
  font-size: 8pt;
}

p.copyright {
}

