/*Design By MashhadFastFood */
*{
	margin:0px;
	border:none;
	outline:none;
	padding:0px;
}
@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-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'nazanin';
  src: url('font/Nazanin.eot?#') format('eot'),  
       url('font/Nazanin.woff') format('woff'),
       url('font/Nazanin.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
body,html{
	width:100%;
	height:100%;
}
body{
	font-family:tahoma;
	font-size:13px;
	direction:rtl;
	background:#cb2026 url(images/Hamburger.jpg) center center fixed no-repeat;
	background-size:cover;
	line-height:30px;
	word-wrap:break-word;
	word-break:keep-all;
}
pre{
	font-family:tahoma;	
}
a:link{
	text-decoration:none;
	color:#3200FF;
}
a:hover{
	text-decoration:none;
	color:#3200FF;
}
a:visited{
	text-decoration:none;
	color:#3200FF;
}
a:active{
	text-decoration:none;
	color:#3200FF;
}
p,h1,h2,h3,h4,h5,h6,hr,li,pre,ol,ul{
	margin:15px 0;	
}
li{
	list-style-position:inside;
}
ul,ol{
	list-style-type:square;	
}
ul > li > ul,ol > li > ol{
	margin-right:30px;	
	border-right:1px solid #999;
	padding-right:10px;
	list-style-type:circle;
}
input{
	width:250px;
	height:30px;
	border:1px solid #999;
	padding:10px;
	font-family:tahoma;	
}
input[type=submit]{
	width:100px;
	height:30px;
	padding:5px;
}
input[type=submit]:hover{
	cursor:pointer;
}
.main{
	width:980px;
	margin:0 auto;	
}
#navbar{
	width:100%;
	height:30px;
	background-color:#fff;
	border-bottom:1px solid #000;
	position:fixed;
	z-index:1001;
	top:0px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.7);
	overflow:hidden;
}
#navbar ul{
	float:right;
	margin:0px;
}
#navbar li{
	width:170px;
	height:28px;
	background-color:#fff;
	float:right;
	margin:0px;
	font-family:nazanin;
	font-size:16px;	
	text-align:center;
	list-style-type:none;
	padding-top:2px;
}
#navbar a{
	color:#000;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;	
}
#navbar li.split{
	width:32px;
	height:28px;
	float:right;
	background-image:url(images/split.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#navbar a:hover{
	color:#FF0004;	
}
#box1{
	width:100%;
	height:100%;	
	background-color:transparent;
	float:left;
	clear:both;
	position:relative;
}
#box1 h2{
	font-family:yekan;
	font-size:50px;
	float:right;
	margin-top:60px;
	margin-right:20px;
	clear:right;
}
#box1 h3{
	font-family:yekan;
	font-size:20px;
	float:right;
	margin-top:0px;
	margin-right:270px;
	clear:right;	
	font-weight:normal;
}
#box1 img{
	float:left;
	clear:left;	
	margin-left:50px;
}
#box1 hr{
	width:400px;
	height:1px;
	background-color:#fff;
	float:right;
	clear:right;
	margin-right:20px;
	margin-top:30px;
}
#intro{
	width:100%;
	height:300px;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	top:50%;
	margin-top:-150px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	color:#fff;
}
#box2{
	width:100%;
	height:auto;
	background-color:#fff;
	float:left;
	clear:both;
	font-family:nazanin;
	font-size:18px;
	text-align:justify;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:15px 0px;
}
#box2 h3{
	font-family:yekan;
	font-size:20px;	
}
#box2 hr{
	width:60%;
	height:1px;
	background-color:#999;
}
#box2 .main{
	width:940px;
	padding:15px 20px;	
}
#box3{
	width:100%;
	height:100px;
	background-color:transparent;
	float:left;
	clear:both;	
}
#middle{
	width:100%;
	height:300px;
	background-color:#333;
	float:left;
	clear:left;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin-bottom:60px;
}
.side{
	width:200px;
	height:200px;
	background-color:#eee;
	float:right;
	margin:50px 56px;
	border-radius:300px;
	overflow:hidden;
	position:relative;
	z-index:1000;
}
.side img{
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
	position:absolute;
}
.side img:hover{
	-webkit-transform:scale(1.2,1.2) rotate(5deg);
	-moz-transform:scale(1.2,1.2) rotate(5deg);
	-o-transform:scale(1.2,1.2) rotate(5deg);
	-ms-transform:scale(1.2,1.2) rotate(5deg);
	transform:scale(1.2,1.2) rotate(5deg);
}
#box4{
	width:100%;
	height:30px;
	background-color:#fff;
	float:left;
	clear:both;
	margin:20px 0;
	direction:ltr;
	text-align:center;
}
#box4 p{
	margin:0px;	
}






.entry {
    line-height: 22px;
}

.entry p {
    margin-bottom: 20px;
}

.entry img {
    max-width: 100%;
    height: auto;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: normal;
}

.entry h1 {
    font-size: 36px;
}

.entry h2 {
    font-size: 30px;
}

.entry h3 {
    font-size: 24px;
}

.entry h4 {
    font-size: 18px;
}

.entry h5 {
    font-size: 14px;
}

.entry h6 {
    font-size: 12px;
}

.entry ol,
.entry ul {
    margin: 0 0 20px 15px;
}

.entry ul li {
    list-style: outside disc;
    list-style-image: none;
}

.entry ol li {
    list-style: outside decimal;
}

.entry li {
    margin: 0 0 5px 0;
}

.entry li ul,
.entry li ol{
    margin: 5px 0 0 15px;
}

.entry #user-login ul {
    margin-bottom: -5px;
}

.entry table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: separate;
    margin-bottom: 1.5em;
}

.entry table tr:nth-child(even) {
    background: #F9F9F9;
}

.entry table td,
.entry table th {
    padding: .4em;
    text-align: right;
    border-right: 1px dotted #eee;
}

.entry table thead th {
    background: #F4F4F4;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    padding: 0.7em .4em;
    vertical-align: middle;
}

.entry table tbody th {
    background: #F4F4F4;
    border-bottom: 1px solid #eee;
}

.entry table tbody td {
    border-bottom: 1px solid #eee;
}

.entry table tr th:last-child,
.entry table tr td:last-child {
    border-right: 0;
}

.entry table tbody tr:last-child td,
.entry table tbody tr:last-child th {
    border-bottom: 0;
}






/*Design By MashhadFastFood*/

