body {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  font: 14px Arial, Sans-serif;
  color: #fff;
  background: #122 url("images/background.png") repeat-x;
}
#header {
  margin: 12px 0 20px 0;
  text-align: center;
}
#copyboy,
#copygirl {
  position: fixed;
  z-index: -1;
  pointer-events: none;
}
#copyboy {
  left: 32px;
  bottom: -40px;
}
#copygirl {
  right: 24px;
  bottom: -56px;
}
.box {
  position: relative;
  margin-bottom: 12px;
  padding: 8px;
  background: rgba(16,48,48,0.75);
  border: 2px solid rgba(96,160,160,0.75);
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(96,160,160,0.25), inset 0 0 10px #000;
}
.box img.title {
  position: absolute;
  left: 10px;
  top: -10px;
}
.small {
  font-size: 90%;
}
/* Posts */
.post.hidden {
  margin-bottom: 4px;
}
.post.hidden h1 {
  padding: 0;
  font-size: 140%;
}
.post.hidden .post-data {
  display: none;
}
.post-link {
  outline: none;
}
.time {
  font-size: 80%;
  font-weight: bold;
  color: #588;
}
.time.posted,
.time.updated {
  position: absolute;
  right: 8px;
}
.time.posted {
  top: 3px;
}
.time.posted:before {
  content: "Date posted: ";
}
.time.updated {
  bottom: 3px;
}
.time.updated:before {
  content: "Last updated: ";
}
#pages {
  padding: 0 8px 0 8px;
  height: 0.5em;
}
#more {
  float: right;
}
#about {
  margin-top: 32px;
}
/* Content */
#content {
  width: 640px;
  font-size: 95%;
  text-align: justify;
}
#content:last-child {
  margin-bottom: 160px;
}
#content .box {
  padding: 8px 12px;
}
/* Headings */
h1 {
  font-size: 160%;
  font-weight: bold;
  font-variant: small-caps;
  margin: 0;
  padding: 4px 0 0 12px;
}
h1:before {
  content: "[ ";
}
h1:after {
  content: " ]";
}
h2 {
  font-size: 130%;
  font-weight: bold;
  margin: 16px 0 8px 0;
}
h3 {
  font-size: 115%;
  font-weight: bold;
  margin: 12px 0 6px 0;
}
/* Common elements */
a {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 2px #0ff;
  text-decoration: none;
}
a:hover {
  text-shadow: 0 0 2px #0ff, 0 0 2px #0ff, 0 0 1px #0ff;
}
img {
  vertical-align: middle;
}
p {
  margin: 8px 0;
}
/* Lists */
ul {
  margin: 8px 0;
  padding: 0 8px 0 20px;
}
li {
  margin: 6px 0;
}
ul p {
  margin: 4px 0;
}
ul ul {
  margin: 4px 0;
}
ul ul li {
  margin: 2px 0;
}
