@font-face {
    font-family: 'sahel';
    src: url('//bayanbox.ir/download/6565260237259601785/Sahel-FD.woff') format('woff');
    font-weight: normal;
}


@font-face {
    font-family: 'sahel';
    src: url('//bayanbox.ir/download/4937696673228667072/Sahel-Bold-FD.woff') format('woff');
    font-weight: bold;
}
/*--body--*/
body a{
	text-decoration: none;
}
body {
	background: #f7f7f7;
	font-family: 'sahel';
}
/*--blocks--*/
#wrp {
	width: 870px;
	margin: auto;
}
#block-post {
	width: 650px;
	float: right;
	margin-top: 10px;
}
/*--menu--*/
.menu {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 0px 8px 0px 8px;
	padding: 5px 6px;
	margin-bottom: 10px;
	font-family: sahel;
	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: #2da9e1;
	transition-duration: .3s;
}
.menu a.selected{
	color: #2da9e1;
}
/*--header--*/
#header {
	text-align: center;
}
#header img{
	width: 150px;
	height: 150px;
	border-radius: 0px 8px 0px 8px;
}
.header-img-back {
	padding: 4px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 0px 8px 0px 8px;
	display: inline-block;
	
}
/*--post-dt--*/
.post-dt {
	padding: 5px;
}
.post-date {
	padding: 4px 8px;
	background: #2da9e1;
	display: inline-block;
	border-radius: 0px 8px 0px 8px;
	color: #fff;
}
/*--post--*/
.post {
	background: #fff;
	border-radius: 0px 8px 0px 8px;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	margin: 10px 0px;
	padding-bottom: 5px;
}
.post a{
	color: #2da9e1;
}
.post a:hover{
	color: #1f84b2;
}
.post img{
	max-width: 100%;
	height: inherit;
}
.post-title {
	padding: 4px 8px;
	border-radius: 0px 8px 0px 8px;
	display: inline-block;
	background: #f9f9f9;
	border: 1px solid #ededed;
}
.post-title a{
	color: #2da9e1;
}
.post-title h1{
	font-family: sahel;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.post-matn {
	line-height: 1.7;
	padding: 0px 10px 5px 10px;
}
.read-more {
	margin: 5px 0px 10px 0px;
	text-align: center;
}
.read-more a{
	background: #2da9e1;
	padding: 4px 10px;
	color: #fff;
	border-radius: 0px 8px 0px 8px;
}
.read-more a:hover {
	background: #2298ce;
	color: #fff;
	transition-duration: .3s;
}
/*--post-detail--*/
.post-detail {
	background: #f9f9f9;
	border: 1px solid #ededed;
	border-radius: 0px 8px 0px 8px;
	padding: 4px 8px;
	margin: 5px 5px 0px 5px;
	color: #999999;
}
.post-detail a{
	color: #2da9e1;
}
.post-detail a:hover{
	color: #1f88b7;
}
.clear {
	clear: both;
}
.post-detail ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-detail li{
	display: inline-block;
}
.post-detail li:after{
	content: "|";
	color: #e3e3e3;
}
.post-detail li:last-child:after{
	content: "";
}
.post-detail-left {
	float: left;
}
.post-detail-right {
	float: right;
}
.post-tags {
	background: #fff;
	border-radius: 0px 8px 0px 8px;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	padding: 5px;
}
.post-tags-title {
	background: #fff;
	padding: 6px 10px;
	margin-bottom: 4px;
	border-radius: 2px;
}
/*----comment-----*/
.comment-count-box {
	text-align: center;
	margin-top: 10px;
	padding: 8px 0px;
	background: #fff;
	border-radius: 0px 8px 0px 8px;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
}
.comment-count-box a{
	color: #454545;
	font-size: 20px;
}
.cm-body {
	background: #fff;
	border-radius: 0px 8px 0px 8px;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	margin-right: 56px;
	padding-bottom: 1px;
}
.cm-main {
	margin-top: 10px;
}
.cm-avatar {
	float: right;
}
.cm-av {
	width: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 0px 8px 0px 8px;
}
.comment-details {
	padding: 7px;
	background: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	border-radius: 0px 8px 0px 0px;
}
.cm-name {
	margin-right: 5px;
	float: right;
}
.cm-name a{
	color: #707070;
}
.cm-name a:hover{
	color: #000;
}
.comment-matn {
	padding: 10px;
	line-height: 1.7;
	overflow: hidden;
}
.cm-date {
	float: left;
}
.cm-date a{
	color: #808080;
}
.web_comment {
	float: left;
	display: inline-block;
	width: 19px;
	height: inherit;
	margin-left: 5px;
}
.cm-reply-main {
	overflow: hidden;
	padding: 0px 10px 10px 10px;
}
.comment-reply {
	margin-right: 40px;
	margin-left: auto;
	padding: 8px;
	background: #f5f5f5;
	line-height: 1.7em;
	color: #000;
	border-radius: 0px 8px 0px 8px;
}
.comment-reply-page {
	padding: 8px;
	background: #f5f5f5;
	line-height: 1.7em;
	color: #000;
	border-radius: 2px;
}
.comment-reply p{
}
.reply-av {
	width: 35px;
	border: 1px solid #e5e5e5;
	float: right;
	border-radius: 0px 8px 0px 8px;
}
.comment-link {
	width: 15px;
	height: 15px;
}
.comment-add-form {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background: #fff;
	border-radius: 0px 8px 0px 8px;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
}
.bComForm .sendbutton.hasCheckbox {
	background: #2da9e1;
	border: 0px;
	cursor: pointer;
	margin-top: 0;
	width: 100px;
	color: #fff;
}
.bComForm .sendbutton.hasCheckbox:hover {
	background: #238dbe;
	transition-duration: .3s;
}
/*--pageination--*/
.pagingation {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 0px 8px 0px 8px;
	text-align: center;
	padding: 9px;
	margin: 10px 0px;
}
.pagesList {
	display: inline-block;
}
.pagingation a{
	padding: 4px 10px;
	color: #2da9e1;
	border-radius: 2px;
}
.pagingation a:hover {
	transition-duration: .3;
}
/*--left--*/
.left {
	float: left;
	width: 210px;
	color: #000;
	margin-top: 10px;
}
.left a{
	color: #000;
}
.archive a.selected {
	color: #529fff;
}
.title-left {
	text-align: center;
	margin: 0px 5px 0px 5px;
	border-radius: 0px 8px 0px 8px;
	background: #2da9e1;
	color: #fff;
	padding: 2px 8px;
	font-family: sahel;
	cursor: default;
}
.left-back {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 0px 8px 0px 8px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.left ul {
	list-style: none;
	margin: 0;
	padding: 4px 0px;
}
.left li{
	padding: 0px 4px;
	margin: 0;
	border-bottom: 1px solid #ededed;
}
.left li:last-child{
	border-bottom: 0px;
}
.left-input {
	padding: 8px 5px;
}
/*--follow-box--*/
.followBx {
	margin: 10px 8px 5px 8px;
	background: #fff;
	border-radius: 0px 8px 0px 8px;
	border-top: 1px solid #ededed;
}
.followThis.followed {
	background: #2da9e1;
}
.followThis {
	background: #2da9e1;
}
#followInBx #followersLs .followImg {
	border-radius: 50%;
}
/*stat*/
.stat-back {
    	padding: 5px 4px;
	margin-bottom: 2px;
	border-radius: 4px;
	cursor: default;
}
.stat-value {
	float: left;
	display: inline-block;
}
/*about-me*/
.left-back-ab {
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 0px 8px 0px 8px;
}
.about-me h1{
	font-family: sahel;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.about-me h2{
	font-family: sahel;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
.about-me {
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.blog-image {
	width: 190px;
	border-radius: 0px 8px 0px 8px;
	height: inherit;
	margin: 5px 0px;
}
.description-web {
	line-height: 1.6em;
	text-align: right;
	padding: 5px 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: #2da9e1;
}
.left li:hover .recent-cm-matn {
	color: #999999;
}
/*مطالب محبوب*/
.left i{
	color: #ebebeb;
	margin-left: 5px;
	font-size: 12px;
}
a.selected .rate--post i{
	color: #2da9e1;
}
.rate--post {
	color: #1c1c1c;
	padding: 4px;
	line-height: 1.8em;
}
.rate--post:hover{
	color: #2da9e1;
}
a.selected .rate--post {
	color: #2da9e1;
	transition-duration: .3s;
}
.category-children {
	margin-right: 10px;
}
/*--tags--*/
.tagss {
	display: inline-block;
}
.tagss a{
	padding: 5px 8px;
	border: 1px solid #ededed;
	display: table-cell;
	color: #000;
	transition-duration: .3s;
	border-radius: 0px 8px 0px 8px;
}
.tagss a:hover{
	background: #f7f7f7;
	color: #000;
}
.tagss a.selected{
	background: #ebebeb;
	color: #000;
}
/*----fot----*/
.fotter {
	background: #fff;
	box-shadow: 0px 0px 6px 1px #e5e5e5;
	border-radius: 0px 8px 0px 8px;
	margin-bottom: 10px;
	padding: 8px;
	clear: both;
	bottom: 0;
	left: 0;
	top: auto;
	direction: ltr;
	color: #000;
}
.fotter .erfan{
	transition-duration: .5s;
	color: #2da9e1;
	text-decoration: none;
}
.fotter .erfan:hover{
	color: #2195ca;
}
.bayan {
	float: right;
	color: #000;
}
.bayan a {
	color: #2da9e1;
}
.bayan a:hover{
	color: #2081ac;
}
