/* --- Additional styles to imitate popular boards --- */

/* based on standard mwforum look */

@import url(../default/default.css);

/* Post header */
div.pst div.hcl {
	float: left;
	border-right: 1px solid silver;
	background-repeat: repeat-x;
	width: 152px;
	padding: 2px 4px;
	height: auto;
	margin-left: 0; /* for ie6 */
	margin-right: 0; /* for ie6 */
/*	margin-bottom: -4px;*/ /* breaks in ie6 */
}

/* cause linebreaks after the "headers" */
div.pst div.hcl span.htt {
	display: block;
	margin-top: 0.7em;
}

/* Post */
div.pst {
	background-color: #cbd3d9;
}
div.pst.new {
	background-color: #e8e8c6;
}
div.pst.tgt {
	background-color: #cdcbe0;
}

/* Post content */
div.pst div.ccl {
	border-left: 1px solid silver;
	border-top: none;
	margin-left: 160px;
}


/* Post bottom */
div.pst div.bcl, div.pst {
	clear: both;
}

/* Avatar */
div.pst img.ava {
	float: right;
	margin-left: 0;
}


