/*
	rtl by Tarhiran.com
*/

/******************************************************
    [ rtl LAYOUT ]
*******************************************************/


body {
	font-family:tahoma;
	direction:rtl;
	overflow-x: hidden;
	}
a {
    color: #21759B;
	text-decoration:none;	
}
#header {
	height: 126px;
	font-size:8px;
}
#header h1 {
	margin: 0px !important;
	padding: 20px 20px 0 0px;
	font-weight:bold;
    font-family:Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
    font-size:400%;
    font-variant:small-caps;
}
#header h2 {
	font-size: 11px;
    font-family: tahoma,Arial, Helvetica, Sans-serif;
	padding-right:30px;
}
#nav li a, #nav li a:link {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.post p {
	margin-bottom: 10px;
	font-size:11px;
}
.postdate span {
    padding: 3px 8px;
    margin-right: 4px;
    background: #ddd;
	text-align:center;
	float:right;
	font-size: 10px;
}
#sidebar a {
    font-size: 11px;
}
#search input {
	font-family:tahoma;
	font-size:12px;
}
#sidebar h2 {
	font-size: 15px;
}
#footer {
    font-size: 12px;
}
.commentmetadata {
	margin: -22px 0 0 15px;
	display: block;
    font-size: 11px;
    padding:0;
	float:left;
}
.says {
    font-family: tahoma,Arial, Helvetica, Sans-serif;
    font-size: 12px; 
}
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top right;
	padding: 2px 18px 2px 15px;
	margin: 2px 0;
}

/*if IE */
#sidebar ul li ul li {
	text-align:right;
}


blockquote {
	border-right: 3px solid #CADAE7;
	border-left:none;
	padding-right:10px;
}
.post img {
	margin-top:-43px;
}
