body
{
  background-color:#202020;
}

h1 {
  color: #c7c7c7;
  font-weight: bold;
  font-family: verdana, sans-serif;
  font-size: 42px;
}

#nav {
  font-size: 42px;
  color: #4f4f4f;
  font-weight: bold;
  font-family: verdana, sans-serif;
  opacity:0.5;
}

#nav a {
  color:#4f4f4f;
  text-decoration:none;
}

#nav a:hover {
  color:#ffffdf;
}

#gallery {
  overflow: hidden;
  clear: both;
}

#preview div {
  display:inline;
  padding: 5px;
}

#exif {
  background:#0a0a0a;
  box-shadow: inset 0px 0px 2px 2px #0b0b0b, 2px 2px 4px 0px #101010;
  border-radius:0.8em;
  opacity:0.7;
  padding:5px;
  top: 50px;
  right: 10px;
  position: absolute;
  float: right;
  margin: auto;
  visibility: hidden;
}

#exif td, td:hover {
  font-family: verdana, sans-serif;
  color:#c7c7c7;
  padding:2px;
  font-size: small;
}

#exif_switch {
  box-shadow: inset 0px 0px 2px 2px #222222, 2px 2px 4px 0px #101010;
  font-size: 10px;
  float: right;
  padding: 10px;
  position: absolute;
  border-radius:2em;
  right: 25px;
  top: 25px;
  font-weight: italic;
}

#exif_switch a {
  color:#3f3f3f;
  text-decoration:none;
}

#exif_switch a:hover {
  color:#ffffdf;
}
