﻿/*
rtl css by sari galin.ir

*/

body {
	font: 75%/170% Tahoma,Arial, Helvetica, sans-serif;

}

ul li {
	background: url(../images/bullet-orange.gif) right no-repeat;
	padding-left: 0px;
	padding-right: 20px;
}

blockquote{
	background: url(../images/blockquote-rtl.gif) no-repeat right top;
}
/*header*/
#header 
/* site title */
h1 {
	left:0px;
	right: 25px;
	font: normal 30px/100% Titr,"Trebuchet MS", Arial, sans-serif;
	direction:rtl;
}
.description {
	right: 25px;
	font: 12px Tahoma,Arial, Helvetica, sans-serif;
	direction : rtl;
	float:right;
}
/* search form */
#searchform {
background: url(../images/searchform-bg.png) no-repeat left bottom;
	left: 0px;
	direction:rtl;
}
#searchform #s{
	direction : rtl;
    font-family:Tahoma,Arial;
}

/* main menu */
#nav {
background: url(../images/content-top-bg-rtl.png) no-repeat right top;
	direction:rtl;
	text-align:right;
}
#nav ul{
	margin: 0px 25px 0px 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 0px 1px 0px;
	float: right;
}

#subnav li {
	float: left;
}

/* content */
#content
.post .date {
	
	
	font: normal 22px Tahoma,Arial, Helvetica, sans-serif;
	padding: 0px 0 0 2px;
	float:right;
}
.post .date span {
	font: normal 11px Tahoma,Arial, Helvetica, sans-serif;
}
.post .title {
	float: right;
	margin-left: 0px;
	margin-right: 10px;
	
}
.postdata {
	direction : rtl;
}
.postdata .category{
	background: url(../images/mini-category.gif) right no-repeat;
	padding-right: 18px;
	padding-left:0px;
	float: right;
}
.postdata .comments{
	background: url(../images/mini-comment-rtl.gif) right no-repeat;
	padding-left: 0px;
	float: left;
	padding-right: 18px;
	direction:rtl;
}
.mini-add-comment {
	background: url(../images/mini-down-arrow.gif) no-repeat left center;
	float: left;

}
.entry {
	direction : rtl;
}
/* post title */
h2{
	direction : rtl;
}
/* next & previous post navigation */
.post-nav {
	direction : rtl;
}
/* ------------------------------------- comment area  */
h3#comments {
background: url(../images/comments.gif) right no-repeat;
	padding-right: 22px;
	padding-left: 0px;
	font: normal 140%/120% Tahoma,Arial, Helvetica, sans-serif;
	clear: both;
	direction : rtl;
}
h3#respond {
	background: url(../images/respond.gif) right no-repeat;
	padding-right: 22px;
	padding-left: 0px;
	font: normal 140%/120% Tahoma,Arial, Helvetica, sans-serif;
	direction : rtl;
}

.nocomments
{
	direction:rtl;
}
/* commentform */
#commentform {
	direction : rtl;
}
#commentform input {
	font: 110% Tahoma,Arial, Helvetica, sans-serif;
}
#commentform textarea {
	font: 110% Tahoma,Arial, Helvetica, sans-serif;
}
#commentform #submit {
	font: 12px/100% Tahoma,Arial, Helvetica, sans-serif;
}
/* comment list */
.commentlist {
	direction : rtl;
}
/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar-right{
	text-align: right;
}
#sidebar-left{
	text-align: right;
}
#sidebar-right h3, 
#sidebar-left h3 {
	font: bold 12px/100% Tahoma,Arial, Helvetica, sans-serif;
}

#sidebar-right ul li, 
#sidebar-left ul li {
	background: url(../images/bullet-orange.gif) right no-repeat;
	padding-right: 18px ;
	padding-left: 0px ;
}
#sidebar-right ul li ul li, 
#sidebar-left ul li ul li {
	background: url(../images/bullet-grey.gif) right no-repeat;
	padding-left: 0px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(../images/mini-archive.gif) right no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(../images/mini-comment-rtl.gif) right no-repeat;
}
/* category widget */
#categories ul li,
#categories-1 ul li,
#categories-2 ul li,
#categories-3 ul li,
#categories-4 ul li,
#categories-5 ul li,
#categories-6 ul li,
#categories-7 ul li,
#categories-8 ul li,
#categories-9 ul li {
	background: url(../images/mini-category.gif) right no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(../images/mini-page.gif) right no-repeat;
}
/* links widget */
#links ul li {
	background: url(../images/mini-blogroll.gif) right no-repeat;
}
/* meta */
#meta .site_admin {
	background: url(../images/cog.gif) right no-repeat;
}
#meta .rss {
	background: url(../images/mini-rss.gif) right no-repeat;
}
#meta .login {
	background: url(../images/mini-user.gif) right no-repeat;
}
#meta .check {
	background: url(../images/mini-check.gif) right no-repeat;
}
#meta .wordpress {
	background: url(../images/mini-wp.gif) right no-repeat;
}
