"utf-8";
.entry-title { font-family: ... }
.post-content { font-family: ... } 
.widget-title { font-family: ... }

/* CSS Document - v3.5.0 */
@font-face {
	font-family: 'TitrB';
	src: url('//cdn.jsdelivr.net/gh/Daneshnameh/persian@main/TitrB.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ZarB';
	src: url('//cdn.jsdelivr.net/gh/Daneshnameh/persian@main/ZarB.woff') format('woff');
	font-weight: bold;  /* تغییر از normal به bold */
	font-style: normal; /* تغییر از bold به normal */
}

/* فونت لوتوس */
@font-face {
	font-family: 'LotusB';
	src: url('//cdn.jsdelivr.net/gh/Daneshnameh/persian@main/LotusB.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '1';
	src: url('//cdn.jsdelivr.net/gh/Daneshnameh/persian@main/1.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '2';
	src: url('//cdn.jsdelivr.net/gh/Daneshnameh/persian@main/2.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '3';
	src: url('//cdn.jsdelivr.net/gh/Daneshnameh/persian@main/3.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '4';
	src: url('//cdn.jsdelivr.net/gh/Daneshnameh/persian@main/4.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '5';
	src: url('//cdn.jsdelivr.net/gh/Daneshnameh/persian@main/5.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

}

/* نقل قول‌ها، دیالوگ‌ها و خطابه‌ها */
blockquote, .dialogue, .speech, .quote {
	font-family: '4', '5', Tahoma, sans-serif !important;
	font-style: italic !important;
	border-right: 3px solid #3498db !important;
	padding-right: 15px !important;
	margin: 20px 0 !important;
}
.comments, 
.comment-text,
.comment-content,
.comment-body {
	color: #333 !important; /* رنگ متن تیره */
	line-height: 1.8 !important;
	font-size: 13px !important;
}

/* اصلاح فاصله سطرها در کل سایت */
body, 
.entry-content,
.post-content,
.article-body {
	line-height: 1.8 !important;
	font-size: 13px !important;
}

/* اصلاح دکمه‌ها */
button,
.btn,
.comment-reply-link,
.submit {
	color: #000 !important;
	background-color: #f0f0f0 !important;
	border: 2px solid #ccc !important;
}

@charset 

html {
	direction: ltr;
}


/* فونت اصلی برای همه متن‌ها */
body, 
.entry-title,
.post-content, 
.widget-title,
.sidebar,
.footer,
.navigation,
.comment-text,
.meta-data,
.article-body,
.card-text,
.summary {
	font-family: 'LotusB', 'Noto Naskh Arabic', serif !important;
}

/* فونت برای عنوان‌های اصلی */
h1, h2, h3,
.main-title,
.page-header,
.section-title {
	font-family: 'TitrB', 'ZarB', '4', serif !important;
}

h2, h3,
.main-title,
.page-header,
.section-title {
	font-family: 'ZarB', '3', '4' ,serif !important;
}

h4, h5, h6,
.subtitle,
.card-title,
.widget-heading {
	font-family: '3', '4', '5', '6', serif !important;
}
body {
	font-family: "TitrB", "ZarB", "LotusB", '4', '5', '6', Times, Arial, serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.9em;
	background: #f1f1f1 url(//cdn.bayan.ir/blog/templates/41199/bg.png) repeat;
}

p {
	margin-bottom: 0.5em;
}

pre {
	direction: ltr;
	background-color: #c9c9c9;
	border: 1px solid #DADADA;
	margin: 1em;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px;
}

.clear {
	clear: both;
}

.resp {
	display: none;
}

::-webkit-scrollbar {
	background: #f0f0f0;
	width: 12px;
	height: 15px;
}

::-webkit-scrollbar-thumb {
	background: #bababa;
}

::-webkit-scrollbar-corner {
	background: #fff;
}

::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:hover {
	background: #a6a6a6;
}

::-webkit-scrollbar-thumb:active {
	background: #606060;
}

h1, h2, h3 {
	font-family: "TitrB", "ZarB", "LotusB", Times, Arial, serif;
	font-weight: normal;
}

img {
	border: none;
	border-width: 0;
}

a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	-khtml-transition-duration: .2s;
}

a:hover {
	color: #080808;
	text-decoration: none;
	cursor: pointer;
}

a:active {
	outline: hidden;
}

/*-- Header --*/
.header {
	height: 60px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-top: 5px solid #000000;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.header-wrp {
	position: relative;
	width: 1000px;
	margin: auto;
	direction: rtl;
}

.header .header-right {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}

.header h1 {
	font: 29px/1.2em "TitrB", "ZarB", "LotusB", Times, Arial, serif;
	color: #ffffff;
	margin: 0 0 5px;
	direction: rtl;
}

.header h1 a:hover {
	
}

.header h2 {
	font: 17px/1.2em "TitrB", "ZarB", "LotusB", Times, Arial, serif;
	color: #888;
	margin: 0;
	cursor: default;
}

.header .header-left {
	position: absolute;
	left: 0;
	top: 16px;
}

.main-menu {
	direction: rtl;
	cursor: default;
}

.main-menu-wrp {
	position: relative;
	margin: 100px auto 0;
	text-align: center;
	display: none;
}

.main-menu a {
	font: 17px/1em "TitrB", "ZarB", "LotusB", Times, Arial, serif;
	display: inline-block;
	padding: 7px 15px 12px;
	color: #888;
	border: 2px solid rgba(172, 186, 192, 0.5);
	cursor: pointer;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	margin: 0 4px;
}

.main-menu a:hover {
	color: #000000;
	border: 2px solid #3b3a3a;
	background: #3b3a3a;
}

.main-menu a.selected {
	border: 2px solid #3b3a3a;
	background: #3b3a3a;
	color: #000000;
}

.main-menu.resp a.selected {
	color: rgba(255, 255, 255, 0.9);
	border-top: 3px solid #000000;
	padding: 10px 15px 13px;
	background: rgba(0, 0, 0, 0.5);
}

/*-- Content --*/
.content-wrp {
	direction: rtl;
	width: 1000px;
	margin: 65px auto 15px;
	position: relative;
}

.block-content {
	width: 705px;
	float: right;
	padding-top: 40px;
}

.block-content-view {
	float: right;
	width: 100%;
}

.block-content .messages {
	cursor: default;
	margin-bottom: 15px;
	border: 1px solid rgba(172, 186, 192, 0.5);
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	border-top: 3px solid #000000;
	box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
	border-radius: 5px;
}

.block-content .messages .messages-content {
	padding: 5px 15px;
	color: #aaa;
}

.block-content .messages .messages-content h2 {
	color: #888;
	font: 21px "TitrB", "ZarB", "LotusB", Times, Arial, serif;
	text-align: center;
	cursor: default;
	margin: 0 0 7px;
}

.block-content .messages .messages-content h2 a.comment_count {
	color: #5a6454;
}

.block-content .messages .messages-content h2 a.comment_count:hover {
	color: #000000;
	cursor: pointer;
}

/*-- Content-post --*/
.block-content .post {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
	font-family: "TitrB", "ZarB", "LotusB", Times, Arial, serif;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(172, 186, 192, 0.5);
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	border-radius: 5px;
}

.post-image {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.post-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px 5px 0 0;
}

.post-image a img {
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s easZarBout;
	transition: all .2s ease-in-out;
	border-radius: 5px 5px 0 0;
}

.post-image a:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.block-content .post .post-title {
	padding: 20px 20px 15px;
}

.block-content .post h2 {
	margin: 0;
}

.block-content .post h2 a {
	line-height: 1.7em;
	font-size: 25px;
	color: #000000;
}

.block-content .post h2 a:hover {
	color: #080808;
}

.post-content {
	color: #444;
	margin: 0 20px;
	padding-bottom: 20px;
	text-align: justify;
	font: 15px "TitrB", "ZarB", "LotusB", Times, Arial, serif;
}

.post-content a {
	color: #000000;
}

.post-content a:hover {
	color: #080808;
}

.post-content ul li {
	margin-right: 5px;
	line-height: 1.9em;
}

.post-content img {
	max-width: 98%;
	height: auto;
}

.post-readmore {
	margin: 0px 20px 25px;
}

.post-readmore a {
	font-size: 15px;
	line-height: 1em;
	padding: 0 15px 2px;
	color: #888;
	border: #ddd 1px solid;
	background: #f9f9f9;
	border-radius: 3px;
}

.post-readmore a:hover {
	color: #fff;
	border: #080808 1px solid;
	background: #000000;
}

/*-- Content-post-details --*/
.post-details {
	font: 14px "TitrB", "ZarB", "LotusB", Times, Arial, serif;
	color: #888;
	cursor: default;
	position: relative;
	border-radius: 0 0 5px 5px;
}

.post-details a {
	color: #888 !important;
}

.post-details a:hover {
	color: #555 !important;
}

.post-details.over {
	position: absolute;
	z-index: 9;
}

.post-details.over .post-details-date {
	margin: 0 0 2px;
	padding: 1px 10px 5px;
	background: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.9);
}

.post-details.over .post-details-author {
	margin: 0 0 2px;
	padding: 1px 10px 5px;
	background: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.9);
}

.post-details.bottom {
	margin-top: 15px;
	padding: 5px 10px;
	border-top: 1px solid rgba(172, 186, 192, 0.2);
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
}

.post-details.bottom.nobg {
	background: none;
}

.post-details.custom {
	margin-top: 10px;
	padding: 10px 20px;
}

.post-details-right {
	
}

.post-details-left {
	float: left;
}

.post-details-date {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 10px;
	margin-left: 3px;
}

.post-details-date.none {
	padding: 0;
	margin: 10px 0 0;
	background: none;
	border-left: 0;
	display: block;
}

.post-details- {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 10px;
	margin-left: 1px;
}

img.rateimg, img.rateup, img.ratedn {
	background: url(//cdn.bayan.ir/blog/templates/41199/pd_ico_rate.png) no-repeat center left;
	width: 16px;
	height: 28px;
	vertical-align: top;
}

.rate-down img.rateimg, img.ratedn {
	background-position: 0 -17px;
}

.rate-up img.rateimg, img.rateup {
	background-position: 0 3px;
}

.rate-up {
	margin: 0 10px;
}

/*-- keywords --*/
.post-details .post-details-tags {
	cursor: default;
}

.post-details .post-details-tags h3 {
	margin: 0;
	display: inline-block;
	font: 14px/1.3em "yekan", "tahoma", "arial", "Times New Roman", Helvetica;
	color: #888;
	background: #f9f9f9;
	border-radius: 3px;
}

.post-details .post-details-tags h3 a {
	color: #888;
	padding: 1px 7px 4px;
	border: #ddd 1px solid;
	display: inline-block;
	border-radius: 3px;
}

.post-details .post-details-tags h3 a:hover {
	color: #fff !important;
	border: #e0e0e0 1px solid;
	background: #000000;
}

.post-details .post-details-tags h3:first-child {
}

.post-details .post-details-tags h3:last-child {
	margin: 0px;
}

/*-- Post Comments --*/
.post-comments {
	font: 14px "LotusB","ZarB", Times, Arial, serif;
	margin-bottom: 15px;
}

.post-comment {
	margin-bottom: 5px;
	background: #ffffff;
	border: 2px solid rgba(172, 186, 192, 0.5);
	box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
	border-radius: 5px;
}

.comment-details {
	background: #e6e6c1;
	box-shadow: 0 1px 3px rgba(117, 100, 100, 0.2);
	padding: 0;
	cursor: default;
	border-radius: 5px 5px 0 0;
}

.comment-details a {
	color: #000000;
	cursor: pointer;
	vertical-align: bottom;
	margin-right: 5px;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	-o-transition-duration: .0s;
	-khtml-transition-duration: .0s;
}

.comment-details-left {
	padding: 4px 0 0 5px;
	float: left;
}

.comment-details-right {
}

.comment-avatar img {
	width: 34px;
	height: auto;
	border-radius: 0 5px 0 0;
}

.comment-name {
	color: #000000;
	cursor: default;
	padding: 0 5px;
}

.comment-body {
	padding: 10px;
}

.comment-body-content {
	color: #2e2e2e;
}

.comment-date {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
}

.comment-website {
	background: url(//cdn.bayan.ir/blog/templates/41199/details_ico_cmt.png) center -102px no-repeat;
	width: 18px;
	height: 23px;
	display: inline-block;
}

.comment-website:hover {
	background-position: center -125px;
	cursor: pointer;
}

.comment-email {
	background: url(//cdn.bayan.ir/blog/templates/41199/details_ico_cmt.png) center -60px no-repeat;
	width: 18px;
	height: 23px;
	display: inline-block;
}

.comment-email:hover {
	background-position: center -79px;
	cursor: pointer;
}

/*-- Reply --*/
.comment-reply {
	margin-bottom: 5px;
	border: 1px solid #000000;
	background-color: #e4d5ce;
	box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
	color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
}

.comment-reply-details {
	padding: 5px 10px 0;
}

.comment-reply-date {
	float: left;
	color: #000000;
	cursor: default;
}

.comment-reply-name {
	color: #ed1212;
	cursor: default;
}

.comment-reply-body {
	color: #000000;
	padding: 10px;
}

/*-- add Comment --*/
.comment-add-form {
	color: #474747;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid rgba(172, 186, 192, 0.5);
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	border-top: 3px solid #ffffff;
	box-shadow: 0 3px 5px rgba(117, 100, 100, 0.1);
	font: 14px "ZarB", "LotusB", Times, Arial, Helvetica;
	border-radius: 5px;
}

.comment-add-form input.sendbutton {
	color: #808080;
	border: #000000 2px solid;
	background: #f8f8f8;
	border-radius: 3px;
	padding: 0 30px 2px;
	cursor: pointer;
	font: 15px "TitrB", "ZarB", "LotusB", Times, Arial, serif, Helvetica;
	-webkit-appearance: button;
}

.comment-add-form input.sendbutton:hover {
	color: #f2f2f2;
	border: #080808 1px solid;
	background: #000000;
}

.comment-add-form iframe {
	background: #FFF;
}

/*-- Pagination --*/
.block-content .pagination {
	cursor: default;
	display: block;
	text-align: center;
	margin-bottom: 0;
	font: 13px "TitrB", "ZarB", "LotusB", Times, Arial, serif;
}

.block-content .pagination .left {
	margin-left: -3px;
}

.block-content .pagination a {
	padding: 2px 12px 2px;
	margin-left: 3px;
	cursor: pointer;
	color: #888;
	border: #ddd 1px solid;
	background: #f9f9f9;
	border-radius: 3px;
}

.block-content .pagination a:hover {
	color: #000000;
	border: #50594f 1px solid;
	background: #3b3a3a;
}

.block-content .pagination a.current {
	color: #000000;
	border: #595454 1px solid;
	background: #575e55;
}

.block-content .pagination .spacer {
	float: right;
	padding: 1px 8px;
	color: #999;
}

.pagination {
	padding-top: 0;
}

/*-- Sidebar --*/
.block-sidebar {
	float: left;
	width: 280px;
	padding-top: 40px;
}

.block-sidebar .sidebox {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	border-radius: 5px;
}

.sidebox .sidebox-title {
	font: 17px/1.2em "TitrB", "ZarB", "LotusB", Times, Arial, serif, Helvetica;
	background: #000000;
	color: #636363;
	padding: 8px 12px 12px;
	text-align: right;
	cursor: default;
	font-weight: normal;
	margin: 0px;
	border-radius: 5px 5px 0 0;
}

.sidebox .sidebox-content {
	font: 14px "yekan", "tahoma", "arial", "Times New Roman", Helvetica;
	direction: rtl;
	border: 1px solid rgba(172, 186, 192, 0.5);
	border-top: none;
	background: #fff;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(244, 244, 244, 1) 100%);
}

.sidebox.menu .sidebox-title {
	background: #000000;
}

.sidebox.menu .sidebox-content ul li:hover {
	background: rgba(233, 70, 32, 0.2);
}

.sidebox.menu .sidebox-content ul li.selected {
	background: rgba(233, 70, 32, 0.2);
	border-bottom: 1px solid rgba(233, 70, 32, 0.2);
}

.sidebox.menu .sidebox-content ul li a {
	color: #0a0a0a;
}

.sidebox.menu .sidebox-content ul li.selected a {
	color: #0a0a0a;
}

.sidebox.blank .sidebox-content {
	border-radius: 5px;
	border: 1px solid rgba(172, 186, 192, 0.5);
}

.sidebox.blank .sidebox-content h4 {
	padding: 8px;
	color: #888;
	margin: 0px;
	font: normal 14px "TitrB", "ZarB", "LotusB", Times, Arial, serif, Helvetica;
	text-align: right;
}

.sidebox.blank .sidebox-content .blog-image {
	text-align: center;
}

.sidebox.blank .sidebox-content img {
	text-align: center;
	max-width: 95%;
	height: auto;
	margin: 5px 0;
}

* html .sidebox.blank .sidebox-content img {
	width: 200px;
	height: auto;
}

/*- sidebar post-list -*/
.sidebox-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebox-content ul li {
	padding: 6px 1px;
	border-bottom: 1px solid #f1f1f1;
}

.sidebox-content ul li:last-child {
	border-bottom: none;
}

.sidebox-content ul li a {
	background: url(//cdn.bayan.ir/blog/templates/41199/sidebar-bullet.png) no-repeat right 12px;
	padding-right: 10px;
	color: #000000;
	font: normal 14px "TitrB", "ZarB", "LotusB", Times, Arial, serif, Helvetica;
}

.sidebox-content ul.menu li a {
	background: url(//cdn.bayan.ir/blog/templates/41199/sidebar-bullet2.png) no-repeat right 12px;
}

.sidebox-content ul li a:hover {
	color: #080808;
}

.sidebox-content ul li:hover {
	background: rgba(8, 146, 205, 0.2);
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.sidebox-content ul li.selected {
	padding: 5px 2px;
	background: rgba(8, 146, 205, 0.2);
	border-bottom: 1px solid rgba(8, 146, 205, 0.2);
}

.sidebox-content ul li.selected a {
	color: #080808;
}

.sidebox-content .post-list-date, .sidebox-content .post-list-count {
	color: #636363;
	cursor: default;
}

.sidebox-content .post-list-count {
	padding-right: 5px;
}

.sidebox-content .post-list-date.none {
	display: none;
}

/*-- ADS --*/
.sidebox-content.view-ads {
	text-align: center;
}

.sidebox-content.view-ads a {
	text-align: center;
	display: block;
	margin-bottom: 5px;
}

.sidebox-content.view-ads a:last-child {
	margin-bottom: 0;
}

/*-- Stat --*/
.sidebox-content.stat {
	position: relative;
}

.sidebox-content.stat .StatTitle {
	cursor: default;
	color: #aaa;
	font-size: 13px;
	border: none;
	text-align: right;
}

.sidebox-content.stat .Value {
	color: #000000;
	cursor: default;
	float: left;
	padding-left: 10px;
	text-align: left;
}

/*-- Tag-Cloud --*/
.sidebox-content.tag-cloud h3 {
	margin: 0px;
	font: normal 11px "TitrB", "ZarB", "LotusB", Times, Arial, serif, serif;
	display: inline-block;
	*display: inline;
	*margin: 2px;
}

.sidebox-content.tag-cloud span {
	display: inline-block;
	margin: 1px 0px 1px 0px;
}

.sidebox-content.tag-cloud a {
	font: 14px/1.3em "TitrB", "ZarB", "LotusB", Times, Arial, serif;
	color: #888;
	border: #ddd 1px solid;
	background: #f9f9f9;
	padding: 1px 7px 4px;
	display: inline-block;
	*display: inline-block;
	margin-left: 1px;
	/*margin: 2px 0px 2px 0px;*/
}

.sidebox-content.tag-cloud a:hover {
	color: #fff;
	border: #080808 1px solid;
	background: #000000;
}

.sidebox-content.tag-cloud a.selected {
	color: #fff;
	border: #080808 1px solid;
	background: #000000;
}

/*-- Categories --*/
.sidebox-content.categories ul li {
	padding: 0;
	border: none;
}

.sidebox-content.categories li:hover {
	background: none;
}

.sidebox-content ul li.selected a {
	color: #080808;
}

.sidebox-content.categories ul li ul.subcats a {
	padding-right: 10px;
	padding-top: 1px;
	display: inline-block;
	background: url(//cdn.bayan.ir/blog/templates/41199/sub_ico.png) right no-repeat;
}

.sidebox-content.categories ul li a {
	padding-bottom: 0;
	padding-right: 20px;
	display: table-cell;
	*display: inline-block;
	background: url(//cdn.bayan.ir/blog/templates/41199/folder_ico.png) right 8px no-repeat;
}

.sidebox-content.categories ul li h3 {
	color: #000000;
	margin: 0;
	font: normal 14px "TitrB", "ZarB", "LotusB", Times, Arial, serif, "Times New Roman", Helvetica;
}

.sidebox-content.categories ul li.selected {
	background: none;
}

.sidebox-content.categories .subcats li.selected {
	background: none;
}

.sidebox-content.categories .subcats {
	margin-right: 14px;
	margin-top: -3px;
}

.sidebox-content.categories ul .post-list-count {
	cursor: default;
	display: table-cell;
	color: #aaa;
}

.sidebox-content.categories .subcats .post-list-count {
	cursor: default;
	display: inline-block;
	color: #aaa;
}

.sidebox-content.categories .category_selected {
	background: rgba(8, 146, 205, 0.2);
	padding: 2px 5px 2px 5px;
	display: block;
	height: 31px;
	max-height: auto;
	*height: auto;
}

.sidebox-content.categories .category_selected a {
	color: inherit;
	cursor: default;
}

/*-- Footer --*/
.footer {
	color: #888;
	height: 50px;
	background: #f9f9f9;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	border-bottom: 4px solid #aaa;
}

.footer a {
	color: #000000;
}

.footer-wrp {
	position: relative;
	width: 1000px;
	margin: auto;
}

.footer .footer-copyright {
	position: absolute;
	right: 0;
	top: 11px;
	text-align: right;
	direction: rtl;
	cursor: default;
	font: 13px yekan;
}

.footer .footer-icons {
	position: absolute;
	left: 0;
	top: 15px;
	text-align: left;
}

.footer .footer-icons a {
	float: left;
	margin-right: 3px;
	width: 20px;
	height: 20px;
}

.footer-ico-rss {
	background: url(//cdn.bayan.ir/blog/templates/shared/icon/rss-icon.png) no-repeat;
}

.footer-ico-bayan {
	background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayan-icon.png) no-repeat;
}

.footer-ico-bayanbox {
	background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayanbox-icon.png) no-repeat;
}

.footer-ico-blog {
	background: url(//cdn.bayan.ir/blog/templates/shared/icon/blog-icon.png) no-repeat;
}

.footer-ico-templates {
	background: url(//cdn.bayan.ir/blog/templates/shared/icon/templates-icon.png) no-repeat;
}

/*---------- Responsive ----------*/

@media only screen and (max-width: 1335px) {
	.club-content {
		width: inherit;
	}
	
	ul.club {
		width: 50%;
	}
	
	.block-side-right, .block-side-left {
		display: none;
	}
	
	.main-menu-wrp {
		display: block;
	}
}

@media only screen and (max-width: 1015px) {
	.content-wrp {
		width: 900px;
	}
	
	.header-wrp {
		width: 900px;
	}
	
	.footer-wrp {
		width: 900px;
	}
	
	.block-content {
		width: 605px;
	}
}

@media only screen and (max-width: 915px) {
	.content-wrp {
		width: 800px;
	}
	
	.header-wrp {
		width: 800px;
	}
	
	.footer-wrp {
		width: 800px;
	}
	
	.block-content {
		width: 505px;
	}
	
}

@media only screen and (max-width: 820px) {
	.content-wrp {
		width: 690px;
	}
	
	.header-wrp {
		width: 690px;
	}
	
	.footer-wrp {
		width: 690px;
	}
	
	.block-content {
		width: 395px;
	}
}

@media only screen and (max-width: 700px) {
	.content-wrp {
		width: 600px;
	}
	
	.header {
		height: 90px;
	}
	
	.header-wrp {
		width: 600px;
	}
	
	.footer-wrp {
		width: 600px;
	}
	
	.block-content {
		width: 385px;
	}
	
	.block-sidebar {
		width: 200px;
	}
	
	.main-menu.resp {
		margin: 15px 0 15px;
		display: block;
	}
	
	.main-menu-wrp {
		margin: 130px auto 0;
	}
	
	.header .header-right {
		position: relative;
		right: inherit;
		text-align: center;
	}
	
	.header .header-left {
		position: inherit;
		text-align: center;
	}
	
	.content-wrp {
		margin-top: 0;
	}
	
}

@media only screen and (max-width: 650px) {
	.content-wrp {
		width: 550px;
	}
	
	.header-wrp {
		width: 550px;
	}
	
	.footer-wrp {
		width: 550px;
	}
	
	.block-content {
		width: 345px;
	}
	
	.block-sidebar {
		width: 190px;
	}
}

@media only screen and (max-width: 600px) {
	
}

@media only screen and (max-width: 550px) {
	.content-wrp {
		width: inherit;
		margin: 15px;
	}
	
	.header-wrp {
		width: inherit;
		margin: 0 15px;
	}
	
	.footer-wrp {
		width: inherit;
		margin: 0 15px;
	}
	
	.block-sidebar {
		margin-top: 15px;
		width: 100%;
	}
	
	.block-content {
		width: 100%;
	}
	
}
.anti-spam {
	display: none;
}
.vitrinapp, .cafebazaar {
	display: none !important;
}

.comment-body:contains("کافه‌بازار"),
.comment-body:contains("ویترین"),
.comment-body:contains("vitrinapp") {
	display: none !important;
}
/* استایل جدید برای کامنت‌ها - اضافه کردن به انتهای CSS */
.post_comments, .comment-body, .body_cmt, .cmt_reply {
	text-align: justify !important;
	line-height: 1.8 !important;
	text-align-last: right !important;
	direction: rtl !important;
}

.cmt_details {
	text-align: right !important;
	margin-bottom: 15px !important;
}

.body_cmt .cnt_l {
	text-align: justify !important;
	line-height: 1.8 !important;
	display: block !important;
}
