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

p.author {
	clear: none;
}

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

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

.date .day {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	left: 0;
	text-align: center;
	top: 29px;
	width: 66px;
	}

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

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

.calendar_sheet .date span {
	position: absolute;
}