/**
 * @brief GlossyblueCSS3, a theme for Dotclear 2
 *
 * @package Dotclear
 * @subpackage Theme
 *
 * @author Pierre Van Glabeke
 *
 * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
 */
#blogcustom {display:none;}

.footer-recent-posts, .footer-recent-comments {
	float: left;
	margin-left: 10px;
}
.footer-recent-posts dl, .footer-recent-comments dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-recent-comments dt {
	background: url(imgs/mini-footer-comments.gif) no-repeat;
	padding: 0 0 0 20px;
	font-weight:bold;
}
.footer-recent-posts dt {
	background: url(imgs/mini-footer-post.gif) no-repeat;
	padding: 0 0 0 20px;
	font-weight:bold;
}
.footer-recent-posts dd, .footer-recent-comments dd {
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
}