div#container {
	position: relative;
}

div.content {
	margin: auto;
	padding: 0 0 45px;
}

div.text, div.quote, div.link, div.chat, div.audio {
	border: 0 !important;
	margin: auto;
	max-width: 800px;
}

div.caption {
	margin: 10px 0 45px;
}

div.postinfo {
	margin: 20px auto 45px;
}

div.date {
	float: right;
	font-size: 14px;
	font-weight: bold;
}

div.notecount {
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 20px;
}

div.comments {
	margin: 20px auto 45px;
}

ol.notes {
	padding: 0 0 65px;
	margin: 0 0 0;
	list-style-type: none;
	border-bottom: solid 1px #ccc;
}

ol.notes li.note {
	border-top: solid 1px #ccc;
	padding: 10px;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

ol.notes li.note span.action {
	font-weight: bold;
}

ol.notes li.note .answer_content {
	font-weight: normal;
}

ol.notes li.note blockquote {
	border-color: #eee;
	padding: 4px 10px;
	margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
	text-decoration: none;
}