@charset "utf-8";
[hidden] {
	display: none;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'nazanin';
	src: url('//cdn.bayan.ir/blog/templates/shared/fonts/BNazanin.eot?download');
	src: url('//cdn.bayan.ir/blog/templates/shared/fonts/BNazanin.eot?download#iefix') format('embedded-opentype'), url('//cdn.bayan.ir/blog/templates/shared/fonts/BNazanin.woff?download') format('woff'), url('//cdn.bayan.ir/blog/templates/shared/fonts/BNazanin.ttf?download') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'yekan';
	src: url('//cdn.bayan.ir/blog/templates/shared/fonts/BYekan.eot?download');
	src: url('//cdn.bayan.ir/blog/templates/shared/fonts/BYekan.eot?download#iefix') format('embedded-opentype'), url('//cdn.bayan.ir/blog/templates/shared/fonts/BYekan.woff?download') format('woff'), url('//cdn.bayan.ir/blog/templates/shared/fonts/BYekan.ttf?download') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	direction: ltr;
}

body {
	margin: 0;
	padding: 0;
	background: #f1f1f1 url(//cdn.bayan.ir/blog/templates/29581/bg.png) repeat;
	font: 11px 'tahoma', 'arial', sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
}

p {
	margin-bottom: 0.5em;
}

pre {
	direction: ltr;
	background-color: #FAFAEE;
	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: #cdcdcd;
}

::-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: "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
	font-weight: normal;
}

img {
	border: none;
	border-width: 0;
	width: 100%;
}

a {
	color: #005ac7;
	cursor: pointer;
	text-decoration: none;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	-khtml-transition-duration: .2s;
}

a:hover {
	color: #111;
	text-decoration: none;
	cursor: pointer;
}

a:active {
	outline: hidden;
}

.wrp {
	background: #f5f5f5;
	box-shadow: 0 0 10px #ccc;
	direction: rtl;
	position: relative;
	width: 700px;
	margin: 40px auto 0;
	border-radius: 5px;
}

