html, body{
	direction: rtl;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* font-weight: bold; */
}

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, address,
del, dfn, font, ins, kbd, q, s, samp,
var, li, ul, ol, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	text-align: right;
}

#header p, #header h1{
	text-align: left;
}

h2 {
	color: #626262;
	font-size: 17px;
	line-height: 18px;
	text-align: right;
	font-weight: normal;
}

#container {
	text-align: right; /* No thing */
}

.entry_top {
	padding: 22px 30px 0 0;
}

.entry_content {
	padding: 17px 30px 30px 40px;
}

.entry_content p {

	direction: rtl;
}

.date_holder {
	margin-right:500px;
}
/*
#sidebar ul li ul li, #sidebar ul li ul li ul li, #sidebar ul li ul li ul li ul li{
	text-align: right;
}*/
#pages_nav_inside ul li {
	float: right;
	background: transparent url(images/back/bg_pages_item.gif) no-repeat left center;
}

.entry ul {
	padding: 0 21px 10px 0;
}

.entry ul li {
		background: transparent url('') no-repeat 0 7px;
		list-style: url(images/back/bg_bullet.gif) circle;
		padding: 2px 0 2px 30px;
		
}


			img.avatar {
				float: right;
				padding: 0 0 0 10px;
			}
			
			
			#commentform input.txt {
				float: right;
			}
			
#commentform textarea {
				font-family: Tahoma, Arial, Helvetica, sans-serif;
}
code{
	direction: ltr;
}