/**
 * Style for RTL languages
 * Package: WordPress
 * Subpackage: Dinky
 * Version: 1.2.3
 * Since: Dinky 1.0
 * Theme URI: http://wordpress.org/themes/#
 * Github repository URI: http://github.com/misamplus/dinky-template/
 * More information: http://en.misam.ir/projects/dinky-template/
 * License: GNU General Public License v3 or later (Read license.txt)
 * Copyright (C) 2013  Misam Saki, misam.ir
 * Author: Misam Saki
 * Website: http://en.misam.ir/
 * Email: misamplus@gmail.com
 * Twitter: @misamplus
*/
body {
	direction: rtl;
}
#main-navigation ul.chidren,
#main-navigation ul.sub-menu {
	text-align: right;
}
#main-navigation ul.children li ul,
#main-navigation ul.sub-menu li ul {
	right: 100%;
}
.mobile-title {
	margin: 0 -35px 0 0;
}
a.mobile-select-menu {
	float: right;
	margin: 15px 15px 15px 0;
}
.post .entry-header .entry-shortmeta {
	float: left;
}
@media screen and (max-width:600px) {
	.post .entry-header .entry-shortmeta {
		float: right;
	}
}
.post .entry-header .entry-shortmeta .comments-link {
	display: inline-block;
	background: url(../img/comm_rtl.png) center left no-repeat;
	padding: 0 0 0 15px;
}
#sidebar {
	float: left;
}
#sidebar .widget_search #s {
	background-position: center left;
}
.widget ul li {
	list-style-image: url(../img/list_arr_rtl.png);
	margin: 6px 15px 0 0;
}
#toTop {
	right: auto;
	left: 50px;
}
blockquote p:before {
	background: url(../img/q_rtl.png) center center no-repeat;
}
/**
 * wordpress.css
 */
.comments-list .avatar {
	float: left;
	margin: 0 0 5px 10px;
}
/**
 * post-formats.css
 */
.post.format-aside:before,
.post.format-audio:before,
.post.format-chat:before,
.post.format-gallery:before,
.post.format-image:before,
.post.format-link:before,
.post.format-quote:before,
.post.format-status:before,
.post.format-video:before,
.post.sticky:before {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
}