﻿/*Design By Vahid Majidi | Powered By اسکریپت.com*/
*{
    margin:0;
    padding:0;
    border:none;
    outline:none;
}
#menu h1{
    font-size:20px;
    color:#FFF;
    letter-spacing:2px;
    text-align:center;
    padding-top:5px;
    font-family:Liner;
}
img a{
    border:none;
    outline:none;  
}
h1{
    font-size:18px;
    color:#639;
    font-family:Liner;
}
p{
    color:#000;
    line-height:25px;
}
hr{
    border:none;
    background-color:#639;
    height:1px;
    width:100%;
    margin:15px 0px;
}
a:link{
    color:#000;
    text-decoration:none;  
}
a:hover{
    color:#000;
    text-decoration:none;  
}
a:visited{
    color:#000;
    text-decoration:none;  
}
a:active{
    color:#000;
    text-decoration:none;  
}
@font-face {
  font-family: 'Yekan';
  src: url('../font/Yekan.eot?#') format('eot'),  
       url('../font/Yekan.woff') format('woff'),
       url('../font/Yekan.ttf') format('truetype');  
}
@font-face {
  font-family: 'Liner';
  src: url('../font/Liner.eot?#') format('eot'),  
       url('../font/Liner.woff') format('woff'),
       url('../font/Liner.ttf') format('truetype');  
}
body{
    background-image:url(../images/back.jpg);
    background-attachment:fixed;
    background-size:cover;
    background-color:#fff;
    background-repeat:no-repeat;
    font-family:Yekan, Tahoma;
    font-size:15px;
    direction:rtl;
    word-wrap:break-word;
    letter-spacing:1px;
}
#main{
    width:970px;
    margin-left:auto;
    margin-right:auto;  
}
#header{
    width:100%;
    height:130px;
    background-image:url(../images/h-f.png);
    margin-bottom:10px;
    border-radius:3px;
    margin-top:10px;
    border:1px solid #fff;
}
#right{
    float:right;
}
#left{
    float:left;  
}
#header img{
    margin:15px;  
}
#content{
    width:972px;
    min-height:500px;
    height:auto;
    overflow:auto;  
}
#sidebar{
    float:right;
    width:250px;
    min-height:500px;
    height:auto;
    background-image:url(../images/s-c.png);
    border:1px solid #639;
    margin-left:10px;
    border-radius:3px;
    clear:right;
    padding:15px;
}
#sidebar-int{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-205px;
    margin-top:-205px;
    width:250px;
    height:250px;
    background-image:url(../images/s-c.png);
    border:30px dashed #639;
    border-radius:1000px;
    padding:50px;
    overflow:hidden;
    text-align:center;
    font-size:20px;
}
#menu{
    width:90%;
    margin-right:auto;
    margin-left:auto;
    background-image:url(../images/h-f.png);
    height:40px;
    margin-top:5px;
}
ul.page{
    list-style:none;  
    margin-top:20px;
}
ul.page li{
    padding:10px;
    
}
#in-content{
    float:left;
    width:646px;
    min-height:500px;
    height:auto;
    background-image:url(../images/s-c.png);
    border:1px solid #639;
    border-radius:3px;
    clear:right;
    padding:15px;
    letter-spacing:0px;
}
.gallery{
    width:120px;
    height:120px;
    margin:13px;
    border:1px solid #639;
    padding:5px;
    border-radius:1000px;
    opacity:0.6;
    filter:alpha(opacity=60);
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}
.gallery:hover{
    opacity:1;
    filter:alpha(opacity=100);  
}
#footer{
    width:100%;
    height:130px;
    background-image:url(../images/h-f.png);
    margin-top:10px;
    border-radius:3px;
    border:1px solid #fff;
    direction:ltr;
    font-size:14px;
}
#footer a{
    text-decoration:none;
    color:#FFF;
}
p.foot{
    padding:55px;
    padding-left:20px;
    color:#FFF;
    letter-spacing:1px;
}
/*Design By Vahid Majidi | Powered By اسکریپت.com*/