/*
Theme Name: web2feel

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

*/
@font-face {
    font-family: 'BNazanin';
    src: url('fonts/BNazanin.eot');
    src: url('fonts/BNazanin.eot?#iefix') format('embedded-opentype'),
         url('fonts/BNazanin.woff') format('woff'),
         url('fonts/BNazanin.ttf') format('truetype'),
         url('fonts/BNazanin.svg#WebYekan') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0600â€“06FF;
}

body {
	direction: rtl;
	unicode-bidi: embed;
	font-family:BNazanin, Tahoma, Arial;
	font-size:16px;
}

.dtime {
	text-align: left;
	padding-top:0;
	margin-top:0;
	font-size:14px;
	font-weight:none;
	
}

.site-title{
	font-size: 36px;
	margin-top:20px;
	margin-bottom:10px;

}
.logo h1 {
	text-align:right;
}

#searchform {
	float: left;

}
#topmenu ul,#submenu{
	
	float: right ;
	font-family:Tahoma;
	font-size:14px;
}

#flashn h3 {
	float: right;
	margin-right: 20px;
	margin-bottom: 0px;

}
h2.sec-title {
	padding: 20px 20px 0px 20px;

}
.high-rest-item {
	padding:20px;

}







