﻿body {	
direction: rtl;
}

li {
text-align: right;
}

.Button .t {
text-align: right;
}

#wp-calendar #prev a {
text-align: right;
}

.article th, .article td {
text-align: right;
}

.PostHeaderIcon-wrapper {
text-align: right;
}

.header-tag-icon{
background-position:right top;
padding: 0 27px;
margin:0 5px;
}
.BlockContent-body ul li { 
padding:0px 23px;
background-position: right;
}

.alignleft {
float: right;
}

.Button .btn {
float: right;
}

/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  float: right;
}
