/* All Reformation Codes By Behrang Yarahmadi (Naghies.ir) */

body {
  font-size: 9pt;
  font-family: Tahoma;
  color: #333;
  text-align: right;
  line-height: 150%;
  margin: 0;
  padding: 0;
  background: #fff;
  }

#header {
  padding: 0;
  margin: 0px auto 10px;
  width: 100%;
  text-align: left;
  color: #fff;
  height: 150px;
  background: url(images/torntopbgblue.gif) top left repeat-x;
  }

#content {
  margin: 0 40px 0 0;
  padding: 0;
  width: 480px;
  float: left;
  direction : rtl;
  text-align: justify;
  }

#sidebar {
  width: 160px;
  font-size: 8pt;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  }

#sidebarout {
  font-size: 8pt;
  width: 250px;
  float: right;
  margin: 0px;
  padding: 0;
  text-align: right;
  }

/* -------------------[ Misc Tags and Classes ]------------------- */
blockquote {
  padding-right: 10px;
  border-right: 5px solid #ddd;
  color: #666;
  }

.description {
        color: #fff;
        padding: 0;
      direction : rtl;
        }

code {
  font: 1.1em 'Courier New', Courier, Fixed;
  direction : ltr;
  text-align:left;
  }

/* -------------------[ Headings ]------------------- */

h1, h2, h3 {
        color: #000;
  font-family: arial;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0px;
  text-align: left;
  line-height: 130%;
  }

h1 {
  font-size: 16pt;
  text-align: justify;
  }

h2 {
  font-size: 14pt;
  text-align: justify;
  padding-right: 2px;
  }

/* -------------------[ Images ]------------------- */

/* -------------------[ Comment Form ]------------------- */
#commentform input {
  width: 170px;
  padding: 1px;
  margin: 0px 5px 10px 0;
  font-family: Tahoma;
  }

#commentform textarea {
  width: 400px;
  padding: 0;
  margin: 0px 0px 10px 0;
  font-family: Tahoma;
  }

#commentform #submit {
  margin: 0 0 20px 0;
  font-family: Tahoma;
  }

#commentform p {
  margin: 5px 0;
  font-family: Tahoma;
  }
/* -------------------[ Comments ]------------------- */

/* -------------------[ Search ]------------------- */
#searchform {
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  }

#searchform #s {
  width: 120px;
  margin-right: 2px;
  text-align: right;
  font-family: Tahoma;
  }

#searchform #submit {
  font-family: Tahoma;
}
/* -------------------[ Sidebar ]------------------- */

#sidebar h2 {
  font-family: Tahoma;
  line-height: 150%;
  border-bottom: 1px dotted #ccc;
        padding: 0 3px 3px;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: right;
  }

#sidebar li li {
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
        background: transparent url(images/arrow1_rtl.png) right no-repeat;
        padding: 0px 15px 3px 0px;
  margin: 0 0 3px 0;
        }

/* -------------------[ Sidebarout ]------------------- */

#sidebarout h2 {
  font-family: Tahoma;
  line-height: 150%;
  border-bottom: 1px dotted #ccc;
        padding: 0 3px 3px;
  margin: 0 0 3px 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: right;
  }

#sidebarout li li {
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
        background: transparent url(images/arrow1_rtl.png) right no-repeat;
        padding: 0px 15px 3px 0px;
  margin: 0 0 3px 0;
        }