/* Comment Styling
------------------------------------------ */
.comments-header {
 background: #ccc;
 padding: 10px 5px;
 }

.comment {
 padding: 1px 5px;
 border-top: solid 1px #ccc;
 }

.oddcomment {
 background: #eee;
 }

.comment-header {
 font-size: 18px;
 padding: 8px 0;
 line-height: 20px;
 color: #666;
 } 
 
.comment-header .timestamp {
 float: right;
 font-size: 12px;
 line-height: 20px;
 } 
 
.comment-content {
 font-size: 12px;
 }
 
.comment-footer {
 font-size: 12px;
 text-align: right;} 
 
.comment-content p {
 margin: 0 0 1em 0;
 font-size: 12px;
 }
 
.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.comments-open,
.comments-closed {
 background: #efefef;
 padding: 8px;
 border: solid 1px #ddd;
 margin-top: 25px;
 }

.comments-open label { 
 display: block; 
 }
 

#comment-author, 
#comment-email, 
#comment-url,
#comment-spam {
    width: 240px;
    padding: 3px;
}

#comment-text {
    width: 550px;
    padding: 3px;
}


#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}
 
 
