/*------------------------------------------------------------------------
# "Hot Category News" WordPress plugin
# Copyright (C) 2014 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotThemes
# Website: http://hot-themes.com
-------------------------------------------------------------------------*/
 
.post_separator {
	margin: 1em 0;
	clear: both;
	border-top: 1px solid #eee;
}

h4.hot-category-news-title {
	margin-bottom: 1em;
}

.hot-category-news img.wp-post-image {
	margin-bottom: 1em;
}

.hot-category-news-date {
	font-size: .9em;
	font-style: italic;
}

.hot-category-news .more-link {
	border-bottom: 1px solid #333;
}

.hot-category-news .more-link:hover {
	border-bottom: 0;
}