body {
  margin: 0;
  padding: 0;
  background-color: #0c050d;

  font-size: 80%;
  line-height: 1.33;
  font-family: Trebuchet MS, Lucida Grande, Arial, sans-serif;
}

h1 {
  float: left;
  position: fixed;
  width: 35%;
  height: 100%;

  color: #fff;
  background: #0c050d url(worm.jpg) no-repeat center bottom;

  left: 0px;  /* for IE7.  thanks, eule.  */
  top: 0px;
  text-align: center;

  margin: 0;
  padding: 0.3em;
}

h1 a {
  color: #fff;
  text-decoration: none;
}

#content {
  background-color: white;
  padding: 1em 1em 2em 2em;
  margin: 0 0 0 35%;
  width: 32em;
}

h2 {
  margin: 0px;
}

h3 {
  text-align: right;
  color: #777;
  border-bottom: 1px solid #ddd;
}

h3 a {
  color: #777;
  text-decoration: none;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 110%;
}

.links {
  text-align: left;
  height: 0px;
  position: relative;
  top: 1em;
}

.links a {
  color: #777;
}

.ircquote {
  font-family: Courier New, Courier, monospace;
  font-size: smaller;
  background-color: #eee;
  padding: 0.33em;
  margin-top: 1.5em;
  border-left: 1px solid #777;
}

.ircquote span.channel {
  color: #777;
  float: right;
  position: relative;
  top: -1.5em;
  height: 0;
}

.ircquote div.line {
}

.thought {
  background-color: #fcf;
  padding: 0.5em;
  margin: 1em 0;
  border-right: 1em solid #f6f;
}

.thought span {
  display: block;
  font-weight: bold;
}

blockquote {
  font-style: italic;
  font-family: Optima;
  font-size: larger;
  line-height: 1.2;
  text-align: center;
}

blockquote.lyrics {
  text-align: left;
}

blockquote .source {
  display: block;
  text-align: right;
  font-style: normal;
  font-variant: small-caps;
}

.link {
  margin: 1em 0;
}

.link a {
  font-size: larger;
}

.link:before {
  content: "\00BB";
  font-size: large;
  color: #777;
}

.flickr {
  text-align: center;
  background-color: #eee;
  padding: 0.5em;
  margin: 1em 2.5em;
}

.flickr img {
  border: 1px solid black;
}

#footer {
  background-color: white;
  padding: 0 1em 2em 2em;
  margin: 0 0 0 35%;
  width: 32em;
}

#check {
  border-top: 1px solid #ddd;
  padding-top: 0.5em;
}

#copyright {
  clear: both;
}

#nukumi2logo {
  float: right;
}

#version {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}

#atom, #rss {
  border: 1px solid;
  border-color: #FC9 #630 #330 #F96;
  padding: 0px 3px;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  color: #FFF;
  background: #F60;
  text-decoration: none;
  margin: 5px 0px 0px 10px;
  float: right;
}
