/*
Theme Name: ordooei
Theme URI: http://mndc.ir
Description: Mehdi Ordooei
Author: Mehdi Ordooei
Author URI: http://mndc.ir
Version: 1.0
*/
body{
	font-family: Tahoma;
	font-size: 10pt;
	direction: rtl;
	margin: 0;
	background-color: rgb(180, 177, 62);
	background-image: url(image/bg.png);
	background-attachment: fixed;
}
img{
	max-width: 100%;
}
h1,h2,h3{
	font-weight: 100;
}
blockquote{
	border-right: 5px solid #eee;
}
a{
    text-decoration: none;
    color:#354582;
}
img{
	height: auto;
}
body {
background: #4a3e32 url(img/bg.jpg) center top no-repeat ;
direction: rtl ;
margin: 0px ;
padding: 0px ;
}

.main {
width: 980px ;
margin-top: 160px;
}

input[type=button] {
border-radius: 3px ;
-moz-border-radius: 3px ;
-webki-border-radius: 3px ;
border: 0px ;
border-right: 1px solid #4a3e32 ;
color: #4a3e32 ;
font-family: Tahoma ;
font-size: 13px ;
padding: 6px 38px 6px 15px ;
background: #f3efeb ;
margin-bottom: 10px ;
height: 36px ;
width: 190px ;
text-align: right ;
cursor: pointer ;
}

#container{
opacity: 0.7;
background: #222 ;
border: 1px solid #999 ;
width: 978px;
height: 605px;
position: absolute ;
z-index: 1000 ;
top: 20px ;
overflow: hidden ;
}

#container #exit {
position: absolute ;
color: #FFF ;
font-weight: Bold ;
background: #111 ;
height: 25px ;
width: 970px ;
padding: 5px ;
font-family: Arial ;	
z-index: 1002 ;	
cursor: pointer ;
}

#content {
background: #111 ;
width: 970px ;
height: 565px ;
position: absolute ;
z-index: 1001 ;
margin-right: 5px ;	
margin-top: 35px ;	
overflow: auto ;
color: #FFF ;
line-height: 18px ;
font-family: Tahoma ;
font-size: 11px ;
}

#main-menu{
	float: right;
	margin-right: 110px;
}
#main-menu ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
#main-menu ul .sub-menu{
	display: none;
}
#main-menu ul li{
	display: block;
}
#main-menu ul li a{
	color: #444;
	display: block;
	width: 220px;
	background-color: #f3efeb;
	border-radius: 3px;
	margin-bottom: 10px;
	transition: 0.3s;
}
#main-menu ul li a img{
	max-width: 36px;
	vertical-align: middle;
	margin-left: 5px;
	filter: saturate(0%);
	-webkit-filter: saturate(0%);
	-ms-filter: saturate(0%);
}
#main-menu ul li:hover > a{
	width: 250px;
	background-color: #333;
	color: #fff;
}
#main-menu ul li a:hover img{
	filter: inherit;
	-webkit-filter: inherit;
	-ms-filter: inherit;
}
#matlab{
	padding: 30px;
	line-height: 27px;
}
.onvan,.cattitle{
	color: #fff;
	font-size: 12pt;
	text-align: right;
	background-color: rgba(0,0,0,0.9);
	padding: 3px 10px;
	border-radius: 4px;
}
.onvan span{
	float: left;
	font-size: 10pt;
}
.cat{
	list-style: none;
}