
* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

html,body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;

  color: black;
  background: #e0e0e0;

  font-family: Arial, sans-serif;
}

#header {
  background: #707070;
  padding: 5px;
  height: 2em;
  border-bottom: 1px solid #303030;
}

#header h1 {
  font-size: 1.4em;
}

#header a {
  color: inherit;
  text-decoration: none;
}

#main {
  background: #303030;
  color: #f0f0f0;
  position: absolute;
  top: 2em;
  left: 0px;
  bottom: 2em;
  margin: 50px;
  padding: 1em;
}

body.index #main {
  right: 0px;
}
body.photo #main {
  right: 300px;
}

#main a {
  color: inherit;
}

#content {
  height: 100%;
  width: 100%;
}

#content .image {
  padding: 2em;
}

#content .image img {
  border: 1px solid black;
  display: block;
  margin-left: auto;
  margin-right: auto;
/*&  -moz-opacity: 0.5;*/
/*  opacity: 0.5;*/
}

#content .intro {
  padding-top: 2em;
}

#content .intro h2 {
  font-size: 1.4em;
  color: #d0d0d0;
  margin-right: auto;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 1em;
}

#content .intro p {
  color: #c0c0c0;
}


#content .thumbs, #content .photo {
  overflow: auto;
  height: 100%;
}

#link {
  font-size: smaller;
  color: #303030;
  position: absolute;
  bottom: -2em;
  margin-right: 3em;
}

#content div.set {
  float: left;
  width: 300px;
  margin: 0em;
}

#nav {
  background: #c0c0c0;
  position: absolute;
  top: 2em;
  right: 0px;
  bottom: 2em;
  width: 300px;
  margin-bottom: 50px;
  margin-top: 50px;
  overflow: auto;
}

#nav h3 {
  color: #303030;
  border-bottom: 1px solid #202020;
}

#nav #subheader {
  padding: 5px;
}

#nav #sets {
  padding: 5px;

}

.set {
  position: relative;
  height: 90px;
}

#main .set .thumb img {
  border: 1px solid #101010;
}
#nav .thumb img {
  border: 1px solid #404040;
  opacity: 0.5;
}
#nav .active img {
  opacity: 1.0;
}

.set .blurb {
  position: absolute;
  right: 0px;
  left: 80px;
  top: 0px;
  height: 75px;
  overflow: hidden;
}

.set .blurb {
  font-size: smaller;
}

#nav #photos {
  margin: 5px;
}

#photos .thumb {
  display: inline;
}

#photos.first {
  padding-left: 80px;
}

#footer {
  background: yellow;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #707070;
  color: white;
  border-top: 1px solid #303030;
}
#footer p {
  padding: 3px;
  font-size: smaller;
}
#footer a {
  color: inherit;
}