﻿/*   
	Theme Name: شیوا موزیک 
	Theme URI: http://www.shivamusic.ir/
	Version: 1.0
	Translated by GhalebGraph.ir
	Translaterer: Mehrdad Rostami
	Translated URI: http://ghalebgraph.ir/
	Description: 
	هر گونه سوء استفاده و کپي برداري و انتشار کد اين قالب در وب خود حرام است
	هرگونه حذف لينک و بنر طراح و مترجم قالب از قالب حرام است
	Email: Mehrdad.Rostami@mihanmail.ir
*/
@charset "utf-8";
/* CSS Document */
@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+ */
}
h1,h2,h3,h4,h5,h6 {
    font-size: 13px;
}
body {
	background: #0e0e0e url(img/bg.png);
	color: #DFDFDF;
	margin: 0;
	padding: 0;
	font: 13px Byekan,B yekan,Tahoma;
}
body a{
	text-decoration: none;
	color: #006b8f;
}
.header {
	background: url(img/hbg.png) repeat-x;
	height: 186px;	
}
.h-box {
	width: 980px;
	height: 186px;
	margin: 0 auto;
	background: none;	
}
.logo {
	background: url(img/logo.png) no-repeat;
	height: 130px;
	width: 280px;
	float: right;
	margin-top: 25px;
	margin-right: 0px;	
}
.samandehi {
	width: 300px;	
	direction: rtl;
	float: left;
	background: rgba(0,0,0,0.20) url(img/iran.png) no-repeat right;
	margin-top: 20px;
	padding: 7px 35px 13px 5px;
	border: 1px solid #1b1b1b;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.hsearch {
	background: rgba(0,0,0,0.20);
	border: 1px solid #1b1b1b;
	width: 160px;
    font: 13px Byekan,B yekan,Tahoma;
	color: #FFFFFF;
	text-align: right;
	direction: rtl;
	padding: 6px 5px 9px 40px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	margin-top: 20px;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	float: left;
	margin-right: 4px;
}
.hsearch:focus {color: #9c9c9c;}
.hsimg {
	position: absolute;
	margin-top: 23px;
	margin-left: -203px;
}
.best-alb {
	height: 116px;
	width: 553px;
	background: url(img/bartarin.png) no-repeat 0px 5px;
	float: left;
	padding: 4px 0 0 44px;
}
.best-alb a {
	background: url(img/shivamusic.png) no-repeat 0px -57px;
	height: 115px;
	width: 180px;
	float: left;
	margin-left: -10px;
	text-align: center;
	cursor: default;
}
.best-alb a img{
	margin-top: 11px;
	margin-right: -4px;
	cursor: pointer;
	height: 85px;
	width: 150px;
}
.navbar {
	background: url(img/navbg.png) repeat-x;
	height: 49px;	
}
.navbar ul{
    width: 980px;
    margin: 0 auto;
    text-align: right;
    direction: rtl;
}
.navbar ul li{
	display: inline-block;
	list-style: none;
	color: #777777;
	font: 16px Byekan,B yekan,Tahoma;
	direction: rtl;
	margin-top: 13px;
}
.navbar ul li a{
	text-decoration: none;
	color: #777777;
	background: rgba(0,0,0,0.2);
	padding: 4px 9px 5px 9px;
	box-shadow: 1px 1px rgba(250,250,250,0.03);
    -moz-box-shadow: 1px 1px rgba(250,250,250,0.03);
	-webkit-box-shadow: 1px 1px rgba(250,250,250,0.03);
	-o-box-shadow: 1px 1px rgba(250,250,250,0.03);
	-ms-box-shadow: 1px 1px rgba(250,250,250,0.03);
}
.navbar ul li a:hover {
    background: rgba(0,0,0,0.8);
}
/**** Slider ****/

.slider-wrapper { 
    position: relative; 
    background: #343434 url(img/loading.gif) no-repeat 50% 50%;
    width: 970px;
    height: 340px;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    margin: 5px auto 0 auto;
    overflow: hidden;
}
.lean-slider { overflow: hidden; }
.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    position: absolute;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
    width: 100%; 
}

