html,
body {
direction: rtl;
}
#headerInner {
direction: ltr;
}
#siteName {
direction: rtl;
display: block;
float: right;
line-height: 1em;
margin:35px 5px 0 0;
}
#siteSlogan {
direction: rtl;
float: right;
margin-left: 0;
margin-right: 10px;
}
#logo {
float: right;
}
#logo img {
float: none;
}
#logowrapper p {
float: right;
padding-left: 0;
padding-right: 5px;
}
#navigation {
left: 0;
}
#navigation li a {
background: #fff url(img/menu.gif) no-repeat 100% 100%;
}
#navigation li {
float: right;
}
#primaryContent {
margin-left: 34em;
margin-right: 0.2em;
}
#columns {
float: right;
margin-right: 0.2em;
margin-left: -34em;
padding-right: 0;
padding-left: 2em;
}
#secondaryContent {
float: left;
width: 33.5em; /* slighttly less than the negative margin-left of #columns */
}
#sidebarLeft {
float: right;
margin: 0em 10px 5px 10px; /* padding should be in px or it gets borked on IE */
}
#sidebarLeft span#topspan {
background: #fff url(img/top.gif) no-repeat top right;
}
#sidebarLeft span#bottomspan {
background: #fff url(img/bottom.gif) no-repeat top right;
}
#sidebarRight {
width: 150px; /* width in px or it gets borked on IE */
float: right;
margin-left: 0.5em;
margin-left: 5px;
margin-right: 0;
}
#sidebarRight .title {
background: transparent url(img/leafh2.gif) no-repeat scroll right top;
padding-left: 0;
padding-right: 20px;
}
.content p {
text-align: right;
}
.node ul {
margin-left: 3em;
margin-right: 0;
}
.node ul li {
padding-left: 0;
padding-right: 1em;
background: url('img/custombullet.gif') 100% 5px no-repeat;
}
ul.links li {
background-image:none;
}
div.picture {
float: right;
}
.nodeTitle,
.pageTitle {
clear: right;
padding-left: 0;
padding-right: 40px;
background: url('img/leaf1.gif') center right no-repeat;
}
div#comments h2.title {
padding-left: 0;
padding-right: 40px;
background: url('img/leaf1.gif') center right no-repeat;
}
.submitted {
background-position: 100% 3px;
padding-left: 0;
padding-right: 20px;
margin-left: 0;
margin-right: 3px;
float: right;
}
.linkswrap {
width: 98%;
}
.postlinks,
.taxonomy {
background-position: 100% 50%;
padding-left: 0;
padding-right: 20px;
}
.commentbox {
background: #f3f3f3 url(img/comment_line.gif) no-repeat 100% -2px;
}
.commentbox .avatar {
float: right;
}
.comment_links {
float: left;
}
.author_meta {
margin-left: 0;
margin-right: 64px;
width: auto;
}
#mission div#mcontainer1 {
padding-right: 15px;
padding-left: 3px;
}
#mission ul li {
float: right;
}
#thumbBox { /*Outermost DIV for thumbnail viewer*/
right: 0;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
text-align: left;
}
#sidebarRight #edit-submit {
background: #fff url('img/searchbtn.gif') bottom right repeat-x;
}
.node blockquote {
background: #f4f4f4 url('img/bquote1.gif') no-repeat 100% 0%;
padding-left: 0;
padding-right: 40px;
}
.node blockquote p {
background-position: bottom left;
padding-left: 40px;
padding-right: 0;
}
#block-block-1 div.content ul{
padding-left: 6px;
padding-right: 15px;
}
#sidebarLeft #block-comment-0 div.item-list ul li,
#sidebarLeft #block-similar-0 div.item-list ul li,
#sidebarLeft #block-block-3 div.item-list ul li {
text-align: right;
}
.Footer li,
.Footer .item-list ul li {
background: url(img/foot_bullet.gif) no-repeat right;
padding-left: 0;
padding-right: 15px;
}
.FooterRecent {
float: right;
}
.FooterRecent h2 {
background: url(img/entries.gif) no-repeat right center;
padding-left: 0;
padding-right: 30px;
}
.FooterCommented {
float: right;
}
.FooterCommented h2 {
background: url(img/discussed.gif) no-repeat right center;
padding-left: 0;
padding-right: 30px;
}
.FooterPartners {
float: right;
}
.FooterPartners h2 {
background: url(img/sponsors.gif) no-repeat right center;
padding-left: 0;
padding-right: 30px;
}
.FooterCopy {
float: right;
}
.Footer .seoposition {
float: left;
}
.FooterCopy p {
float: right;
}
.FooterPartners span {
text-align: left;
padding-left: 0;
padding-right: 15px;
background: url(img/foot_bullet.gif) no-repeat right;
}
.biglists li {
float: right;
}
/* :after value doesnt work with IE */
.clearfix {
clear: both;
}
/* fixing missing rule in system-menus-rtl.css */
.block ul {
padding-left: 0;
padding-right: 1em;
}