html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

*:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Helvetica, Arial, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 18px; }

h1 {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 3em;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase; }
  h1 a {
    text-decoration: none;
    font-weight: normal; }

h2, h3 {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold; }
  h2 a, h3 a {
    text-decoration: none; }

h1, h2, h3 {
  margin-top: 36px; }

p, blockquote, li, table, pre {
  margin-top: 12px; }

pre, code {
  font-family: Consolas, Lucida Console, Monaco, monospace; }

blockquote, pre {
  padding: 0 24px; }

ol, ul {
  margin: 0 24px; }

body, #foreground {
  color: black;
  background-color: white; }

html, body {
  height: 100%; }

body {
  min-width: 960px; }

#wrapper {
  position: relative;
  width: 640px;
  height: 99%;
  padding-top: 1px;
  margin-left: auto;
  margin-right: auto; }

a:link, a:visited {
  padding: 1px;
  color: black;
  font-weight: bold; }
a:hover {
  text-decoration: none;
  color: white;
  background-color: #ff331e; }
a:active {
  background-color: #cc2818; }

blockquote, pre {
  border-left: 3px solid #bbbbbb; }

pre {
  overflow: hidden; }
  pre:hover {
    overflow: auto; }

.meta {
  margin-top: 2px;
  opacity: 0.5; }
  .meta:before {
    content: " — "; }

.permalink, .permalink:visited {
  position: relative;
  top: 2px;
  padding: 2px;
  line-height: 0;
  font-size: 1.45em;
  opacity: 0.1;
  text-decoration: none; }
.permalink:hover {
  color: black;
  background: transparent;
  opacity: 1; }

#shadow, #screen, #foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#shadow {
  position: fixed;
  min-width: 960px;
  z-index: -10;
  text-align: center;
  display: none; }
  #shadow img {
    width: 720px;
    height: 100%; }

#screen {
  background: black;
  opacity: 0.75; }

#foreground {
  width: 640px;
  left: 50%;
  margin-left: -320px; }

#sidebar {
  position: absolute;
  top: 160px;
  left: -200px;
  width: 180px;
  color: black;
  text-align: right;
  font-size: 0.875em; }

#site-title {
  position: absolute;
  top: 20px;
  left: -104px;
  width: 40px;
  height: 80px;
  padding: 40px;
  margin: 0;
  cursor: pointer;
  opacity: 0.1;
  background: url(/images/logo_black.png) center no-repeat; }
  #site-title:hover {
    opacity: 0.3; }
  .lights-down #site-title {
    opacity: 1;
    background-image: url(/images/logo_white.png); }
  #site-title span {
    display: none; }

#nav {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 36px;
  list-style-type: none; }
  #nav li {
    margin-bottom: 18px; }
  #nav a {
    font-weight: normal;
    text-decoration: none; }

.pagination_nav, .archive_nav {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  font-size: 14px;
  clear: both;
  position: absolute;
  top: -35px;
  width: 600px;
  margin: 12px;
    margin-top: 0; }
  .pagination_nav a, .archive_nav a {
    text-decoration: none; }
  .pagination_nav a, .archive_nav a {
    display: block;
    float: left;
    text-decoration: none; }
    .pagination_nav a.next, .archive_nav a.next {
      float: right; }

.archive_nav {
  padding: 1px;
  line-height: 18px; }

#content {
  position: relative;
  min-height: 80%;
  padding: 10px;
    padding-top: 0;
    padding-bottom: 100px;
  margin-top: 60px;
  z-index: 1; }

.post {
  padding-left: 10px;
  padding-right: 10px; }

.long h2 {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 3em;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase; }
  .long h2 a {
    text-decoration: none;
    font-weight: normal; }

.short h2 {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold; }
  .short h2 a {
    text-decoration: none; }
