body {
	margin: 0;
	font-family: "Lucida Grande";
}
.container > div {
	border-top: 1px solid rgba(255, 255, 255, .333);
	border-bottom: 1px solid rgba(0, 0, 0, .333);
	padding: 4px 6px;
}
.container.status .post .text {
	font-weight: bold;
}
.head {
	float: left;
	margin-left: 70px;
}
.head .top { 
	padding-left: 8px;
}
.head .top > div { 
	padding-right: 8px;
}
.head .top > div > div {
	height: 8px;
}	
.head .from {
	padding-top: 1px;
}
.head .from > div {
	position: relative;
	z-index: 5;
	margin: -7px 7px 0;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
.msgs {
	clear: both;
}
.msgs .top {
	padding-left: 8px;
}
.msgs .top .left {
	float: left;
	width: 62px;
	height: 8px;
}
.msgs .top .right {
	margin-left: 62px;
	padding-right: 8px;
}
.msgs .top .right > div {
	height: 8px;
}
.msgs .bot {
	padding-left: 8px;
}
.msgs .bot .left {
	float: left;
	width: 62px;
	height: 8px;
}
.msgs .bot .right {
	margin-left: 62px;
	padding-right: 8px;
}
.msgs .bot .right > div {
	height: 8px;
}
.msgs .mid .left {
	padding-left: 70px;
}
.msgs .mid .right {
	padding: 1px;
}
.msgs .mid .right > div {
	margin: -6px 2px;
	position: relative;
	z-index: 10;
}
.msgs .post .time {
	display: block;
	float: left;
	width: 65px;
	margin-left: -70px;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}
.msgs .post .text {
	display: block;
	font-size: 10px;
	overflow: hidden;
}
.msgs .post .text img {
	vertical-align: middle;
}
.msgs .post {
	clear: both;
}
.msgs .post + .post {
	margin-top: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 2px;
}
.msgs .post .text a:before {
	content: "<";
}
.msgs .post .text a:after {
	content: ">";
}
.msgs .post .text a {
	white-space: pre;
	text-decoration: none;
}


/* fix empty message fuckup */
.spacefuckup  {
	display: block;
	clear: both;
}
