/*
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of GlossyblueCSS3.
#
# Copyright (c) 2015 Pierre Van Glabeke
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK ------------------------------------
*/
#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;
}