/*-- Header --*/
.header {
	position: relative;
	background: #627fb4;
	background: -moz-linear-gradient(top,  #627fb4 0%, #516da3 50%, #3b5997 51%, #284484 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627fb4), color-stop(50%,#516da3), color-stop(51%,#3b5997), color-stop(100%,#284484));
	background: -webkit-linear-gradient(top,  #627fb4 0%,#516da3 50%,#3b5997 51%,#284484 100%);
	background: -o-linear-gradient(top,  #627fb4 0%,#516da3 50%,#3b5997 51%,#284484 100%);
	background: -ms-linear-gradient(top,  #627fb4 0%,#516da3 50%,#3b5997 51%,#284484 100%);
	background: linear-gradient(to bottom,  #627fb4 0%,#516da3 50%,#3b5997 51%,#284484 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627fb4', endColorstr='#284484',GradientType=0 );
	
}

.header:after {
	display: block;
	content: ' ';
	clear: both;
}

.header h1, .header h2 {
	margin: 0 15px 0 0;
	padding: 0;
	color: #fff;
	font: 23px/1.4em "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
}

.header h2 {
	font: 15px/2em "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
	color: #B4C3DA;
	cursor:default;
}

.head-title {
	float: right;
	padding-left: 13px;
	font-size: 12px;
}

.header a {
	color: #fff;
}

/*-- Menu --*/
.main-menu {
	float: right;
}

.main-menu a {
	font: 14px yekan, tahoma, arial;
	color: #e9ebf1;
	padding: 16px 11px;
	float: right;
	display: block;
	border-right: 1px solid #4a6aa5;
	height: 65px;
}

.main-menu a.selected, .main-menu a:hover {
	color: #fff;
	background: rgba(33, 59, 120, 0.4);
	box-shadow: inset 0 0 10px #1a336c;
}

.cover {
	position: relative;
	height: 260px;
}

.cover img {
	position: absolute;
}

.cover .avatar {
	z-index: 5;
	position: absolute;
	width: 128px;
	height: 128px;
	background: #fff;
	top: 155px;
	right: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px #ddd;
}

.cover .avatar img {
	border-radius: 5px;
}

.cover-bar {
	position: relative;
	height: 43px;
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
}

.cover-rss {
	position: absolute;
	left: 20px;
	margin: 8px 0;
}

.cover-rss a {
	background: #fe9833 url(//cdn.bayan.ir/blog/templates/41049/rss.png) no-repeat center;
	display: block;
	width: 28px;
	height: 26px;
	border-radius: 3px;
}

.cover-rss a:hover {
	background: #ff8914 url(//cdn.bayan.ir/blog/templates/41049/rss.png) no-repeat center;
}

/*-- Content --*/
.box-content {
	background: #f5f5f5;
	padding: 20px 20px 10px;
}

.box-content .col-right {
	margin-left: 257px;
	padding-left: 10px;
}

.box-content .col-left {
	width: 257px;
	float: left;
	font:13px "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
}

.boxes {
	border: 1px solid #d1d1d1;
	background: #fff;
	border-radius: 5px;
}

.boxes.box-post {
	margin-bottom: 10px;
	font-family: "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif;
}

.boxes.box-post .post-wrp {
	padding: 10px 15px;
}

.boxes.box-post h2 {
	font-size: 18px;
	color: #005ac7;
	margin: 0;
	padding: 0;
}

.boxes.box-post .post-author {
	border-left: 1px solid #e7e7e7;
	padding: 0 0 0 5px;
}

.boxes.box-post .post-date {
	font-size: 12px;
	color: #757575;
	cursor: default;
}

.boxes.box-post .post-image {
	float: left;
	margin: 5px 10px 5px 0;
	width: 128px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}

.boxes.box-post .post-image.mini img {
	width: 80px;
	height: auto;
}

.boxes.box-post .post-image.full {
	margin: 15px 0 5px;
	width: 100%;
	height: auto;
}

.boxes.box-post .post-content {
	font-size: 14px;
	padding-top: 1px;
	text-align: justify;
}

.boxes.box-post .post-details {
	border-top: 1px solid #f2f2f2;
	background: #fafafa;
	padding: 5px;
	color: #757575;
	font-size: 13px;
	border-radius: 0 0 5px 5px;
}

.boxes.box-post .post-details a {
	color: #757575;
}

.boxes.box-post .post-details a:hover {
	color: #005ac7;
}

.boxes.box-post .post-details-comment, .boxes.box-post .post-details-rate, .boxes.box-post .post-details-category {
	border-left: 1px solid #e7e7e7;
	padding: 0 0 0 5px;
}

.boxes.box-post .post-details-category {
	border-left: 0px solid #e7e7e7;
	padding: 0 5px;
}

img.rateimg, img.rateup, img.ratedn {
	background: url(//cdn.bayan.ir/blog/templates/41049/pd_ico_rate.png) no-repeat center left;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.rate-down img.rateimg, img.ratedn {
	background-position: 0 -27px;
}

.rate-up img.rateimg, img.rateup {
	background-position: 0 -6px;
}

.rate-up {
	margin: 0 10px;
}

/*-- messages --*/
.messages {
	cursor: default;
	margin: 0 0 10px;
	border: 1px solid #d1d1d1;
	border-top: 3px solid #2ba22e;
	background: #fff;
	border-radius: 5px;
}

.messages .messages-content {
	padding: 1px 15px;
	color: #555;
}

.messages .messages-content h2 {
	color: #333;
	text-align: center;
	cursor: default;
	margin: 10px;
	font-size: 17px;
}

.messages .messages-content h2 a.comment_count {
	color: #555;
}

.messages .messages-content h2 a.comment_count:hover {
	color: #222;
	cursor: pointer;
}

/*- SideBox -*/
.boxes.sidebox {
	margin-bottom: 10px;
}

.boxes.sidebox .sidebox-title {
	font-size: 16px;
	margin: 10px 0;
}

.boxes.sidebox .sidebox-titlebg {
	background: #3a80c8;
	padding: 0 10px 3px;
	float: right;
	width: 133px;
	color: #fff;
	cursor: default;
	border-radius: 5px 0 0 5px;
	position: relative;
	font-size:14px;
}

.boxes.sidebox .sidebox-title a {
	float: left;
	margin-left: 10px;
}

.sidebox-content {
	margin: 0 10px 10px;
}

.sidebox-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebox-content.post-type-image {
	height: 140px;
	overflow: hidden;
	position: relative;
}

.sidebox-content.post-type-image h2 {
	margin: 0;
	position: absolute;
	bottom: 10px;
	padding: 2px 5px;
	color: #fff;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	font-size: 15px;
}

.sidebox-content.post-type-post ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebox-content.post-type-post ul li {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #eee;
}

.sidebox-content.post-type-post ul li:last-child{
	border-bottom: none;
}

.sidebox-content.post-type-post ul li.blt {
	margin: 0 0 5px;
}

.sidebox-content.post-type-post ul li.blt a{
	background: url(//cdn.bayan.ir/blog/templates/41049/sidebar-bullet.png) no-repeat right center;
	padding-right: 5px;
}

.sidebox-content.post-type-post ul li img {
	float: right;
	width: 44px;
	height: auto;
	border: 1px solid #ddd;
}

.sidebox-content.post-type-post span {
	margin-right: 10px;
	font-size: 14px;
}

.sidebox-content.post-type-post a {
	color: #111;
}

.sidebox-content.post-type-post a:hover {
	color: #005ac7;
}

.navbar {
	overflow: hidden
}

.container {
	margin: 0 auto
}

/*-- Categories --*/

.sidebox-content.categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebox-content.categories ul li {
	padding: 0;
	border: none;
}

.sidebox-content.categories li:hover {
	background: none;
}

.sidebox-content ul li.selected a {
	color: #005ac7;
}

.sidebox-content.categories ul li ul.subcats a {
	padding-right: 10px;
	padding-top: 1px;
	display: inline-block;
	background: url(//cdn.bayan.ir/blog/templates/41049/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/41049/folder_ico.png) right 8px no-repeat;
}

.sidebox-content.categories ul li h3 {
	color: #333;
	margin: 0;
	font-size: 14px;
}

.sidebox-content.categories .category_selected h3 {
	color: #111;
}

.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: #eee;
	padding: 2px 5px 2px 5px;
	display: block;
	height: 31px;
	*height: auto;
}

.sidebox-content.categories .category_selected a {
	color: inherit;
	cursor: default;
}

/*-- Stat --*/
.sidebox-content.stat {
	position: relative;
}

.sidebox-content.stat .StatTitle {
	cursor: default;
	color: #888 font-size : 13 px;
	border: none;
	text-align: right;
}

.sidebox-content.stat .Value {
	color: #555;
	cursor: default;
	float: left;
	padding-left: 10px;
	text-align: left;
}

/*-- Tag-Cloud --*/
.sidebox-content.tag-cloud h3 {
	margin: 0;
	font: normal 11px "tahoma", "Times New Roman", Times, Arial, serif;
	display: inline-block;
	*display: inline;
	*margin: 2px;
}

.sidebox-content.tag-cloud span {
	display: inline-block;
	margin: 1px 0 1px 0;
}

.sidebox-content.tag-cloud a {
	font: 13px/1.6em "yekan", "tahoma", "arial", "Times New Roman", Helvetica;
	color: #333;
	border: #ddd 1px solid;
	padding: 1px 5px;
	display: table-cell;
	*display: inline-block;
	margin: 2px 0 2px 0;
}

.sidebox-content.tag-cloud a:hover {
	color: #fff;
	background: #fe9833;
	border: #fe7f20 1px solid;
}

.sidebox-content.tag-cloud a.selected {
	color: #fff;
	background: #fe9833;
	border: #fe7f20 1px solid;
}

/*-- Post-Tags --*/
.boxes.box-post .keywords_post{
	margin-top:10px;
	padding-right:18px;
	cursor:default;
	background:url(//cdn.bayan.ir/blog/templates/28753/pd_ico_key.png) right top no-repeat;
	display:block;
}
.boxes.box-post .keywords_post span{
	display:inline-block;
}
.boxes.box-post .keywords_post span a{
	border-right:1px dashed #ddd;
	padding:2px 7px 2px 7px;
	display:table-cell;
	margin-bottom:5px;
}
.boxes.box-post .keywords_post span h3{
	margin:0px;
	font-size:11px;
	font-family:"tahoma","Times New Roman", Times,Arial,serif;
	font-weight:normal;
}
.boxes.box-post .keywords_post .first a {
	border-right:none;
}

/*-- Post Comments --*/
.post-comments {
	font-size: 15px;
	margin-bottom: 15px;
	font:14px "yekan", "tahoma", "arial", "Times New Roman", Helvetica;
}

.post-comment {
	margin-bottom: 5px;
	border: 1px solid #ddd;
	border-top: 3px solid #3a80c8;
	border-radius: 5px;
}

.comment-details {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	padding: 0;
	cursor: default;
}

.comment-details a {
	cursor: pointer;
	vertical-align: bottom;
	margin-right: 5px;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	-o-transition-duration: .0s;
	-khtml-transition-duration: .0s;
	color: #999;
}

.comment-details-left {
	padding: 4px 0 0 10px;
	float: left;
}

.comment-details-right {
}

.comment-avatar img {
	width: 34px;
	height: auto;
}

.comment-name {
	color: #999;
	cursor: default;
	padding: 0 5px;
}

.comment-body {
	padding: 10px;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.comment-body-content {
	color: #444;
}

.comment-date {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
}

.comment-website {
	background: url(//cdn.bayan.ir/blog/templates/41049/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/41049/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 {
	border-radius: 5px;
	margin-bottom: 5px;
	border: 1px solid #6ec2e5;
	background-color: #e5f7ff;
	color: #146485;
}

.comment-reply-details {
	padding: 5px 10px 0;
}

.comment-reply-date {
	float: left;
	color: rgba(0, 0, 0, 0.5);
	cursor: default;
}

.comment-reply-name {
	color: rgba(0, 0, 0, 0.5);
	cursor: default;
}

.comment-reply-body {
	padding: 10px;
}

/*-- add Comment --*/
.comment-add-form {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #d1d1d1;
	background: #fff;
	border-radius: 5px;
	float: right;
}

.comment-add-form img{
	width: auto;
}

.comment-add-form input.sendbutton {
	padding: 0 30px 2px;
	cursor: pointer;
	color: #fff;
	background: #fe9833;
	border: #fe7f20 1px solid;
	font: 15px "nazanin", "tahoma", "arial", "Times New Roman", Helvetica;
}

.comment-add-form input.sendbutton:hover {
	color: #333;
	border: #ddd 1px solid;
	background: none;
}

.comment-add-form iframe {
	background: #fff;
}

.comment-add-form .bComForm .sendbutton.hasCheckbox{
	margin: 0;
}

/*-- Pagination --*/
.pagination {
	cursor: default;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font: 13px "yekan", "tahoma", "arial", "Times New Roman", Helvetica;
}

.pagination .left {
	margin-left: -3px;
}

.pagination a {
	padding: 2px 12px 2px;
	margin-left: 3px;
	cursor: pointer;
	color: #333;
	border: #ddd 1px solid;
}

.pagination a:hover {
	color: #fff;
	background: #fe9833;
	border: #fe7f20 1px solid;
}

.pagination a.current {
	color: #fff;
	background: #fe9833;
	border: #fe7f20 1px solid;
}

.pagination .spacer {
	float: right;
	padding: 1px 8px;
	color: #999;
}

.pagination {
	padding-top: 0;
}

.footer {
	direction: rtl;
	position: relative;
	width: 700px;
	margin: 30px auto;
	font-size: 15px;
	color: #747474;
	cursor: default;
	font: 13px "yekan", "tahoma", "arial", "Times New Roman", Helvetica;
}

.footer .footer-icons {
	position: absolute;
	left: 0;
	top: 0;
	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;
}
