html { direction: rtl; }
* {
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: UKIJ Tuz;
    font-style:  normal;
    font-weight: normal;
    src: url("12349268450.eot");
}
html {direction: rtl;}
@charset "utf-8";
/* 
Project: BlogBus Blog
Version: 1.0
Design: Shiney
Date: 8/17/2009
(c) BlogBus Web Team All Rights Reserved.
*/

/* some basic style */
* { 
                margin: 0; 
                padding: 0; 
} 
body {     
                 text-align: center;
                 margin: 0; 
                 padding: 0; 
                 border: none;
                 background-color: #4e0578; 
                 color: #333; 
                 font: normal 14px/1.6 Ukij Tuz Tom, Alkatip Tor, arial, SimSun, "Microsoft Yahei", Sans-serif;
 }
a:link, a:visited {
                 color: #333;
                 text-decoration: none; 
}
a:hover { 
                  color: #333;
                  text-decoration: underline;
 }

ul, ol, li {
                    list-style: none;
 }
p {
                   margin: 8px 0;
                   padding: 0; 
}
a img {
                  border: none;
 }
.clear {
                  clear: both; 
}

code {
                   text-align:center;
                   display: block;
                   margin: 5px 0; 
                   padding: 5px 10px; 
                   border: 1px solid #eee;
                   background-color: #f0f0f0;
                   font-family: Ukij Tuz Tom, Alkatip Tor, 'Courier New', Courier, Serif;
 }
blockquote {
             display: block;
             margin: 5px 0; 
             padding: 5px 20px 5px 45px;
             background: #fff url("blockquote.gif") no-repeat 10px 10px;
             color: #456;
 }
blockquote cite { 
             display: block;
             margin: 5px 0;
 }

/* container */
#container { 
               width: 960px;
               margin: 0 auto; 
               padding: 0 10px;
               background: #fff url("bg.png") repeat-y center top;
 }

/* header */
#header {
                position: relative; 
                width: 960px; 
                height: 251px; 
                margin: 0 auto 15px; 
                background: url("header-bg.jpg") no-repeat center top; 
}
#header h1 {
              text-align: right;
              position: absolute;
              left: 350px;
              top: 40px; 
              color: #fff;
              font-size: 32px;
 }
#header h1 a {
               color: #fff;
               text-decoration: none;
 }
#header h1 a:hover {
               color: red;
               text-decoration: none;
 }
#header .description {
              font-size: 16px;
              position: absolute;
              left: 250px; 
              top: 96px;
              width: 335px; 
              height: 100px;
              color: #fff; 
             overflow: hidden;
 }

/** content **/
#content {
              float: left; 
              width: 650px;
              margin: 0; 
              padding-left: 15px;
              word-wrap: break-word;
 }
#content ul { 
            margin: 0; 
            padding: 0; 
}
#content ul#posts li {
              margin: 0 0 10px; 
              padding: 0; 
              background: url("post-body-bg.png") repeat-y 0 0; 
              zoom: 1;
 }
#content ul li .postBody ul, ol {
              margin: 5px 0;
              padding: 0;
 }
#content ul li .postBody ul li {
              margin: 0; 
             padding: 0;
             list-style: disc inside; 
             background: none;
 }
#content ul li .postBody ol li {
               margin: 0;
               padding: 0; 
               list-style: decimal inside;
               background: none;
 }

#content #posts {
                width: 650px; 
}
#content #posts .postHeader { 
               width: 604px;
               height: 41px;
               line-height: 41px;
               margin: 0; 
               padding: 0 23px;
               background: url("post-header-bg.png") no-repeat 0 0;
 }
#content #posts .postHeader h3 {
               display: inline; 
               float: left; 
               color: #fff; 
               font-size: 12px;
               font-weight: normal; 
}
#content #posts .postHeader h2 {
                 float:right;
                display: inline; 
                color: #fff;
                font-size: 14px;
                font-weight: normal;
 }
