@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'lale';
    src: url('//bayanbox.ir/download/6943001789619612027/Lalezar-Regular.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'vazir';
    src: url('//bayanbox.ir/download/5519584908501776398/Vazir-Light-FD.woff') format('woff');
    font-weight: normal;
}


@font-face {
    font-family: 'vazir';
    src: url('//bayanbox.ir/download/4061457137369256880/Vazir-Bold-FD.ttf') format('woff');
    font-weight: bold;
}

*, body {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    color: #fff;
    background: #123456;
}

::selection {
    color: #fff;
    background: #123456;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

body {
    direction: rtl;
    font-family: vazir;
    font-size: 14px;
    word-wrap: break-word !important;
    background:linear-gradient(120deg,#ffffff,#d2e2f9,#ffffff);
    line-height: 2.1em;
    color: #000;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
}

a:link, a:visited {
    text-decoration: none;
    transition: .5s;
    color: #aab6fd;
}

a:hover {
    color: #132172;
}

.bg-c {
    background:#5370bf;
}

.bg-p {
    background-image: url("");
}

.fa {
    font-family: fa
}

.mb {
    margin-bottom: 20px;
}

.rad {
    border-radius: 10px;
}

#navbar {
    text-align: center;
    padding: 120px 0;
    color: #fff;
    background: url("http://upha.ir/uploads/f91cc9370eac.jpg") no-repeat bottom;
    background-size: cover;
}

#navbar h1 a {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    text-shadow: 4px 4px 2px #192785;
}

#navbar h1 a:hover {
    color: #f9f9f9;
}

#navbar h2 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    text-shadow: 4px 4px 2px #091881;
}

#menu {
    background:linear-gradient(90deg,#bcd0f5,#213b7d,#bcd0f5);
    padding: 12px;
}

#menu ul {
    text-align: center;
}

#menu ul li {
    display: inline-block;
    padding: 0 5px;
}

#menu ul li a {
    color: #fff;
    font-size:20px;
    font-weight:bold;
    padding: 6px 10px;
}

#menu ul li a:hover {
    background: #5a74bf;
    border-radius: 10px
}

.blocklinkchild a {
    padding-right: 20px !important;;
}

#wrp {
    max-width: 880px;
    margin: 30px auto;
}

#content {
    width: calc(75% - 10px);
    float: right;
}


.post {
    background:#f5f8ff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px #293b6a;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.post {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.post:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px #293b6a;
}
.post:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px #293b6a;

}

.thumb img {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 15px;
}

.posttitle h2 a {
    color: #000;
    font-weight: bold;
    font-family: lale;
    font-size: 25px;
}

.postcontent {
    margin: 15px 0;
    font-size: 15px;
    text-align: justify;
}

.postcontent > div, .postcontent ol li {
    margin-bottom: 10px;
}

.postcontent img {
    max-width: 100%;
    height: auto;
    border-radius: 10px
}

.postcontent ul {
    margin: 10px 40px;
    list-style-image: url('//bayanbox.ir/view/2200081699838202738/tick.png');
    /*    list-style-image: url('//bayanbox.ir/view/5946397774044841151/tick.png');*/
}

blockquote {
    border-right: 6px solid #fff;
    padding: 14px 10px;
    background: #5376bf;
    margin: 15px;
    border-radius: 10px;
    font-style: normal;
}

blockquote p {
    margin: 0
}

.more {
    text-align: left;
    margin: 10px 0 20px;
}

.more a {
    background: #5376bf;
    padding: 10px;
    color: #fff;
}

.postinfo {
    color:#fff;
    background: #5376bf;
    padding: 2px 10px;
    margin-top: 10px;
    font-size: 11px;
}

.comment {
    color:#000;
    padding: 15px;
}

.comment .avatar img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    border: 1px solid #0f257b;
}

.comment .myavatar img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #777;
}

.comment-form {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 7px;
    border-radius: 4px;
}

.rep-pic img {
    float: right;
    padding-top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #05369e;
    border-radius: 50%;
}

