@import '/nightsta.css';
#beaverBlogIntro {
	padding-right: 110px;
	background: url(/images/beaver1.gif) no-repeat right top;
	min-height: 76px;
}
* html #beaverBlogIntro { height: 76px; } /* IE6- only */
#commentList .commentmetadata {
	padding-bottom: 18px;
	background: url(/images/commentTop_bg.gif) no-repeat 15px bottom;
	position: relative;
	z-index: 1;
}
#commentList .comment {	margin: -1px 0 1.5em; }
#commentList .commentmetadata cite { font-style: normal; font-weight: bold; }
.highlight #commentform p textarea { width: 99.6%; }
#content .post .entry p.note {
	font-size: .9em;
	line-height: 140%;
	display: block;
}
#content .post .highlight h3 {
	padding-top: 4px;
	margin: 0;
}
#content .post .highlight p.cite {
	padding: 7px 0 5px;
	margin: 0;
}
#content .entry { clear: both; }
#content .entry p { font: 1.1em/1.6 'Lucida Sans Unicode'; }
#content .post h3 a {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #bbb;
}
#content .contentdate {
	background: #fff url(/images/blog/date.gif);
	float: left;
	width: 44px;
	height: 48px;
	margin: 0 5px 0 0;
	display: inline; /* IE fix */
	padding: 0;
	line-height: 1.2;
	text-align: center;
}	
#content .contentdate .month {
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0 0;
	margin: 0;
	text-transform: uppercase;
}	
#content .contentdate .day {
	display: block;
	font-family: 'Times New Roman', Helvetica, Sans-Serif;
	color: #999;
	font-size: 21px;
	font-weight: bold;
	padding: 4px 0 0;
	margin: 0;
	text-align: center;
}