@font-face {
    font-family:'notokufi';
    font-style:normal;
    font-weight:400;
    src:url(/static/font/NotoKufiArabic-Regular.ttf) format('truetype');
}
@font-face {
    font-family:'notokufi';
    font-style:normal;
    font-weight:700;
    src:url(/static/font/NotoKufiArabic-Bold.ttf) format('truetype');
}
/**/
body{
	margin:0px;
    background:#cdcdcd url(/static/images/v1.background.y.png) repeat-x top;
	font-family:"notokufi",serif;
    font-size:18px;
    line-height:28px;
	color:#333;
}
a{
	color:#b70000;
	text-decoration:underline;
}
a:hover{
	color:#b70000;
	text-decoration:none;
}
a:visited{
	color:#b70000;
}
/**/
h1,h2,h3,h4{
    margin:0px;
    /*padding-top:15px;
    padding-bottom:10px;*/
    color:#285f0d;
}
h1{
    font-size:32px;
    line-height:40px;
}
h2{
    font-size:24px;
}
/**/
label{
    cursor:pointer;
}
body::selection,body::-moz-selection{
    background:#285f0d;
    color:#fff;
}
/**/
#account_bar{
    position:fixed;
    width:100%;
    height:0px;
}
#account_bar>div{
    width:1000px;
    margin:auto;
}
#account_bar>div>div{
    float:right;
    position:relative;
    top:200px;
    left:180px;
    width:180px;
    background:#333;
    box-shadow:2px 0px 5px rgba(0,0,0,0.2);
}
#account_bar a{
    display:block;
    padding:5px;
    border-bottom:solid 1px rgba(0,0,0,0.2);
    text-align:right;
    line-height:20px;
    font-size:14px;
    text-decoration:none;
    color:#eee;
    transition:0.2s;
}
#account_bar a:hover{
    padding-right:15px;
}
/**/
#all{
    background:url(/static/images/v1.background.jpg) no-repeat center top;
    min-height:700px;
}
/**/
#header{
    width:1000px;
    height:105px;
    padding-top:35px;
    margin:auto;
    text-align:center;
}
#header>img{
    display:block;
    margin:auto;
}
/**/
#menu_placeholder{
    height:40px;
}
#menu_container{
    height:40px;
    min-width:100%;
    background:rgba(5,115,0,0.9);
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    direction:rtl;
}
#menu_container[slide=slide]{
    position:fixed;
    top:0px;
    z-index:50;
}
/**/
#menu{
    width:1000px;
    margin:auto;
    font-size:16px;
    z-index:4;
}
#menu a{
    display:block;
    height:20px;
    padding:5px;
    color:#fff;
    text-decoration:none;
    transition:0.2s;
}
#menu a:hover,#menu a[hover=hover]{
    background:rgba(0,0,0,0.05);
    box-shadow:0px 0px 15px rgba(0,0,0,0.1) inset;
}
#menu>a{
    float:right;
    height:30px;
    padding:5px 10px 5px 10px;
}
/**/
.submenu_container{
    float:right;
    position:relative;
}
.submenu{
    position:absolute;
    z-index:5;
    width:250px;
    top:40px;
    visibility:hidden;
    background:rgba(0,0,0,0.7);
    font-size:14px;
    box-shadow:0px 3px 5px rgba(0,0,0,0.3);
}
#menu .submenu a{
    border-bottom:solid 1px rgba(255,255,255,0.05);
    line-height:20px;
}
#menu .submenu a:hover{
    padding-right:15px;
}
#sub_menu_4{
    width:300px;
}
/**/
#search{
    float:left;
    width:150px;
    height:30px;
    padding-top:5px;
    text-align:left;
}
#search input[type=text]{
    width:90px;
    height:20px;
    padding:5px;
    border:none;
    outline:none;
    vertical-align:top;
    background:#272727;
    color:#eee;
    transition:0.2s;
}
#search input[type=text]:hover,#search input[type=text]:focus{
    width:110px;
    background:#151515;
}
#search input[type=submit]{
    width:30px;
    height:30px;
    padding:0px;
    border:none;
    background:#ad0000 url(/static/images/v1.search.btn.png) no-repeat center;
    background-size:22px 22px;
    vertical-align:top;
    transition:0.2s;
    cursor:pointer;
}
#search input[type=submit]:hover{
    background-size:30px 30px;
}
/**/
#inner{
    width:1000px;
    min-height:600px;
    margin:auto;
    margin-top:20px;
    background:rgba(255,255,255,0.6);
    box-shadow:0px 0px 5px rgba(0,0,0,0.3);
    text-align:right;
    direction:rtl;
}
/**/
#inner_bottom{
    width:1000px;
    height:150px;
    margin:auto;
    background:#4b000f url(/static/images/v1.footer.background.jpg) no-repeat;
}
/**/
#stats_box{
    float:right;
    width:268px;
    height:110px;
    padding:10px;
    margin:10px;
    margin-left:0px;
    border-left:solid 1px #8e1c1c;
    text-align:center;
    direction:rtl;
    font-size:14px;
    line-height:20px;
    color:#eac6c6;
}
/**/
#page_photos{
    float:right;
    overflow:hidden;
    width:680px;
    height:130px;
    margin:10px;
}
#page_photos>div{
    width:5000px;
    text-align:left;
    direction:rtl;
}
#page_photos img{
    height:130px;
    margin-right:10px;
    cursor:pointer;
}
/**/
#footer{
    width:1000px;
    height:200px;
    margin:auto;
    margin-bottom:10px;
    background:#020a11 url(/static/images/v1.footer.background.jpg) no-repeat;
    background-position:0px -150px;
}
#signature{
    float:right;
    padding:50px;
    padding-left:0px;
    text-align:center;
    font-size:12px;
    color:#999;
}
.footer_box{
    float:right;
    display:block;
    padding:5px;
    /*margin-right:10px;*/
    margin-top:13px;
    /*background:rgba(0,0,0,0.4);*/
    text-align:right;
    color:#666;
}
.footer_box a{
    display:block;
    font-size:12px;
    line-height:18px;
    color:#bbb;
    transition:all 0.2s;
    -moz-transition:all 0.2s; 
    -webkit-transition:all 0.2s;
    -o-transition:all 0.2s;
    text-decoration:none;
}
.footer_box a.home{
    font-size:18px;
    line-height:28px;
}
.footer_box a:hover{
    color:#fff;
    text-decoration:none;
}
/**/
#djidel_tag{
	position:fixed;
	bottom:2px;
	right:5px;
	font-size:14px;
	z-index:100;
}
#djidel_tag>a{
	color:#666;
    direction:rtl;
	text-decoration:none;
    transition:all 0.3s;
    -moz-transition:all 0.3s; 
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
}
#djidel_tag>a:href{
    color:#333;
}
/**/
.content{
    padding:10px;
    text-align:justify;
}
.clr{
    clear:both;
}
.content_head{
    padding:10px;
    background:#4b000f url(/static/images/v1.footer.background.jpg) no-repeat;
    color:#fff;
}
.content_head h1,.content_head h2,.content_head h3{
    color:#fff;
}
.content_date{
    float:left;
    font-size:14px;
}
.content_title{
    padding-top:10px;
    font-size:24px;
    font-weight:bold;
}
.content_image{
    float:left;
    padding:10px;
    padding-left:0px;
}
.anchor{
    position:relative;
    top:-50px;
}