.DayBox {
	font-family:					Bitstream Vera Sans, sans-serif;
	display:							table;
	width:							100%;
}

.DayBoxHeader {
	display:							table-row;
}

.DayBoxHeaderLeft {
	padding-top:					7px;
	padding-bottom:			5px;
	font-size:						18px;
	font-weight:					bold;
	text-align:						center;
	display:							table-cell;
	width:							175px;
}

.DayBoxHeaderRight {
	display:							table-cell;
}

.BlogEntry {
	display:							table-row;
	margin-bottom:				25px;
}

.BlogEntryPerson {
	text-align:						center;
	width:							175px;
	min-width:						175px;
	padding-top:					15px;
	display:							table-cell;
	vertical-align:				top;
}

.BlogEntryPersonName a {
	font-size:						smaller;
	text-decoration:			none;
}

.BlogEntryBubble {
	position:						relative;
	float:								left;
	left:								-40px;
	top:								-8px;
	/*width:							600px;*/
	margin-bottom:				25px;
	display:							table-cell;
}

.BlogEntryTitle a {
	text-decoration:			none;
	white-space:					nowrap;
}

.BlogEntryContents {
	padding-top:					1em;
	padding-bottom:			1em;
	font-size:						smaller;
	background-color:			white;
}
