﻿@font-face {
font-family:'Yekan';
src:url(fonts/yekanregular.woff) format("woff");
font-weight:none;
font-style:normal
}
@font-face {
 font-family: 'wdtv';
 src: url('fonts/wdtv.eot') format('eot'),  url('fonts/wdtv.woff') format('woff'),  url('fonts/wdtv.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
.bodys_content img{max-width:100%;height:auto;}
.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #000;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
html, li, h2, h1, h3, h4, h5, h6, a {
	color:#111;
	text-decoration:none;
	margin:0px;
	padding:0px;
	list-style:none;
}
a:hover {
	color:#99ca6a;
}
body {
	background:#f4f4f4;
	font-family:'wdtv', tahoma;
font-size:.8375rem;
	direction:rtl;
	margin:0px;
}
body {
	color: #3e3e3e;
	margin:0px;
	padding:0px;
	line-height:1.9em; /*new*/
}

#mains {
	max-width:1100px;
	margin:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.border_top {
	background:#dc524d;
	height:3px;
	border-bottom:1px solid #fff
}
header {
	max-width:1100px;
	text-align:center;
	height:160px;
	margin:auto;
}
.logo {
	float:left;
	margin-left:5px;
}
.title_site {
	text-align:right;
	margin:auto;
	padding-top:5px;
}
.title_site a:hover {
	color:#272727;
}
.title_site a {
	color:#3e3e3e;
}
.title_site h1 {
	font-size:20px;
	margin:5px 10px 0 0;
}
.title_site h2 {
	font:9pt tahoma;
	margin:5px 10px 0 0;
	color:#3e3e3e;
}
.clear {
	clear:both;
}
.fixed {
	position:fixed;
	right:5px;
	bottom:5px;
	z-index:100;
display:;
}
nav {
	max-width:100%;
	height: 40px;
	background: #FFF;
	margin:auto;
	padding-top:5px;
	border-bottom:2px solid #e8e8e8;
}
nav li {
	float:right;
	list-style:none;
	padding:3px 15px 4px 15px;
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-khtml-transition:0.5s;
	color:#999999;
	margin:0px 5px 0 5px;
	font:14px yekan, tahoma;
}
nav li:hover {
	background: #3bbce0;
	color: #FFFFFF;
}
 #main a:nth-of-type(1) li:hover {
background:#00dfc1;
}
 #main a:nth-of-type(2) li:hover {
background:#e75d66;
}
 #main a:nth-of-type(3) li:hover {
background:#bb88de;
}
 #main a:nth-of-type(4) li:hover {
background:#e4644b;
}
 #main a:nth-of-type(5) li:hover {
background:#fac75b;
}
 #main a:nth-of-type(6) li:hover {
background:#99ca6a;
}
 #main a:nth-of-type(7)li:hover {
background:#00c5ad;
}
 #main a:nth-of-type(8) li:hover {
background:#3bbce0;
}
 #main a:nth-of-type(9) li:hover {
background:#425b71;
}
 #main a:nth-of-type(10) li:hover {
background:#e75d66;
}
.search {
	float:left;
	width:20%;
	height: 33px;
	margin: 0px 0px 15px 5px;
	font:13px 'wdtv', tahoma;
	border: 1px solid #bdbdbd;
	border-radius:5px;
	background: #FFF;
}
.search input[type=search] {
	float: right;
	height: 20px;
	border: none;
	font: 13px yekan, tahoma;
	margin-top:6px;
	color: #818181;
	width:98%;
}
.search input[type=submit] {
	display: none;
}
#right {
	float:right;
	width:24%;
	margin-left:5px;
	transition:2s;
	-o-transition:2s;
	-moz-transition:2s;
	-webkit-transition:2s;
	-khtml-transition:2s;
}
#center {
	float:left;
	width:68%;
	transition:2s;
	-o-transition:2s;
	-moz-transition:2s;
	-webkit-transition:2s;
	-khtml-transition:2s;
	 margin-left:5px;
}
#left {
	float:right;
	width:30%;
	transition:2s;
	-o-transition:2s;
	-moz-transition:2s;
	-webkit-transition:2s;
	-khtml-transition:2s;
	 margin-right:5px;
}
#title {
	color: #666666;
	border-bottom:solid 1px #bababa;
	font: 14px yekan, tahoma;
	padding: 5px 0px 0 0px;
	height: 30px;
	text-align: right;
}
#title p {
	margin:0px;
	padding:0px;
}
#title span {
	margin-bottom:-2px;
	display:inline-block;
	padding-bottom:0px;
	border-bottom:1px solid #F3C600;
}
 #left #body:nth-of-type(1) #title {
