
@import 'fonts.css';
html {
	direction:rtl;
}
.printhead {
    display: block;
    margin: auto;
    width: 17cm;
}
.logo {
    float: right;
    width: 300px;
}

.postdate {
    float: left;
    width: 250px;
}
.page {
	clear: both;
	display:block;
	background-color:#FFF;
	color:#000;
	width:17cm;
	size:A4;
	margin:auto;
	border:1px #ccc dashed;
}
a {
	color:#3366CC;
	text-decoration:none;
}
.post {
	display:block;
	padding:20px;
	text-align:justify;
}
.Arial {
	font-family:"shabnam" !important;
}
.Tahoma,.data {
	font-family:"parastoo" !important;
	font-weight:100;
	font-size:13px;
	color:#555;
	margin-top: 0;
}
.text-left {
	text-align:left;
}
.Verdana {
	font-family:"parastoo" !important;
	color:#000 !important;
}
.BTitrBold,
h1, h2, h3, h4, h5 {
	font-family: "shabnam" !important;
	font-size: 22px;
	font-weight:normal;
	color:#666;
	margin: -5px 0 0 0;
}

.post p {
	font:12px/150% "parastoo";
}
.post * {
	font:13px/150% "parastoo";
}
.post-image{
	float: right;
	width: 250px;
	max-width: 100%;
	margin-left: 10px;
	border: #eee 1px solid;
	padding: 2px;
	margin-top: 12px;	
}
pre {
	direction:ltr !important;
	text-align:left !important;
	font-family:"parastoo" !important;
	background:#eee;
	word-break:normal;
	overflow:hidden;
	text-wrap:normal;
}
.footer {
    padding: 0 20px 5px;
}

img{
	width:100%;
	height:auto;	
}