body {
    font-family: Arial;
    font-size: 10pt;
    color: #333333;
}


#all-comments {
	width:530px;
}

#all-comments li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#comment-head {
    background: url('http://www.trustingtime.com/wp-content/themes/trustingtime/comments/images/comment_head.gif') no-repeat;
	width:530px;
	height:52px;
}

.greycomment {
    background: url('http://www.trustingtime.com/wp-content/themes/trustingtime/comments/images/comment_fauxgrey.gif') repeat-y;
    clear: both;
    float: left;
    width: 530px;
}


#comment-grey-01 {
    background: #FFFFFF repeat-y;
    clear: both;
	float: left;
	width:353px;
    text-align: justify;
    padding: 0 10px 0 10px;
}

#comment-grey-02 {
    background: url('http://www.trustingtime.com/wp-content/themes/trustingtime/comments/images/comment_grey_02.gif') no-repeat;
    float: left;
	width:19px;
	height:32px;
}

#comment-grey-03 {
    background: #FFFFFF repeat-y;
	float: right;
	width:113px;
    padding: 0 15px 0 10px;
}


.comment-line {
    background: url('http://www.trustingtime.com/wp-content/themes/trustingtime/comments/images/comment_line.gif') no-repeat;
    clear: both;
	width:530px;
	height:1px;
}

.redcomment {
    background: url('http://www.trustingtime.com/wp-content/themes/trustingtime/comments/images/comment_fauxred.gif') repeat-y;
    clear: both;
    float: left;
    width: 530px;
}


#comment-red-01 {
    background: #FFFFFF no-repeat;
    clear: both;
	float: left;
	width:353px;
    text-align: justify;
    padding: 0 10px 0 10px;
}

#comment-red-02 {
    background: url('http://www.trustingtime.com/wp-content/themes/trustingtime/comments/images/comment_red_02.gif') no-repeat;
    float: left;
	width:19px;
	height:32px;
}

#comment-red-03 {
    background: #FFFFFF no-repeat;
	float: right;
	width:118px;
    padding: 0 10px 0 10px;
}

.avatardisplay {
    display: block;
    text-align: right;
}

.avatardisplay img {
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    margin: 8px 0 8px 8px;
    width: 64px;
    height: 64px;
}

.red-name, .grey-name {
    color: #CC0000;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    display: block;
}

.grey-name {
    color: #666666;
}

#content .grey-name a:link, #content .grey-name a:visited, #content .grey-name a:active {
    color: #666666;
}

#content .grey-name a:hover {
    color: #CC0000;
}

.red-date, .grey-date, .red-points, .grey-points {
    color: #333333;
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
    display: block;
    margin: 5px 0 0 0;
}

.red-points, .grey-points {
    color: #99cc00;
    font-weight: bold;
}

.red-time, .grey-time {
    color: #333333;
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
    display: block;
}

.red-count, .grey-count {
    color: #CC0000;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    display: block;
    margin: 10px 0 0 0;
}

.grey-count {
    color: #666666;
}

#comment-foot {
    background: url('http://www.trustingtime.com/wp-content/themes/trustingtime/comments/images/comment_foot.gif') no-repeat;
    clear: both;
	width:530px;
	height:47px;
}