#homeButton {
	background-image: url(http://www.donaldhays.com/gfx/ui/homeButton.png);
}

#homeButtonSelected, #homeButton:hover {
	background-image: url(http://www.donaldhays.com/gfx/ui/homeButtonHover.png);
}

#archiveButton {
	background-image: url(http://www.donaldhays.com/gfx/ui/archiveButton.png);
}

#archiveButtonSelected, #archiveButton:hover {
	background-image: url(http://www.donaldhays.com/gfx/ui/archiveButtonHover.png);
}

#feedButton {
	background-image: url(http://www.donaldhays.com/gfx/ui/feedButton.png);
}

#feedButton:hover {
	background-image: url(http://www.donaldhays.com/gfx/ui/feedButtonHover.png);
}

p.date {
	float: right;
	margin-top: -3em;
}

p.fittedDate {
	margin-top: 0em;
	text-align: right;
}

p.commentCount a {
	color: white;
	text-shadow: 0px 0px 2px #999999;
}