﻿#forum_post {
	padding: 1em;
}
.forum_post_controls {
	clear: both;
}
.forum_post_controls div 
{
    display:inline;
}
.forum_post_nav {
	float: right;
	margin-right: 1em;
}

.forum_post_control {

}

.forum_post {

}
.forum_post_content {
	padding-right: 140px;
	
}
.forum_post_author {
	width: 120px;
	float: right;
	clear: both;
	margin: 0 0 5px 5px;
	padding: 5px;
}
.post_header {
	margin: 0 0 1em 0;
	padding: 0.2em;
	
}
.forum_post_subject {
	font-weight: bold;
}
.forum_post_date {
	font-size: 80%;
	
	color: #666;
}
.forum_post_content1 {
	padding-left: 7px;
	background: url(../../images/forum/post_tl.gif) no-repeat 0 1px;
	
	}
.forum_post_content2 {
	background: url(../../images/forum/post_tr.gif) no-repeat 100% 1px;
	padding: 5px 30px 0.5em 0;
	
	}
.forum_post_body {
	width: 99%;
	overflow-y: hidden;
	overflow-x: auto;
	clear: left;
}
.forum_post_tools {
	padding-left: 7px;
	background: url(../../images/forum/post_bl.gif) repeat-y 0 100%;
	}
.forum_post_tools_inner {
	background: url(../../images/forum/post_br.gif) repeat-y bottom right;
	padding: 3px 30px 12px 0;
	}
.forum_post_edited {
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 80%;
	margin-top: 1em;
	}
.forum_post_moderated {
	border-top: 1px solid #c00;
	color: #c00;
	font-size: 80%;
	margin-top: 1em;
	}
.forum_post_tools a ,
.forum_post_tools a:link,
.forum_post_tools a:visited, 
.forum_post_tools a:hover, 
.forum_post_tools a:active {
	color: #666;
	text-decoration: none;
}
.forum_post_quote {
	border: 1px dotted #ccc;
	background: #f3f3f3;
	margin: 0.2em;
	padding: 0.1em;
}
.forum_post_quote_header {
	display: block;
	font-weight: bold;
	font-style: italic;
}
	