﻿.datebox {
  width: 60px;  /* same width as the background image */
  float: left;
  margin-right: 1ex;
  margin-bottom: 1em;
}

.datebox .month {
  font-family: Cambria,"Times New Roman",Times,serif;
  font-size: 0.9em;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
  text-align: center;
  background: #627c9b url('images/calendar-top.png') left top no-repeat;
  color: #dddddd;
}

.datebox .day {
  font-family: Cambria,"Times New Roman",Times,serif;
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 0.1em;
  color: #333333;
  border-right: 1px solid #627c9b;
  border-bottom: 1px solid #627c9b;
  border-left: 1px solid #627c9b;
  background: #faf8d2 url('images/page-fold-small.png') right bottom no-repeat;
}

.datebox .year {
  font-family: Cambria,"Times New Roman",Times,serif;
  font-size: 0.9em;
  text-align: center;
  padding-bottom: 0.1em;
  color: #333333;
  border-right: 1px solid #627c9b;
  border-bottom: 1px solid #627c9b;
  border-left: 1px solid #627c9b;
  background: #faf8d2 url('images/page-fold-small.png') right bottom no-repeat;
}

