/*
Theme Name: Refog Inc blog
Theme URI: http://www.refog.com/
Description: Refog Inc default theme for blog.
Version: 1.0
Author: Vladimir Dmitriev
*/

.commentlist {
    padding-left: 0;
}

.commentlist li {
    background: none;
    padding-bottom: 10px;
    padding-top: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.commentlist li.even {
    background-color: #F4F9FE;
}


.commentmetadata, .comment-author {
    padding-bottom: 5px;
    font-style: italic;
}

.post h2 {
	font-size: 24px;
	line-height: 1.15em;
}

.post h2 a, .post h2 a:hover, .post h2 a:active, .post h2 a:visited {
    color: #00A3B9;
}

.alignright {
	float: right;
}

