@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align:right;
}

html {
  height: 100%;
}

header, nav, section, article, aside, footer {
  display: block;
}

body {
  font: 12px/18px Tahoma, Verdana, sans-serif;
  width: 100%;
  height: 100%;
  color: #222;
  background: #fff url(../images/bg.png) repeat;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-shadow: 0 1px 1px #FDD000;
  text-decoration: none;
}

p {
  margin: 0 0 18px;
  direction:rtl;
  text-align:justify;
}

img {
  border: none;
}

input {
  vertical-align: middle;
  border: 1px solid #BCC0C2;
  outline: none`;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.clear, .clr {
	clear:both;
}
.transition {
  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lcol {
    float: left;
}

.rcol {
    float: right;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
  height: 260px;
  position: relative;
  margin-bottom: 15px;
}

#logo {
  position: absolute;
  top: 31px;
  right: 0;
  color: #393939;
  direction:rtl;
  text-align:right;
  font-family: BYekan,B Yekan, Yekan;
}

#logo a {
  text-decoration: none;
}

#logo h1 {
  font-size: 26px;
  margin-right: 50px;
}

#logo h1 span {
  color: #F9C300;
}

#logo h2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
  margin-right: 50px;
}

#logo .emblem {
  font-size: 2em;
  position: absolute;
  top: -3px;
  right: 0;
  background: #FED640;
  padding: 8px 11px
}

#banner-468 {
  position: absolute;
  width: 468px;
  height: 60px;
  top: 20px;
  left: 0;
}

#menu {
  width: 100%;
  height: 50px;
  background: #FDD000;
  position: absolute;
  bottom: 38px;
  right: 0;
}

#menu li {
  float: right;
  border-right: 1px solid #F9DB52;
}

#menu li:last-child {
  border-right: none;
}

#menu li a {
  font-size: 14px;
  height: 50px;
  display: block;
  color: #393939;
  text-decoration: none;
  line-height: 50px;
  text-shadow: 0 1px 1px #F4E19A;
  padding: 0 20px;
  direction:rtl;
  text-align:right;
  font-family: BYekan,B Yekan, Yekan;
}

#menu li a:hover {
  background: #F7C200;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menu li a i {
  margin-left: 6px;
}

#menu-sub {
  width: 100%;
  height: 38px;
  background: #393939 url(../images/wild_oliva.png) repeat;
  box-shadow: inset 0 0 60px #393939;
  position: absolute;
  bottom: 0;
  right: 0;
  direction:rtl;
  text-align:right;
}

#menu-sub li {
  float: right;
  border-right: 1px solid #444;
}

#menu-sub li:last-child {
  border-right: none;
}

#menu-sub li a {
  font-size: 12px;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 38px;
  padding: 0 20px;
}

#menu-sub li a:hover {
  background: #333;
  color: #FDD000;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menu-sub li a i {
  margin-left: 6px;
}

/* Search
-----------------------------------------------------------------------------*/
#search-block {
  overflow: hidden;
}

#search-text {
  float: right;
  width: 340px;
  border: 1px solid #ddd;
  color: #393939;
  padding: 7px 8px;
  direction:rtl;
  text-align:right;
}

#search-submit {
  float: left;
  background: #FED640;
  border: none;
  color: #393939;
  outline: none;
  cursor: pointer;
  padding: 7px 9px;
  margin-right: 5px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#search-submit:hover {
  background: #393939;
  color: #fff;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Login panel
-----------------------------------------------------------------------------*/
.login-list {
  width: 307px;
  height: 115px;
  margin-right: 120px;
  direction:rtl;
}

.login-list li {
  float: right;
  width: 140px;
  height: 35px;
  background: #393939;
  color: #fff;
  line-height: 35px;
  margin: 0 0 5px 6px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-list li:hover {
  background: #FED640;
  color: #393939;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-list li a {
  position: relative;
  display: block;
  width: 140px;
  height: 35px;
  color: #fff;
  text-decoration: none;
}

.login-list li a:hover {
  color: #393939;
}

.login-list li i {
  margin: 0 6px 0 12px;
}

.login-avatar {
  float: right;
  position: relative;
  width: 115px;
  height: 115px;
  margin-left: 6px;
}

.login-avatar img {
  width: 100%;
}

.login-avatar .logout {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115px;
  height: 35px;
  background: #393939;
  color: #fff;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  opacity: 0.80;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-avatar .logout:hover {
  opacity: 1;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#login-aut .input-line { 
  height: 40px;
  direction:rtl;
  text-align:right;
}

#login-aut .input-line label {
  float: right;
  width: 70px;
  line-height: 30px;
}

#login-aut .input-line input {
  float: left;
  border: 1px solid #ddd;
  color: #393939;
  padding: 7px 8px;
}

#login-aut .not_save {
  float: right;
  line-height: 22px;
  margin-top: 3px;
  direction:rtl;
  text-align:right;
}

#login_not_save {
  margin: -2px 5px 0 0;
}

#login-submit {
  float: left;
  border: 1px solid #ddd;
  padding: 5px 8px;
  cursor: pointer;
  border: none;
  color: #393939;
  background: #FED640;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#login-submit:hover {
  color: #fff;
  background: #393939;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Vertical menu
-----------------------------------------------------------------------------*/
.cbp-vimenu {
  position: fixed;
  overflow: hidden;
  top: 35%;
  right: 0;
  height: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 99999;
  opacity: 0.9;
}
 
.cbp-vimenu li a {
  display: block;
  font-size: 1.25em;
  height: 4em;
  width: 4em;
  line-height: 4em;
  text-align: center;
  color: #999;
  position: relative;
  text-decoration: none;
  background: #e8e8e8;
  border-bottom: 1px solid rgba(0,0,0,0.05);

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
 
.cbp-vimenu li a:hover {
  background: #FED640;
  color: #393939;
  text-shadow: 0 1px 1px #F4E19A;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cbp-vimenu li:last-child a {
  border-bottom: none;
}
 
/* Middle
-----------------------------------------------------------------------------*/
#middle {
  width: 100%;
  padding: 0 0 50px;
  height: 1%;
  position: relative;
}

#middle:after {
  content: '';
  clear: both;
  display: table;
}

#container {
  width: 100%;
  float: left;
  overflow: hidden;
}

#content {
  padding: 0 520px 0 0;
}

.content {
  margin-top: 15px;
}

/* Shortnews
-----------------------------------------------------------------------------*/
.short-news {
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.short-news.search {
  border-bottom: none;
  padding-bottom: 0;
}

.short-news h1 {
  margin-bottom: 5px;
  direction:rtl;
  text-align:justify;
  font-family:B Yekan;
  
}

.short-news h1 a {
  padding: 3px 0;
  font-size: 14px;
}
.short-news h1 a:hover {
  color: #666;
  text-shadow: 0 2px 2px #FDD000;
  text-decoration: none;
}

.short-news-image {
  float: right;
  width: 200px;
  height: 115px;
  position: relative;
  margin-left: 10px;
}

.short-news-image img {
  width: 200px;
  height: 115px;
}

.short-news-image span.category {
  font-size: 11px;
  position: absolute;
  top: -15px;
  right: 0;
  background: #393939;
  color: #fff;
  text-align: center;
  opacity: 0;
  padding: 3px 10px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.short-news:hover span.category {
  opacity: 0.8;
  top: 0;
  right: 0;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.short-news-image span.date {
  font-size: 11px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #393939;
  color: #fff;
  text-align: center;
  opacity: 0;
  padding: 3px 7px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.short-news:hover span.date {
  opacity: 0.8;
  bottom: 0;
  left: 0;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.short-news-content {
  color: #444;
  direction:rtl;
  text-align:justify;
}

/* Fullnews
-----------------------------------------------------------------------------*/
.full-news {
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  direction:rtl;
  text-align:justify;
 }

.full-news h1 {
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 12px;
  font-family:B Yekan,BYekan, Yekan;
}

.full-news-content {
  color: #444;
  font-size: 15px;
  line-height: 24px;
  font-family:B Koodak,BKoodak, Koodak;
}

.full-news-content img {
  width: 100%;
  margin-bottom: 5px;
}

.full-news-content-info {
  color: #777;
  direction:rtl;
  text-align:right;
}

.full-news-content-info li {
  float: right;
  margin: 8px 0 8px 20px;
}

.full-news-content-info li a {
  color: #777;
  text-decoration: none;
}

/* Related news
-----------------------------------------------------------------------------*/
.related-news {
  overflow: hidden;
}

.related-news li {
  height: 50px;
  margin-bottom: 10px;
  direction:rtl;
  text-align:right;
  font-family:B Yekan,BYekan, Yekan;
}

.related-news li a {
  font-weight: bold;
}

.related-news li img {
  float: right;
  width: 80px;
  height: 50px;
  margin-left: 10px;
}

/* Comments
-----------------------------------------------------------------------------*/
.comment {
  overflow: hidden;
  margin-bottom: 15px;
}

.comment-text {
  min-height: 90px;
  overflow: hidden;
  direction:rtl;
  text-align:justify;
}

.comment-avatar {
  float: right;
  width: 90px;
  height: 90px;
  margin-left: 15px;
}

.comment-avatar img {
  width: 90px;
  height: 90px;
}

.comment-info {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  color: #777;
  margin-bottom: 10px;
  direction:rtl;
  text-align:right;
}

.comment-info li {
  float: right;
  margin: 5px 0px 5px 20px;
}

.comment-info li a {
  color: #777;
  text-decoration: none;
}

.comment-info-link {
  overflow: hidden;
  margin-top: 10px;
   direction:rtl;
  text-align:right;
}

.comment-info-link li {
  float: right;
  margin-left: 5px;
}

.comment-info-link li a {
  display: block;
  background: #393939;
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.comment-info-link li a:hover {
  background: #FED640;
  color: #393939;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.comment-info-link li a i {
  margin-left: 6px;
}

.mass_comments_action {
  display: none;
}

/* Titles
-----------------------------------------------------------------------------*/
.block-title {
  position: relative;
  background: #393939 url(../images/wild_oliva.png) repeat;
  box-shadow: inset 0 0 60px #393939;
  padding: 10px 50px 10px 0px;
  margin-bottom: -1px;
}

.block-title h4, .block-title h2, .block-title h1 {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  direction:rtl;
  text-align:right;
  font-family:'Droid Arabic Kufi',BYekan,B Yekan, Yekan;
}

.block-title h4 a {
  color: #fff;
  text-decoration: none;
}

.block-title h4 i, .block-title h2 i, .block-title h1 i {
  width: 40px;
  display: block;
  position: absolute;
  font-size: 0.9em;
  background: #FED640;
  color: #393939;
  text-align: center;
  top: 0;
  right: 0;
  line-height: 18px;
  text-shadow: 0 1px 1px #F4E19A;
  padding: 11px 0 9px 0;
}

/* Navigations
-----------------------------------------------------------------------------*/
#navigation { 
  color: #666; 
  border: 0px; 
  clear: both;
  padding: 7px 0;
}

#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active { 
  text-decoration: none; 
  color: #fff; 
  background: #393939; 
  padding: 6px 12px; 
  font-size: 12px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#navigation a:hover { 
  background: #FED640; 
  color: #353535; 
  padding: 6px 12px; 
}

#navigation span { 
  text-decoration: none; 
  background: #393939; 
  padding: 6px 12px; 
  color: #fff; 
  font-size: 12px;
}

/* Userinfo
-----------------------------------------------------------------------------*/
.userinfo {
  overflow: hidden;
  padding-left: 125px;
  padding-bottom: 15px;
}

.ui-dialog-content .userinfo {
  padding: 10px 0 10px 125px;
}

.userinfo .lcol {
  margin-left: -125px;
  width: 110px;
  padding-right: 15px;
}

.userinfo .lcol .avatar {
  margin-bottom: 10px;
  padding: 4px 4px 0 4px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.userinfo .lcol .avatar img {
  width: 100px;
  height: 100px;
}

.userinfo .lcol ul {
  font-size: 0.9em;
}

.userinfo .rcol {
    width: 100%;
	direction:rtl;
	text-align:right;
}

.userinfo .rcol ul {
  list-style: none;
  margin-left: 0;
}

.userinfo .rcol ul li {
  margin-bottom: 0.2em;
}

.ussep {
  padding-top: 12px;
  margin-top: 5px;
  background: url("../images/ussep.png") no-repeat;
}

.user-rss a {
  text-decoration: none;
}

.user-rss a i {
  margin-left: 6px;
}
/* Forms
-----------------------------------------------------------------------------*/
.tableform {
  width: 100%;
}

.tableform td.label {
  width: 20%;
  vertical-align: top;
  padding-right: 0;
  font-weight: bold;
}

.fieldsubmit, .tableform td {
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #fff;
}

.addnews {
  font-weight: bold;
}

.impot {
  color: red;
  font-weight: normal;
}

.checkbox {
  padding: 4px 0;
  line-height: 1em;
  margin-top: 5px;
}

.checkbox input {
  margin-top: -2px;
  vertical-align: middle;
}

.f_input {
  width: 300px;
  padding: 1px;
}

.f_textarea {
  width: 458px;
}

.ff_textarea {
  width: 305px !important;
  max-width: 458px !important;
}

.fieldtr select, .textin, .f_textarea, .ff_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
  padding: 2px;
  background: #fff;
  border: 1px solid #bcc0c2;
}

.f_textarea, .ff_textarea, .editor_button select {
  padding: 0;
}

.fbutton {
  font-family: Arial;
  font-size: 12px;
  background: #393939;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 5px 8px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fbutton:hover {
  background: #FED640;
  color: #393939;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ffbutton {
  font-family: Arial;
  font-size: 12px;
  background: #393939;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 5px 8px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ffbutton:hover {
  background: #FED640;
  color: #393939;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ffbutton i {
  margin-right: 6px;
}

.textin {
    padding: 2px;
}

textarea {
  resize: vertical;
}

input.fbutton {
  padding: 6px 8px 4px 8px;
  margin-top: -2px;
}

.editorcomm .bb-pane {
  width: 400px;
}

.editorcomm textarea {
  width: 402px !important;
}

/* PM
-----------------------------------------------------------------------------*/
.pm-list {
  display: block;
  padding-top: 20px;
}

.pm-list li {
  float: right;
  margin-left: 15px;
}

.pm {
  margin-left: -10px;
}

.pm td {
  padding: 10px 10px 5px 10px !important;
}

.pm select {
  width: 150px;
}

.pm .bbcodes {
  font-size: 12px;
  font-weight: normal;
  width: 86px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #BCC0C2;
  box-shadow: none;
  line-height: 1px;
  padding: 0 0 3px 0;
}

.pm-new {
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
  padding: 10px 0;
}

.pm-avatar {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

.pm-avatar img {
  width: 100%;
}

.pm-info {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
  padding: 5px 0 15px 0;
  overflow: hidden;
}

.pm-info li {
  float: left;
  margin-right: 5px;
}

.pm-info li a {
  background: #393939;
  color: #fff;
  text-decoration: none;
  padding: 6px 8px;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pm-info li a:hover {
  background: #FED640;
  color: #393939;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pm-info li a i {
  font-size: 0.95em;
  margin-right: 6px;
}

.pm-title {
  font-weight: bold;
  padding: 0 0 10px 0;
}

.pm-title i {
  margin-right: 6px;
}

.pm-content {
}

/* Sidebar & Content pages
-----------------------------------------------------------------------------*/

.block-content {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  padding: 12px 10px 5px 10px;
  margin-bottom: 15px;
  direction:rtl;
  text-align:right;
}

.block-content.content-padding {
  padding-top: 13px;
}

.block-content.content-info-padding {
  padding-top: 13px;
  padding-bottom: 13px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
  float: left;
  margin-left: -500px;
  width: 250px;
  position: relative;
}

.side-popular li {
  min-height: 50px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 11px;
  padding-bottom: 8px;
  direction:rtl;
  text-align:right;
  font-family:BYekan,B Yekan, Yekan;
}

.side-popular li:last-child {
  border-bottom: none;
  margin-bottom: 6px;
}

.side-popular li a {
  font-weight: bold;
  color: #333;
  padding: 3px 0;
}

.side-popular li .popular-date {
  width: 70px;
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: 0;
  background: #393939;
  color: #fff;
  text-align: center;
  opacity: 0;
  padding: 3px 0;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-popular li:hover .popular-date {
  opacity: 0.8;
  top: 26px;
  left: 0;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-popular img {
  float: right;
  width: 70px;
  height: 50px;
  margin-left: 10px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
  float: left;
  margin-left: -231px;
  margin-right: -3px;
  width: 231px;
  position: relative;
}

.side-photo {
  margin-left: -0.75em;
}

.side-photo li {
  float: left;
  width: 99px;
  height: 65px;
  background: #FED640;
  position: relative;
  margin: 0 0 10px 10px;
}

.side-photo li img {
  width: 100%;
  height: 65px;
}

.side-photo li a {
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
}

.side-photo li a:hover img {
  opacity: 0.6;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-photo li a:hover i {
  color: #FED640;

  /* Transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  /* Transform */
  -moz-transform: rotate(180deg); 
  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.side-photo li a i {
  position: absolute;
  top: 26px;
  left: 44px;
}

.side-archives {
  margin-top: -5px;
}

.side-archives .archives {
  float: left;
  width: 100%;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  margin: 3px 0;
  padding-bottom: 5px;
}

.side-archives .archives:last-child {
  border-bottom: none;
}

#vote {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#vote button {
  float: left;
  font-size: 1.15em;
  cursor: pointer;
  padding: 2px 3px 1px 3px;
  margin-right: 5px;
}

#vote .vote-button {
  width: 100px;
  margin: 0 auto;
}

#vote .vote-list {
  padding: 5px 0 5px 0;
}

#vote .vote-title {
  font-size: 0.95em;
  font-style: italic;
  background: #FED640;
  color: #393939;
  margin: 0 auto 7px auto;
  padding: 7px 10px 6px 10px;
}

#vote .vote-title i {
  font-size: 1.15em;
  margin-right: 6px;
}

#vote .vote {
  font-size: 0.95em;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

#vote .vote input {
  margin-top: -3px;
}

.changeskin select {
  width: 100%;
  margin-bottom: 10px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
  width: 1000px;
  margin: -100px auto 0;
  height: 160px;
  position: relative;
}

#menu.footer {
  top: 0;
  left: 0;
}

#menu-sub.footer {
  top: 50px;
  left: 0;
}

.footer-copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #393939;
}

.footer-counter {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.footer-counter a {
  float: right;
  width: 88px;
  height: 31px;
  background: #888;
  color: #fff;
  text-align: center;
  line-height: 31px;
  margin-left: 5px;
}

.side-popular ul.social {
    display: block;
    height: 10px;
}
.side-popular ul.social li {
    float: right;
    height: 45px;
    margin: 2px;
    padding: 0px 1px 6px 2px;
    transition: all 0.5s ease 0s;
    width: 50px;
	background: none repeat scroll 0 0 #FED640 !important;
}
.side-popular ul.social li:hover {
    background: none repeat scroll 0 0 #696969 !important;
}
.side-popular ul.social li.rss, .side-popular ul.social li.twitter, .side-popular ul.social li.facebook , .side-popular ul.social li.gplus{
    font-size: 40px;
    text-align: center;
}
.side-popular ul.social li a {
    display: block;
    font: 11px Tahoma;
    padding-top: 15px;
    text-align: center;
    text-shadow: none;
}
.side-popular ul.social li:hover a {
    color: #fff !important;
    text-shadow: none;
}