border-bottom:1px solid #00dfc1;
}
#left #body:nth-of-type(1) #title span {
border-bottom:2px solid #00ab94;
}
 #left #body:nth-of-type(2) #title {
border-bottom:1px solid #c0bebe;
}
#left #body:nth-of-type(2) #title span {
border-bottom:2px solid #737373;
}
 #left #body:nth-of-type(3) #title {
border-bottom:1px solid #bb88de;
}
#left #body:nth-of-type(3) #title span {
border-bottom:2px solid #9332d6;
}
 #left #body:nth-of-type(4) #title {
border-bottom:1px solid #c9ced1;
}
#left #body:nth-of-type(4) #title span {
border-bottom:2px solid #606365;
}
 #left #body:nth-of-type(5) #title {
border-bottom:1px solid #fac75b;
}
#left #body:nth-of-type(5) #title span {
border-bottom:2px solid #d79302;
}
 #left #body:nth-of-type(6) #title {
border-bottom:1px solid #99ca6a;
}
#left #body:nth-of-type(6) #title span {
border-bottom:2px solid #408102;
}
 #left #body:nth-of-type(7) #title {
border-bottom:1px solid #00c5ad;
}
#left #body:nth-of-type(7) #title span {
border-bottom:2px solid #028676;
}
 #left #body:nth-of-type(8) #title {
border-bottom:1px solid #3bbce0;
}
#left #body:nth-of-type(8) #title span {
border-bottom:2px solid #0195be;
}
 #left #body:nth-of-type(9) #title {
border-bottom:1px solid #425b71;
}
#left #body:nth-of-type(9) #title span {
border-bottom:2px solid #253441;
}
 #left #body:nth-of-type(10) #title {
border-bottom:1px solid #e75d66;
}
#left #body:nth-of-type(10) #title span {
border-bottom:2px solid #d70210;
}
 #left #body:nth-of-type(11) #title {
border-bottom:1px solid #e4644b;
}
#left #body:nth-of-type(11) #title span {
border-bottom:2px solid #a74936;
}
 #left #body:nth-of-type(12) #title {
border-bottom:1px solid #FCF455;
}
#left #body:nth-of-type(12) #title span {
border-bottom:2px solid #d8d14b;
}
 #left #body:nth-of-type(13) #title {
border-bottom:1px solid #67d2ef;
}
#left #body:nth-of-type(13) #title span {
border-bottom:2px solid #28c1ea;
}
 #left #body:nth-of-type(14) #title {
border-bottom:1px solid #41b691;
}
#left #body:nth-of-type(14) #title span {
border-bottom:2px solid #33896e;
}
 #left #body:nth-of-type(15) #title {
border-bottom:1px solid #F9690E;
}
#left #body:nth-of-type(15) #title span {
border-bottom:2px solid #c35008;
}
#body h3 {
	font:14px yekan, tahoma;
	color:#666;
}
#title i {
	float:left;
	color:#fbd85f;
	margin-left:10px;
	margin-top:1px;
	font-size:23px;
	display:none;
}
#titlee {
	margin-bottom:0px;
	color:#FFF;
	padding:7px 10px 0 0;
	height: 30px;
	text-align:right;
	font:16px 'wdtv';
	color: #666666;
	border-bottom:solid 1px #bababa;
}
#titlee_2 {
	margin-bottom:0px;
	color:#FFF;
	padding:7px 10px 0 0;
	height: 70px;
	text-align:right;
	font:16px 'wdtv';
	color: #666666;
	border-bottom:solid 1px #bababa;
}
 #center #bodys:nth-of-type(1) #titlee, #titlee_2 {
border-bottom:1px solid #00dfc1;
}
 #center #bodys:nth-of-type(2) #titlee, #titlee_2 {
border-bottom:1px solid #c0bebe;
}
 #center #bodys:nth-of-type(3) #titlee, #titlee_2 {
border-bottom:1px solid #bb88de;
}
 #center #bodys:nth-of-type(4) #titlee, #titlee_2 {
border-bottom:1px solid #c9ced1;
}
 #center #bodys:nth-of-type(5) #titlee, #titlee_2 {
border-bottom:1px solid #fac75b;
}
 #center #bodys:nth-of-type(6) #titlee, #titlee_2 {
border-bottom:1px solid #99ca6a;
}
 #center #bodys:nth-of-type(7) #titlee, #titlee_2 {
