/* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.6.0 */
html {
  color: black;
  background: white; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: black; }

del, ins {
  text-decoration: none; }

#content {
  margin: 0 auto;
  font-family: "Baskerville", Georgia, Times, serif;
  font-size: 20px;
  line-height: 30px;
  width: 720px; }

header, footer, section, article {
  display: block; }

#caption {
  position: absolute;
  font-size: 24px;
  margin: -135px 0 0 70px; }

#path {
  color: #b53131; }

a {
  color: #b83000; }

a:hover {
  text-decoration: underline; }

.post {
  margin-bottom: 30px; }
  .post header {
    margin-bottom: 10px; }
  .post .body p:first-child {
    margin-top: 0; }
  .post .body p:last-child {
    margin-bottom: 0; }
  .post:last-child {
    margin-bottom: 10px; }
  .post p {
    margin: 10px 0; }
  .post .more {
    margin-top: -10px;
    margin-right: 30px;
    font-style: italic;
    text-align: right; }

.more a {
  text-decoration: none; }
  .more a:hover {
    text-decoration: underline; }

body > header {
  display: block;
  margin-bottom: 20px; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 600; }

h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 50px; }

ul, li {
  list-style-type: none; }

code {
  font-family: "Anonymous Pro", "Bitstream Vera Sans", "Monaco", Courier, mono; }

pre {
  padding: 20px; }

blockquote {
  font-style: italic; }
