*{padding:0;margin:0;}html{height:101%;box-sizing:border-box;}*,:after,:before {box-sizing:inherit;}
body{font:100%/1.5 tahoma, arial;color:#333;background-color:#fff;-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}

h1{font-size:130%;}h2{font-size:110%;}
p{text-align:justify;}ul,ol{list-style:none;}
a{color:#0000ff;font-weight:bold;text-decoration:none;}a:hover{text-decoration:underline;}
img{border:0;}

#wholePage{margin:0 auto;padding-top:86px;width:100%;min-width:300px;max-width:950px;box-shadow:0 5px 5px grey;direction:rtl;}
#pageH1{border-right:15px solid #744f49;font-family:arial;padding:5px;min-height:25px;background-color:#E6BAA0;}

#menuContainer{z-index:1000;width:100%;min-width:340px;position:fixed;top:0;left:0;}
#menuContainer .Table{max-width:950px;margin:0 auto;}
#menuHead{background-color:#e4d3cb;max-width:950px;}
#menuHead a{display:block;height:60px;}
#menuHead img{width:300px;height:60px;}

#footer{width:100%;color:#fff;background:#744f49;font-size:12px;}
.copyright{padding:10px;}.copyright a{color:#fff;}

.a-left{text-align:left;}.a-right{text-align:right;}.a-center{text-align:center;}
.f-left{float:left;}.f-right{float:right;}.cleaner{clear:both;}
.Table{width:100%;padding-bottom:10px;box-shadow:0 5px 5px grey;background-color:#eeece8;}
.sectionHead{background-color:#F2C83E;padding-right:5px;color:#fff;font-family:arial;height:35px;line-height:35px;}
.firstColor{background-color:#ebebeb;}.secondColor{background-color:#f8f8f8;}


 
/* home & Category */
#catHomeDesc {background-color:#FAF3E0;padding:0 5px 5px 5px;}
#catHomeDesc img{float:left;margin-right:5px;}
#catHomeDesc p{margin-bottom:15px;}
@media screen and (max-width:600px){#catHomeDesc img{float:none;display:block;margin:0 auto;}}

/*		Categories			*/
#CategoryExcerpt{width:100%;background-color:#fbf7de;}
#CategoryExcerpt h2{width:100%;margin-top:10px;background-color:#f0d59b;border-radius:10px 10px 0 0;}
#CategoryExcerpt h2 a{padding:10px;display:inline-block;}
#CategoryExcerpt p{padding:0 5px 0 5px;}
#CategoryExcerpt img{margin:5px 5px 0 5px;width:160px;height:200px;}

.best20stories li{height:120px;position:relative;clear:both;border-bottom:8px solid #d0a0a1;list-style-type:none;counter-increment:item;}
.best20stories li:before{content:counter(item);position:absolute;left:0;bottom:0;text-align:center;
width:calc(100% - 145px);
background-color:#f9dd94;padding:5px;border-radius:3px;}
.best20stories .left-link{width:calc(100% - 150px);}
#CategoryExcerpt .best20stories img{margin:0 5px;width:160px;height:200px;}

/* 	Next Previous System 	*/
#NPSystem{width:100%;font-size:16px;}
#NPSystem ul{float:left;margin:2px 0 0 2px;}
#NPSystem li{float:right;line-height:50px;height:50px;}
#NPSystem li .dots, #NPSystem li a{display:block;}
#NPSystem li a{min-width:50px;width:100%;border-radius:50px 20px 0 0;border:1px solid #ae7a6e;}
#NPSystem a.active, #NPSystem a.active:hover{background-color:#999;color:#000;cursor:default}
#NPSystem a:hover{background-color:#fbf7de;}