border-bottom:1px solid #00c5ad;
}
 #center #bodys:nth-of-type(8) #titlee, #titlee_2 {
border-bottom:1px solid #3bbce0;
}
 #center #bodys:nth-of-type(9) #titlee, #titlee_2 {
border-bottom:1px solid #425b71;
}
 #center #bodys:nth-of-type(10) #titlee, #titlee_2 {
border-bottom:1px solid #e75d66;
}
 #center #bodys:nth-of-type(11) #titlee, #titlee_2 {
border-bottom:1px solid #e4644b;
}
 #center #bodys:nth-of-type(12) #titlee, #titlee_2 {
border-bottom:1px solid #FCF455;
}
 #center #bodys:nth-of-type(13) #titlee, #titlee_2 {
border-bottom:1px solid #67d2ef;
}
 #center #bodys:nth-of-type(14) #titlee, #titlee_2 {
border-bottom:1px solid #41b691;
}
 #center #bodys:nth-of-type(15) #titlee, #titlee_2 {
border-bottom:1px solid #F9690E;
}
 #center #bodys:nth-of-type(16) #titlee, #titlee_2 {
border-bottom:1px solid #bb88de;
}
 #center #bodys:nth-of-type(17) #titlee, #titlee_2 {
border-bottom:1px solid #c9ced1;
}
 #center #bodys:nth-of-type(18) #titlee, #titlee_2 {
border-bottom:1px solid #fac75b;
}
 #center #bodys:nth-of-type(19) #titlee, #titlee_2 {
border-bottom:1px solid #99ca6a;
}
 #center #bodys:nth-of-type(20) #titlee, #titlee_2 {
border-bottom:1px solid #00c5ad;
}
 #center #bodys:nth-of-type(21) #titlee, #titlee_2 {
border-bottom:1px solid #3bbce0;
}
 #center #bodys:nth-of-type(22) #titlee, #titlee_2 {
border-bottom:1px solid #425b71;
}
 #center #bodys:nth-of-type(23) #titlee, #titlee_2 {
border-bottom:1px solid #e75d66;
}
 #center #bodys:nth-of-type(24) #titlee, #titlee_2 {
border-bottom:1px solid #e4644b;
}
 #center #bodys:nth-of-type(25) #titlee, #titlee_2 {
border-bottom:1px solid #FCF455;
}
 #center #bodys:nth-of-type(1) #titlee_2 {
border-bottom:1px solid #00dfc1;
}
 #center #bodys:nth-of-type(2) #titlee_2 {
border-bottom:1px solid #c0bebe;
}
 #center #bodys:nth-of-type(3) #titlee_2 {
border-bottom:1px solid #bb88de;
}
 #center #bodys:nth-of-type(4) #titlee_2 {
border-bottom:1px solid #c9ced1;
}
 #center #bodys:nth-of-type(5) #titlee_2 {
border-bottom:1px solid #fac75b;
}
 #center #bodys:nth-of-type(6) #titlee_2 {
border-bottom:1px solid #99ca6a;
}
 #center #bodys:nth-of-type(7) #titlee_2 {
border-bottom:1px solid #00c5ad;
}
 #center #bodys:nth-of-type(8) #titlee_2 {
border-bottom:1px solid #3bbce0;
}
 #center #bodys:nth-of-type(9) #titlee_2 {
border-bottom:1px solid #425b71;
}
 #center #bodys:nth-of-type(10) #titlee_2 {
border-bottom:1px solid #e75d66;
}
 #center #bodys:nth-of-type(11) #titlee_2 {
border-bottom:1px solid #e4644b;
}
 #center #bodys:nth-of-type(12) #titlee_2 {
border-bottom:1px solid #FCF455;
}
 #center #bodys:nth-of-type(13) #titlee_2 {
border-bottom:1px solid #67d2ef;
}
 #center #bodys:nth-of-type(14) #titlee_2 {
border-bottom:1px solid #41b691;
}
 #center #bodys:nth-of-type(15) #titlee_2 {
border-bottom:1px solid #F9690E;
}
 #center #bodys:nth-of-type(16) #titlee_2 {
border-bottom:1px solid #bb88de;
}
 #center #bodys:nth-of-type(17) #titlee_2 {
border-bottom:1px solid #c9ced1;
}
 #center #bodys:nth-of-type(18) #titlee_2 {
border-bottom:1px solid #fac75b;
}
 #center #bodys:nth-of-type(19) #titlee_2 {
border-bottom:1px solid #99ca6a;
}
 #center #bodys:nth-of-type(20) #titlee_2 {