.comment-details { /*! background: #fff; */
    font-size: 15px;
    padding: 2px 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.comment-details a {
    color: #000;
    font-size: 15px;
    display: inline-block;
}

.cmtname a { /*! background:#4682b4; */
    color: #000;
    padding: 2px 10px;
}

.cmttext { /*! background: #fff; */
    padding: 5px 5px 15px;
    text-align: justify;
    /*! font-size: 16px; */
    /*! line-height: 2em; */
}

.cmtreplay {
    margin: 0 54px 10px 0;
    padding: 10px;
    /*! font-size: 16px; */
    text-align: justify;
    box-shadow: 0 0 15px #8ca3d4 inset;
    /*! line-height: 2em; */
    border-radius: 10px;
}

.cmtreplay img {
    max-width: 100%;
    height: auto
}

.cmtdate {
    float: left;
}

.cmtdate a {
    background: #000;
    padding: 2px 10px;
    color: #000;
    border-radius: 4px;
}

.pagin {
    background: #5376bf;
    padding: 10px;
    text-align: center;
}

.pagin a {
    margin: 0 20px;
}


#sidebar {
    width: calc(25% - 10px);
    float: left;
}

.box {
    background: #f5f8ff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 25px #293b6a;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.box {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px #293b6a;
}
.box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px #293b6a;	

}

.box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.about {
    text-align: center;
    padding: 10px 0;
}

.box h6 {
    color: #f1f4fe;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-size: inherit;
}

.box ul {
    list-style: none;
    padding: 15px 2px;
}

.box a {
    color: #000;
    border-right: 2px solid;
    border-color: #d8e1ff;
    display: block;
    padding: 0 5px;
}

.box a:hover {
    border-color: #7790e4;
}

.custom {
    text-align: center;
}

#footer {
    clear: both;
    padding: 20px;
    text-align: center;
    color: #fff;
}

#footer a {
    color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #5376bf;
}

th, td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

.formField2 input.text, .formField2 textarea {
    line-height: 1.4rem;
    color: #5376bf;
    font-size: 15px;
    border-radius: 0;
}

.cmt-bg {
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    /*! margin-bottom: 15px; */
    /*! border: 7px solid #fff; */
}

.cmt-bg a {
    color: #fff
}

.cmt-bg a:hover {
    color: #5376bf; 
}

input, textarea, select {
    font-family: inherit;
}

#bComSub {
    cursor: pointer;
    margin-top: auto;
    padding: 9px 30px;
    border-radius: 15px;
    background: #5376bf;
    color: #fff;
    font-weight: bold;
    border: 0;
}

#bComSub:hover {
    background: #5376bf;
}

video {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

audio {
    width: 100%;
}

.none {
    display: none
}

.jqi a.btn {
    font-family: inherit;
}

@media screen and (max-width: 712px) {
    #content, #sidebar {
        float: unset;
        width: 100%;
    }

    .mb {
        margin-bottom: 5px;
    }

}

.pey {
}

.postcontent ul li {
    margin-bottom: 10px
}

.rate-box {
    display: block;
    text-align: left;
}

.rate-button-box {
	color:#000;
    font-size: 13px;
    padding: 20px;
}

.rate-up a:after {
    content: "";
    background:url("http://upha.ir/uploads/9510fed45160.png");
    width:45px;
    height:45px;
    vertical-align:middle;
}

.rate-button-box.rated {
    font-weight: bold;
    background: url() no-repeat right;
    background-size: 35px;
}

.rate-down a:after {
    content: "نپسندیدم";
    color: #4B4B4B;
}

.posttags a {
    display: inline-block;
    padding: 0 10px;
}

.followBx, .followThis {
    font-family: inherit;
    font-size: inherit;
}

.followShow .followThis {
    font-size: 12px;
}

.blockads {
    display: block;
    text-align: center;
}

.blockads img {
    margin: 5px 0;
    max-width: 100%;
    height: auto;
    border-radius: 0;

}

#followersLs a, .blockads a {
    border-right: 0;
    padding: 0;
}
.side-note {
  background:#e5e8f6;
  border: 1px solid #3c4c86;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 15px;
  box-shadow: 0 10px 20px #1d2e59;
  transition: transform 0.4s ease, box-shadow 0.4 ease;
}

.side-note-title {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 6px;
  border-bottom: 1px dashed #061f98;
  padding-bottom: 3px;
}

