/*.descr {
	background: #853b47;
	width: 260px;
	color: #dad6b1;
	line-height: 12px;
	text-align: justify;
	height: 50px;
	overflow: auto;
	padding: 8px;
	margin-right: 2px;
	border: 1px solid #9b5c58;
	text-transform: uppercase;
	
	font-size: 10px;
}

.postthread {
	background: #853b47;
	width: 120px;
	color: #dad6b1;
	margin: 1px;
	line-height: 12px;
	text-align: justify;
	height: 13px;
	padding: 5px;
	left: 0px;
	top: 0px;
	display: inline-block;
	border: 1px solid #9b5c58;
	
	font-size: 11px;
}

.area {
	color: #dad6b1;
	line-height: 12px;
	text-align: justify;
	height: 18px;
	text-transform: lowercase;
	border-bottom: 1px solid #d9dc28;
	overflow: auto;
	padding: 5px;
	left: 0px;
	top: 0px;
	margin-bottom: 5px;
	
	font-family: Oswald;
	font-size: 20px;
}

.area2 {
	color: #5d5c5c;
	line-height: 12px;
	text-align: justify;
	height: 18px;
	text-transform: lowercase;
	border-bottom: 1px solid #afbe73;
	overflow: auto;
	padding: 5px;
	left: 0px;
	top: 0px;
	margin-bottom: 5px;
	font-family: Oswald;
	font-size: 17px;
}

.lastpostel {
	width: 150px;
	text-align: right;
	height: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #d9dc28;
	padding: 3px;
	left: 0px;
	top: 0px;
	margin-bottom: 2px;
	
	font-family: Oswald;
	font-size: 13px;
}

.subf {
	background: #9b5c58;
	width: 90px;
	color: #dad6b1;
	line-height: 8px;
	text-align: justify;
	padding: 5px;
	float: left;
	margin-right: 4px;
	
	font-size: 11px;
}

.subf1 {
	background: #9b5c58;
	width: 90px;
	color: #dad6b1;
	line-height: 8px;
	text-align: justify;
	padding: 5px;
	float: none;
	height: 10px;
	font-size: 11px;
}

.subf1::before {
	content: "";
	position: relative;
    width: 0;
    height: 0;
    border-top: 20px solid #9b5c58;
    border-left: 20px solid transparent;
	left: -25px;
    top: 18px;
}

.subf2 {
	background: #9b5c58;
	width: 120px;
	color: #dad6b1;
	line-height: 8px;
	text-align: justify;
	padding: 5px;
	float: none;
	height: 33px;
	margin-left: 25px;
	
	font-size: 11px;
}

.subf2::before {
	content: "";
	position: relative;
	height: 0;
	border-bottom: 38px solid #9b5c58;
	border-left: 38px solid transparent;
	left: -45px;
	top: -15px;
}

.forumstat {
	transform: rotate(-45deg); 
	border: 7px solid transparent; 
	outline: 1px solid #d9dc28;
	height: 50px; 
	width: 50px;
	margin-left: 20px;
}*/



		
		