/* Body */
body{
	direction: rtl;
	unicode-bidi: embed;
}

p{
	line-height: 2em;
	text-align: right;
}

/* Blog Page Post Heading */
.post h1{
	text-align: right;
}

/* Single Post Headings */
.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
	text-align: right;
}
.post-page h1,
.post-page h2,
.post-page h3,
.post-page h4,
.post-page h5,
.post-page h6{
	text-align: right;
}

/* Footer Area */
.footer-widgets,
.widget-item{
	text-align: right;
}

/* Author Box */
.author-avatar img{
	float: right;
	margin: 0px 20px 60px 20px;
}

.author-description,
.author-box{
	text-align: right;
}

/* Comments */
h3#reply-title,
h2.comment-title,
ol.comment-list,
ol.children li {
	text-align: right;
}

.comment-author img{
	float: right;
	padding: 0px 10px 20px 10px;
}

.comment-content{
	clear: both;
}
div.reply a{
	float: right;
	clear: both;
	margin: 1px 1px;
}
.comment-respond h3,
textarea#comment,
p.comment-form-comment label,
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label,
textarea#comment,
input#author,
input#email,
input#url{
	text-align: right;
}

/* pagination */
nav.pagination{
	text-align: right;
}

/* Search Box */
.searchbox {
	text-align: right;
}