/*

Theme Name: Responsive Mobile
Author: Saeed Shabani
Author URI: http://rokesh.ir
Version: 0.0.6

*/

@font-face{
	font-family: 'rokesh-ir-byekan';
	src: url("libraries/fonts/Rokesh-BYekan.woff?-japrgs") format("woff");
	font-weight:normal;
	font-style:normal
}

html, body, button, input, select, textarea {
    font-family: tahoma,arial;
    line-height: 1.8;
}
html, body {
	direction: rtl;
	unicode-bidi: embed;
    word-wrap: normal;
}
a:hover, a:focus{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: rokesh-ir-byekan;
}
nav {
    font-family: rokesh-ir-byekan;
}
.call-to-action {
    font-family: rokesh-ir-byekan;
}
#widgets .widget-title, main#main.sitemap .sitemap-widgets .widget-title {
    line-height: 2;
}
.navigation .nav-previous {
    float: left;
    text-align: left;
}
.navigation .nav-next {
    float: right;
    text-align: right;
}