
BODY {
  font-family: serif;
  background: #FAEBD7 none;
  color: #000000;
}

a:link    { color: #070; background: transparent; }
a:visited { color: #030; background: transparent; }
a:link:hover    { color: #700; background: transparent; }
a:visited:hover { color: #300; background: transparent; }
a:active  { color: #900; background: transparent; }

.tools {
  margin-left: 40px;
  margin-top: 15px;
}
.tool {
  margin-left: 0.5em;
}

h1 {
  display: inline;
  font-size: 1em;
  font-weight: bold;
}
h1:after {
  margin-left: 0.5em;
  content: " | ";
}

h2 {
  margin-top: 20px;
  margin-left: 40px;
}

h2.entry-title {
  margin-bottom: 0.1em;
}

h3 {
  margin-left: 40px;
}
h3.entry-title {
  margin-bottom: 0.1em;
}
.entry-content h3 {
  margin-left: 0;
}

.info {
  font-size: small;
  margin-left: 40px;
  margin-bottom: 1em;
}

.text {
  margin-left: 40px;
  margin-right: 40px;
}

.entry-content {
  margin-left: 40px;
  margin-bottom: 2em;
  max-width: 850px;
}
.entry-content img {
  border: 10px solid white;
}
#blogcontrols {
  margin-left: 40px;
}

.images-float {
  margin: 40px;
  margin-top: 20px;
}
.image-float {
  float: left;
  text-align: center;
  margin-bottom: 1.5em;
}
.image-150 {
  width: 154px;
  height: 154px;
  line-height: 150px;
  text-align: center;
  border: groove 1px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0.25em;
}
.image-150 img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.image-float.score-negative {
  opacity: 0.5;
}
.score-zero .score, .score-huge .score {
  font-weight: bold;
}
.image-float-desc {
  margin: 0;
  padding: 0;
  border: 0;
  width: 154px;
  height: 1.5em;
}
.image-float-detail {
  margin: 0;
  padding: 0;
  border: 0;
  width: 154px;
  height: 1.5em;
  font-size: smaller;
}
.image-float-hidden {
  display: none;
  background: white;
  position: absolute;
  text-align: left;
  z-index: 1;
  margin-top: 10px;
  padding: 10px;
  border: 1px outset black;
}

#overlay {
  display: none;
  position: fixed;
  background: white;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px outset black;
}
#overlay img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  float: left;
}
.overlay-details {
  display: none;
}
#overlay > div {
  text-align: center;
}
.overlay-desc {
  margin: 0;
  padding: 0;
  border: 0;
  height: 1.5em;
}
.overlay-detail {
  margin: 0;
  padding: 0;
  border: 0;
  height: 1.5em;
  font-size: smaller;
}
.overlay-prints {
  font-size: smaller;
}

.show-hidden:focus + .image-float-hidden {
  display: block;
}
.image-float-hidden:hover {
  display: block;
}

.freeform-form {
  margin: 40px;
}

.archive-titles {
  margin-left: 40px;
}

hr {
  margin-top: 40px;
  clear: both;
}

#vcard {
  float: left;
  width: 20%;
  font-style: italic;
  margin-left: 40px;
  margin-bottom: 1em;
}
address {
  margin-left: 40px;
}
.cc {
  margin-left: 40px;
}

.photoblogs {
  margin-top: 1em;
  margin-left: 40px;
}

.iki {
  text-align: center;
  position: relative;
  left: -12%;
}
