html { margin: 20px }

body {
  margin: 0 auto;
  font-family: 'Baskerville', Georgia, Times, serif;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  width: 720px;
  position: relative;
}

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

.header
{
  margin-bottom: 40px;
}

.header h1 a
{ 
  color: #000;
  text-decoration: none;
  letter-spacing: 15px;
}

.header h1 a:hover
{ 
  text-decoration: underline;
}

.header p
{ 
  font-style: italic;
  margin-left: 30px;
}

.content {
  clear: both;
}

.content, .comments{  
  padding-bottom: 40px;
}

#sidebar { 
  position: absolute;
  top: 100px; 
  left: 780px;
  width: 220px;
  line-height: 14px;
}

#sidebar #site-links
{ 
  min-height: 30px;
}

#sidebar .rss { 
  position: absolute;
  right: 0;
}

#sidebar .rss img
{ 
  width: 20px;
  height: 20px;
  border: none;
}

#sidebar > img
{ 
  width: 200px;
  margin: 20px 10px;
}

#sidebar > span
{
  display: block;
  font-size: 14px;
  border-bottom: 1px dashed;
  padding-top: 20px;
}

#sidebar ul
{
  margin: 10px 0 2px 5px;
  padding: 0; 
}

#sidebar li
{
  margin: 5px 0;
}

#by {
  font-style: italic;
  margin-right: 5px;
  font-size: 28px;
}

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

#path {
        color: #b53131;
}
.date {
  font-style: italic;
  float: right;
  line-height: 43px;
  margin-right: 30px;
}
a {
  color: #b83000;
}
h1 a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body > header > h1 {
        border-left: 30px solid black;
        padding-left: 30px;
  font-size: 201px;
  margin: 100px 0 15px 0;
  font-weight: normal;
}
.post header {
        margin-bottom: 10px;
}
.post .body p:first-child {
        margin-top: 0;
}
.post .body p:last-child {
        margin-bottom: 0;
}
.post {
        margin-bottom: 30px;
}
.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;
        padding-top: 30px;
        line-height: 180px;
        margin-bottom: 20px;
}
h1, h2, h3, h4 {
  display: inline;
  margin: 0;
  font-weight: 600;
}
ul, li {
  list-style-type: none;
}
code {
  font-family: 'Anonymous Pro', 'Bitstream Vera Sans', 'Monaco', Courier, mono;
}
pre {
  padding: 0 20px;
}
blockquote {
  font-style: italic;
}

body > footer {
  text-align: left;
  margin-left: 10px;
        font-style: italic;
  font-size: 18px;
  color: #888;
}

.post h2
{ 
  display: block;
  margin-bottom: 10px;
}

a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;text-decoration: none;}
 