/*
Theme Name: Expound

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; text-align: right;}
.site-title-group {right: 0; left: none;}
.navigation-main li {float: right;}
ul, ol {margin: 0 2em 1.5em 0;}
.thumb {margin: 0 20px 15px 0;}
.featured-content-secondary article {float: right;}
.footerBar .widget {float: right;}