/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.kamiguchi.org/cgi/mt/mt-static/themes-base/blog.css);
@import url(http://www.kamiguchi.org/cgi/mt/mt-static/themes/unity-blue/screen.css);
/* end StyleCatcher imports */

div.dateblock {
     width: 50px;
     padding-top: 5px;
  
     text-align: center;
     font-family: Arial, Tahoma;
  
     color: #330033;
     background-color: #ccccff;
     border: 3px solid #4c597f;
 }
 div.dateblock div.day {
     position: relative;
     top: -5px;
     font-size: 26px;
 }
 div.dateblock div.month {
     font-size: 12px;
 }
 div.dateblock div.year {
     margin-bottom: -5px;
     position: relative;
     top: -10px;
     font-size: 12px;
 }