#content #posts .postHeader h2 a {
                 color: #fff;
 }

#content #posts .postBody { 
               text-align: right;
               width: 604px;
               margin: 0 auto; 
               padding: 10px 0;
 }
#content #posts .postBody p img {
               max-width: 100%;
 }
#content #posts .postBody img.alignright { 
              display: inline; 
              float: right; 
               margin: 6px 0 0 15px;
 }
#content #posts .postBody img.alignleft { 
               display: inline;
               float: left;
               margin: 6px 15px 0 0; 
}

#content #posts .postBody .cc-lisence {
                margin: 5px 0;
                padding: 5px 10px; 
                border: 1px dashed #c6c0d9;
                background: #f4f3f7; 
}
#content #posts .postBody .cc-lisence a {
                 margin: 0 2px; 
                 color: #333; 
                 text-decoration: underline;
 }
#content #posts .postBody .cc-lisence br {
                display: none;
}
#content #posts .postBody .relpost {
                 text-align: right;
                 margin: 20px 0 0; 
                 padding: 0; 
}
#content #posts .postBody .relpost h3 {
                float: none; 
                margin: 10px 0; 
                color: #4a4a4a;
                font-weight: normal;
                font-size: 18px;
 }
#content #posts .postBody .relpost br {
                display: none;
 }
#content #posts .postBody .addfav {
 }

#content #posts .postFooter {
            width: 604px; 
            margin: 0; 
            padding: 0 23px 15px; 
            background: url("post-footer-bg.png") no-repeat 0 bottom;
 }
#content #posts .postFooter .tags {
               font-size: 14px;
               text-align: right;
               padding-top: 5px; 
               border-top: 1px dashed #d8d6da; 
               color: #666; 
}
#content #posts .postFooter .tb_url {
               text-align: right;
 }
#content #posts .postFooter .tb_url input {
                width: 540px; 
                 margin-left: 5px; 
                 padding: 2px; 
                 border: 1px solid #d9d5e5; 
                 background: #f9f9f9; 
                 color: #333; 
}
#content #posts .postFooter .menubar {
                text-align: right;
                font-size: 14px;
 }
#content #posts .postFooter .menubar .author { 
                 margin-right: 4px;
 }

#content .context {
               margin-bottom: 10px;
               padding: 0 23px;
 }
#content .context a {
               margin: 0 5px; 
}
#content #noPosts {
                margin: 10px 5px; 
}

#content .pageNavi, #content .cmtPagenav { 
                height: 18px; 
                line-height: 18px;
                margin: 0;
                padding: 0 23px;
                text-align: right;
                font-size: 14px;
 }
#content .pageNavi span, #content .cmtPagenav span {
                font-weight: normal; 
                color: #cf056b; 
                font-size: 14px;
}

#content #trackbacks {
                margin-bottom: 30px;
                padding: 0 23px;
 }
#content #trackbacks h2 {
               height: 32px; 
               line-height: 32px; 
               color: #000;
               font-size: 18px;
               font-weight: normal;
               text-align: right;
 }
#content #trackbacks h3 {
              float: none; 
              font-size: 14px;
              text-align: right;
              font-weight: normal;
              margin-bottom: 8px;
 }
#content #trackbacks li {
              margin: 0 0 24px;
 }
#content #trackbacks div { 
              margin-bottom: 5px; 
}
#content #trackbacks div span {
              margin: 0 5px;
 }
#content #trackbacks .content {
                line-height: 160%;
 }
#content #trackbacks .desc {
                margin-bottom: 20px;
 }

#content #comments {
                text-align: right;
                margin-bottom: 10px;
                padding: 0 23px;
 }
#content #comments h2 {
              height: 32px;
              line-height: 32px; 
              color: #000; 
              font-size: 18px;
              font-weight: normal;
 }
#content #comments .cmtBody { 
              font-size: 14px;
              margin: 10px 0 0;
              padding: 6px 12px;
              border: 1px solid #d9d5e5;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px; 
              background: #fff;
              color: #666;
              line-height:160%;
 }
