.post-content {
	width:calc(100% - 20px);
	min-height:150px;
	padding:10px;
}

.poster-info {
	width:100%;
	height:25px;
	font-size:14px;
	line-height:14px;
}	

.post-first {
	background-color:#FAA;
}
	
.poster-info {
	width:100%;
	height:25px;
	font-size:14px;
	line-height:14px;
}	
.post-comment {
	background-color:#DDD;	
}

.post-quote{
	width:calc(100% - 20px);
	padding:10px;
	display:block;
	background-color:rgba(0,0,0,0.1);
}
.post-controls{
	width:100%;
	height:35px;
	padding-top:2px;
	padding-bottom:2px;
}

.post-control {
	float:right;
}
.post-control a{
	border:0px;
	margin-left:10px;
	float:right;
	font-family:'font';
	width:100px;
	height:100%;
	font-size:30px;
	display:block;
	padding-top:5px;
	background-color:#F33;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	line-height:30px;
}
	.post-control a:hover{
		cursor:pointer;
		background-color:#A11;
		color:#000;
	}

.post-control input[type=submit]{
	border:0px;
	float:right;
	font-family:'font';
	width:100px;
	height:35px;
	font-size:30px;
	display:block;
	padding-top:5px;
	background-color:#F33;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	line-height:30px;
}
	.post-control input[type=submit]:hover{
		cursor:pointer;
		background-color:#A11;
		color:#000;
	}


.poster-info .poster-username, .poster-info .post-date {
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	height:calc(100% - 5px);
}
	.poster-info .poster-username {
		float:left;	
	}
	.poster-info .poster-username a {
		padding:0px;
		margin:0px;
		text-decoration:none;
		font-weight:bold;
		color:#A00;		
	}
		.poster-info .poster-username a:hover {
			color:#400;		
			text-shadow:0px 0px 5px #0FF;
		}
		
	.poster-info .post-date {
		float:right;
	}
	
.comment-title {
	padding-top:5px;
	width:calc(100% - 10px);
	padding-left:10px;
	height:25px;
	font-size:20px;
	line-height:20px;	
	background-color:#999;
}
.generic-comment-content{
	width:calc(100%-20px);
	border-left:10px solid #BBB;
	margin-left:10px;
}