/*
Theme Name: presscore

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

*/

#header .wf-table{direction:ltr;}
.logo-left #navigation{direction:rtl;}
.page-title{margin-left:auto;margin-right:-1000px;}
.mini-nav li{margin:0 0 0 16px;}
.mini-lang li{margin:0 0 0 20px;}
.mini-contacts li.phone,
.brand-tm{direction:ltr;}
.breadcrumbs li{padding-left:0px;padding-right:20px;margin-left:0px;margin-right:6px;background-position:right center;}
.breadcrumbs li:first-child{padding-right:0;margin-right:0;}
#main-slideshow{direction:ltr;}

#bottom-bar .wf-float-right{float:left;margin-left:0;margin-right:40px;}
#bottom-bar .wf-float-left{float:right;margin-left:40px;margin-right:0px;}