#content #comments .cmtBody br {
               letter-spacing: normal;
               line-height: 120%;
 }
#content #comments .menubar {
                font-size: 14px;
                margin: 0 0 20px;
                padding: 15px 0 0; 
}
#content #comments .menubar .reply { 
               margin-left: 5px; 
}
#content #comments .reCmtBody {
              font-size: 14px;
              margin: 10px 0 0;
              padding: 6px 12px; 
               border: 1px solid #d9d5e5;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
               background: #fff; 
              color: #999;
 }
#content #comments .reCmtBody div {
              margin-bottom: 5px;
 }
#content #comments .reCmtBody div span {
              margin: 0 5px;
              font-weight: normal;
 }
#content #comments .reCmtBody .author {
               color: #3b3a96; 
}
#content #comments .reCmtBody .content {
              color: #d61d79;
 }
#content #comments .reCmtBody .time { 
              color: #aaa;
}

#content #commentForm {
                text-align: right;
                margin-bottom: 10px;
                padding: 0 23px; 
                zoom: 1; 
}
#content #commentForm h2 {
               height: 32px;
               line-height: 32px; 
               color: #000; 
               font-size: 18px;
               font-weight: normal;
 }
#content #commentForm div {
                position: relative; 
                width: 530px;
                 margin: 5px 0; 
                 padding-right: 0px;
 }
#content #commentForm .textField {
                 width: 250px; 
                 padding: 3px; 
                 border: 2px solid #c6c0d9;
                  -moz-border-radius: 5px;
                  -webkit-border-radius: 5px;
                  background-color: #fff; 
                  color: #666;
                  font-size: 14px; 
                  font-family: Ukij Tuz Tom, Alkatip Tor,  Arial, Helvetica, sans-serif;
 }
#content #commentForm textarea { 
                   width: 590px;
                   height: 120px; 
                   overflow: auto; 
                   padding: 3px; 
                   border: 2px solid #c6c0d9; 
                  -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
                   background-color: #fff;
                   color: #666; 
                   font-size: 14px; 
                   font-family: Ukij Tuz Tom, Alkatip Tor, Arial, Helvetica, sans-serif;
 }
#content #commentForm label {
                   position: absolute;
                   right: 200px;
                    top: 0px;
 }
#content #commentForm div.submit {
                 margin: 10px 0 0;
 }
#content #commentForm .button { 
                 padding-right : 15px;
                 width: 64px;
                 height: 28px; 
                 border: none;
                 background: url("resource_4293141_1278948894u.jpg") no-repeat 0 0; 
                 cursor: pointer; 
                 font-family: Ukij Tuz Tom;
                 text-align: center;
}
#content #commentForm .rememberBox {
                  margin: 10px;
 }

/** sidebar **/
#sidebar {
                float: right; 
                width: 270px; 
                 margin: 0; 
                padding-right: 15px; 
                 color: #333; 
                font-size: 14px; 
                word-wrap: break-word;
 }

#sidebar h2 { 
                height: 41px; 
                margin: 0; 
                padding: 0 23px; 
                line-height: 41px;
                background: url("sb-h2-bg.png") no-repeat 0 0; 
                color: #fff;
                font-size: 18px;
                font-weight: normal;
 }
#sidebar h3 {
                text-align: right;
                margin: 0 0 5px; 
                font-size: 14px; 
}
#sidebar .module {
                margin: 0 0 10px; 
                padding: 0; 
                background: url("sb-module-bg.png") repeat-y 0 0;
 }
#sidebar .module .modBody {
                 text-align: right;
                 padding: 10px 23px 0; 
}
#sidebar img.avatar {
                 text-align: center;
                 overflow: hidden; 
                 width: 96px; 
                 height: 96px; 
                 margin: 5px 0; 
                 padding: 2px; 
                 border: 1px solid #ccc; 
}
#sidebar a:hover img.avatar { 
                border-color: #ffa500;
 }

