@font-face {
    font-family: 'yekan';
    src: url('//cdn.bayan.ir/blog/templates/shared/fonts/BYekan.woff?download') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*--body--*/
body a{
	text-decoration: none;
}
body {
	background: #f4f4f4;
}
/*--wrp--*/
#wrp {
	width: 500px;
	margin: auto;
	margin-top: 10px;
}
/*--header--*/
#header {
	background: #fff;
	color: #969696;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 2px;
	padding: 10px;
	text-align: center;
}
.blog-title h1{
	font-weight: normal;
	font-family: yekan;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.blog-title h2{
	font-weight: normal;
	font-family: yekan;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.blog-title a{
	color: #6b6b6b;
}
.blog-title a:hover{
	color: #3d3d3d;
}
/*--menu--*/
.menu {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 2px;
	padding: 5px 6px;
	margin: 10px 0px 0px 0px;
	font-family: yekan;
	text-align: center;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.menu li:after {
	content: "|";
	color: #ededed;
}
.menu li:last-child:after {
	content: "";
}
.menu a{
	padding: 4px 10px;
	margin: 0px 2px;
	color: #000;
	border-radius: 12px;
}
.menu a:hover{
	color: #529fff;
	transition-duration: .3s;
}
.menu a.selected{
	color: #529fff;
}
/*--post--*/
.post {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 2px;
	margin: 10px 0px;
}
.post a{
	color: #8a8a8a;
}
.post a:hover{
	color: #757575;
}
.post img{
	max-width: 100%;
	height: inherit;
}
.post-title {
	padding: 2px 10px;
	border-bottom: 1px solid #ebebeb;
}
.post-title h2{
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	font-family: yekan;
	padding: 0;
	margin: 0;
}
.post-title a{
	color: #5c5c5c;
}
.post-title a:hover{
	color: #8f8f8f;
}
.post-matn {
	padding: 5px 10px;
	line-height: 1.7;
}
/*--post-detail--*/
.post-detail {
	padding: 3px 5px;
	border-top: 1px solid #ebebeb;
	font-family: yekan;
	color: #cccccc;
}
.post-detail a{
	padding: 0px 4px;
	color: #787878;
}
.post-detail a:hover {
	color: #919191;
}
.post-detail ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-detail li{
	display: inline-block;
}
.post-detail li:after {
	content: "|";
	color: #dedede;
}
.post-detail li:last-child:after {
	content: "";
}
.post-detail-left {
	float: left;
}
.post-detail-right {
	float: right;
}
.post-tags {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 2px;
	padding: 5px;
}
.post-tags-title {
	background: #f0f0f0;
	padding: 6px 10px;
	margin-bottom: 4px;
	border-radius: 2px;
	color: #7d7d7d;
}
.clear {
	clear: both;
}
/*----comment-----*/
.comment-count-box {
	text-align: center;
	margin-top: 10px;
	padding: 8px 0px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 2px;
	font-family: yekan;
}
.comment-count-box a{
	color: #000;
	font-size: 20px;
}
.cm-body {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 2px;
	margin-right: 56px;
	padding-bottom: 1px;
}
.cm-main {
	margin-top: 10px;
}
.cm-avatar {
	float: right;
}
.cm-av {
	width: 50px;
	border-radius: 50%;
}
.comment-details {
	padding: 6px;
	background: #fff;
	border-bottom:1px solid #ebebeb;
	overflow: hidden;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
.cm-name {
	margin-right: 5px;
	float: right;
	color: #636363;
}
.cm-name a{
	color: #a3a3a3;
}
.cm-name a:hover{
	color: #858585;
}
.comment-matn {
	padding: 10px;
	line-height: 1.7;
	overflow: hidden;
	color: #000;
}
.comment-link {
	width: 15px;
	height: 15px;
}
.cm-reply-main {
	overflow: hidden;
	padding: 0px 10px 10px 10px;
}
.comment-reply {
	margin-right: 40px;
	margin-left: auto;
	padding: 8px;
	background: #f0f0f0;
	line-height: 1.7em;
	color: #000;
	border-radius: 2px;
}
.comment-reply-page {
	padding: 8px;
	background: #f0f0f0;
	line-height: 1.7em;
	color: #000;
	border-radius: 6px;
}
.reply-av {
	width: 35px;
	float: right;
	border-radius: 50%;
}
.comment-add-form {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background: #fff;
	border-radius: 2px;
	color: #000;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
}
.bComForm .sendbutton.hasCheckbox:hover {
	background: #e0e0e0;
	transition-duration: .3s;
}
input[type=button], input[type=text], input[type=password], input[type=submit], button, textarea, select, .inputBox, input.text, a.btn, a.btn:hover, a.btn:visited {
	background-color: #e6e6e6;
	border: 0px;
	color: #454545;
	border-radius: 0px;
}
.htmlbox {
	border: 1px solid #dedede !important;
	background: #fff;
}
.bComForm .sendbutton.hasCheckbox {
	background: #5cb8e2;
	border: 0px;
	cursor: pointer;
	margin-top: 0;
	width: 100px;
	border-radius: 2px;
	color: #fff;
}
.bComForm .sendbutton.hasCheckbox:hover {
	background: #3ba7d8;
	transition-duration: .3s;
}
/*--cm-detail-top--*/
.post-detail-top {
	padding: 2px 0px;
	background: #fafafa;
	border-bottom: 1px solid #ebebeb;
	color: #707070;
	cursor: default;
	font-size: 12px;
}
.post-detail-top a {
	color: #787878;
	cursor: default;
}
.post-detail-top ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.post-detail-top li{
	border-left: 1px solid #e0e0e0;
	display: inline-block;
	padding: 0px 5px;
}
.post-detail-top li:last-child {
	border-left: 0px;
}
/*--pageination--*/
.pagingation {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	padding: 7px 0px;
	border-radius: 2px;
}
.page-right {
	float: left;
}
.page-left {
	float: right;
}
.pagingation a{
	padding: 4px 10px;
	color: #707070;
}
.pagingation a:hover {
	color: #ea5353;
	transition-duration: .3;
}
/*--left--*/
#block-left {
	float: left;
	width: 100%;
	color: #000;
	margin-top: 10px;
	clear: both;
}
#block-left a{
	color: #000;
}
.archive a.selected {
	color: #000;
}
.title-left {
	text-align: right;
	border-bottom: 1px solid #ebebeb;
	border-radius: 2px 2px 0px 0px;
	background: #fafafa;
	color: #000;
	padding: 2px 8px;
	font-family: yekan;
	cursor: default;
}
.left-back {
	border-radius: 2px;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
}
#block-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#block-left li{
	padding: 0px 5px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}
#block-left li:last-child{
	border-bottom: 0px;
}
#block-left li:hover {
	background: #f7f7f7;
}
.left-input {
	padding: 8px 5px;
}
/*--follow-box--*/
.followBx {
	margin: 10px 8px 5px 8px;
}
.followThis.followed {
	background: #5cb8e2;
}
.followThis {
	background: #5cb8e2;
}
#followInBx #followersLs .followImg {
	border-radius: 50%;
}
/*stat*/
.stat-back {
    	padding: 5px 4px;
	border-radius: 4px;
	cursor: default;
}
.stat-value {
	float: left;
	display: inline-block;
}
/*about-me*/
.left-back-ab {
	border-radius: 2px;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
}
.about-me {
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.blog-image {
	width: 200px;
	height: inherit;
	margin: 5px 0px;
	border-radius: 2px;
}
.description-web {
	line-height: 1.6em;
	padding: 10px 10px 0px 10px;
}

/*recent-comment*/
.recent-comment {
	padding: 2px 0px;
	clear: both;
	line-height: 1.7;
}
.left-input a{
	color: #4d4d4d;
}
.recent-comment img {
	width: 35px;
	border-radius: 100%;
	float: right;
	margin-top: 3px;
}
.recent-cm-detail {
	margin-right: 40px;
	overflow: hidden;
}
.recent-cm-name {
	color: #969696;
}
/*مطالب محبوب*/
.block-right-left i{
	color: #ebebeb;
	margin-left: 5px;
	font-size: 12px;
}
.block-right-left li:hover i {
	color: #5182a2;
}
.rate--post {
	color: #2b2b2b;
	padding: 4px;
	line-height: 1.8em;
}
.rate--post:hover{
}
a.selected .rate--post i {
	color: #5182a2;
}
.category-children {
	margin-right: 10px;
}
/*--tags--*/
.tagss {
	display: inline-block;
}
.tagss a{
	padding: 5px 8px;
	background: #f3f3f3;
	border-right: 2px solid #dedede;
	display: table-cell;
	color: #000;
	transition-duration: .3s;
	border-radius: 2px;
}
.tagss a:hover{
	background: #f1f1f1;
	border-right: 2px solid #8a8a8a;
	color: #000;
}
.tagss a.selected{
	background: #f1f1f1;
	color: #000;
}
/*----fot----*/
.fotter {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	margin-bottom: 10px;
	border-radius: 2px;
	padding: 8px;
	clear: both;
	bottom: 0;
	left: 0;
	top: auto;
	direction: ltr;
	color: #2e2e2e;
}
.fotter .erfan{
	transition-duration: .5s;
	color: #949494;
	text-decoration: none;
}
.fotter .erfan:hover{
	color: #c2c2c2;
}
.bayan {
	float: right;
	color: #2e2e2e;
}
.bayan a {
	color: #949494;
}
.bayan a:hover{
	color: #c2c2c2;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 90%;
	}
	#wrp {
		width: 95%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
	.blog-image {
		width: 80%;
	}
}