#slider-direction-nav {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
    float: left;
    display: block;
    width: 26px;
    height: 37px;
    background: url(img/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
	text-indent: -9999px;
    height: 51px;
	margin-left: 10px;
	opacity: 0.5;
}
#slider-direction-nav .lean-slider-next {
    float: right;
    background-position: 100% 0;
	height: 51px;
	margin-right: 10px;
	opacity: 0.5;
}

#slider-control-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(img/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider-control-nav a.active { background-position: 100% 0; }
.sliderlink {
	position: absolute;
	font: 12px Byekan,B yekan,Tahoma;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 99%;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
	opacity: 0.5;
	z-index: 1;
	direction: rtl;
}
.sliderlink:hover {opacity: 1;color: #fff;}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {

    #slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}
.big-ads {
	height: auto;
	padding: 10px 5px 10px 5px;
	background: #343434;
	width: 970px;
	margin: 5px auto;
	text-align: center;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.big-ads img{
	margin-top: 4px;
}
.big-ads-title {
	width: 968px;
	height: 57px;
	display: table;
	background: url(img/shivamusic.png) no-repeat top;
	margin: -8px auto 0 auto;
}
.main {
	width: 980px;
	height: auto;
	display: table;
	margin: 0 auto;	
}
.content {
	width: 570px;
	height: auto;
	min-height: 100px;
	display: inline-table;
	float: right;
	margin-right: 5px;
}
.right-side {
	width: 200px;
	height: auto;
	min-height: 100px;
	float: right;
	display: inline-table;
}
.left-side {
	width: 200px;
	height: auto;
	min-height: 100px;
	float: left;
	display: inline-table;
}
.sidebar {
	padding: 10px 5px;
	width: 184px;
	height: auto;
	display: table;
	background: #111111;
	border: 3px solid #171717;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-align: right;
	direction: rtl;
	font: 13px Byekan,B yekan,Tahoma;
}
.sidebar ul {
    color: #7e7e7e;
    list-style: none;
    margin: 3px -30px 3px 0;
}
.sidebar li{
    color: #7e7e7e;
    list-style: none;
    margin-right: 3px;
    border: 1px solid #1b1b1b;
    margin-top: -1px;
    padding: 1px 3px;
}
.sidebar ul li {
    border: none;
    padding: 0px;
}
.sidebar li a{
    color: #7e7e7e;
    background: url(img/li-m.png) no-repeat right;
    padding-right: 18px;
}
.sidebar li a:hover{
    color: #007ba5;
    background: url(img/li-m-b.png) no-repeat right;
}
.sidebar ul a{
    color: #7e7e7e;
    background: url(img/li-m-b.png) no-repeat right;
    padding-right: 18px;
}
.sidebar ul a:hover{
    color: #007ba5;
    background: url(img/li-m.png) no-repeat right;
}
.sidebar img {
	margin: 0 auto 3px auto;
	display: table;
}
.side-title {
    width: 200px;
    height: 55px;
    display: block;
    position:relative;
    background: url(img/shivamusic.png) no-repeat -768px -116px;
    margin: 5px auto -10px auto;
	direction: rtl;
}
.side-title span{
    float: right;
    margin-right: 43px;
    margin-top: 11px;
    color: #535353;
    font: 16px Byekan,B yekan,Tahoma;
}
.post {
    padding: 10px;
	width: 544px;
	height: auto;
	display: table;
	background: #111111;
	border: 3px solid #171717;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
	direction: rtl;
}
.post img{
	max-width: 500px;
}
.post-title {
    width: 570px;
    height: 55px;
    display: block;
    position:relative;
    background: url(img/shivamusic.png) no-repeat -398px -59px;
    margin: 5px auto -10px auto;
	direction: rtl;
}
.post-title span{
    float: right;
    margin-right: 43px;
    margin-top: 11px;
    color: #535353;
    font: 16px Byekan,B yekan,Tahoma;
}
.post-cover {
	float: right;
	height: 268px;
	width: 268px;
	background: #111111 url(img/no-image.png) no-repeat center;
	padding: 4px;
	border: 1px solid #202020;
}
.post-cover img {
	height: 268px;
	width: 268px;
}
.post-span {
    font: 13px Byekan,B yekan,Tahoma;
    color: #929292;
    text-align: right;
    direction: rtl;
    height: 119px;
    width: 235px;
    background: #1a1a1a;
    float: left;
    padding: 5px 10px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.post-span p{
	margin-top: 0px;
	position:relative;
	display: inline-block;
	margin-right: 0px;
}
.post-span img{
	display: none;
}
.read-more {
    display: none;
}
.arrow {
	background: url(img/shivamusic.png) no-repeat -187px -131px;
	height: 24px;
	width: 14px;
	position: absolute;	
	margin-right: -20px;
	margin-top: -1px;
}
.dl-time {
    font: 18px Byekan,B yekan,Tahoma;
    color: #959595;
    text-align: right;
    direction: rtl;
    width: 235px;
    background: #1a1a1a url(img/dl-time.png) no-repeat  5px 4px;
    float: left;
    padding: 9px 10px 16px 10px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    margin-top: 4px;
}
.more {
	background: url(img/shivamusic.png) no-repeat -184px -58px;
	text-align: center;
	direction: rtl;
	height: 58px;
	width: 210px;
	margin: 45px 0 0 22px;
	float: left;
}
.more span {
    margin-top: 15px;
    display: block;
    margin-right: -5px;
}
.footer-links{
    height: 45px;
    background: rgba(250,250,250,0.04);
    border-top: 2px solid rgba(250,250,250,0.02);
    border-bottom: 2px solid rgba(250,250,250,0.02);
    text-align: center;
    margin: 5px 0;
}
.footer-links li{
    display: inline-block;
    font: 16px Byekan,B yekan,Tahoma;
    color: #FFFFFF;
    margin-top: 7px;
}
.footer-links li a{
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 1px 1px rgba(250,250,250,0.04);
}
.footer-links li a:hover{
    text-decoration: none;
    color: #3b3b3b;
    text-shadow: 1px 1px rgba(0,0,0,0.6);
}
.footer-links img{
    margin: 0 3px -13px 3px;
}
.footer {
	width: 960px;
	height: 90px;
	padding: 10px;
	background: #0c0c0c;
	border: 1px solid #141414;
	border-radous: 3px;
	margin: 0 auto 10px auto;
	display: table;
	text-align: right;
	direction: rtl;
	color: #404040;
	font: 15px Byekan,B yekan,Tahoma;
}
.footer span{
    display: table;
    margin-top: 5px;
    margin-bottom: 14px;
}
.f-left {
    float: left;
    margin-left: 10px;
}
.follow-us {
    margin-top: -88px;
    direction: ltr;
}
.follow-us a{
	display: inline-block;
}
.ggmizban {
	position: absolute;
	direction: ltr;
	font: 15px Tahoma;
	margin-top: 5px;
}
.ggmizban a{
    text-decoration: none;
    color: #003c51;
}
.best-musics {
	height: auto;
	padding: 10px 5px 10px 5px;
	background: #343434;
	width: 970px;
	margin: 5px auto;
	text-align: center;
	font: 13px Byekan,B yekan,Tahoma;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.best-musics a{
	display: inline-table;
	text-decoration: none;
	color: #b9b9b9;
	margin-right: 2px;
	margin-left: 2px;
	padding: 1px;
	background: rgba(0,0,0,0.6);
	border: 1px solid rgba(250,250,250,0.3)
}
.best-musics p{
    margin-top: -300px;
    background: rgba(0,0,0,0.9);
    position: absolute;
    width: 300px;
    padding: 0px 0 0px 0;
    opacity: 0;
    height: 300px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
.best-musics p:hover{
    opacity: 1;
    background: rgba(0,0,0,0.8);
}
.best-musics span{
    margin: 30% auto 0 auto;
    display: table;
}
.best-musics-title {
	width: 968px;
	height: 57px;
	display: table;
	background: url(img/shivamusic.png) no-repeat bottom;
	margin: -8px auto 0 auto;
}
#litle-ads {
	text-align:center;
}
#litle-ads img {
	margin-bottom: 4px;
}
.like-post {
	float: left;
	font: bold 15px Tahoma;
	direction: ltr;
	margin-left: -260px;
	margin-top: 44px;
}
.action-like, .action-unlike {
	float:left;
	width:auto;
	background: #1a1a1a;
	margin-left: 5px;
	margin-top: 5px;
	width: 115px;
	padding: 2px 5px 10px 3px;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid #212121;
}
.jlk {
	cursor:pointer !important;	
	float: left;
	margin-top: 5px;
	margin-bottom: -9px;
}
.action-like img, .action-unlike img{
	margin-top: -6px
}
.status {
	display: none;
}
.watch-action .watch-position {
	position: absolute;
}
.real-cover {
	display: inline-table;
	text-align: center;
	margin-top: 20px;
	background: rgba(250,250,250,0.02);
	padding: 10px;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid rgba(250,250,250,0.06);
	width: 520px;
}
.real-cover span{
	display: inline-table;
	width: 100%;
	border-bottom: 1px solid rgba(250,250,250,0.06);
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.real-cover img{
	max-width: 520px;
	height: auto;
}
.real-cover li{
background: #649d00; /* Old browsers */
background: -moz-linear-gradient(top,  #649d00 0%, #649d00 49%, #578800 51%, #5f9600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#649d00), color-stop(49%,#649d00), color-stop(51%,#578800), color-stop(100%,#5f9600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #649d00 0%,#649d00 49%,#578800 51%,#5f9600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #649d00 0%,#649d00 49%,#578800 51%,#5f9600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #649d00 0%,#649d00 49%,#578800 51%,#5f9600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #649d00 0%,#649d00 49%,#578800 51%,#5f9600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#649d00', endColorstr='#5f9600',GradientType=0 ); /* IE6-9 */
width: 400px;
margin: 2px auto;
padding: 5px 10px 13px 10px;
border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: 3px solid #292929;
	box-shadow: 0 0 30px #6ead00 inset;
    -moz-box-shadow: 0 0 30px #6ead00 inset;
	-webkit-box-shadow: 0 0 30px #6ead00 inset;
	-o-box-shadow: 0 0 30px #6ead00 inset;
	-ms-box-shadow: 0 0 30px #6ead00 inset;
	list-style: none;
}
.real-cover li a{
	background: url(img/dl.png) no-repeat right;
	padding: 1px 30px 9px 3px;	
}
.post-info {
	display: inline-table;
	text-align: center;
	margin-top: 20px;
	background: rgba(250,250,250,0.02);
	padding: 0px 10px 0px 10px;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid rgba(250,250,250,0.06);
	width: 520px;
	margin: 5px 0 -15px 0;
	font: 15px Byekan,B yekan,Tahoma;
}
.post-info li{
    display: inline-table;
    width:170px;
    padding-top: 5px;
    padding-bottom: 6px;
}
#the-author , #the-time {
    border-right: 1px solid rgba(0,0,0,0.9);
    box-shadow: 1px 0 rgba(250,250,250,0.04);
    -moz-box-shadow: 1px 0 rgba(250,250,250,0.04);
	-webkit-box-shadow: 1px 0 rgba(250,250,250,0.04);
	-o-box-shadow: 1px 0 rgba(250,250,250,0.04);
	-ms-box-shadow: 1px 0 rgba(250,250,250,0.04);
}
.comments {
    text-align: right;
    color: #bababa;
    font-family: tunisia,Byekan,B yekan,Tahoma;
    direction: rtl;
    height: auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    margin: 5px 0;
	background: rgba(250,250,250,0.02);
	padding: 0px 10px 0px 10px;
	border: 1px solid rgba(250,250,250,0.06);
}
.comments small{
    float: right;
    width: 140px;
}
.comments input ,.comments textarea{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #000;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    padding: 3px 7px 6px 7px;
    max-width: 530px;
}
#submit {
    font: 18px tunisia,Byekan,B yekan,Tahoma;
    float: left;
    margin: 0 0 10px 30px;
    cursor: pointer;
    margin-top: 7px;
    background: #007aa3;
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    border: 2px solid #222222;
    text-shadow: 1px 1px #0296c7;
    color: #003243;
}
.commentlist {
    display: table;
    width: 505px;
    border: 1px solid rgba(250,250,250,0.06);
    background: rgba(250,250,250,0.06);
    padding: 20px;
    font-size: 13px;
}
.comment-author img{
display: none;
}
.tags-cat {
	display: inline-table;
	text-align: right;
	margin-top: 20px;
	background: rgba(250,250,250,0.02);
	padding: 5px 10px 8px 10px;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid rgba(250,250,250,0.06);
	width: 520px;
	margin: 5px 0 0 0;
	font: 13px Byekan,B yekan,Tahoma;
	list-style: none;
	color: #898989;
}
.page-numbers {
    display: table;
    margin: 5px auto 0 auto;
    color: #acacac;
    font: 17px tunisia,Byekan,B yekan,Tahoma;
    text-align: right;
    padding: 4px 8px 2px 8px;
}
.page-numbers a{
    margin-left: 3px;
    padding: 1px 5px 4px 5px;
}
.pages {
    float: right;
}
.current {
    padding: 1px 5px 4px 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid rgba(250,250,250,0.06);
	padding: 3px 5px;
	margin: 2px;
	display: inline-block;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(255,255,255,0.02) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(255,255,255,0.02))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.02) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.02) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.02) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.02) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#05ffffff',GradientType=0 ); /* IE6-9 */
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid rgba(250,250,250,0.06);
}
.wti-most-liked-posts li{
    margin-right: -10px;
}
.wti-most-liked-posts li a{
    background: url(img/heart.png) no-repeat right;
    padding-right: 14px;
}
.wti-most-liked-posts li a:hover{
    background: url(img/heart-h.png) no-repeat right;
    color: #444444;
}
#s {
background: rgb(28,28,28); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(28,28,28,1) 0%, rgba(33,33,33,1) 49%, rgba(27,27,27,1) 50%, rgba(25,25,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,28,28,1)), color-stop(49%,rgba(33,33,33,1)), color-stop(50%,rgba(27,27,27,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(33,33,33,1) 49%,rgba(27,27,27,1) 50%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(33,33,33,1) 49%,rgba(27,27,27,1) 50%,rgba(25,25,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(33,33,33,1) 49%,rgba(27,27,27,1) 50%,rgba(25,25,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(28,28,28,1) 0%,rgba(33,33,33,1) 49%,rgba(27,27,27,1) 50%,rgba(25,25,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
width: 160px;
display: table;
margin: 2px auto;
border: 1px solid rgba(250,250,250,0.04);
font: 13px Byekan,B yekan,Tahoma;
color: #777777;
padding: 3px 4px 6px 4px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
-o-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}
.screen-reader-text {
    display: none;
}
#searchsubmit {
    display: table;
    margin: 5px auto 0 auto;
    font: 13px Byekan,B yekan,Tahoma;
    cursor: pointer;
    padding: 1px 25px 3px 25px;
}
.commentlist .children {
    list-style: none;
    border: 1px solid rgba(250,250,250,0.2);
    background: rgba(0,0,0,0.3);
    margin: 5px -10px 5px -10px;
    padding: 5px 15px;
}
#more-post-content {
	display: inline-table;
	text-align: center;
	margin-top: 20px;
	background: rgba(250,250,250,0.02);
	padding: 10px;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid rgba(250,250,250,0.06);
	width: 520px;
    text-align: right;
    padding: 5px 10px;
    font: 13px Byekan,B yekan,Tahoma;
    color: #898989;
    line-height: 12px;
	margin-bottom: -15px;
	margin-top: 10px;
}
#more-post-content  img{
	max-width: 520px;
	height: auto;
}
.cat-item-1117 {display: none;}
/* Added by: Mehrdad Rostami  */
.sidebar .text{
	color: #DFDFDF;
	text-align: right;
	direction: rtl;
	font: 13px Byekan,B yekan,Tahoma;
	width: 184px;
	height: auto;
}
.post .text{
	color: #DFDFDF;
	text-align: right;
	direction: rtl;
	font: 13px Byekan,B yekan,Tahoma;
	width: 540px;
	height: auto;
}
.sidebar .text img{
	max-width: 180px;

}
.post .text img{
	max-width: 538px;
}