/** 
 * Irannearu main CSS file for Farsi language and Right To Left specific rules
 * @version: 0.0.1 2010-04-16
 */

body {
	font-family: Tahoma, Arial, Roya, Sans;
	direction: rtl;
	text-align: right;
	font-size: 16px;
	line-height: 150%;
}

ul, div, p, table, tr, td, h1, h2, h3, h4, h5, h6 {
    direction: rtl;
    text-align: right;
}

p {
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6,
span.title {
	font-family: Nazli, Arial, sans;
}

td#layout_col_1st {
    text-align: right;
}

td#layout_col_2nd {
    text-align: right;
    background: rgb(255,251,120) url('images/main-menu-bg-blur-rtl.jpg') repeat-y right top;
}

td#layout_col_3rd {
    text-align: right;
    background: url('images/grad-gray-rtl.jpg') repeat-y right top;
}

div#content_effect {
    display: block;
    position: absolute;
    z-index: -999;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background: rgb(240,240,240) url('images/content-effect.gif') no-repeat scroll left top;
}

#content h2 {
    border-left: none;
    border-right: solid 3px rgb(84,61,47);
}

#main_menu li.section_title {
    background: rgb(255,197,160) url('images/main-menu-bg-separator-rtl.jpg') repeat-y top right;
}

#headlines_container {
    text-align: right;
}

#news_headlines {
    text-align: right;
    font-size: 12px;
}

