﻿@charset "utf-8";
/*
Theme Name: قالب وردپرس فورپرس
Theme URI: http://mihanwp.com
Version: 0.3
Author: میهن وردپرس
Author URI: http://mihanwp.com
License: GNU General Public License version 3.0
*/
html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
@font-face {
	font-family: 'BYekan';
	src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */ url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
body {
	direction: rtl;
	background: url(images/bg2.jpg) repeat;
	font: 12px BYekan
}
.middle {
	width: 1000px;
	margin: auto
}
a {
	color: #033;
	text-decoration: none
}
a:hover {
	color: #C00
}
p input {
	background: #fff;
	border-radius: 3px;
	color: #000;
	padding: 5px
}
p submit {
	background: #e74c3c;
	color: #fff;
	padding: 5px
}
.logo img {
	width: 150px;
	height: 95px;
	margin: 24px 9px 14px 5px;
	float: right
}
.logoarea h1 {
	margin: 0 2px 10px 4px;
	font: normal 30px BYekan
}
.logoarea h2 {
	background: #606060;
	border-radius: 5px;
	color: #fff;
	padding: 7px;
	font: normal 13px BYekan
}
.logoarea .logotype {
	float: right;
	margin: 25px 5px 4px 4px;
}
.socialarea {
	width: 220px;
	float: left;
	margin-top: 25px;
	cursor: pointer;
}
.socialarea .itemm {
	float: right;
	margin: 0 5px 10px 2px;
	transition: all 0.2s;
	position: relative;
}
.socialarea .itemm img:hover {
	opacity: 0.6
}
.socialarea .itemm .tooltiip {
	background: rgba(0,0,0,0.7);
	opacity: 0;
	position: absolute;
	top: -19px;
	right: -7px;
	font: 10px Tahoma;
	color: #fff;
	width: 47px;
	text-align: center;
	padding: 3px;
	border-radius: 3px;
	transition: all 0.3s
}
.socialarea .itemm:hover .tooltiip {
	opacity: 1;
	top: -22px;
}
.menubar {
	width: 98%;
	margin: auto;
	background: #323232; /* Old browsers */
	background: -moz-linear-gradient(top, #323232 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(100%, #222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #323232 0%, #222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #323232 0%, #222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #323232 0%, #222222 100%); /* IE10+ */
	background: linear-gradient(to bottom, #323232 0%, #222222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#222222', GradientType=0 ); /* IE6-9 */
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-top: 10px
}
.clear {
	clear: both
}
.menubar li {
	list-style: none;
	float: right;
	margin: 7px 5px;
}
.menubar li a {
	color: #FFF;
	padding: 5px 12px
}
.menubar li a:hover {
	background: #e74c3c;
	border-radius: 3px;
}
.menubar ul li ul {
	display: none;
	position: absolute;
	margin-top: 4px;
	margin-right: -9px
}
.menubar ul li:hover ul {
	display: block;
background:background: #323232; /* Old browsers */
	background: -moz-linear-gradient(top, #323232 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(100%, #222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #323232 0%, #222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #323232 0%, #222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #323232 0%, #222222 100%); /* IE10+ */
	background: linear-gradient(to bottom, #323232 0%, #222222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#222222', GradientType=0 ); /* IE6-9 */
	border-radius: 3px
}
.datecul {
	float: left;
	width: 230px;
	margin-bottom: 15px;
	margin-top: -40px
}
.search {
	float: left;
}
.search form input[type=text] {
	font: 12px BYekan;
	border-radius: 3px;
	padding: 2px 8px;
	background: #f4f4f4;
	width: 75px;
	height: 20px;
	margin: 5px;
	float: right;
	position: relative;
	transition: all 1s
}
.search form input[type=text]:hover {
	width: 170px;
	transition: all 1s
}
.search form input[type=submit] {
	background: url(images/search.png);
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin: 10px -21px;
	padding-bottom: 10px;
	position: absolute
}
.adsside {
	width: 120px;
	float: left;
	margin: 10px 7px
}
.adsside img {
	margin: 0 0 5px 0
}
.rightside {
	width: 850px;
	float: right;
	margin: 10px 3px
}
.widgetside {
	width: 200px;
	float: right;
	margin: 5px 0 10px 5px;
}
.widgetside .wgbox {
	background: #f3f3f3;
}
.widgetside .wgbox ul {
	padding: 5px 16px 0px 1px;
	list-style: none
}
.widgetside .wgbox ul li {
	padding: 0 0 5px 0;
	line-height: 20px;
	background: url(images/arrow.jpg) no-repeat top 10px right 0px;
	text-indent: 14px;
	transition: all 0.2s
}
.widgetside .wgbox ul li:hover {
	background: url(images/arrow_hover.jpg) no-repeat top 10px right 5px;
}
.widgetside .wghead {
	background: #292929;
	padding: 5px 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.widgetside .wghead h3 {
	font: normal 18px BYekan;
	color: #fff;
	text-indent: 10px
}
.postside {
	width: 643px;
	float: right;
	margin: 5px 5px;
}
.postbox {
	background: #f3f3f3;
	width: 100%;
	margin: 4px 0 11px 0;
	border-radius: 3px;
	overflow: hidden
}
.postbox .contentt {
	padding: 10px;
	width: 481px;
	height: 116px;
	overflow: hidden;
	line-height: 19px;
	float: right;
	text-align: justify
}
.postbox img {
	float: right
}
.postbox .contentt h2 {
	font: normal 18px BYekan;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.3s
}
.post-meta {
	background: #dedede;
	height: 23px;
	float: right;
	width: 500px;
}
.postbox .post-meta .objectt {
	width: 130px;
	float: right;
	margin: 3px
}
.postbox .post-meta .objectt img {
	float: right;
	margin: 2px 5px;
}
.postbox .post-meta .postby {
	width: 130px;
	float: right;
	margin: 3px
}
.postbox .post-meta .postby img {
	float: right;
	margin: 2px 5px
}
.postbox .post-meta .readmorebtn {
	background: #0f6099;
	float: left;
	text-align: center;
	transition: all 0.3s
}
.postbox .post-meta .readmorebtn a {
	margin: 9px;
	line-height: 23px;
	color: #fff;
}
.postbox:hover .contentt h2 {
	color: #e74c3c;
	transition: all 0.3s
}
.postbox:hover .post-meta .readmorebtn {
	background: #e74c3c;
	transition: all 0.3s
}
.postbox:hover img {
	opacity: 0.7;
	transition: all 0.3s
}
.boxwg {
	width: 310px;
	margin: 5px 0 0 10px;
	float: right;
	border-radius: 3px;
	background: #f3f3f3;
}
.boxwg2 {
	width: 310px;
	margin: 5px 13px 0 0;
	float: left;
	border-radius: 3px;
	background: #f3f3f3;
}
.boxwg .blackhead {
	background: #292929;
	padding: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.boxwg2 .redhead {
	background: #e74c3c;
	padding: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.boxwg2 .redhead h3, .boxwg .blackhead h3 {
	font: normal 18px BYekan;
	color: #fff;
	float: right;
	padding: 0 3px 0 10px
}
.boxwg2 .redhead img {
	padding: 0 5px 0 0
}
.boxwg .archicon, .boxwg2 .archicon {
	float: left;
	margin: 5px;
	transition: all 0.3s;
	opacity: 0.6
}
.boxwg .archicon:hover, .boxwg2 .archicon:hover {
	opacity: 1
}
.boxwg ul, .boxwg2 ul {
	list-style: none
}
.boxwg ul li, .boxwg2 ul li {
	border-bottom: 1px solid #c7c7c7;
}
.boxwg ul li:last-child, .boxwg2 ul li:last-child {
	border-bottom: none
}
.boxwg ul li:hover, .boxwg2 ul li:hover {
	background: #e6e6e6
}
.boxwg ul li, .boxwg2 ul li {
	overflow: hidden
}
.boxwg ul li:first-child img, .boxwg2 ul li:first-child img {
	float: right;
	margin: 0 0 0 5px
}
.boxwg ul li h2, .boxwg2 ul li h2 {
	font: normal 14px BYekan;
	padding: 5px
}
.boxwg ul li:first-child h2, .boxwg2 ul li:first-child h2 {
	font: normal 18px BYekan;
	padding: 5px
}
.locations {
	background: url(images/location.png) no-repeat right;
	height: 19px;
	padding: 4px 25px 0 5px;
}
.postsingle {
	background: #f3f3f3;
	border-radius: 3px;
	margin: 6px 11px 0 0;
	float: right;
	width: 630px
}
.postsingle h1 {
	font: normal 18px BYekan;
	padding: 6px
}
.postsingle .metasingle {
	background: #dedede;
	padding: 5px 0
}
.postsingle .metasingle ul {
	list-style: none
}
.postsingle .metasingle ul li {
	float: right;
	margin: 0 0 0 5px
}
.postsingle .metasingle ul li img {
	float: right;
	margin: 0 5px
}
.postsingle .scontent {
	margin: 10px ;
	line-height: 20px;
	text-align: justify
}
.postsingle .tagss {
	background: url(images/tag.png) no-repeat right;
	padding: 3px 34px 10px 43px;
	height: 24px;
	border-bottom: 1px solid #d6d6d6;
}
.postsingle .sharingss {
	float: left;
	margin: 10px;
}
.postsingle .sharingss img {
	float: right;
	margin: 3px;
	opacity: 0.4;
	transition: all 0.3s;
}
.postsingle .sharingss img:hover {
	opacity: 1;
}
.postsingle .headerr {
	background: #292929;
	color: #fff;
	font: 18px BYekan;
	padding: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.relatedct ul {
	padding: 5px 16px 0px 1px;
	list-style: none
}
.relatedct ul li {
	padding: 0 0 5px 0;
	line-height: 20px;
	background: url(images/arrow.jpg) no-repeat top 10px right 0px;
	text-indent: 14px;
	transition: all 0.2s;
	width: 280px;
	float: right;
	margin: 2px
}
.relatedct ul li:hover {
	background: url(images/arrow_hover.jpg) no-repeat top 10px right 5px;
}
.commentbox {
	background: #fff;
	border: 1px solid #b6b6b6;
	border-radius: 3px;
	margin: 6px;
	padding: 5px;
	line-height: 20px;
	float: right;
	width: 96%;
}
#comments-wrap {
	font: 12px BYekan;
	color: #000
}
#comments-number {
	font: 18px BYekan
}
#reply-title {
	font: 16px BYekan;
	background: #e74c3c;
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	float: right;
	margin-top: 5px
}
.comment-notes {
	font: 14px BYekan;
	float: left;
	margin-left: 5px
}
.comment-form-author {
	float: right;
	margin-top: 25px;
	font: 18px BYekan;
}
.comment-form-author #author {
	border: 1px solid #888888;
	border-radius: 3px;
	margin-right: 19px;
	padding: 3px;
	background: #ccc
}
.comment-form-author #author:hover {
	background: #fff
}
.comment-form-email {
	float: right;
	margin-top: 15px;
	font: 18px BYekan
}
.comment-form-email #email {
	border: 1px solid #888888;
	border-radius: 3px;
	padding: 3px;
	background: #ccc
}
.comment-form-email #email:hover {
	background: #fff
}
.comment-form-url {
	float: right;
	margin-top: 15px;
	font: 18px BYekan
}
.comment-form-url #url {
	border: 1px solid #888888;
	border-radius: 3px;
	margin-right: 12px;
	padding: 3px;
	background: #ccc
}
.comment-form-url #url:hover {
	background: #fff
}
.comment-form-comment {
	float: right;
	margin-top: 15px;
	margin-right: 23px;
	font: 18px BYekan
}
#comment {
	width: 580px;
	font: 16px BYekan;
	float: right;
	background: #ccc
}
#comment:hover {
	background: #fff
}
.form-allowed-tags {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px
}
.titlecmbox {
	font-weight: bold
}
.copyright-wp {
	font: 12px BYekan;
	float: right;
	margin-top: 10px
}
.copyright-wp a:hover {
	color: #e74c3c
}
.author {
	background: #f3f3f3;
	border-radius: 3px;
	float: right;
	margin: 10px 11px 10px 10px
}
.authorh {
	padding: 5px;
	background: #292929;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	width: 620px
}
.author ul {
	list-style: none
}
.authorh h3 {
	font: normal 16px BYekan;
	margin: 2px 10px
}
.author ul li h4 {
	font: 14px BYekan;
	padding: 10px 0 0 0
}
.author ul li {
	text-align: justify;
	font: 12px BYekan;
	text-height: 20px;
	padding: 5px
}
.author img {
	height: 105px;
	margin-bottom: 5px;
	border-radius: 100%;
	padding: 10px;
	float: right;
	margin-top: 5px;
	margin-left: 10px
}
.resultsearch {
	background: #333;
	border-radius: 25px;
	width: 627px;
	float: right;
	color: #fff;
	font: 16px BYekan;
	padding: 7px;
	margin-bottom: 20px;
	margin-top: 10px;
	transition: all 0.6s
}
.resultsearch:hover {
	color: #e74c3c;
	transition: all 0.6s
}
.sliderarea {
	background: #f3f3f3;
	width: 100%;
	height: 170px
}
.postslider {
	direction: rtl;
	text-align: right;
	line-height: 20px;
	text-align: justify;
	padding: 0 0 0 43px
}
.postslider h2 {
	font: normal 18px BYekan;
	padding: 5px 0
}
.postslider img {
	float: right;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: 0 0 0 10px
}
#searchsubmit {
	padding: 3px;
	background : #000;
	color: #fff;
	border-radius: 3px;
	float: right;
	margin-right: 3px;
	margin-top: 5px
}
#s {
	background : #000;
	color: #fff;
	padding: 3px;
	float: right;
	border-radius: 3px;
	margin-right: 19px;
	margin-top: 5px
}
.screen-reader-text {
	margin-right: 60px
}
.textwidget {
	padding : 10px
}
.pageside {
	float: right;
	width: 600px
}
.nf {
	margin-top: 20px;
	color: #000;
	border-radius: 15px;
	padding : 5px;
	float: right;
	margin-bottom: 30px;
	font: 18px BYekan
}
.nf:hover {
	background: #000;
	color: #fff
}
.nf ul {
	list-style: none
}
.nf a {
	color: red;
	font: 18px BYekan
}
.nfpic {
	float: left
}
.nfpic img {
	opacity: 1;
	transition: all 0.3s
}
.nfpic img:hover {
	opacity: 0.7;
	transition: all 0.3s
}
#submit {
	background: #e74c3c;
	border-radius: 5px;
	color: #fff;
	padding: 5px;
	font: 14px BYekan;
	float: left;
