/*  
Theme Name: PriceShy
Theme URI: http://PriceShy.com/blog
Description: This is the blog theme for PriceShy.com.
Version: 1.0
Author: Alex G.
Author URI: http://www.aigventures.com/
*/

/*
.comments-template{
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li{
    margin: 10px 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
    font-family: Georgia, Sans-serif;
    font-size: 16px;
}

.commentmetadata{
    font-size: 12px;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
}
*/

/* comments list START */
ol.commentlist {
    margin: 12px 10px;
    padding: 0;
    border-style: solid;    
    border-color: #F0F0F0;    
    border-width: 1px 1px 0 1px;
}
.commentlist li {
    margin: 0;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
    display: block;
    font-style: normal;
    font-weight: bold;
    padding: 7px;    
}
.commentlist li cite img {
    float: left;
    margin-right: 10px;    
}
.commentlist li cite .comment-data {
    font-size: .8em;
    font-weight: normal;
}
.commentlist li .comment-text {
    clear: both;
    margin: 0; padding: 0;
}
.commentlist li.alt {
    background: #f8f8f8 
}
/* comments list END */
