body {
  color: white;
  background: #1c1b1a;
  font-family: verdana, tahoma, arial;
  font-size: 12px;
}

a {
  color: white;
  text-decoration: none;
}

img {
  border: none;
}

#page {
  width: 800px;
  margin: 0px auto;
  padding-top: 30px;
}

#page #head {
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 1px gray;
  margin: 0px;
  padding: 0px;
}

#page #head .sub {
  text-transform: lowercase;
  font-size: 18px;
  font-weight: normal;
  color: lightGray;
}

#page #menu {
  padding: 4px 0px 0px 14px;
  list-style: none;
}

#page #menu li {
  font-size: 12px;
  margin: 0px 4px;
  display: inline;
}

#page #menu li.current {
  font-weight: bold;
}

#page #content {
  text-align: center;
  padding: 20px 10px;
  min-height: 400px;
}

#page #content h2 {
  font-size: 14px;
  font-weight: normal;
  color: gray;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 2px;
}

#page #content #contentpage {
  text-align: left;
  white-space: pre;
  padding: 0px 10px;
}

#page #pager {
  clear: both;
}

#page #pager a.prev {
  float: left;
}

#page #pager a.next {
  float: right;
}

#page #foot {
  border-top: solid 1px gray;
  color: gray;
  font-size: 10px;
  text-align: right;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul.gallery,
ul.album {
  min-height: 400px;
  list-style: none;
}

ul.gallery li.album,
ul.album li.album,
ul.gallery li.image,
ul.album li.image {
  margin: 15px;
  position: relative;
  float: left;
}

ul.gallery li.album .title,
ul.album li.album .title,
ul.gallery li.image .title,
ul.album li.image .title {
  text-align: center;
  width: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.5;
}

ul.gallery li.album:hover .title,
ul.album li.album:hover .title,
ul.gallery li.image:hover .title,
ul.album li.image:hover .title {
  opacity: 0.8;
}

div#image {
  text-align: center;
  padding: 40px;
}