#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
	background: var(--bg2);
	margin-bottom: 20px;
	border: 10px solid var(--bg2);
}

.post .post_author {
	border-bottom: 1px solid var(--border);
	padding: 5px;
	overflow: hidden;
}

.post div.author_avatar {
	float: left;
	margin-right: 3px;
}
.post div.author_avatar img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	width: 200px; height: 200px;
}

.post .post_author div.author_information {
	padding: 15px 25px 0px;
	display: flex;
	flex-direction: row;
	width: 100%;
	align-content: bottom;
}

div.author_information .author_name {
	font: 400 4em var(--titlefont);
	text-transform: lowercase;
	line-height: 70%;
	flex-grow: 3;
}

.author_name a:link, .author_name a:visited {
	color: #333;
}

div.author_information .author_group {
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 400 1.2em var(--serifont);
	flex-grow: 1;
	align-self: flex-end;
	text-align: right;
	opacity: .5;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	padding: 20px;
	background: var(--bg2L);
	min-height: 300px;
}

.post_content {
	padding: 9px 10px 5px 10px;
	display: grid;
	grid-template-columns: 650px 230px;
	grid-column-gap: 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: var(--bg2L);
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	border: 1px solid #ccc;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	display: inline-block;
	height: 16px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}