margin-top;
10px;
	margin-left: 5px;
	margin-bottom: 5px
}
#submit:hover {
	color: #000
}
.logged-in-as {
	float: left;
	margin: 10px;
	font: 14px BYekan
}
.logged-in-as a {
	color: #e74c3c
}
.says {
	font: 14px BYekan
}
.comment-author {
	font: 14px BYekan;
	margin-right: 10px;
	margin-bottom: 7px
}
.comment-author img {
	border-radius: 100%;
	margin-top: 10px;
	margin-left: 10px
}
.comment-reply-link {
	font: 14px BYekan
}
.comment-meta {
	border-radius: 5px;
	width: 200px
}
.commentbox p {
	margin: 10px
}
.butnp {
	clear: both;
	padding-top: 10px
}
.nexb {
	font: 16px BYekan;
	color: #e74c3c;
	padding: 3px
}
.prevb {
	font: 16px BYekan;
	color: #e74c3c;
	padding: 3px
}
.footerarea {
	background: #f3f3f3;
	border-top: 1px solid #cbcbcb;
	width: 100%;
	padding: 10px 0
}
.footerarea .wdget {
	width: 330px;
	float: right;
	margin: 0 15px;
	line-height: 20px;
	color: #656565;
	text-align: justify
}
.footerarea .wdget a:hover {
	color: #e74c3c
}
.footerarea .wdget h3 {
	font: normal 18px BYekan;
	color: #656565
}
.footerarea .wdget input {
	width: 90%;
	margin: 5px auto;
	font-family: BYekan;
	border-radius: 3px;
	padding: 10px
}
.footerarea .wdget input[type=text] {
	background: #fff;
	box-shadow: 0px 2px 0px #b6b6b6
}
.footerarea .wdget input[type=submit] {
	background: #e74c3c;
	box-shadow: 0px -2px 0px #bd2219;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 6px 31px;
	width: 97%;
	cursor: pointer;
}
.footerarea .firstFT {
	float: right
}
.footerarea .firstFT ul {
	list-style: none;
}
.footerarea .firstFT ul li {
	float: right;
	margin: 5px;
}
.footerarea .firstFT ul li a {
	padding: 2px 7px
}
.footerarea .firstFT ul li:hover a {
	background: #434343;
	color: #fff;
	border-radius: 3px
}
.footerarea .firstFT span {
	margin: 12px;
	line-height: 28px;
}
#calendar_wrap {
	padding: 5px;
	margin-right : 35px;
	font: 13px BYekan
}