body {
	color: black;
	background: white;
}

a {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: #333;
}

#content, #sidebar {
	background: #fff;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.55);
}

#content .postmetadata {
	color: #555;
}

#header h1 a {
	color: white;
}

#header h1 a:hover {
	color: white;
}

#header h1 em {
    color: white;
	font-style: normal;
}

#header h1 a:hover em {
	color: white;
}

#header #tagline {
	color: white;
	border-left: 1px solid gray;
}

#sidebar a {
	color: black;
}

#sidebar a:visited {
	color: black;
}

#sidebar a:hover {
	color: #333;
}

#footer {
	color: #444;
}