.side-note-body {
  font-size: 0.9em;
  line-height: 1.9;
}
@keyframes float-note {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}
.side-note-star {
  color: #688cde; /* زرد لطیف */
  margin-left: 5px;
  font-size: 1.1em;
  position: relative;
  top: 1px;
}
.side-note-title::before {
  content: "";
  background:url("")center/contain no-repeat;
  color: #22201c;
  margin-left: 5px;
}
.side-note {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.side-note:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
#menu {
    position: relative !important;
}
/* عکس ستاره گوشه راست منو */
#menu::before {
    content: '';
    position: absolute;
    bottom: -58px;
    right: 25px;
    width: 70px;
    height: 70px;
    background: url('http://upha.ir/uploads/dd38c283bb5b.png') center/contain no-repeat;
    /* لینک عکس خودت رو اینجا بذار */
    z-index: 10;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.9));
}
@charset "utf-8";
/* Reset -------------------------------------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
/* don't add padding: 0; it hides numbers and bulltes for <ul> and <ol> */
/* don't add margin: 0; to all elements, it's usefull for <p> or <h3> tags */
.rtl {
	direction: rtl;
	text-align: right;
}
.ltr {
	direction: ltr;
	text-align: left; /* for IE */
}
.rltr {
	direction: ltr;
	text-align: right;
}
.alr{ text-align: right;}
.inltr {
	display: inline-block;
	direction: ltr;
}
.right{ float: right;}
.left{ float: left;}
html { direction: rtl; }
img {vertical-align: middle}