border-bottom:1px solid #00c5ad;
}
 #center #bodys:nth-of-type(21) #titlee_2 {
border-bottom:1px solid #3bbce0;
}
 #center #bodys:nth-of-type(22) #titlee_2 {
border-bottom:1px solid #425b71;
}
 #center #bodys:nth-of-type(23) #titlee_2 {
border-bottom:1px solid #e75d66;
}
 #center #bodys:nth-of-type(24) #titlee_2 {
border-bottom:1px solid #e4644b;
}
 #center #bodys:nth-of-type(25) #titlee_2 {
border-bottom:1px solid #FCF455;
}
.pistbit {
	padding-right:0px;
	padding-bottom:5px;
	font:13px yekan, tahoma;
	margin-top:18px;
	height: auto;
}

.pistbit span.line {
	float:right;
	padding-top:0px;
	padding-left:10px;
}
.pistbit i {
	float:right;
	margin-left:5px;
	margin-top:3px;
	font-size:18px;
}
.pistbit:after {
    content: "";
    display: table;
    clear: both;
}
#titlee a, #titlee_2 a {
	color:#666;
}
#titlee a:hover, #titlee_2 a:hover {
	color:#99ca6a;
}
#titlee i, #titlee_2 i {
	float:right;
	color:#444444;
	margin-left:10px;
	margin-top:2px;
	font-size:15px;
	display:none;
}
#titlee .pistbit i, #titlee_2 .pistbit i {
	float:right;
	color:#444444;
	margin-left:5px;
	margin-top:7px;
	font-size:15px;
	display:block;
}
#titlee h2, #titlee_2 h2 {
	font-size:15px;
}
.like_po {
	float:left;
	position:relative;
	bottom:25px;
}
.s_div {
	width:100%;
	float:right;
	line-height:1.7em;
	border-bottom:solid 1px #eee;
	padding-bottom:2px;
	padding-top:2px;
	margin-bottom:5px;
}
.s_div img {
	float:right;
	padding:2px;
	height:60px;
	ransition: all 0.3s ease-out;
	border-radius:1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0px 0px 3px #A3A3A3;
	-moz-box-shadow: 0px 0px 3px #A3A3A3;
	-webkit-box-shadow: 0px 0px 3px #A3A3A3;
	padding:4px;
	margin:0px 0px 0px 10px;
}
.s_div a {
	display:block;
}
.s_div:hover, .s_div a:hover {
	background:#67d2ef;
	color:#FFF;
}
.img_posts {
	border:1px solid #bbbbbb;
	margin-left:2px;
}
.body_content {
	padding:10px 2px 2px 1px;
}
#body {
	background:#ffffff;
	padding:3px 10px;
	margin-bottom:7px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#body li {
	padding:3px 5px;
color:#666 line-height:1.5em;
	list-style:url(li.png) inside;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:5px;
}
#body, #body li, #body a {
	color:#444444;
}
#body li:hover {
	background:#3bbce0;
	color:#FFF;
}
 #left #body:nth-of-type(1) li:hover {
background: #00dfc1;
}
 #left #body:nth-of-type(2) li:hover {
background: #c0bebe;
}
 #left #body:nth-of-type(3) li:hover {
background: #bb88de;
}
 #left #body:nth-of-type(4) li:hover {
background: #c9ced1;
}
 #left #body:nth-of-type(5) li:hover {
background: #fac75b;
}
 #left #body:nth-of-type(6) li:hover {
background: #99ca6a;
}
 #left #body:nth-of-type(7) li:hover {
background: #00c5ad;
}
 #left #body:nth-of-type(8) li:hover {
background: #3bbce0;
}
 #left #body:nth-of-type(9) li:hover {
background: #425b71;
}
 #left #body:nth-of-type(10) li:hover {
background: #e75d66;
}
 #left #body:nth-of-type(11) li:hover {
background: #e4644b;
}
 #left #body:nth-of-type(12) li:hover {
background: #FCF455;
}
 #left #body:nth-of-type(13) li:hover {
background: #67d2ef;
}
 #left #body:nth-of-type(14) li:hover {
background: #41b691;
}
 #left #body:nth-of-type(15) li:hover {
