﻿
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-family: 'B Titr';
}

h1 {
	/*letter-spacing: -1px;*/
	font-size: 35px;
}

h2 {
	font-size: 23px;
	background-color:#000080;
	color: #FFFFFF;

}

h3 {
	font-size: 15px;
	color:silver;
}


.post {
	/*
	 width: 606px; */
	padding: 30px 0 0 48px;
}

.post .title {
	padding: 0 0 0 12px;
}

.post .title a {
	color: #000000;
}

.post .date {
	margin: -32px 25px 15px 0;
	text-align: left;
	
}

.post .entry {
	padding: 0px 40px 0 0px;
	font-family: 'B Nazanin';
	font-size: 20px;

	
}

