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


p.author {
	clear: none;
}

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

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

.cip_date .cip_month {
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 10px;
	text-transform: uppercase;
}

.cip_date .cip_day {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	margin-top: 28px;
	text-align: center;
	width: 66px;
	}

.cip_date .cip_day_time {
	color: #000000;
	font-size: 8px;
	margin-top: 43px;
	width: 63px;
	text-align: center;
}

.cip_sheet .cip_date span {
	position: absolute;
}
