body {
	margin-top: 0;
	font-size: large;
}

img.right {
	margin: 0 -160px 0 18px;
	float:right;
}

img.left {
	margin: 0 18px 0 -160px;
	float:left;
}


#header{
	text-align: center;
	margin-bottom: 30px;
}

#header p{
	margin:0;
	background-color: #000;
	color: #fff;
	padding: 4px;
	font-style: italic;
}

#header h1 {
	color: #000;
	margin:0;
	padding: 0;
	font-weight: bold;

}

h1 a {
	text-decoration: none;
	color: #000;
}

.post h2 {
	margin-bottom: 0;
}

.published-at {
	border-top: 1px solid #aaa;
	color: #777;
	padding: 4px;
	font-size: small;
	margin-bottom: 3px;
	font-style: italic;
	text-align:right;
}

h2 a {
	text-decoration: none;
	color: #111;
	font-weight: bold;
}