/**
 * @package		EasyBlog
 * @copyright	Copyright (C) 2010 Stack Ideas Private Limited. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 *  
 * EasyBlog is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

.eblog_category_wrapper {
	border-bottom: solid 1px #eee;
 	margin-bottom: 5px;
 	padding-bottom: 5px;
}

.eblog_category_item {
	margin-bottom: 20px;
}

.eblog_tool_icons {

}

.eblog_feed_icon,
.eblog_email_icon {
	float: right;
	font-size: 11px;
	font-weight: normal;
	display: block;
	height: 16px;
	line-height: 16px;
	margin-right: 10px;
	padding-left: 18px;
}
.eblog_feed_icon {
	background: transparent url(../images/icons/feeds.png) no-repeat 0 0;
}

.eblog_email_icon {
	background: transparent url(../images/icons/email.png) no-repeat 0 0;
}