body,h1,h2,h3,h4,p,ul,ol,dl,dd,blockquote
{
  margin: 0;
  padding: 0;
}

body, textarea, select, input
{
  font: normal 1em/1.4em Arial, sans-serif;
  background: #fff;
  color: #000;
}

a, a:active, input#go_comment, h1
{
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}

body
{
  padding: 0 1em;
}

#menu
{
  position: absolute;
  list-style-type: none;
  top: -1.1em;
  left: -1px;
  line-height: 1.3em;
}

#menu li
{
  display: inline;
}

#menu li a
{
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background: transparent;
}

#page
{
  max-width: 47em;
  margin: 6em auto 0 auto;
  position: relative;
}

#page h1, #page h2
{
  text-transform: uppercase;
  font: normal 3.2em/.71em Arial, sans-serif;
  letter-spacing: -.08em;
}

#page h2
{
  font: normal 1.7em/.71em Arial, sans-serif;
}

#page h2 a
{
  color: #000;
  background: transparent;
}

div.postbody, div.page 
{
  margin: 4em 0;
}

dl#postlist
{
  margin-top: 5em;
  line-height: .8;
}

dl#postlist dt
{
  position: relative;
}

dl#postlist dd
{
  padding-bottom: 3em;
  line-height: 1.4em;
}

dl#postlist dd h2 a
{
  font-weight: normal;
  background: transparent;
}

dl#postlist dd p, div.postbody p, div.page p, address
{
  padding: .5em 0;
}

dl#postlist dt span.date, h1 span.date
{
  font-size: 1.7em;
  line-height: .71em;
  float: left;
  letter-spacing: -.08em;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  margin-right: .2em;
}

h1 span.date
{
  font-size: .5em;
  display: block;
}

dl#postlist dd div.tools, 
div.postbody div.tools
{
  border-top: 1px solid #000;
  margin-top: 1em;
  overflow: hidden;
  height: 3em;
  text-transform: uppercase;
}

div.tools ul.tags
{
  margin-top: -.2em;
  float: left;
  width: 60%;
}

div.tools ul.tags li
{
  display: inline;
  list-style-type: none;
}

dl#postlist dd div.tools p.comments,
div.postbody div.tools p.comments
{
  text-align: right;
  float: right;
  width: 25%;
  margin: -.2em 0 0 0;
  padding: 0;
}

dl#comments, form#commentform
{
  font-size: .8em;
  margin: 2em 0;
}

dl#comments dt
{
  font-weight: bold;
  text-transform: uppercase;
}

dl#comments dt span.date
{
  font-weight: normal;
}

dl#comments dd
{
  margin: 0 0 1em 0;
}

label
{
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  width: 10em;
}

input, textarea
{
  border: 1px solid #000;
  width: 37em;
}

textarea
{
  height: 10em;
}

form p.hint
{
  margin-left: 10em;
  width: 37em;
}

input#go_comment
{
  width: auto;
  border: 0;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

ul#tagslist li
{
  display: inline;
}

ul#archivelist,
ul#tagslist,
ul#postlist
{
  list-style-type: none;
  margin-top: 3em;
  line-height: 1.3em;
}

ul#archivelist li
{
  margin-bottom: 2em;
}

ul#archivelist li h2
{
  margin-bottom: .5em;
}

ul#archivelist li ul li,
ul#postlist li
{
  list-style-type: square;
  margin-left: 1.4em;
  margin-bottom: 0;
}

table.footnote
{
  margin-top: 1em;
  border-top: 1px solid #000;
  font-size: .7em;
}

table.footnote a.fn-backref,
a.footnote-reference
{
  background: transparent;
  color: #000;
  font-weight: normal;
}


a.footnote-reference
{
  vertical-align: super;
  font-size: .7em;
}

div.youtube
{
  margin: 1em 0;
  text-align: center;
}

div.youtube object
{
  border: 5px solid #000;
}

img.image
{
  display: block;
  margin: 1em auto;
  border: 5px solid #000;
}