code {
	direction: ltr;
	display: inline-block;
	background-color: #F0F0E0;
	padding: 0 2px;
}
pre {
	direction: ltr;
	background-color: #FAFAEE;
	border: 1px solid #DADADA;
	margin: 1em;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px;
	width: auto;
	line-height: 1.4em;
}
blockquote {
	border-right: 3px solid #fff;
	margin: 5px 30px 10px;
	padding-right: 10px;
	font-style: italic;
}
option{
	font-size: 11px;
	padding: 2px 4px;
}
table {
	border-spacing: 0;
}
textarea {overflow: auto;}
input.text:focus, textarea:focus, .inputBox.focused{
	border-color: #000;
}
.normtip {color: #fff}
.smalltip ,.smalltip-margin{
	font-size: smaller;
	color: #fff;
	padding: 4px;
	line-height: 1.4em;
}
.smalltip-margin{
	margin-right: 23px;
}
.smalltip-error {
	color: red;
}
input[type=radio], input[type=checkbox]{vertical-align: middle;}
/* item_wrn & item_err --------------------------------------------------------------------------------------------- */
.item_wrn, .item_err, .item_success {
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	line-height: 18px;
	margin-bottom: 10px;
	background: #ffffe0;
	color: #000;
}
.item_wrn a[href], .item_err a[href],.item_success a[href]{
	text-decoration: none;
	padding: 1px 1px 2px;
}
.item_err .icon, .item_wrn .icon, .item_success .icon{
	background: url(/media/images/messages.png?g87m_I?g87m_I) no-repeat right 0;
	width: 18px;
	height: 18px;
	float: right;
	margin: 0 2px 0 6px;
}
.item_wrn a{ color: #C30; }
.item_wrn a:hover{ background-color: #C30;	color: #FFF;}
.item_wrn .icon { background-position: right -18px; }	
.item_err{ border-color: #fe8f6b; background: #ffe2d9;}
.item_err a{ color: #ce3e0e; }
.item_err a:hover{background-color: #ce3e0e;color: #FFF;}
.item_success{ border-color: #47AF41; background: #D2FFCF;}
.item_success .icon { background-position: right -36px; }	
.item_success a{ color: #088F1B; }
.item_success a:hover{background-color: #088F1B;color: #FFF;}
/* rating */
.rate-button-box.rated {font-weight: bold;}
.rate-up, span.rateup {color: #4c774c;}
.rate-down, span.ratedn {color: #A00;}
img.rateimg, img.renew, img.rateup, img.ratedn{
	background: url() no-repeat;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.rate-down img.rateimg, img.ratedn{ background-position: 0 -72px; }
.rate-up img.rateimg, img.rateup { background-position: 0 -54px; }
img.renew{	background-position: 0 -90px; }
/* Ctrl+B 
div#ctrlb {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 20px;
	width: 50px;
	height: 18px;
	text-align: center;
}
div#ctrlb-top, div#ctrlb-r1, div#ctrlb-r2,div#ctrlb-r3  {
	background: #FEFF9F;
	border-left-color: #FEFFBF;
	border-right-color: #EEEFA4;
	border-style: solid;
	border-width: 0 1px;
	overflow: hidden;
	height: 1px;
}
div#ctrlb-top {
	padding: 2px 4px;
	height: auto;
}
div#ctrlb-r1 {margin: 0 1px;}
div#ctrlb-r2 {margin: 0 2px;}
div#ctrlb-r3 {margin: 0 3px; border-bottom: 1px solid #DEDF8B;height: 0;}*/
/* for sending comment*/
.bComForm .commentAvatar {
	float: left;
	padding: 8px 0 0 3px;
	text-align: center;
}
.bComForm .sendbutton {
	float: left;
}
.bComForm .sendbutton[disabled] {
	opacity: 0.5;
}
.bComForm .sendbutton.hasCheckbox {
	margin-top: -35px;
}
.bComForm .commentAvatar img {
	border: 1px solid #1e317b;
	padding: 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 64px;
	height: 64px;
}
.bComForm .commentAvatar a:hover span {
	display: block;
}
.bComForm .commentAvatar span {
	display: none;
	margin: -19px 2px 0;
	line-height: 16px;
	padding-bottom: 2px;
        border-radius:5px;
	background: #506fdc;
	color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.bComForm .hasComment {
	margin-left: 73px;
}
.bComForm .hasComment .in {
	float: right;
	width: 100%;
}
.formField2{
	padding-top: 8px;
	clear: both;
}
.formField2 label{
	float: right;
	width: 100px;
	text-align: left;
	padding-left: 8px;
}
.formField2 .fldcontent label  {
	float: none;
	width: auto;
	text-align: inherit;
	padding-left: 0;
}
.formField2 .fldcontent  {
	padding-left: 3px;
	margin-right: 108px;
} 
.formField2 input.text, .formField2 textarea{
	width: 98%;
	_width: 97%; /* IE6 */
	padding: 4px;
}
div.inputFix {
	padding: 0 0 0 10px;
}
div.inputFix input.text {
	width: 100%;
}
.field .formField2 option, .field2 .formField2 option {
	padding: 2px;
}
.half input.text, .half textarea{
	width: 60%;
}
.formFieldMid{}
/* tags */
div.tagcloud {
	text-align: justify;
	padding: 3px 0;
}
div.tagcloud a{
	line-height: 1.5em;
	padding: 4px;
}

.pagination {
	padding-top: 10px;
	float: right;
	width: 100%;
}
.pagination a{
	float: right;
	padding: 0 2px;
}
.pagination a.next, .pagination a.last{
	float: left;
}
/* validator -------------------------------- */
ul.validateErrs,ul.validateSuccess {
	list-style: none;
	padding: 0;
	margin: 0;
}
.validateErrs {
	color: red;
}
.validateErrs .warn {
	color: #000;
}

.validateSuccess, .validateErrs .suc {
	color: green;
}
/* read more access from post_edit's inner iframe page */
input#read_more {
	display: inline !important;
	cursor: default;
	border: none;
	width: 60px;
	height: 16px;
	background: url(/media/images/post/cont.png?lbbTKZ?lbbTKZ);
	line-height: 0;
	margin: 0 3px;
}
pre.prettyprint{line-height: 1.3em;}
/* Impromptu --------------------------------- */
.jqifade{
	position: absolute; 
	background-color:#fff; 
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.jqibox {
	direction: ltr; /* fix fo IE */
	position: fixed;
	_position: absolute;
}
.jqifade, .jqibox {
	width: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.jqi {
	direction: rtl;
	position: absolute;
	background-color: #ffffff;
	border-radius: 11px 7px 7px;
	-moz-border-radius: 11px 7px 7px;
	-webkit-border-radius: 11px 7px 7px;
	padding: 7px;
	width: 380px;
	left: 50%;
	z-index: 1000;
}

.jqi .jqiclose{
	position: absolute;
	top: -9px;
	width: 24px;
	cursor: pointer;
	font-size: 0;
	color: transparent;
	background: url(/media/images/close.png?TgoId1?TgoId1) no-repeat;
	height: 24px;
	right: -6px;
}
.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #000; 
}
.jqi .jqibuttons{ 
	text-align: left; 
	padding: 5px 0; 
}
.jqi button, .jqi a.btn{
	padding: 6px 8px;
	margin: 0 5px;
	background-color: #5376bf;
	border-width: 0;
	color: #ffffff;
	font: bold 11px Tahoma, Geneva, sans-serif;
}
.jqi a.btn {
	display: inline-block;
	line-height: 16px;
}
.jqi button:hover, .jqi .btn:hover{
	cursor: pointer;
	background-color: #5E8AA3;
}
.jqi button:focus, .jqi .btn:focus, .jqi .jqidefaultbutton{
	background-color: #0094c3;
}
.jqi .jqi-error{
	background-color: #b20f00;
}
.jqi .jqi-error:hover, .jqi .jqi-error:focus{
	background-color: #a50f00;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #fffc00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.beditor .ipic-wrp {
	border: 1px dashed orange;
}
.beditor {
	margin: 2px 7px;
}
.ipic-cfx {
  display: block !important;
}
.ipic-mrg,
.ipic-bdr,
.ipic-cap-in,
.ipic-cap-out,
.ipic-inner,
.ipic-wrp {
  display: inline-block;
  position: relative;
}
.ipic-inner img, .ipic-bdr img {
  vertical-align: middle;
}
.ipic-inner img {
  border-width: 0;
  z-index: -1;
  position: relative;
}
.ipic-bdr {
  z-index: 1;
}
.ipic-cap-in {
  position: absolute;
  padding: 20px;
  min-width: 30%;
}
.ipic-cap-out {
  display: block;
}
.ipic-cap-in h1,
.ipic-cap-out h1,
.ipic-cap-in p,
.ipic-cap-out p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.search-box {
    background: rgba(0, 0, 0, 0.06);
	background: #f3f3f3\9;
	border-radius: 2px;
	line-height: 30px;
	height: 30px;
	margin: 10px 5px;
}
.search-box input {
	border: 0;
	outline: 0;
	height: 30px;
	padding: 0;
	display: block;
}
.search-box input.text {
	background: transparent;
	width:100%;
	float:right;
}
.search-box .submit {
	border-radius: 2px 0 0 2px;
	width: 35px;
	float: left;
    background: #bdc2ca url(/media/images/search.png?fYtE_X?fYtE_X);
}
.search-box .search-wrapper {
	margin: 0 5px 0 40px;
}
.search-box.dark {
	border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.5);
	border: 1px solid #aaa\9;
    background: #333\9;
}
.search-box.dark input.text {
    color: #eee;
}
.search-box.dark .submit {
    background-color: rgba(0, 0, 0, 0.5);
    background-color: #111\9;
}
.search-box.dark .submit:hover,.search-box.dark .submit:focus {
    background-color: rgba(0, 0, 0, 0.7);
    background-color: #000\9;
}
.search-box.black {
    background: rgba(70,70,70,0.3);
    background: #333\9;
}
.search-box.light {
	background: rgba(255,255,255,.7);
	background: #f3f3f3\9;
}
.followBx {
	background:#505ca500;
	border-radius: 5px;
	padding: 10px 4px 4px;
	font-size: 16px;
}
#followInBx {
	margin: 0 auto;
}
.followersCount {
	float: left;
}
.followersTitle {
	padding: 0 4px;
	margin-bottom: 7px;
}
.follower {
	float: right;
}
.follower:hover img {
	transform: scale(1.1);
}
.followThis {
	display: block;
	padding: 3px 10px 5px;
	margin: 2px;
	background: #5370bf;
	color: #fff !important;
	border-radius: 5px;
	text-align: center;
}
.followBx, .followThis {
	font-family: "lale", BNazanin, "A Nazanin", "Nazanin 0", IRNazanin, Nazanin, W_Nazanin, "Times New Roman", "Arial", serif;
}
.followThis:hover {
	color: #fff !important;;
}
.followThis.followed {
	background: #5370bf;
}
#followInBx #followersLs .followImg {
	width: 34px;
	height: 34px;
	border-radius: 4px;
	margin:3px;
}
#followersLs {
	text-align: center;
	margin: 7px 0 13px;
	clear: both;
}
.hoverTip {
	position: absolute;
	z-index: 3000;
	background: #fafaff;
	border-radius: 5px;
}
.hoverTip .body {
	padding: 5px;
}
.followShow {
	width: 250px;
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: 3px 3px 8px 0 #666;
	color: #333;
	direction: rtl;
	line-height: 18px;
	overflow: hidden;
}
.followShow.dark {
	color: #fff;
	background: #000;
	border-color: #555;
}
.followShow a, #followInBx a {
	text-decoration: none;
}
.followShow .site { color: #33a; }
.followShow .site:hover { color: #33F; }
.followShow.dark .site { color: #bbf; }
.followShow.dark .site:hover { color: #ddf; }
#followInBx.dark {color: #fff}
.followShow .folDetImg {
	width: 64px;
	height: 64px;
	float:right;
	margin: 5px 5px 10px 10px;
}
.followShow .body {
	position: relative;
	height: 74px;
}
.followShow * {
	box-sizing: content-box;
}
.followShow .followThis {
	width: 136px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	font-size: 14px;
	font-weight: bold;
}
.folDetTxt {
	padding-right: 79px;
}
#followersLs {
	position: absolute;
	visibility: hidden;
}