body {
  background-color: #999;
  margin: 0;
  padding: 2em 0 0 0;
  font-size: 14px;
  width: 68em;
  background-color: #e4e4e4;
}

#header {
  float: right;
}

#content {
  width: 48em;
}

#header {
  width: 18em;
}

a {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 0.2em;
}

a:hover {
  color: #666;
}

div#header {
  margin: 0;
}

div#header h2 {
  font-size: 200%;
  margin: 0;
  padding: 0 32px;
}

div#header h2 a {
  background-color: #555;
  color: inherit;
  text-decoration: none;
}

h1, h2 {
  color: #fff;
  padding: 0 32px 0 48px;
}

h1 {
  margin-top: 0;
  background-color: #222;
}

h2 {
  background-color: #888;
}

p {
  text-shadow: #f3f3f3 1px 1px 1px;
}

ul, ol {
  padding-left: 2em;
}

p, li {
  line-height: 1.3em;
}

li {
  padding: 0.2em 0;
}

img {
  border: 0.5em solid #bbb;
  padding: 0.5em;
  background-color: #fff
}

#content p, #content pre, #content h3, #content h4, #content ul, #content ol {
  margin-left: 48px;
  margin-right: 2em;
}

#content h2 {
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  text-shadow: #555 1px 1px 1px;
}

#content > p:first {
  font-size: 200%;
}

#sidebar ul {
  padding-left: 0;
  list-style: none;
  overflow: auto;
  margin-bottom: 1em;
}

#sidebar ul li {
  margin: 0.3em;
  float: left
}

#sidebar h2 {
  clear: both;
  padding: 0 32px;
}

#blog h1, 
#content > h1 {
  font-size: 400%;
  margin-bottom: 0.33em;
}

#blog .blog {
  margin: 0 0 5em 0;
}

.blog .details {
  background-color: #999;
  display: none;
}

blockquote {
  background-color: #f4f4f4;
  border: 2px solid #d9d9d9;
  font-size: 115%;
}

#content blockquote p {
  margin: 1em;
}

#content blockquote p a {
  padding: 0;
  color: #888;
}

pre {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 1em;
}

form.comments { 
  position: relative;
  padding-left: 48px;
}
form.comments label {
  display: block;
  width: 30%;
  position: relative;
  height: 1.5em;
}
form.comments input { 
  position: absolute;
  right: 1em;
}
form.comments textarea {
  float:right;
  height:6em;
  position:absolute;
  right:0pt;
  top:0pt;
  width:70%;
}
form.comments button { }
form.comments label.human { 
  margin-top: 2em;
  width: 50%;
}

form.search {
  margin-left: 48px;
}

.search_result .match {
  background-color: #fff;
}