/** BLOG */
.blog-list a {
	display: block;
    color: black;
}
.blog-list a:hover {
	color: red;
}
.blog-list a.more {
    color: gray;
}

/** COMMENT WIDGET */
.comment-widget {
}

.comment-title {
}

.comment-social {
}

.comment-social-button {
}
.comment-social-button.facebook {
}
.comment-social-button.twitter {
}
.comment-social-button.plus {
}