﻿* {
	font-family: Tahoma, Arial, verdana;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: small;
	text-decoration: none;
	font-size: small;
	border: 0px;
}
.post {
	margin: 20px auto;
	width: 500px;
	text-align: justify;
	direction: rtl;
}
.post h2 {
	border: #DFD5BD 1px solid;
	background-color: #FFFAEF;
	color: #1B1817;
	padding: 9px 8px 0 8px;
	font-size: small;
}
.post h2 span {
	background: #FFFAEF url('images/h2_icon.gif') no-repeat left center;
	color: #A00009;
	padding: 0 0 0 21px;
	font-weight: bold;
	font-size: 10px;
	display: block;
	line-height: 12px;
	margin: 2px;
	height: 12px;
	text-align: left;
	direction: ltr;
}
.post p {
	padding: 14px 0 0 0;
	font-size: 12px;
	line-height: 17px;
}
.post p b {
	color: #3b3b3b;
	background-color: #FFFFFF;
}
.post p strong {
	background-color: #FFF8C9;
	color: #6B6B6B;
	font-weight: normal;
}
.post .avatar {
	width: 116px;
	height: 104px;
	border: 5px #eedfbb solid;
	margin: 0 0 0 10px;
	float: right;
}