/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.11
|| # ---------------------------------------------------------------- # ||
|| # All code in this file is ©2000-2014 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);  

@font-face {
  font-family: 'DroidNaskh';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.eot);
  src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'DroidNaskh';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.eot);
  src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Bold.ttf) format('truetype');
}
body {
	background: #EEEEEE;
}
body, li, td, div {
	font: 12pt DroidNaskh,TAHOMA, verdana, arial, sans-serif;
}
ul {
	list-style-type: none;
}
li {
	font-size: 12pt;
	padding:8px;
}
i {
	color: silver;
}
p.largefont {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
}
div.pagebody {
	background: white;
	padding:16px;
	border: 1px solid silver;
	font-size: 12pt;
}
div.pda {
	float: right;
	background: #F9F9F9;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 8px;
}
div.post {
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 16px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: hidden;
	font-size: 10pt;
}
div.posttop {
	padding: 8px;
	background: #EEEEEE;
}
div.username {
	font-weight: bold;
	width: auto;
	float: left;
	font-size: 12pt;
}
div.date {
	width: auto;
	text-align: right;
	font-size: 12pt;
}
div.posttext {
	padding: 8px;
	background: #F9F9F9;
	overflow: hidden;
	white-space: wrap;
	text-overflow: hidden;
	font-size: 14px;
}
div.highlight {
	padding: 8px;
	background: #FFFFCC;
}
span.small {
	font-size: 14px;
}
#content {
	margin-bottom: 8px;
	border: 1px solid silver;
	padding: 8px;
	padding-left: 24px;
}
#navbar a {

    color: #f2eeb4 !important;

}

#navbar {

    background: #1a778f;
    border: 1px solid silver;
    padding: 12px;
    color: #fff;

}#pagenumbers {
    text-align: center;
    margin-bottom: 4px;
}
#copyright {
    text-align: center;
}
hr {
    visibility: hidden;
    display: none;
}
body, li, td, div, a {

    font-family: 'DroidNaskh, arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
    text-decoration: none;
    line-height: 41px;

}

body {
    margin: 0;
    padding: 12px;
}
#content a {

    text-decoration: none;
    color: #002732;
    font-size: 17px;
    font-weight: bold

}
#content {

    margin-bottom: 8px;
    border: 1px solid silver;
    padding: 10px;
    line-height: 40px;

}

#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: 18px;
    font-weight: bold
}
#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: 8px;
    display: inline-block;
    margin: 4px;
    border: 1px solid #eee;
    background: #9cd7e6;
    color: #000;
    float: none;
    overflow: hidden;
    text-align: center;

}
@media screen and (max-width: 640px) {
    ul {
        margin: 0 !important;
        text-align: center;
    }
}
/*======================================================================*\
|| ####################################################################
|| # CVS: $RCSfile$ - $Revision: 39862 $
|| ####################################################################
\*======================================================================*/