#sidebar .module .modBottom {
               height: 20px; 
               background: url("sb-module-bottom.png") no-repeat center bottom; 
}

#sidebar #profile .modBody {
               text-align: center; 
}

#sidebar #calendar .modBody {
               margin: 0; 
               padding: 10px 23px 0;
               line-height: 130%;
               color: #5a4d7f;
 }
#sidebar #calendar table {
              width: 100%; 
              border-collapse: collapse; 
}
#sidebar #calendar td {
              text-align: center; 
}
#sidebar #calendar .calendarHead td {
             padding-bottom: 5px;
 }
#sidebar #calendar .calendarHead td a { 
             padding: 0 auto; 
}
#sidebar #calendar .week td {
              padding: 2px; 
             color: #fff;
             background: #d9d5e5; 
             border: 1px solid #eceaf2;
 }
#sidebar #calendar .week td.d6, #sidebar #calendar .week td.d0 {
               background: #c6c0d9;
 }
#sidebar #calendar .day td { 
             padding: 2px; 
             font-size: 12px; 
             border: 1px solid #f0f0f0; 
}
#sidebar #calendar .day td.today {
             background: #f4f3f7;
             font-style: italic; 
}

#sidebar #search .modBody { 
              padding: 10px 25px;
              text-align: center; 
}
#sidebar #search input {
              vertical-align: middle;
 }
#sidebar #search .textField {
             width: 143px;
             padding: 3px; 
             border: 2px solid #c6c0d9;
             -moz-border-radius: 5px;
             -webkit-border-radius: 5px;
             background-color: #fff;
             color: #7F8284;
             font-size: 12px; 
             font-family: Alkatip tor, Arial, Helvetica, sans-serif; 
}
#sidebar #search .button {
               width: 55px;
               height: 23px; 
               border: none;
               background: url("search.png") no-repeat 0 0;
                text-indent: -9999px;
               *text-indent: 0; 
                line-height: 80px; 
                overflow: hidden;
 }

#sidebar #custom .modTop, #sidebar #meta .modTop {
                height: 20px; 
                background: url("sb-module-top.png") no-repeat 0 0; 
}
#sidebar #custom h2 {
               height: 22px;
               line-height: 22px;
               background: none;
               color: #333; 
}
#sidebar #custom .modBody, #sidebar #meta .modBody {
                padding: 0 23px;
 }

#sidebar .statistics {
              margin: 0 0 10px;
 }
#sidebar .statistics div {
              line-height: 160%;
 }
#sidebar .statistics .count {
               margin: 0;
 }
#sidebar .subscribe {
               margin: 0 0 20px; 
}
#sidebar .subscribe img {
               margin: 0 0 -3px;
 }
#sidebar .subscribe a img {
               cursor: pointer; 
}
#sidebar .subscribe a:hover {
               cursor: help;
 }
#sidebar .poweredBy {
              font-size: 11px; 
              font-family: Alkatip Tor, Verdana, Arial, Helvetica, sans-serif;
 }
#sidebar .poweredBy img {
               margin: 0 0 5px; 
}

/* footer */
#footer {
               height: 96px; 
               margin: 15px 0 0; 
               padding: 0;
                border-top: 1px solid #681996; 
               background: #7e489c; 
               color: #fff;
               text-align: center; 
               font-size: 14px;
               font-weight: normal;
}
#footer a {
                 color: #fff; 
}
#footer .copyright { 
                margin: 0; 
                padding: 30px 0 0;
 }
/*
     FILE ARCHIVED ON 13:43:21 Nov 09, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:58:53 Jan 10, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 129.894
  exclusion.robots: 0.091
  exclusion.robots.policy: 0.08
  cdx.remote: 0.068
  esindex: 0.01
  LoadShardBlock: 103.28 (3)
  PetaboxLoader3.datanode: 133.383 (4)
  load_resource: 106.831
  PetaboxLoader3.resolve: 26.27
*/