﻿@font-face {
    font-family: 'WyekanRegular';
    src: url('../font/yekan-webfont.eot');
    src: url('../font/yekan-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/yekan-webfont.woff') format('woff'),
         url('../font/yekan-webfont.ttf') format('truetype'),
         url('../font/yekan-webfont.svg#WyekanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body
{
	font-family: WyekanRegular;
	font-size:11px;
	direction:rtl;
	background-color:#282828;
	font-style:normal;
	background-repeat:repeat-x;
	color:ffffff;
}
body a
{
	text-decoration:none;
color:#000;
}
.topi  {
	background-color: #161616;
	margin-top: -70px;
	margin-left: -8px;
	margin-right: -8px;
	height: 60px;
	position: fixed;
	opacity: .9;
	width: 100%;
}
.button  {
	background-color: #f33939;
	padding: 10px;
	margin-left: 20px;
	margin-top: 10px;
	float:left;
	font-size: 12px;
	border-radius:4px;
}

.post-title
{
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f33939;
	font:normal 18px/20px WyekanRegular;
	display:inline-block;
	color:#FFF;
	padding:10px;
	float:right;

}