background: #F9690E;
}
#body ul {
	padding:0px;
	margin:0px;
	padding-right:15px;
}
#bodys {
	background:#ffffff;
	margin-bottom:10px;
	margin-top:5px;
	padding:0px 10px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bodys_content {
	padding:10px 7px 5px 7px;
}
.more_2 {
	margin:10px 0px 0px 0;
	width:100%;
	border-top:1px solid #e6e6e6;
	height:35px;
}
.more_2 .tag_cat {
	float:right;
	width:80%;
}
.more {
	float:left;
	margin:5px 0px 0px 0;
}
.more a {
	background:#00dfc1;
	padding:7px 10px;
	color:#FFF;
	width:80px;
}
.more a:hover {
	background:#666;
	color:#FFF;
}
.post_content {
	font:10pt tahoma;
	color:#333333;
}
#bodys li {
	background:#f6f6f6;
	margin-bottom:1px;
	padding:1px 2px;
}
.tags {
	width: 100%;
}
.tag_cat {
	margin:5px;
	font:8pt tahoma;
}
.tag_cat a {
	color:#999;
	font:8pt tahoma;
}
.tag_cat i {
	font-size:18px;
	color:#666666;
	margin-top:5px;
}
.cat_post {
	padding:1px 3px;
}
.cat_post:hover {
	background: #99ca6a;
	color:#FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
 -moz-transition-duration:.3s;
-webkit-transition-duration:.3s;
-o-transition-duration:.3s;
-khtml-transition-duration:.3s;
}
.cat_list_title_post {
	line-height:1.7em;
	border-bottom:solid 1px #eee;
	padding-bottom:2px;
	padding-top:2px;
	width:49%;
	float:right;
	margin-left:5px;
	color:#FFF;
	margin-bottom:5px;
}
.cat_list_title_post a {
	display:block;
}
.cat_list_title_post:hover, .cat_list_title_post a:hover {
	background:#3bbce0;
	color:#FFF;
}
 #center #bodys:nth-of-type(1) .cat_list_title_post:hover {
background:#00dfc1;
}
 #center #bodys:nth-of-type(2) .cat_list_title_post:hover {
background:#c0bebe;
}
 #center #bodys:nth-of-type(3) .cat_list_title_post:hover {
background:#bb88de;
}
 #center #bodys:nth-of-type(4) .cat_list_title_post:hover {
background:#c9ced1;
}
 #center #bodys:nth-of-type(5) .cat_list_title_post:hover {
background:#fac75b;
}
 #center #bodys:nth-of-type(6) .cat_list_title_post:hover {
background:#99ca6a;
}
 #center #bodys:nth-of-type(7) .cat_list_title_post:hover {
background:#00c5ad;
}
 #center #bodys:nth-of-type(8) .cat_list_title_post:hover {
background:#3bbce0;
}
 #center #bodys:nth-of-type(9) .cat_list_title_post:hover {
background:#425b71;
}
 #center #bodys:nth-of-type(10) .cat_list_title_post:hover {
background:#e75d66;
}
 #center #bodys:nth-of-type(11) .cat_list_title_post:hover {
background:#e4644b;
}
 #center #bodys:nth-of-type(12) .cat_list_title_post:hover {
background:#FCF455;
}
 #center #bodys:nth-of-type(13) .cat_list_title_post:hover {
background:#67d2ef;
}
 #center #bodys:nth-of-type(14) .cat_list_title_post:hover {
background:#41b691;
}
 #center #bodys:nth-of-type(15) .cat_list_title_post:hover {
background:#F9690E;
}
 #center #bodys:nth-of-type(16) .cat_list_title_post:hover {
background:#bb88de;
}
 #center #bodys:nth-of-type(17) .cat_list_title_post:hover {
background:#c9ced1;
}
 #center #bodys:nth-of-type(18) .cat_list_title_post:hover {
background:#fac75b;
}
 #center #bodys:nth-of-type(19) .cat_list_title_post:hover {
background:#99ca6a;
}
 #center #bodys:nth-of-type(20) .cat_list_title_post:hover {
background:#00c5ad;
}
 #center #bodys:nth-of-type(21) .cat_list_title_post:hover {
background:#3bbce0;
}
 #center #bodys:nth-of-type(22) .cat_list_title_post:hover {
background:#425b71;
}
 #center #bodys:nth-of-type(23) .cat_list_title_post:hover {
background:#e75d66;
}
 #center #bodys:nth-of-type(24) .cat_list_title_post:hover {
background:#e4644b;
}
 #center #bodys:nth-of-type(25) .cat_list_title_post:hover {
background:#FCF455;
}
 #center #bodys:nth-of-type(1) .cat_list_title_post a:hover {
background:#00dfc1;
}
 #center #bodys:nth-of-type(2) .cat_list_title_post a:hover {
