/* --------- GLOBAL PARTS ---------- */
#center {
    margin: 0 auto;
    width: 772px;
}

#header {
    width: 772px;
    height: 259px;
    background: url(images/header.png) no-repeat;
    margin-bottom: 8px;
    clear: both;
    text-align: right;
}

#body {
    background: url(images/body-bg.png);
    text-align: right;
}

#content {
    width: 585px;
    border-right: 2px dotted #C4C4C4;
    background: url(images/rounded-body-bg.png) top left no-repeat;
    padding: 15px 0;
}

.entry {
    padding: 0 1em;
    text-align: justify;
}

#side-bar {
    width: 182px;
    background: url(images/rounded-body-bg.png) top right no-repeat;
    text-align: center;
    float: right;
    padding-bottom: 15px;
    position: relative;
}

#footer {
    width: 772px;
    height: 52px;
    font-size: 12px;
    background: url(images/footer.png) top center no-repeat;
    text-align: center;
    padding-top: .65em;
}

#footer a {
    font-weight: bold;
}

.hidden {
    visibility: hidden;
}

#space-block {
    clear: right;
}
/* --------- END: GLOBAL PARTS ---------- */
/* --------- HEDAER DESIGN ---------- */
#top-link-bar {
    border-bottom: 2px solid #b3b3b3;
    background: url(images/top-bar-bg.png) bottom center repeat-x;
    font-size: 14px;
    line-height: 25px;
    padding: 0 .5em;
}

#top-link-bar b {
    color: #BBB;
}

#top-link-bar a {
    color: #9B9BFF;
}

#top-link-bar a:hover {
    color: #2727B6;
}

#nav-bar {
    height: 42px;
    width: 581px;
    margin-top: 192px;
    font-size: 20px;
    font-family: "Traditional Arabic", Arial, serif;
    font-weight: bold;
    position: relative;
    float: right;
    padding: 0;
}

#nav-bar ul {
    list-style-type: none;
    height: 42px;
    display: block;
    padding-right: 22px;
}

#nav-bar li {
    float: right;
    margin: 0 3px;
    padding: 3px 0 3px 10px;
    background: url(images/nav-seprt.png) left center no-repeat;
}

#nav-bar li {
    float: right;
    margin: 0 3px;
    padding-left: 7px;
    background: url(images/nav-seprt.png) left center no-repeat;
}

#nav-bar a {
    height: 36px;
    padding: 0 3px;
    display: inline-block;
}

#nav-bar a:hover {
    background: #fef0d3;
    text-decoration: none;
}

#search-box {
    height: 30px;
    width: 175px;
    margin: 194px 0 0 2px;
    position: relative;
    float: left;
    text-align: center;
}

#s-h {
    height: 26px;
    width: 130px;
    float: right;
    font-size: 19px;
    position: relative;
    border: 2px solid #b3b3b3;
    background: #F9F9F9;
    margin: 1px 7px 10px 2px;
}

#search-box #searchsubmit {
    height: 24px;
    width: 24px;
    margin-top: 3px;
}

#searchform {
    margin: 0 auto;
    text-align: center;
}
/* --------- END: HEDAER DESIGN ---------- */
/* -------- SIDE BAR ---------- */
#side-list {
    width: 175px;
    padding-right: 5px;
    margin: 0 auto;
    font-size: 9pt;
    list-style-type: none;
    display: block;
}

#side-list ul {
    text-align: right;
    padding-right: 1.3em;
    list-style-type: none;
}

.widgetimage {
    margin: 20px 0 5px;
}

#content, #body {
    overflow: auto;
}
/* ---------- END: SIDE BAR --------- */
/* ---------- CONTENT DESIGN --------- */
.post h1 {
    font-size: 18pt;
    font-weight: bold;
    padding: 2px 1.3em;
    background: url(images/content-h1-bg.png) top center repeat-y;
}

.navigation {
    width: 500px;
    height: 1.5em;
    display: inline-block;
    font-size: .75em;
    text-align: center;
    margin: 0 24pt .5em 0 !important;
    padding: 1px .8em;
    background: #fff;
}

