/*
Theme Name: tedwinapro
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
http://codex.wordpress.org/Right_to_Left_Language_Support
*/
body {
	direction: rtl;
	unicode-bidi: embed;
}
caption,
th,
td {
	text-align: right;
}
body,
button,
input,
select,
textarea {
	font-family: 'Droid Arabic Kufi', arial,  sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Arabic Kufi', arial,  sans-serif;
	letter-spacing: 0;
}
blockquote {
	font-family: Georgia, "URW Bookman L", serif;
	font-style: italic;
	margin: 0 4em 1em 3em;
	border-left: none;
	border-right: 5px solid #4daf7b;
	padding: .5em 2em .5em .5em;
}
ul,
ol {
	margin: 0 3em 1.5em 0;
}
li > ul,
li > ol {
	margin-left: 0;
	margin-right: 1.5em;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-left: none;
	border-right: 5px solid rgba(0, 0, 0, 0.05);
}
textarea {
	padding-right: 3px;
}
a.logo {
	float: right;
	padding-left: 15px;
	padding-right: 0;
}
.site-branding {
	float: right;
}
#header-icons #searchform {
	float: left;
}
#header-icons .fa-search:before {
	left: 10px;
	right: auto;
}
#header-icons #searchform input#s {
	left: 0;
	right: auto;
}
#social-icons {
	left: 44px;
	right: auto;
}
#access li {
	float: right;
}
#access li:first-child a {
	border-left: 1px solid #f4ece7;
	border-right: 1px solid #f4ece7;
}
#access a {
	border-left: 1px solid #f4ece7;
	border-right: none;
	font-weight: bold;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: left;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	right: 5px;
	left: auto;
}
.widget .widget-title {
	font-family: 'Droid Arabic Kufi', arial,  sans-serif;
	font-size: 	22px;
}
.widget_oauth_twitter_widget .widget-title:before {
	float: left;
    padding-left: 0;
    padding-right: 10px;
}
.oauth-twitter-tweet {
	padding: 0px 32px 0px 15px;
    font-size: 14px;
    line-height: 26px;
}
.oauth-twitter-tweet-time {
    padding: 0px 32px 15px 15px;
    font-size: 12px;
    color: rgb(6, 171, 235);
}
.widget ul li {
	margin: 0;
	padding: 0 17px 0 0;
	font-size: 14px;
    line-height: 30px;
}
.widget ul li a {
	padding: 10px 32px 10px 15px;
}
/* Search widget */
.widget_search {
	padding: 30px 30px 30px 38px;
}
.widget_search label:before {
	left: auto;
	right: 9px;
}
.recent_comments_widget .tab-item-avatar {
	float: 	right;	
}
.recent_comments_widget .tab-item-inner {
	margin-left: 0;
    margin-right: 75px;
}
.widget_author_biography .author-bio-desc {
	font-size: 	14px;
}

.entry-header .entry-title {
    font-size: 26px;
}
#main .entry-content,
#main .entry-summary {
    font-size: 14px;
    line-height: 32px;
}
.entry-header .post-date {
	font-size: 13px;
	right: 20px;
    left: auto;
}

.entry-header .post-date .month {
	font-weight: normal;
}
.entry-header .entry-meta span {
	left: auto;
	right: 0;
	border-right: 5px solid rgba(0, 0, 0, 0.05);
	border-left: none;
}
.hentry.twocol .entry-footer .entry-more, 
.hentry.twocol .entry-footer .entry-date, 
.hentry.twocol .entry-footer .entry-category, 
.hentry.twocol .attachment-size, 
.hentry.twocol .entry-footer .comments-link, 
.hentry.twocol .entry-footer .entry-views {
	text-align: right;
    padding-left: 0;
    padding-right: 2em;
}
.entry-footer .entry-more, 
.entry-footer .entry-date, 
.entry-footer .entry-category, 
.entry-footer .attachment-size, 
.entry-footer .comments-link, 
.entry-footer  .entry-views {
	float: right;
	border-right: none;
	border-left: 1px solid #fff;
}
.entry-footer .entry-views {
	border-left: none;
}
.entry-footer .icons {
	padding-right: 0;
	padding-left: 15px;
}
.entry-footer .fa-stack .fa-comments-o {
	right: 2px;
	left: auto;
}
span.edit-link {
	margin-left: 0;
	margin-right: 40px;
}
span.edit-link:before {
	padding-right: 0;
	padding-left: 5px;
}
.social-bookmarks > p {
	float: right;
	border-left: none;
	border-right: 5px solid rgba(0, 0, 0, 0.05);
}
.facebook-like,
.twitter-button,
.google-plusone,
.pinterest-button {
	float: right;
}
#related-posts h3.title {
	font-family: 'Droid Arabic Kufi', arial,  sans-serif;
}
#footer-widgets .widget-title {
	font-family: 'Droid Arabic Kufi', arial,  sans-serif;
}
#footer-widgets ul li {
	padding: 0 15px 0 0;
}
.site-footer #social-icons {
	left: auto;
}
#comments {
	float: right;
}
.comments-area ol {
	margin-right: 0;
}
.comment .avatar {
 	float: left;
 	margin-left: 0;
 	margin-right: 20px;
}
a.comment-reply-link {
	float: right;
	border-left: none;
	border-right: 5px solid rgba(0, 0, 0, 0.05);
}
#smoothup {
	float: left;
	position: fixed;
	right: auto;
	left: 20px;
}
.post-tags {
    margin-right: 40px;
    margin-left: 0;
}
/* = Responsive Design
----------------------------------------------- */
@media (max-width: 991px) {
	a.logo {
		float: none;
  		padding: 0;
	}
	.site-branding {
		float: none;
	}
	#social-icons {
		left: auto;
	}
}
@media (max-width: 767px) {
	
	#access li {
		float: none;
	}
	#access a {
		border-left: none;
	}
	.entry-footer .entry-more,.entry-footer .entry-date, .entry-footer .entry-category,
	.attachment-size, .entry-footer .comments-link,
	.entry-footer .entry-views {
		border-left: none;
		text-align: right; !important;
		padding-right: 2em;
		padding-left: 0;
	}
	#smoothup {
		left: 5px;
		right: auto;
	}
	.credits {
		text-align: center;
	}
}