body {
	direction:rtl;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 20px 2px 0px;
	background: url(images/mini-category.gif) no-repeat right center;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 20px 2px 0px;
	background: url(images/mini-monthly-archive.gif) no-repeat right center;
}
.post-title {
	float: right;
	}
.post-cat {
	background: url(images/mini-category.gif) no-repeat right center;
	padding-right: 18px;
	float:right;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat right center;
	padding-right: 18px;
	float: left;
	font-size: 95%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) right no-repeat;
	padding: 0px 20px 10px 0px;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) right no-repeat;
	padding: 0px 20px 10px 0px;
}
	
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-right: 20px;*/
	line-height: 130%;	
}
.commentlist li{
	padding: 20px 10px 5px 10px;
	margin-top: 5px;
	/*position: relative;*/
	right:10px;
	border:1px solid #E8F2F8;
}
.commentlist .avatar {
	/*position: absolute;
	top: 5px;
	right: 488px;*/
	float:left;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
	border:1px solid #edf0f1;
}
.commentlist .zra9 {
	border: solid 1px #cfe0e5 !important ;
	background:#FAFDFF url(images/comment-alt.gif) repeat-x;
}
.commentlist .remadi {
	border: solid 1px #cfe0e5 !important ;
}
.commentlist .authcomment  {
	border-right:3px solid #ddd;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentmetadata {
	padding-bottom:10px;
}
.authcomment {
	
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 110%;
	width: 100px;
	display:block;
	float: right;
}
#commentform input{
	width: 153px;
	background:#FAFDFF;
	border: 1px solid #79cdf7;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#FAFDFF;
	border: 1px solid #79cdf7;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;

}
#commentform #submit{
	background: #0bbae5;
	font-size:14px;
	color: #FFFFFF;
	border: 1px solid #006bb2;
	float:right;
	width: 144px;
	height: 29px;
}
#commentform #submit, #commentform textarea, #commentform input, .commentlist li, .commentlist .avatar {
	-moz-border-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
