.comments-section {
  width: 655px;
  margin-right: 5px;
  margin-bottom: 30px;
}

  .comments-section h3#comments,
  .post-comment h3#respond {
    font-size: 28px;
    margin: 0 0 5px 190px;
  } 
  

.comment-list {
  
}

  .comment-list li.comment-item {
    margin: 0 0 5px;
    padding: 10px 0 0;
  }
  
    .comment-list li.comment-item .comment-meta {
      float: left;
      width: 165px;
      margin-right: 5px;
      padding-right: 10px;
      padding-bottom: 10px;
      font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
      font-size: 14px;
      text-align: right;
    }

      .comment-list li.comment-item .comment-meta .comment-author {
        
      }
      
      .comment-list li.comment-item .comment-meta .comment-timestamp {
        display: block;
      }
      
        .comment-list li.comment-item .comment-meta .comment-timestamp a {
          color: #666;
        }
        
    .comment-list li.comment-item .comment-body {
      float: left;
      padding: 0 10px;
      width: 455px;
    }
    
/* Comments from the admin (me). */
.comment-list li.admin {
  background: url(../images/comment-stripe.png);
}
    
    
    
/* Styles within comments. */

.comment-item p,
.comment-item ul,
.comment-item ol {
  margin: 0 0 0.8em;
}

.comment-item ul {
  list-style-type: disc;
  padding-left: 25px;
}

.comment-item ol {
  list-style-type: number;
  padding-left: 25px;
}

.comment-item blockquote {
  margin: 0 25px 0.8em;
  padding: 0.8em 10px 0.8em 25px;
  border-left: 4px solid #999;
  background-color: #eaeaea;
}

.comment-item pre {
  background-color: #222;
  color: #f0f0f0;
  padding: 5px 3px;
  margin: 0 0 0.8em;
}

  .comment-item pre code {
    background-color: transparent;
    text-decoration: none;
    border: none;
  }
      
    
/* Posting a comment. */

.post-comment {
  
}


#comment_form {
  font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
}

  #comment_form .post-comment-identity {
    float: left;
    width: 165px;
    margin-right: 5px;
    padding-right: 10px;
    font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    text-align: right;
  }
  
  #comment_form .post-comment-body {
    float: left;
    padding: 0 10px;
    width: 455px;
  }
      
    #comment_form .post-comment-body .post-comment-body-allowed {
      font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
      font-size: 14px;
    }
    
      #comment_form .post-comment-body-textarea {
        margin: 5px 0;
      }
      
      #comment_form .post-comment-body-textarea textarea {
        width: 447px;
        height: 125px;
      }
      
    #comment_form .post-comment-body-bottom {
      margin: 10px 0;
    }
      
      #comment_form .post-comment-body-bottom .post-comment-body-submit {
        float: left;
        width: 225px;
        margin-right: 5px;
      }
    
      #comment_form .post-comment-body-bottom .post-comment-body-links {
        float: left;
        width: 225px;
        font-size: 13px;
        text-align: right;
      }
    
    #comment_form .post-comment-body-now-what {
      font-size: 14px;
    }
    
  #comment_form .post-comment-fields {
    margin-top: 20px;
  }
    
    #comment_form .post-comment-fields li {
      margin: 0 0 0.8em;
    }
  
    #comment_form .post-comment-use-openid {
      margin: 0 0 0.8em;
      font-size: 12px;
    }
    
      .no-calibri #comment_form .post-comment-use-openid {
        font-size: 10px;
      }


.comment-list li.comment-preview {
  border: 2px solid #999;
  border-left: 0;
  padding: 20px 0;
  margin-top: 30px;
  color: #555;
}

  .comment-list li.comment-preview .comment-meta {
    width: 163px;
  }
      
.placeholder {
  font-style: italic;
}

label.ghosted {
  display: none;
}

input.ghosted {
  color: #999;
}

small.citation {
  display: block;
  text-align: right;
}

#openid {
  padding-left: 23px;
  width: 120px;
  background: #fff url(../images/openid-favicon.gif) no-repeat 3px 50%;
}

input.text, textarea {
  border: 1px solid #222;
  padding: 3px;
  width: 140px;
}

p.no-comments {
  margin-left: 180px;
  font-style: italic;
  padding-left: 10px;
}

.pingback {
}

  .pingback .comment-meta {
    background-color: #222;
    color: #eee;
    width: 165px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  
    .pingback .comment-meta span.comment-pingback {
      font-weight: bold;
      text-transform: uppercase;
    }
  
  .comment-list li.pingback .comment-body {
    width: 455px;
    font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
    padding-top: 3px;
  }
