.entry { 
	/* we dont actually need anything here */
}

.entry h3 {
	font-weight: 600;
}

.date {
	float: left;
	padding-top: 10px;
	text-align: center;
}

.mon {
	margin-left: 4px;
	font-size: 18px;
	text-transform: lowercase;
	font-variant: small-caps;
	display: block;
}

.day {
	display: block;
	font-size: 25px;
}

.year {
	font-size: 13px;
	font-variant: small-caps;
	display: block;
}

.text {
	padding: 10px;
	border-left: 1px solid #ccc;
	margin-left: 50px;
	min-height: 75px;
}

.text h3,.text h3 a {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
}

.text h3 a:hover {
	text-decoration: underline;
}

.text p {
	font-size: 15px;
}

.tag a,.tag a:active,.tag a:visited,.tag a:link {
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 3px;
	padding: 5px;
	background: #ddd;
	color: #666;
	text-decoration: none;
}

.tag a:hover {
	background: #eee;
	text-decoration: underline;
}

code {
	font-family: Terminal, Fixedsys, Courier, Courier New, serif;
	font-size: 12px;
}
