/*
Theme Name: SimpleMag
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
Version: 2.0
*/


@import url("../simplemag/style.css");

/* Your CSS code goes here
-------------------------------------- */

/*change text direction on slider and slider dock*/
.posts-slider .entry-header { direction: rtl; }


/* RTL */
.post,
.title
/*,
.main-menu ,
.sub-links,
.entry-meta,
.entry-title */
{
	direction:rtl;
}

.related-posts .entry-title {
	text-align:left;	
}
.classic-layout article,
.classic-layout .entry-header,
#masthead .main-menu .sub-menu .sub-links {
	text-align:right;
}

/*----------------------------------------------------------------------------------*/

/* link to the google font 
@import url(http://fonts.googleapis.com/earlyaccess/amiri.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(http://fonts.googleapis.com/earlyaccess/lateef.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

/* font for titles */
h1, h2, h3, h4, h5, h6, .tagline, .sub-title, .menu a, .widget_pages, .widget_categories, .entry-meta, .entry-note, .read-more, #submit, .single .entry-content > p:first-of-type:first-letter, input#s, .widget_ti-about-site p, .comments .vcard, #respond label, .copyright, #wp-calendar tbody, .latest-reviews i, .score-box .total {
	font-family:'Droid Arabic Kufi', serif !important;
	font-weight:normal;
         
}

/* font for all the text in the articles */
body {
      font-family:'Droid Arabic Kufi', serif !important;
}
.flexslider {
        direction:ltr;
}
*/