/**
 * This is horrible CSS.
 * I apologize.
 *
 **/

* {
	font-family: Helvetica;
}
body {
	background-color: #eee;
}
div.clear {
	clear: both;
}
div.spacer {
	height: 40px;
	clear: both;
}
h1 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 18px;
}
.post {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.post img.bubble {
	z-index: 20;
	position: relative;
	left: 56px;
	top: 15px;
}

.post h2 {
	margin: 0px;
	font-size: 16px;
}

.post img.badge {
	padding-top: 10px;
	float: left;
	width: 16px;
	height: 16px;
}

.post div.content {
	float: right;
	width: 400px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
}
