body, html {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;  
}

.hidden {
  display: none;
}

#title {
  background: #000;
  color: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;  
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
}

#title h1 {
  margin: 0;
}

#title #tagline {
  text-align: right;
  font-size: 90%;
}

#title #tagline a,
#title #tagline a:visited {
  color: #81cc32;
}


body {
  background: #666;
}

#posts {
  margin: 5px auto;
}

#posts td {
  padding: 2px;
  background: #fff;
}

.post {
  overflow: hidden;
  position: relative;
}

.post .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
}

#enlarged-cover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  background: #333;
}

#enlarged-cover,
#enlarged-container {  
  top: 0;
  left: 0;
  position: fixed;
}

#enlarged-image {
  position: absolute;
}

#enlarged-image-border {
  width: 800px;
  height: 600px;
  position: absolute;
  border: solid 10px #000;
  margin: -10px 0 0 -10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#enlarged-close {
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  background: #000;
  opacity: 0.7;
  -moz-opacity: 0.7;
  left: -10px;
  padding: 0.5em;
  top: -6ex;
  cursor: pointer;
}
