.calPage {
	display: block;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 1px;
		// only safari renders text-shadow
	color: #FFFFFF;
	background: url(../images/date1.gif) 
		0 0 no-repeat;
	margin-top: 0;
	width: 35px;
	padding-top: 5px;

	position: absolute;
	top: 7px;
	left: -44px;
}
.calPage .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	text-indent: -3px;
	text-shadow: #bbb 2px 2px 0;
	color: #002080;
	background: url(../images/date2.gif) 
		bottom left no-repeat;
	padding-bottom: 5px;
}

div.post {
  position: relative;
  margin-left: 40px;
  margin-top: 0px;
  margin-bottom: 50px; }

h3 {
  font-size: 1.2em; }

h3 a:link {
  color: blue; }

img.blogthumb {
  margin-left: 10px;
  border: none;
  float: right; }

hr {
  color: #D0D0D0;
  height: 1px; }
