body { font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; }
img { border: 0; }
a
{
	color: #000;
	text-decoration: none;
}

#header h1
{
	color: #fff;
	font-size: 40pt;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000;
	display: inline;
	padding: 0 5px;
}

#header p
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
	color: #222; 
}

#post h2
{
	font-size: 2em;
	display: inline;
}

#post .postdate, #post .category, #post .permalink
{
	text-transform: lowercase;
	display: inline;
}

#header h1 a
{
	color: #fff;
}

