#header
{
	padding: 0;
	margin: 20px;
	width: 500px;
}
#header #logo { font-size: 3.4em; }
#header ul { font-size: 0.8em; }
#sidebar
{
	float: none;
	width: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 0.75em;
}
#sidebar table { font-size: 1.4em; }
#footer
{
	font-size: 0.55em;
	padding: 0;
	width: 500px;
}
#content
{
	width: 500px;
	padding: 0;
	margin: 20px 20px 0 20px;
	padding-top: 1em;
}
#post { float: none; }

#post .postdate, #post .category, #post .permalink, #post .caption, #newer, #older, .blackout
{
	line-height: 1em;
}
.bottommargin.right { text-align: left; }
#post h1
{
	font-size: 1.95em;
	line-height: 1.26em;
}
#post .caption
{
	font-size: 0.8em;
	padding: 5px;
}
#post h2, 
#post h3
{
	font-size: 2em;
	font-weight: bold;
}
#post p, #post ul
{
	color: #EEEEE9;
	font-size: 1.2em;
}

b, strong
{
	color: #fffff9;
	font-weight: bold;
}

li.twitter a
{
	display: inline;
	float: none;
	margin-right: 0;
	margin-top: 0;
	margin-left: 16px;
}

