/* FONT-FAMILY TAHOMA RESET*/

body,
textarea, 
input {
	/* Add this later only for IE sub-8 */
	/*font-family: tahoma, sans-serif;*/
	}
	
body {
	text-align:right;
	direction: rtl;
}
ul,
ol {
	padding: 0 30px 0 0px;
	}

h2 {
	clear: right;
	}
/*FLOAT RESETS*/
#FLOAT-RIGHT-NOT-LEFT,
#header .menu ul li,
#tab-toggles,
.author-block,
.custom-post-header img,
h3 .media-icons,
.media-icons .media-type,
.media-icons .media-icons-label,
#tabs .tabcontent .media-icons,
.avatar,
.rss-list,
#full-article .entry .avatar,
.big-share li,
.social-bookmarking li,
#page-navigation .widget-contents,
#footer .widget,
#archive-tools,
.archive-grid-column,
a#rsslink,
#jsslink,
#cycle-pager a,
.float-right-not-left {
	float: right;
	}
#FLOAT-LEFT-NOT-RIGHT,
#featured-headlines .post-thumbnail,
#tabs .media-icons,
.single .postmeta .media-icons,
.post .custom-context-badge,
.post-header-sharing,
.postfooter .license,
#print-link,
.user-list-profile h3 #rsslink,
.rsslink,
ul.commentlist .avatar,
#archive-nav,
.animated-form .animated-form-close-button,
.commentdiv .comment-meta,
#comments span.cancel-comment-reply a,
#search-header #rsslink,
.update-post .link-icon,
.update-post .primary-category,
.float-left-not-right  {
	float: left;
	}
#DISABLE-BACKGROUND-IMAGES,
.flattr-share-button,
.sharing-tools .flattr-sharing-button {
	background-image: none;
	}
/*GENERAL STYLES*/
.more, 
.more-link,
a.more {
	text-align: left;
	}
#blurb {
	clear: right;
	}
.avatar,
#full-article .entry .avatar {
	margin: 0 0 5px 5px;
	}
.media-icons .media-type,
.media-icons .media-label {
	margin: 0 0 0 5px;
	}
.media-icons .media-icons-label {
	padding: 3px 0 3px 5px;
	}

.rss-list-1 {
	/*Left instead of right*/
	border-width: 0 0 0 2px;
	}
	
/*HEADER*/
#site-title a #emergencytitle {
	display: none;
	}
#header-promo {
	right: auto;
	left: 0;
	}
#header .menu ul li a {
	margin-right: 0;
	margin-left: 15px;
	}
#header-meta {
	margin: 5px 315px 5px 85px;
	padding-left: 0;
	padding-right: 15px;
	border-width:  0 1px 0 0 ;
	}

/*POST ARCHIVES*/
.wikipedia-link {
	padding: 0 21px 0 0;
	}
.wikipedia-link img {
	top: 0;
	right: 0;
	}
#archive-tools .facebook-recommend {
	/*Disable facebook like button
	in category header since it
	is totally RTL-incompatible.*/
	display: none;
	}
/*GRID ARCHIVE*/	
.archive-grid-column {
	padding-left: 1%;
	padding-right: 0;
	}	
#archive-grid-column-3 {
	padding-left: 0; 
	}		
/*SINGLE POST*/
h2.page-title {
	/* maybe just for arabic, needed
	due to low-hanging accents */
	margin-bottom: 10px;
	}
#post-categories td.category-list {
	padding: 0 5px 2px 0px;
	}
.post .custom-context-badge {
	padding: 2px 10px 2px 0 ;
	}
.custom-post-header img {
	margin-right: 0;
	margin-left: 5px;
	}
.post-header-sharing {
	margin-left: 0;
	margin-right: 10px;
	}
/*PAGES*/
#page-navigation .widget-contents {
	margin-right: 0;
	margin-left: 3%;
	}
/*COMMENTS*/
ul.commentlist .avatar {
	margin: 0 10px 5px 0;
	}
ul.commentlist ul.children {
	margin-left: 0;
	margin-right: 25px;
	}
.recent-comment .avatar {
	left: auto;
	right: 0;
	}
.recent-comment .comment-text {
	margin-left: 0;
	margin-right: 47px;
	}
.commentlist .reply {
	right: -12px;
	}
#comments .commentdiv .reply a,
#comments ul.commentlist .commentdiv .reply a {	
	border-color:  #ddd #eee #ddd #ddd ;
	}
#comments #respond {
	/* used when reply is moved just below a comment */
	margin-right: 0px;
	margin-left: 30px;
	}
/*MENUS*/
.menu ul ul {
	margin-left: 0;
	margin-right: 25px;
	}
	
/*UPDATE POSTS*/
.update-post .link-icon {
	margin-left: 0;
	margin-right: 10px;
	}
.update-post .primary-category {
	margin-left: 0; 
	margin-right: 5px;
	}

/*FOOTER*/
#footer .widget-contents {
	padding: 10px 0 10px 25px;
	}
#footer h2 {
	padding-right: 0;
	padding-left: 15px;
	}
#footer #funders .more-link {
	float: right;
	}
