/* Elements */

body
{
  background-color: #FFF;
  font-family: 'proxima-nova-1', 'proxima-nova-2', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  font-weight: 100;
  text-align: center;
}

h1,
h2,
h3
{
  font-weight bold;
}

h3 code
{
  font-family: monospace;
  font-size: 1.25em;
}

h1
{
  font-size: 2em;
  letter-spacing: -1pt;
}

h2
{
  font-size: 1.25em;
  margin: 1.2em 0;
}

h3
{
  margin: 1.5em 0;
}

a
{
  color: #000;
}

abbr
{
  border-bottom: 1px dotted #999;
}

em
{
  font-family: 'proxima-nova-1', 'proxima-nova-2', 'HelveticaNeue-LightItalic', 'Helvetica Neue Light Italic';
  font-style: italic;
}

p
{
  font-size: 0.875em;
  margin: 1.5em 0;
  line-height: 1.5em;
}

blockquote
{
  position: relative;
}

blockquote:before,
blockquote:after
{
  font-size: 3em;
  font-weight: bold;
  position: absolute;
}

blockquote:before
{
  content: '“';
  left: -0.5em;
  top: 0;
}

blockquote:after
{
  content: '”';
  right: -0.5em;
  bottom: -0.5em;
}

p code
{
  font-family: monospace;
  font-size: 1.25em;
}

pre
{
  font-family: monospace;
  line-height: 1.5em;
  margin: 1em 2em;
  white-space: pre-wrap;
}

form fieldset
{
  margin: 1em 0;
  padding: 1em 1em 0 1em;
}

form fieldset,
form div.submit
{
  border-top: 0.25em solid #666;
}

form fieldset legend
{
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  background: #333;
  color: #FFF;
  font-size: 0.875em;
  font-weight: bold;
  padding: 0.25em 0.5em;
}

form fieldset label
{
  font-size: 0.75em;
  display: block;
  margin: 0.25em 0;
}

form fieldset input,
form fieldset textarea
{
  margin-bottom: 1em;
}

form div.submit
{
  padding: 0.5em 0;
}

form div.submit input[type="submit"],
form div.submit span
{
  font-size: 0.875em;
}


/* Layout */

#page
{
  margin: 0 auto;
  text-align: left;
  width: 40em;
}

#header
{
  margin: 4em 0 2em;
  position: relative;
  border-bottom: 0.1em solid #EEE;
  padding-bottom: 0.25em;
}

#header a
{
  color: #000;
  text-decoration: none;
}

#header ul
{
  bottom: 0.25em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  right: 0;
}

#header ul li
{
  display: inline;
  margin-left: 1em;
}

#header ul li a
{
}

#header ul li a:hover
{
  border-bottom: 0.1em solid #999;
}

#content
{
}

#content ul
{
  font-size: 0.875em;
  list-style: disc;
  margin: 1em 2em;
}

#content ul li
{
  line-height: 1.5em;
}


#footer
{
  border-top: 0.1em solid #EEE;
  color: #999;
  margin: 2em 0 1em;
  padding: 0.25em 0;
  text-align: right;
}

#footer small
{
  font-size: 0.75em;
  font-weight: bold;
}

#footer a
{
  color: #666;
  text-decoration: none;
}


/* Twitter */

.twitter
{
  border: 1px dashed #999;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
}


/* Posts */

div.post
{
  margin: 1em 0 4em;
}

div.post h2 a
{
  text-decoration: none;
}

div.post img
{
  float: right;
  margin: 0 0 1.5em 1.5em;
}

div.post div.metadata
{
  clear: right;
  color: #999;
  font-size: 0.75em;
  font-weight: bold;
}

div.post div.metadata a
{
  color: #666;
}


/* Summaries */

ul.summaries
{
  margin: 1em 2em;
}

ul.summaries li
{
  margin: 1em 0;
}

ul.summaries li h3
{
  margin: 0;
}

ul.summaries li h3 a
{
  text-decoration: none;
}

ul.summaries li h3 a:hover
{
  border-bottom: 0.1em solid #999;
}

ul.summaries li span
{
  color: #999;
  font-size: 0.75em;
  font-weight: bold;
}


/* Tags */

div.tags
{
  line-height: 2em;
  margin: 0 4em;
  text-align: center;
}

div.tags a
{
  font-weight: bold;
  margin: 0 0.5em;
  text-decoration: none;
}

div.tags a:hover
{
  border-style: solid;
  border-bottom-width: 0.1em;
}

div.tags a.tag-1
{
  color: #CCC;
  border-color: #EEE
}

div.tags a.tag-2
{
  color: #999;
  border-color: #CCC
}

div.tags a.tag-3
{
  color: #666;
  border-color: #CCC;
}

div.tags a.tag-4
{
  color: #333;
  border-color: #999;
}

div.tags a.tag-5
{
  color: #000;
  border-color: #999;
}


/* About */

div.about img
{
  border: 0.1em solid #999;
  margin: 0 -0.5em;
  padding: 0.5em;
  width: 100%;
}

div.about ul
{
  border: 1px dashed #999;
  font-size: 0.875em;
  line-height: 2em;
  text-align: center;
  margin: 1em 0 ! important;
}

div.about ul li
{
  display: inline;
}

div.about ul li a
{
  font-weight: bold;
  margin: 0 0.5em;
  text-decoration: none;
}

div.about ul li a:hover
{
  border-style: solid;
  border-bottom-width: 0.1em;
}