background:#c0bebe;
}
 #center #bodys:nth-of-type(3) .cat_list_title_post a:hover {
background:#bb88de;
}
 #center #bodys:nth-of-type(4) .cat_list_title_post a:hover {
background:#c9ced1;
}
 #center #bodys:nth-of-type(5) .cat_list_title_post a:hover {
background:#fac75b;
}
 #center #bodys:nth-of-type(6) .cat_list_title_post a:hover {
background:#99ca6a;
}
 #center #bodys:nth-of-type(7) .cat_list_title_post a:hover {
background:#00c5ad;
}
 #center #bodys:nth-of-type(8) .cat_list_title_post a:hover {
background:#3bbce0;
}
 #center #bodys:nth-of-type(9) .cat_list_title_post a:hover {
background:#425b71;
}
 #center #bodys:nth-of-type(10) .cat_list_title_post a:hover {
background:#e75d66;
}
 #center #bodys:nth-of-type(11) .cat_list_title_post a:hover {
background:#e4644b;
}
 #center #bodys:nth-of-type(12) .cat_list_title_post a:hover {
background:#FCF455;
}
 #center #bodys:nth-of-type(13) .cat_list_title_post a:hover {
background:#67d2ef;
}
 #center #bodys:nth-of-type(14) .cat_list_title_post a:hover {
background:#41b691;
}
 #center #bodys:nth-of-type(15) .cat_list_title_post a:hover {
background:#F9690E;
}
 #center #bodys:nth-of-type(16) .cat_list_title_post a:hover {
background:#bb88de;
}
 #center #bodys:nth-of-type(17) .cat_list_title_post a:hover {
background:#c9ced1;
}
 #center #bodys:nth-of-type(18) .cat_list_title_post a:hover {
background:#fac75b;
}
 #center #bodys:nth-of-type(19) .cat_list_title_post a:hover {
background:#99ca6a;
}
 #center #bodys:nth-of-type(20) .cat_list_title_post a:hover {
background:#00c5ad;
}
 #center #bodys:nth-of-type(21) .cat_list_title_post a:hover {
background:#3bbce0;
}
 #center #bodys:nth-of-type(22) .cat_list_title_post a:hover {
background:#425b71;
}
 #center #bodys:nth-of-type(23) .cat_list_title_post a:hover {
background:#e75d66;
}
 #center #bodys:nth-of-type(24) .cat_list_title_post a:hover {
background:#e4644b;
}
 #center #bodys:nth-of-type(25) .cat_list_title_post a:hover {
background:#FCF455;
}
.cat {
	text-align:right;
}

.cat img,
.post_img img{
	ransition: all 0.3s ease-out;
	border-radius:1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0px 0px 3px #A3A3A3;
	-moz-box-shadow: 0px 0px 3px #A3A3A3;
	-webkit-box-shadow: 0px 0px 3px #A3A3A3;
	padding:4px;
	margin:0px 0px 0px 10px;
}
.post_img
{
	text-align:center;
}

.post_img img
{
	max-width:100%;
}
	
.cat_2 {
	width:100%;
	float:right;
}
.img_cat {
	float:right;
	border:1px solid #ccc;
	margin-left:2px;
	vertical-align:baseline
}
.dec_cat {
	font:20px 'wdtv', tahoma;
}
ul.cat {
	margin:0px;
	padding:0px;
}
.img_cat_2 {
	float:right;
	border:1px solid #ccc;
	margin-left:2px;
	vertical-align:baseline
}
.cat_3 {
	text-align:left;
	bottom: 0;
	clear:both;
	width:200px;
	float:left;
}
.img_related {
	border:1px solid #F0F0F0;
	margin:1px;
}
.none {
	display:none;
}
.font9 {
	font:9pt tahoma;
}
.cat_3 a {
	background:#dc524d;
	padding:3px 5px;
	color:#FFF;
	border:1px solid #dadada;
}
 #center #bodys:nth-of-type(1) .cat_3 a {
background:#00dfc1;
}
 #center #bodys:nth-of-type(2) .cat_3 a {
background:#c0bebe;
}
 #center #bodys:nth-of-type(3) .cat_3 a {
background:#bb88de;
}
 #center #bodys:nth-of-type(4) .cat_3 a {
background:#c9ced1;
}
 #center #bodys:nth-of-type(5) .cat_3 a {
background:#fac75b;
}
 #center #bodys:nth-of-type(6) .cat_3 a {
background:#99ca6a;
}
 #center #bodys:nth-of-type(7) .cat_3 a {
