/*
Design by isaac mafi
http://dezin.ir
date: 1388/03/18
*/

body {
    background: #0d0d0d;
    margin: 0px;
    padding: 0px;
    color: #eee;
    font-size: 8pt;
    font-family: Tahoma;
    line-height: normal;
}
a:link    { color: #BFBFBF; text-decoration: none }
a:visited { color: #BFBFBF; text-decoration: none }
a:hover   { color: #BFBFBF; text-decoration: none; border-bottom: #999 1px dashed; }
img {
   border: 0px;
}
.page {
    width: 660px;
    background: #0B0B0B url(http://14web.ir/layouts/free/temp010/pagebg.gif) repeat-y top center;
    overflow-y: auto;
}
.header {
    width: 600px;
    height: 280px;
    background: url(http://14web.ir/layouts/free/temp010/header.jpg) no-repeat top center;
    text-align: right;
    line-height: 1.7em
}
.header .space {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 0px;
}
.post {
    float: left;
    width: 385px;
    1border: 1px solid #fff
}
.post .titlebar {
    width: 385px;
    height: 25px;
    color: #FF941D;
    font-size: 9pt;
    font-family: Tahoma;
    font-weight: bold;
    text-align: right;
    direction: rtl;
    border-bottom: #444 1px dashed;
}
.post .body {
    width: 385px;
    color: #707070;
    font-size: 8pt;
    font-family: Tahoma;
    line-height: 1.5em;
    text-align: justify;
    direction: rtl;
    overflow-x: hidden;
}
.post .body .space {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
}

.sidebar {
    float: right;
    width: 180px;
    1border: 1px solid #fff
}
.sidebar .titlebar {
    width: 180px;
    height: 25px;
    color: #FF941D;
    font-size: 9pt;
    font-family: Tahoma;
    font-weight: bold;
    text-align: center;
    direction: rtl;
    border-bottom: #222 1px dashed;
}
.sidebar .body {
    width: 180px;
    color: #707070;
    font-size: 8pt;
    font-family: Tahoma;
    line-height: 1.7em;
    text-align: center;
    direction: rtl;
    overflow-x: hidden;
}
.sidebar .body .space {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
}
.footer {
    width: 600px;
    height: 50px;
    background: #000;
    color: #999;
    text-align: right;
    direction: rtl;
}
.footer .space {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 0px;
}
