/* 
Theme Name: Tasra
Theme URI: manvfx@gmail.com
Description: A Profesional Theme.
Author: Mohammad Amin Najafi
Author URI: http://www.barinit.ir
Version: 1.0
 */
 
@charset "utf-8";
/*----------------------------------------------------------------------- fonts -----------------------------------------------------------------------*/
@font-face {
	font-family: 'BYekan';
	src: url('../fonts/BYekand41d.eot?#') format('eot'),  /* IE6–8 */ url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
	font-weight: normal;
	font-style: normal;
}
html, body {
	margin: 0;
	padding: 0;
	direction: rtl;
}
body {
	background: #eff1f0;
}
.main-container {
	height: 900px;
	width: 970px;
	margin: 0 auto;
}
.container {
	background-color: #e6e6e6;
	height: 800px;
	width: 970px;
	border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-o-border-radius: 0px 0px 7px 7px;
}
#footer {
	height: 80px;
	width: 970px;
	clear: both;
	overflow: hidden;
}
#footer p {
	font: normal 11px/22px Tahoma;
	text-align: center;
	padding: 13px 0 0 0;
	color: #c0c0c0;
}
#footer a {
	color: #990000;
	text-decoration: none;
	margin: 0 7px 0 7px;
}
#footer a:hover {
	color: #666666;
}
header {
	height: 150px;
	width: 955px;
	margin: 0 auto;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
}
.nav {
	height: 40px;
	width: 955px;
	margin: 10px auto;
	background: #7C0D89;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
/*---------------------------------------------------------------  menu  ------------------------------------------------------------*/
#menu ul {
	margin-top: 5px;
}
#menu ul li {
	display: inline;
}
#menu li {
	font-family: 'BYekan';
	font-size: 0.90em;
	margin-left: 20px;
}
#menu li a {
	text-decoration: none;
	color: #FFF;
	padding: 3px 10px 5px 10px;
}
#menu li a:hover {
	color: #000;
	background:#FFF;
	border-radius:5px;
	
	
}
#content-container {
	width: 955px;
	margin: 5px auto;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.55);
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.55);
}
#content-header {
	height: 29px;
	width: 955px;
	background: url(../images/content-bar.jpg) no-repeat;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
}
#content-header h3 {
	font: 0.80em 'BYekan';
	text-indent: 45px;
	margin-top: 5px;
}
#content-content {
	width: 915px;
	font: 0.75em tahoma;
	color: #666;
	padding: 20px;
	padding-top:0px;
}
#content-content p {
	text-align: justify;
	color: #666;
}
#content-footer {
	width: 935px;
	height: 40px;
	padding: 10px;
}
input[type=button] {
	cursor: pointer;
	width: 90px;
	height: 32px;
	display: inline-block;
 
	border-radius: 5px;
	font: normal 13px 'BYekan', tahoma;
	color: #FFF;
	border : none;
	background-image: linear-gradient(bottom, rgb(159,31,20) 6%, rgb(210,20,0) 53%);
	background-image: -o-linear-gradient(bottom, rgb(159,31,20) 6%, rgb(210,20,0) 53%);
	background-image: -moz-linear-gradient(bottom, rgb(159,31,20) 6%, rgb(210,20,0) 53%);
	background-image: -webkit-linear-gradient(bottom, rgb(159,31,20) 6%, rgb(210,20,0) 53%);
	background-image: -ms-linear-gradient(bottom, rgb(159,31,20) 6%, rgb(210,20,0) 53%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.06, rgb(159,31,20)), color-stop(0.53, rgb(210,20,0)) );
}
#content-ads {
	width: 935px;
	padding: 10px;
}
.menu-links {
	background-color: #a91f14;
	height: 40px;
	width: 220px;
	float: left;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	text-align: center;
}
.menu-links p {
	font: normal 11px/22px Tahoma;
	text-align: center;
	padding: 0px 0 0 0;
	color: #c0c0c0;
}
.menu-links a {
	color: #990000;
	text-decoration: none;
	margin: 0 7px 0 7px;
}
.menu-links a:hover {
	color: #666666;
}
#menu {
	float: right;
	height: 40px;
	width: 650px;
}
