/* calendarinposting.css
---------------------------------------- */


p.author {
	clear: none;
}

.postbody h3 {
	padding: 2px 68px 0;
}

.calendar_sheet {
	background-image: url("./images/calendar.png");
	background-repeat: no-repeat;
	float: left;
	height: 62px;
	margin: -2px 12px 11px -8px;
	position: relative;
	width: 64px;
}

.date .day {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	left: 0;
	text-align: center;
	top: 28px;
	width: 66px;
	}

.date .day_time {
	color: #000000;
	font-size: 8px;
	top: 43px;
	left: 0px;
	width: 63px;
	text-align: center;
}

.date .month {
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
	left: 10px;
	text-transform: uppercase;
	top: 7px;
}

.calendar_sheet .date span {
	position: absolute;
}
