﻿/*
* Based on tutorial by Joost de Valk - http://css-tricks.com/date-badges-and-comment-bubbles-for-your-blog/
* Calendar icons provided by Marek Sotak - http://sotak.co.uk/calendar-icons-blog 
*/
.shield {
	float: left;
	margin-right: 10px;
	position: relative;
}
p.date {
	width: 42px;
	height: 10px;
	padding: 18px 0 14px 0;
	text-align: center;
}
p.date span { display: none; }
.commentscloud {
	position: absolute;
	text-align: center;
	top: -4px;
	left: 22px;
	width: 30px;
	height: 24px;
	padding: 3px 0;
	background: url(./bubble.png) no-repeat 0 0;
}