body, html {
  font-family: Georgia,Palatino,Sylfaen,"Times New Roman", Times, serif;
  font-size: 95%;
  line-height: 1.6;
}

h1, h2, h3 {
  line-height: 1.2;
  font-family: Georgia,Palatino,Sylfaen,"Times New Roman", Times, serif;
  font-weight: lighter;
}

a, a:visited {
  text-decoration: none;
  color: #771b27;
}

div#sitetitle h1 {
  font-size: 1.7em;
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-weight: lighter;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}

div#navigation, div#footer, div#sparktab, div#menumarker, div#sitters, div#marginalia {
  display: none;
}

h2.download {
  font-size: 2em;
}

h2.download img {
  float: left;
  margin: 0 14px 3px 0;
}

div#marginalia ul {
  color: #771b27;
  list-style: square;
  padding: 0;
  margin: 0;
  font-size: 80%;
  font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
}

div#marginalia ul li {
  margin-bottom: 4px;
  margin: 0;
}

h2.bloghead, h1.bloghead {
  margin: 0;
}

p.credit {
  font-size: 16px;
  margin-top: -2px;
}

.credit {
  color: #666;
}

.credit a {
  color: #666;
}

p.credit a:hover {
  color: white;
}

p.linkback {
  margin-bottom: 0;
}

div.between {
  width: 100%;
  height: 1px;
  margin: 10px 0 10px 0;
}

p.continuation {
  text-align: right;
}

div.inset {
  float: right;
  width: 149px;
}

div.inset div.floating {
  float: none;
  margin: 5px 0 0 0;
  padding: 0;
}

div.big_gravatar {
  width: 128px;
  height: 128px;
}

img.gravatar {
  float: left;
  margin: 0 10px 3px 0;
}

img.thumbnail_gravatar {
  float: left;
  margin: 2px 10px 10px 0;
}

img.big_gravatar {
  float: right;
  margin: 2px 0 20px 20px;
}

ul.topic_list {
  list-style: none;
  padding: 0;
}

ul.page_list {
  list-style: square;
  padding-left: 16px;
  color: #666;
}

ul.post_list {
  list-style: square;
  padding-left: 16px;
  color: #666;
}

ul.post_list li.post, span.excerpt {
  font-size: 85%;
}

ul.post_list li a {
  color: #666;
}

ul.post_list li.post strong {
  color: black;
  font-weight: lighter;
}

div#user_description h1 {
  margin-bottom: 2px;
}

div#user_description p {
  margin-top: 2px;
}

div#user_posts {
  clear: left;
}

p.topic_note {
  font-size: 85%;
  color: #666;
}










/***** page comments ********/

div.comments {
  
}

div.comment {
  clear: left;
  margin: 0 0 8px 0;
  overflow: hidden;
}

div.comment p {
  font-size: 90%;
/*  color: #4d4e53;*/
  margin: 2px 0 8px 9;
}

div.comment h3 {
  margin-bottom: 0;
}

div.comment h3 span.dated {
  font-size: 75%;
  color: #c15655;
}

/**** also not needed in print ****/

form, a.feedlink {
  display: none;
}



