


/* Content
----------------------------------------------- */
@media all {
  #content {
    width:500px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:475px;
    float:left;
    }
  #sidebar {
    width:200px;
    float:right;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font: 9pt Arial,helvetica,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#574832;
  }
  
  h3 { 
  font: 08pt Arial,helvetica,Sans-serif;
  color:#574832;
  }

  
h4 {
 
  font: 07pt Arial,helvetica,Sans-serif;
  text-transform:uppercase;
  color:#574832;
  }




/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #574832;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
  .post-body {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size: 9pt;
  line-height:1.4em;
  
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:130%;
  line-height:1.4em;
  color:#574832;
  font-weight: bold;
  }
.post-title a {
  text-decoration:none;
  color:#574832;
  font-weight: bold;
  }
.post-title a:hover {
  color:#fff;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#669933;
  }
.post-footer em, .comment-link {
  font:78%/1.4em Arial,helvetica,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#403320;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #574832;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em Arial,helvetica,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#574832;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em Arial,helvetica,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #574832;
  list-style:none;
  }
#sidebar li {
  margin:0;
  font-size: 8pt;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  font-size: 11pt;
  color:#574832;
  line-height:1.5em;
  }

.sidebar-title {
  font-size: 8pt;
  line-height:1.5em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em arial,helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }




A:link { text-decoration: none; color:#574832; font-weight:bold; }
A:visited { text-decoration: none ; color:#574832; } 
A:hover { text-decoration: underline ; color: #403320;   }

