html, body {
  margin: 0;
  padding: 0;
}
html {
  background: #222222;
  font-family: 'Georgia', 'DejaVu Serif', 'Times', 'Times New Roman', serif;
  font-size: 110%;
  line-height: 1.8em;
  color: #ffffff;
}
body {
  width: 44em;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 3em;
}
ul { list-style-type: square; }
div#header {
  position: relative;
  margin-bottom: 4em;
  padding-top: 1em;
}
div#header ul#navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#header ul#navigation li {
  display: block;
  float: left;
  background: #111111;
}
div#header ul#navigation li a {
  display: block;
  padding: 0.6em 0.6em;
  border-bottom: none;
  font-size: 1.65em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
}
div#header ul#navigation li a:hover {
  background: #ebffb4;
  color: #111111;
}
div#header ul#navigation li a:active {
  background: #ebffb4;
  color: #111111;
}
div#header ul#navigation li a:focus {
  background: #ebffb4;
  color: #111111;
}
div#header ul#navigation .first { padding-left: 1.2em; }
div#header ul#navigation .last { padding-right: 1.2em; }
div#header div#lime {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 202px;
  height: 202px;
  background: url("/images/layout/lime.png") right top no-repeat;
}
div#header div#lime:hover { background-position: left bottom; }
.s { text-decoration: line-through; }
.sans-serif { font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }
.monospace { font-family: 'monaco', monospace; }
.secondary-text {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #aaaaaa;
}
.secondary-text a {
  color: #ffffff;
  border: none;
}
.secondary-text a:hover {
  background: #ffffff;
  color: #222222;
}
.secondary-text a:focus {
  background: #ffffff;
  color: #222222;
}
.secondary-text a:active {
  background: #ffffff;
  color: #222222;
}
h1 {
  margin-bottom: 0.375em;
  font-size: 5.5em;
  font-weight: normal;
}
h1 a {
  border-bottom: none;
  text-decoration: none;
  color: #ffffff;
}
h1 a:hover {
  background: transparent;
  color: #ebffb4;
}
h1 a:focus {
  background: transparent;
  color: #ebffb4;
}
h1 a:active {
  background: transparent;
  color: #ebffb4;
}
h1 a span {
  position: relative;
  bottom: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.5em;
  font-size: 0.25em;
}
h2 {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #c6e567;
  line-height: 1.5em;
}
h3 {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #c6e567;
}
h4 {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
}
a {
  border-bottom: 1px solid #ebffb4;
  text-decoration: none;
  color: #ebffb4;
}
a:hover {
  color: #111111;
  background: #ebffb4;
}
a:active {
  color: #111111;
  background: #ebffb4;
}
a:focus {
  color: #111111;
  background: #ebffb4;
}
p { letter-spacing: 0.05em; }
blockquote {
  margin: 1.5em 2.5em;
  padding-left: 1em;
  border-left: 1px solid #aaaaaa;
  font-style: italic;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #aaaaaa;
}
blockquote a {
  color: #ffffff;
  border: none;
}
blockquote a:hover {
  background: #ffffff;
  color: #222222;
}
blockquote a:focus {
  background: #ffffff;
  color: #222222;
}
blockquote a:active {
  background: #ffffff;
  color: #222222;
}
.about {
  padding: 0 0.5em;
  text-align: center;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #aaaaaa;
}
.about a {
  color: #ffffff;
  border: none;
}
.about a:hover {
  background: #ffffff;
  color: #222222;
}
.about a:focus {
  background: #ffffff;
  color: #222222;
}
.about a:active {
  background: #ffffff;
  color: #222222;
}
code {
  padding: 0 0.25em;
  background: #111111;
  font-family: 'monaco', monospace;
}
img {
  display: block;
  margin: 0 auto;
  border: 6px solid #333333;
}
a:hover img { border-color: #c6e567; }
img.img_left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.25em;
}
ul.images {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.images li img {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
table {
  width: 80%;
  margin: 0 auto;
}
table thead tr th {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-align: left;
  text-decoration: underline;
}
ol.archive {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol.archive span.date {
  float: left;
  display: block;
  width: 7em;
  padding-right: 1em;
  text-align: right;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
div.left_column, div.right_column, form.center_column { border-bottom: 3px solid #222222; }
div.left_column, div.right_column { width: 25%; }
div.left_column { float: left; }
div.center_column {
  float: left;
  width: 50%;
  text-align: center;
}
div.right_column {
  float: right;
  text-align: right;
}
div.paginator { margin: 3em 0; }
hr {
  border-top: 1px solid #010101;
  border-bottom: 1px solid #575757;
  border-right: none;
  border-left: none;
}
hr.post { margin: 3em 0 3.5em 0; }
div.post_date {
  margin: 0;
  line-height: 0;
  font-weight: bold;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #aaaaaa;
}
div.clear_both { clear: both; }