background:#00c5ad;
}
 #center #bodys:nth-of-type(8) .cat_3 a {
background:#3bbce0;
}
 #center #bodys:nth-of-type(9) .cat_3 a {
background:#425b71;
}
 #center #bodys:nth-of-type(10) .cat_3 a {
background:#e75d66;
}
 #center #bodys:nth-of-type(11) .cat_3 a {
background:#e4644b;
}
 #center #bodys:nth-of-type(12) .cat_3 a {
background:#FCF455;
}
 #center #bodys:nth-of-type(13) .cat_3 a {
background:#67d2ef;
}
 #center #bodys:nth-of-type(14) .cat_3 a {
background:#41b691;
}
 #center #bodys:nth-of-type(15) .cat_3 a {
background:#F9690E;
}
 #center #bodys:nth-of-type(16) .cat_3 a {
background:#bb88de;
}
 #center #bodys:nth-of-type(17) .cat_3 a {
background:#c9ced1;
}
 #center #bodys:nth-of-type(18) .cat_3 a {
background:#fac75b;
}
 #center #bodys:nth-of-type(19) .cat_3 a {
background:#99ca6a;
}
 #center #bodys:nth-of-type(20) .cat_3 a {
background:#00c5ad;
}
 #center #bodys:nth-of-type(21) .cat_3 a {
background:#3bbce0;
}
 #center #bodys:nth-of-type(22) .cat_3 a {
background:#425b71;
}
 #center #bodys:nth-of-type(23) .cat_3 a {
background:#e75d66;
}
 #center #bodys:nth-of-type(24) .cat_3 a {
background:#e4644b;
}
 #center #bodys:nth-of-type(25) .cat_3 a {
background:#FCF455;
}
.cat_3 a:hover {
	background:#666;
	color:#FFF;
}
.button {
	background:#21b5cd;
	color:#fff;
	padding:5px 0px;
	border:none;
	cursor:pointer;
	width:100%;
}
.themes-rozblog-com {
	-moz-border-radius:4px;
	border:1px solid #999;
-moz-border-radius:hover {
opacity:0.3;
}
}
.style4 {
	direction: rtl;
}
#lastpost {
	padding:2px;
	margin-right:auto;
	margin-left:auto;
	width:100%;
}
#MTForumBlock {
	margin-right:auto;
	margin-left:auto;
	height:auto;
}
#MTForumBlock TR.MTForumfirst {
	background-image:url(http://rozblog.com/temp/music3/MTForumBlock_row_over.png);
}
#MTForumBlock TR {
	background-image:url(http://rozblog.com/temp/music3/MTForumBlock_row.png);
	background-repeat:repeat-x;
}
#MTForumBlock TD {
	font-family:Tahoma;
	font-size:8pt;
	border:1px solid #CDCDCD;
	color:#666;
	height:15px;
	padding:3px 3px 3px 3px;
}
.MTForumtitle {
	text-align:center;
}
.MTForumanswer {
	width:40px;
	text-align:center;
}
.MTForumview {
	width:40px;
	text-align:center;
}
.MTForumrowtitle {
	padding-right:5px;
}
#MTForumBlock A {
	float:right;
	width:100%;
	height:100%;
	color:#666;
	text-decoration:none;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: right;
}
.style3 {
	border-width: 0px;
}
.auto-style2 {
	color: #EA7808;
}
.pagenf {
	text-align:center;
}
.pagenu a, .pagenF a {
	margin:8px 0px 10px 1px;
	background: #eee;
	text-decoration: none;
	padding:0px 6px;
	border:1px solid #9b9b9b;
	display: inline-block;
	color:#666;
}
.pagenu a:hover, .pagenF a:hover {
	background: #333333;
	color:#FFF
}
.pagenu .pagination_current, .pagenF .current {
	padding:4px 8px;
	background: #333333;
	color:#FFF;
	margin:8px 0px 10px 1px;
}
.pages {
	width:500px;
	height:45px;
	float: left;
	background: #FFF;
	margin: 10px 0 0 0;
	border:1px solid #d7d7d7;
	text-align: right;
}
.footer {
	max-width: 1100px;
	height: 72px;
	margin: auto;
	border-top:1px solid #ababab;
}
.content_footer {
	max-width:1100px;
	margin:auto;
	padding:10px 10px 0 10px;
}
.footer_rozblog {
	float:left;
	width:20%;
	text-align:left;
}
.top {
	width: 72px;
	height: 56px;
	float: right;
	margin:0px 5px 0 0;
	color:#FFFFFF;
	font:13px 'wdtv', tahoma;
}
.top:hover {
	color: #f4db08;
}
.copy-right {
	margin: 25px 50px 0 0;
	color: #e3e7e8;
	float: right;
	font:15px 'wdtv', tahoma;
}
.design {
	float: left;
	margin: 20px 0 0 10px;
	font:13px arial;
	color: #FFF;
	text-align: left;
}
table tr td {
	font-family:Yekan, tahoma;
font-size:.8375rem;
}
 @media screen and (max-width:1100px) {
 #mains {
 width:100%;
}
 #right {
 margin-right:5px;
}
 #left {
 margin-left:5px;
}
 #center {
 width:67%;
}
}
@media screen and (max-width:1100px) {
 #center {
 width:68%;
}
}


 @media screen and (max-width:850px) {
 #right {
 margin:0px auto;
 width:98%;
 float:none;
}
 #center {
 margin:0px auto;
 width:98%;
 float:none;
}
 #left {
 margin:0px auto;
 width:98%;
 float:none;
}
}

