There is a HTML error in calendar widget alerted by W3C Validator.
Please change in files templates/calendar-small.php and templates/calendar-full.php
change line #27
$col_count = 1; //this counts collumns in the $calendar_array['cells']
with
$col_count = 0; //this counts collumns in the $calendar_array['cells']