/*Design By Vahid Majidi | Powered By اسکریپت.com*/
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;	
}
body,html{
	width:100%;
	height:100%;
	overflow:hidden;
}
body{
	font-family:tahoma;
	font-size:13px;
	direction:rtl;
	background:-webkit-radial-gradient(#fff,#222);	
	background:-moz-radial-gradient(#fff,#222);
	background:-o-radial-gradient(#fff,#222);
	background:-ms-radial-gradient(#fff,#222);
	background:radial-radial-gradient(#fff,#222);
	line-height:25px;
	word-break:keep-all;
	word-wrap:break-word;
}
::selection{
	color:#000000;
	background-color:#ddd;	
}
::-moz-selection{
	color:#000000;
	background-color:#ddd;	
}
a{
	color:#fff;
	text-decoration:none;	
}
#content a{
	color:#006CFF;
	text-decoration:none;	
}
h1,h2,h3,h4,h5,h6{
	font-family:14px;
	margin:15px 0;	
}
p{
	margin:15px 0;	
}
hr{
	width:80%;
	display:block;
	margin:20px auto;
	height:1px;
	background-color:#663300;	
}
br{
	height:10px;	
}
#main{
	width:980px;
	height:100%;
	margin:0 auto;
	position:relative; 
}
img#logo{
	position:absolute;
	top:0px;
	left:-20px;	
}
#nav{
	width:200px;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../images/nav.png);
	background-repeat:repeat-y;
	z-index:2000;
	-webkit-animation:vahid-majidi linear 10s infinite ;
	-moz-animation:vahid-majidi linear 10s infinite ;
	-o-animation:vahid-majidi linear 10s infinite ;
	-ms-animation:vahid-majidi linear 10s infinite ;
	animation:vahid-majidi linear 10s infinite ;
}
@-webkit-keyframes vahid-majidi{
	to{background-position:0px 199px}	
}
@-moz-keyframes vahid-majidi{
	to{background-position:0px 199px}	
}
@-o-keyframes vahid-majidi{
	to{background-position:0px 199px}	
}
@-ms-keyframes vahid-majidi{
	to{background-position:0px 199px}	
}
@keyframes vahid-majidi{
	to{background-position:0px 199px}	
}
#nav li{
	list-style-type:none;
	margin:35px 68px;
	-webkit-transition:all 0.5s;	
	-moz-transition:all 0.5s;	
	-o-transition:all 0.5s;	
	-ms-transition:all 0.5s;	
	transition:all 0.5s;	
}
#nav li:first-child{
	margin-top:90px;
}
#nav li:hover{
	-webkit-transform:rotate(15deg) scale(1.3,1.3);
	-moz-transform:rotate(15deg) scale(1.3,1.3);
	-o-transform:rotate(15deg) scale(1.3,1.3);
	-ms-transform:rotate(15deg) scale(1.3,1.3);
	transform:rotate(15deg) scale(1.3,1.3);
}
#content{
	width:741px;
	background-color:rgba(255,255,255,0.5);
	position:absolute;
	top:100px;
	bottom:100px;
	z-index:200;
	margin-right:210px;
	overflow:hidden;
	border-radius:10px;
	border:2px dashed #000;
	padding:10px;
	padding-left:25px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
#content:hover{
	background-color:rgba(255,255,255,0.7);	
}
.title{
	float:right;
	clear:both;
	width:100%;
	border:1px solid #666;
	height:40px;
	margin-bottom:10px;	
	border-radius:5px;
}
.title h1{
	font-size:14px;
	text-align:center;
	margin:7px 0;	
}
.in-content{
	float:right;
	clear:both;
	width:100%;	
}
img.cat{
	width:150px;
	height:150px;
	overflow:hidden;
	border-radius:100px;
	border:1px solid #999;	
	margin:15px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
img.cat:hover{
	-webkit-transform:translate(0px,-10px) rotate(-10deg);
	-o-transform:translate(0px,-10px) rotate(-10deg);
	-moz-transform:translate(0px,-10px) rotate(-10deg);
	-ms-transform:translate(0px,-10px) rotate(-10deg);
	transform:translate(0px,-10px) rotate(-10deg);
}
#social{
	position:absolute;
	bottom:20px;
	left:400px;
	width:310px;
	height:50px;
	z-index:0;
}
#social img{
	margin:0 10px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
#social img:hover{
	-webkit-transform:translate(0px,10px);
	-o-transform:translate(0px,10px);
	-moz-transform:translate(0px,10px);
	-ms-transform:translate(0px,10px);
	transform:translate(0px,10px);
}
#footer{
	position:absolute;
	bottom:10px;
	left:10px;
	width:310px;
	color:#FFF;
	height:30px;
	z-index:0;
}
#footer p{
	direction:ltr;
	margin-left:0px;
	margin-top:3px;	
}
/*Design By Vahid Majidi | Powered By اسکریپت.com*/