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

p.author {
	clear: none;
}

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

.calendar_sheet {
    background-image: url("./images/calendar_07.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
    height: 97px;
    margin: -2px 9px 11px -8px;
    position: relative;
    width: 99px;
}


.date .calendar_day {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    left: 0;
    text-align: center;
    top: 40px;
    width: 98px;
}

.date .calendar_day_time {
    color: #000;
    font-size: 16px;
    top: 62px;
    left: 0px;
    width: 95px;
    text-align: center;
    font-weight: 700;
}

.date .calendar_month {
    color: #ffa500;
    font-size: 11px;
    font-weight: bold;
    left: 18px;
    text-transform: uppercase;
    top: 17px;
}

.calendar_sheet .date span {
	position: absolute;
}