.entry p {
    color: #4d4d4d;
    font-size: 12pt;
    line-height: 1.4em;
    margin-bottom: .5em;
    display: block;
}

.entry ul, .entry ol, .entry p, .entry div {
    font-size: 13px;
    margin-bottom: 14px;
}

.post-metadata {
    width: 500px;
    padding: 5px 10px;
    margin: 10px auto;
    border: 1px solid #999999;
    font-size: 8pt;
    background: #f0f0f0;
    color: #666;
    text-align: justify;
}

.post-info {
    background: #fff;
    width: 460px;
    height: 13pt;
    padding: 3px 0;
    margin: 2px auto .4em;
    font-size: 9pt;
    color: #434343;
}

.post-info > span {
    color: gray;
    margin: 0 3em 0 0;
}
/* ---------- END: CONTENT DESIGN --------- */
/* ---------- COMMENTS --------- */
.comments-h1 {
    font-size: 16pt;
    color: #666;
    font-weight: normal;
    padding: 2px .5em;
}

.comments-h1 span {
    color: black;
    font-weight: bold;
}

.commentlist {
    list-style-type: none;
    width: 520px;
    margin: .5em auto;
}

.comment-box {
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    background: #f2f2f2;
    border-bottom: 2px solid #AEAEAE;
    border-top: 2px solid #fff;
}

.avatar-80 {
    height: 70px;
    width: 70px;
    border: 1px solid #666;
    display: inline;
    float: right;
    margin-left: 7px;
}

.comment-text {
    margin: 0 78px auto 0;
}

.comment-info {
    padding: 1px 1em;
    background: #d9d9d9;
    line-height: 1.6em;
    vertical-align: middle;
    font-size: 10pt;
}

.the-comment {
    font-size: 10pt;
    background: #f9f9f9;
    margin-top: 5px;
    padding: 1em .5em;
    /* border-bottom:3px solid #e6e6e6; */
}

#commentform {
    padding-right: 1em;
}

#commentform input, #commentform textarea, #searchform input, #email-input {
    padding: 2px;
    margin: 3px .5em;
    border: 2px solid #D8D8D8;
    background: #fff;
    color: #2a2a2a;
}

input {
    padding: 1px 1px 0 0;
}

#commentform textarea {
    width: 400px;
}

#commentform small {
    color: #2a2a2a;
}

#email-input {
    width: 100px;
    height: 18px;
    /* float:right; */
    clear: both;
}

#mailing-group input
[ type = 'radio' ] {
    /* 	margin:5px 1px 10px; */
}

#email-button {
    margin: 3px 0;
}
/* ---------- END: COMMENTS --------- */
/* ---------- CLEAR --------- */
* {
    margin: 0;
}

#content *, #side-bar *, #header, #footer {
    direction: rtl;
}

.commentlist {
    direction: ltr;
    padding: 0;
}

body {
    text-align: center;
    background: #ffffd8;
    padding: 1px;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, cursive, Serif;
}

p, #footer, #top-link-bar, #side-bar li ul, #content, #commentform, #mailing-group {
    font-family: Tahoma, Sans, sans-serif;
}

a {
    text-decoration: none;
}

a:visited {
    color: #0000BB;
}

ul, ol {
    padding-right: 1em;
}

a:hover {
    text-decoration: underline;
}

.widgettitle {
    display: none;
    visibility: hidden;
    color: transparent;
}
/* ---------- END: CLEAR --------- */
/* ---------- WP DEFAULT STYLES --------- */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.entry ul li:before, #side-bar ul ul li:before {
    content: "\00BB \0020";
}

.entry ol li {
    margin: 0;
    padding: 0;
}

acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.pagetitle {
    display: inline-block;
    font-size: .75em;
    text-align: center;
    margin: 0 !important;
    padding: 1px .8em;
    width: 596px;
    background: #f3f3f3 url(images/nav-bg.png);
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #ffffb9;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* ---------- END: WP DEFAULT STYLES --------- */
