/*
style.css
*/

a:link {
  color: #888;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #aaa;
}

a:active {
  color: #fff;
}

body {
  background-color: black;
  color: white;
  font-family: Papyrus, "Bradley Hand", "Monotype Corsiva",
    Pristina, "Comic Sans", "Comic Sans MS", "Purisa", serif;
}

h1 {
  border: 0;
  margin: 0;
}

h3 {
  border: 0;
  margin: 0;
}

img {
  border: none;
  vertical-align: middle;
}

p {
  font-family: serif;
}

#categories {
}

#categories table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#categories table td {
  font-size: 75%;
}

#content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 900px;
}

#gallery {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#gallery-image {
  padding-top: 5px;
}

#menus {
  padding-bottom: 20px;
}

#thumbs {
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  padding-bottom: 5px;
  padding-top: 5px;
}

.category {
  font-size: large;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
  width: 200px;
}

.column-image {
  float: left;
  height: 300px;
  margin-top: -5px;
  margin-left: -150px;
  padding: 10px;
  width: 225px;
}

.column-image span { position: absolute; } /* IE bugfix */

.columns {
  font-size: small;
  text-align: justify;
  vertical-align: top;
  font-family: serif;
}

.exhibition {
  text-align: center;
}

.exhibition a {
  font-size: large;
}

.exhibition .title {
  color: #888;
  font-size: large;
  font-weight: bold;
}

.gallery {
  height: 544px;
  width: 544px;
}

.hidden a {
  font-size: 0px;
  color: black;
}

.image-space {
  float: right;
  height: 300px;
  padding: 10px;
  width: 113px;
}

.left-column {
  float: left;
  padding-right: 20px;
  width: 47%;
}

.right-column {
  float: left;
  width: 47%;
}

.section {
  text-align: center;
  float: left;
  padding: 10px;
}

.spacer {
  height: 105px;
}

.textcell {
  font-size: small;
  vertical-align: top;
}

.thumb {
  padding-right: 5px;
}
