/*
Theme Name: Blaze Mag
Theme URI: http://blazemag.themeflames.com
Author: ThemeFlames
Author URI: http://www.themeforest.net/user/ThemeFlames
Description: Responsive Blog and Magazine Theme  
Version: 1.0
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, post-formats, theme-options, threaded-comments, three-columns, left-sidebar, right-sidebar, light

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;
}
*/