@media screen and (max-width:1100px) {
 #main {
 width:100%;
}
}
 @media screen and (max-width:750px) {
 .search {
 width:98%;
 margin-left:5px;
 margin-top:10px;
}
}
 @media screen and (max-width:640px) {
 nav {
 height:auto;
}
 nav li {
 float:right;
 text-align:center;
 width:48%;
 padding-right:0px;
 padding-left:0px;
}
 nav .home {
 width:100%;
}
 .cat_list_title_post {
 width:47%;
}
 .more_2 .tag_cat {
 float:right;
 width:70%;
}
 .search {
 width:98%;
 margin-left:5px;
 margin-top:10px;
}
}
@media screen and (max-width:515px) {
 .top {
 text-align:center;
}
 .top .icon1 {
 display:none;
}
 nav li {
 width:47%;
}
}
@media screen and (max-width:500px) {
 header img {
 display:none;
}
 .cat_list_title_post {
 width:100%;
}
 nav li {
 width:45%;
}
 .search {
 width:95%;
}
}


/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
 font-family: 'FontAwesome';
 src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
 src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
@keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-comments:before {
	content: "\f086";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-list:before {
	content: "\f03a";
}
.btns {
	background:#eee;
	border:none;
	margin:2px 1px;
	padding:1px 10px;
	color:#666;
	box-shadow:0px 0px 0px gray;
	-o-box-shadow:0px 0px 0px gray;
	-webkit-box-shadow:0px 0px 0px gray;
	-moz-box-shadow:0px 0px 0px gray;
	-khtml-box-shadow:0px 0px 0px gray;
	transition:0.2s;
	-o-transition:0.2s;
	font:14px Yekan, tahoma;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-khtml-transition:0.2s;
	cursor:pointer;
}
#btns {
	text-align:center;
	margin:0px 0px 5px 0;
}
#btns button:hover {
	background:#333;
	color:white;
}
#btns button:focus {
	background:#333;
	color:white;
}
input[type=submit], input[type=button], input[type=reset] {
	background:#bb88de;
	border:none;
	padding:5px 10px;
	color:#FFF;
	transition:0.2s;
	-o-transition:0.2s;
	font:9pt tahoma;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-khtml-transition:0.2s;
	cursor:pointer;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	background:#333;
	color:white;
}
input[type=text], input[type=password], input[type=email] {
	background:#fff;
	border:none;
	padding:5px;
	box-shadow:0px 0px 3px silver;
	border:1px silver solid;
	-o-box-shadow:0px 0px 3px silver;
	-webkit-box-shadow:0px 0px 3px silver;
	-moz-box-shadow:0px 0px 3px silver;
	-khtml-box-shadow:0px 0px 3px silver;
	transition:0.2s;
	-o-transition:0.2s;
	/*dariush farhang - sibgraph.ir*/
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-khtml-transition:0.2s;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
	border:1px #99ca6a solid;
	box-shadow:0px 0px 3px #99ca6a;
	-o-box-shadow:0px 0px 3px #99ca6a;
	-webkit-box-shadow:0px 0px 3px #99ca6a;
	-moz-box-shadow:0px 0px 3px #99ca6a;
	-khtml-box-shadow:0px 0px 3px #99ca6a;
}
#loading {
	border:1px solid #999;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	display:none;
	font:10pt tahoma;
	font-weight:bold;
	background:#FFF;
}
.clear {
	clear:both;
}
.small {
	font:8pt tahoma;
}
