.row {
	padding: 4px;
}

.post { 
        margin-bottom: 3ex;
	text-align: left;
}

.post img
{
	max-width: 500px;
}

.post .icon
{
	width: 16px;
	position: relative;
	top: 2px;
	left: 2px;
}

.post_separator
{
	font-family: georgia, serif;
	font-size: 300%;
	padding-left: 2ex;
	letter-spacing: 1em;
	color: #e0e0e0;
        margin-bottom: 1.3ex;
}

.post_date
{
	color: #555;
}

.post_date a {
        text-decoration: none;
}

.post_nav {
        margin-bottom: 4ex;
}

.post_body {
        padding: 1ex 0ex 2ex;
}

.post_object {
        margin-left: 10px;
}

.post_head .post_object a {
        text-decoration: none;
	color: #00f;
}

.post_object {
	clear: both;
	display: block;
	margin: 4px;
}

.post_object * {
        vertical-align: middle !important;
}

.post_image 
{
	position: relative;
	z-index: 5;
}
.post_image img {
	margin: 0px;
        border: 0px solid black;
}
.post_image
{
	float: left;
	border: 1px solid #bbb;
	background: #fff;
	padding: 6px 6px 16px 6px;
	margin: 14px 10px 10px 0;
}

.post_head {
	font-size: 95%;
	color: #888;
	line-height: 1.5em;
}

.post_tags a {
	color: #888;
	text-decoration: none;
}

	
.post_title a {
        font-size: 160%;
        color: #000;
}

.post_registered {
        color: #39c;
        font-size:  90%;
        margin: 1px 6px 3px;
}

.post_author {
	/*
        font-size: 145%;
	margin-left: 20px;
	margin-bottom: 4px;
	*/
	color: #a5327e;
        color: #f61;
	float: left;
	margin-right: 8px;
}

.post_comments { float: left; margin-left: 8px; margin-right: 10px; }

.post_controls {
        margin-top: 10px;
        padding-left: 8px;
        font-size: 90%;
}

.post_body {
	margin-top: 8px;
}

.post_foot {
        /* XXX: NOW UNUSED */
        clear: both; 
        padding: 0ex 2ex 1ex;
        font-size: 90%;
        text-align: right;
        margin-top: -2ex;
        font-family: helvetica, arial, sans-serif;
        font-weight: bold;
}

.post_foot span {
/*      background: url(/images/dots.png) repeat-x bottom left; */
        padding-bottom: 3px;
}

.post_foot a {
        padding: 0 3px 3px 30px;
        text-decoration: none;
}

.post_followups {
        text-align: left;
        margin-bottom: -4ex;
}


.comments {
        margin-bottom: 6ex;
}


.comment {
        padding: 2ex 2ex 2ex 2ex;
        background: #e9ecee;
	margin: 2ex;
}


