This is due to your CSS overriding the calendar CSS.
There are multiple instances of this happening, but this section is the main culprit:
/* end classes used by the_meta() */
p, li, .feedback {
font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
letter-spacing: -1px;
}
|