/* main blog page */

#posts h3 a { 
  text-decoration: none !important; 
}

#posts { 
  border-top: 1px dotted #7D6654; 
  margin-top: 1em;
  padding-top: 1em;
}


/* individual blog posts */
#blog_view .fancy h2 {
  font-size: 3em;
  margin-top: .5em;
}

    .fancy h3 {
      font-size: 1.65em;
      line-height: 1em;
      padding-bottom: 0;
    }

#post_body {
  margin-top: 1em;
}

.giant_letter {
  font-size: 3.5em;
  font-family: "Times New Roman", Arial, serif;
  line-height: 1em;
}

.caption {
  color: #666; 
  font-size: .8em; 
  text-transform: uppercase; 
  text-align: center;
  border: 1px solid #ccc;
  padding: .25em;
}

#post_body blockquote {
  background: #efefef;
  font-style: italic;
  padding: 1em;
  margin-bottom: 1em;
}

#comments h3 { 
  display: inline; 
  padding-right: .5em;
}



#add_comment {
  display: none;
}

.comment_author {
  display: block;
  background: url(/img/blog/chat_arrow.png) no-repeat 5px 21px;
  padding-bottom: 10px;
  font-size: .85em;
}

.comment_body {
  background: #F0ECE8;  
  padding: 1em;
}

.admin .comment_author {
  background-image: url(/img/blog/chat_arrow2.png);
}

.admin .comment_body {
  background: #FEDFE3;
}

#back_to_top {
  border: 1px solid #efefef;
  padding: .5em;
  text-align: center;
  margin-top: 1em;
}