/*
Author: توس وب
Author URI: http://2sweb.ir
*/

@font-face {
	font-family: tw-font;
    font-weight: bold;
	font-style: normal;
	src: url('../fonts/BYekan.eot'),
		 url('../fonts/BYekan.woff') format('woff'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/BYekan.ttf') format('truetype');
}

@font-face {
	font-family: vazir;
    font-weight: bold;
	font-style: normal;
	src: url('../fonts/vazir/vazir.eot'),
		 url('../fonts/vazir/vazir.woff') format('woff'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/vazir/vazir.ttf') format('truetype');
}


/* Reset HTML Elements *//* ----------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block
}
::selection {
 background:#aaa;
 color:#fff;
}
::-moz-selection {
 background:#a94545;
 color:#fff;
}
::-webkit-selection {
 background:#a94545;
 color:#fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	margin: 0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption, th {
	text-align:right;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
* {
	outline: none;
}
strong {
	font-weight: bold;
    font-size: 17px;
}
em {
	font-style: italic;
}
a img {
	border:0;
}
/*-General Styles------------------------------------------*/

a, a:visited {
	text-decoration:none;
/*	color:#a94545;*/
}
a:hover {
	text-decoration:none;
}
a:active {
	border: 0;
/*	color:#d70500;*/
}
p {
	line-height:30px;
	direction: rtl;
	font-family: tw-font,tahoma, Geneva, sans-serif;
}
p a, p a:visited {
	text-decoration:none;
	color: #2980B9;
}
.clearfix:after {
	content: '';
	clear:both;
}
.clearfix {
	zoom: 1; /* IE 6/7 */
}
.clear {
	clear:both;
}
input,label,select,textarea,span {
    font-family: 'tw-font', tahoma;
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, figcaption,pre {
    font-family: 'tw-font', tahoma;
}
h1 {
font-size:26px;
line-height:40px;
}
h2 {
font-size:22px;
line-height:38px;
}
h3 {
font-size:20px;
line-height:38px;
}
h4 {
font-size:18px;
line-height:32px;
}
h5 {
font-size:16px;
line-height:30px;
}
h6 {
font-size:14px;
line-height:28px;
}
.alignright {
	display:inline;
	float:right;
	text-align:right;
    padding-left: 10px;
}
.alignleft {
	display:inline;
	float:left;
	text-align:left;
    padding-right: 10px;
}
.aligncenter {
	display:block;
	margin:10px auto;
	text-align:center;
}
.alignnone {
margin:10px 0;
 }

input[type="submit"], input[type="button"] {
	cursor:pointer;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
