/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.7 Patch Level 2
|| # ---------------------------------------------------------------- # ||
|| # All code in this file is �2000-2011 vBulletin Solutions, Inc.     # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
    background: #EEEEEE;
}
body, li, td, div {
    font: 11px verdana, arial, sans-serif;
}
ul {
    list-style-type: none;
}
li {
    font-size: 10pt;
}
i {
    color: silver;
}
p.largefont {
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
}
div.pagebody {
    background: white;
    padding: 16px;
    border: 1px solid silver;
}
div.pda {
    float: right;
    background: #F9F9F9;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 4px;
}
div.post {
    border: 1px solid silver;
    padding: 1px;
    margin-bottom: 16px;
}
div.posttop {
    padding: 4px;
    background: #EEEEEE;
}
div.username {
    font-weight: bold;
    width: auto;
    float: left;
}
div.date {
    width: auto;
    text-align: right;
}
div.posttext {
    padding: 4px;
    background: #F9F9F9;
}
div.highlight {
    padding: 4px;
    background: #FFFFCC;
}
span.small {
    font-size: 10px;
}
#content {
    margin-bottom: 8px;
    border: 1px solid silver;
    padding: 4px;
    padding-left: 24px;
}
#navbar {
    background: #F9F9F9;
    border: 1px solid silver;
    padding: 4px;
}
#pagenumbers {
    text-align: center;
    margin-bottom: 4px;
}
#copyright {
    text-align: center;
}
hr {
    visibility: hidden;
    display: none;
}

/*=====================================================================*/

body, li, td, div, a {
    font-family: 'Droid Arabic Kufi', verdana;
    text-decoration: none;
}
body {
    margin: 0;
    padding: 12px;
}
#content {
    border-radius: 4px;
    border-color: #ddd;
    padding: 12px;
}
#content > ul {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0 12px 0 0;
}
li a {
    display: inline-block;
    background-color: #8a8a8a;
    padding: 4px;
    width: 100%;
    max-width: 640px;
    margin-bottom: 8px;
    border-radius: 4px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul ul li a {
    max-width: 628px;
}
ul ul li li a {
    max-width: 616px;
}
ul ul li li li a {
    max-width: 604px;
}
ol {
    margin: 0 10px 0 0;
    padding: 0;
}
ol li a {
    background-color: #f8f8f8;
    color: #333;
}
ul ul li a {
    background-color: #eee;
    color: #333;
}
ul ul li li a {
    background-color: #f8f8f8;
}
p.largefont {
    clear: both;
}
#navbar, div.pda {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 0;
    font-size: 15px;
}
#navbar a, div.pda a, .largefont a {
    color: #333;
}
.posttext {
    font-size: 15px;
}
div.pagebody {
    border: 0;
    border-radius: 5px;
}
#pagenumbers a, #pagenumbers b {
    padding: 10px;
    display: inline-block;
    margin: 0 8px;
}
@media screen and (max-width: 640px) {
    ul {
        margin: 0 !important;
        text-align: center;
    }
}

/*======================================================================*\
|| ####################################################################
|| #
|| # CVS: $RCSfile$ - $Revision: 39862 $
|| ####################################################################
\*======================================================================*/
