
/* typography */
body{
	background:#f6f6f6;
	font-family:'Verdana', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
}


h1{
  font-family: 'Verdana', Arial, Helvetica, sans-serif;
  font-size: 26px;
  text-align: right;
  line-height: 20px;
  color: #333333;
  margin:5px 0 5px 0 ;
  padding:5px 0 10px 0 ;
  border-bottom:1px solid #DFE8F7;
}

h2{
    font-family: Nafees Web Naskh, Jameel Noori Nastaleeq, Alvi Nastaleeq, Arial, sans-serif;
  font-size: 22px;
  text-align: right;
  text-direction: rtl;
  margin: 0px 0px 10px 0px;
  padding:5px 8px 5px 0px;
  font-weight: bold;
  line-height: 30px;
  font-color: maroon;
  border-bottom:1px solid #ccc;
  background: #dfe8f7;
	
}

h3{
  font-family: Nafees Web Naskh, Jameel Noori Nastaleeq, Alvi Nastaleeq, Arial, sans-serif;
  font-size: 20px;
  text-align: right;
  text-direction: rtl;
  margin: 0px 0px 10px 0px;
  padding:5px 8px 5px 0px;
  font-weight: bold;
  line-height: 30px;
  font-color: maroon;
  border-bottom:1px solid #ccc;
  background: #f6f6f6;

}

h4{
  margin: 0px 0px 10px 0px;
  padding:5px 0 5px 7px;
  font-family: Verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  font-color: maroon;
  border-bottom:1px solid #ccc;
  background: #dfe8f7;
}

h5{
    font-size:.90em;
	font-weight:normal;
	font-family:'Verdana', Arial, Helvetica, sans-serif; 
	line-height:1.0em;
	margin:.0em 0 .05em 0;
	padding:0px 0 5px 0;
	border-bottom: 0px solid gray;
}
h6{
    font-size:.90em;
	font-weight:bold;
	font-family:'Verdana', Arial, Helvetica, sans-serif; 
	line-height:1.0em;
	padding:10px 0 10px 7px;
	margin:.30em 0 .45em 0;
	border-top: 2px solid #364050;
	background: #f6f6f6;
}
/* links */
a{color:#336699; text-decoration:none;}
a:visited,
a:active{ text-decoration:none;}
a:hover{ text-decoration:none;}


/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */ 
#head-wrap  {
	width: 100%; 
	background: #003366;
	height: 60px;
	border-bottom: 4px solid #3366cc;
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 10;
}
.wrapper{
	width: 100%; 
	margin: 0 auto;	
}
header{ 
    width: 100%
    padding:0px 0 0 0;
    backgroound: #003300;
}
#banner{ 
padding: 5px 0 0 10px;
text-align: center;
}
#content {  
	padding-top:80px;
	overflow: hidden;
	padding-left: 15px;
	padding-right:15px;
}

.top-menu{
    height: auto;
	margin:0px 0 15px 0;
	padding:10px 0 10px 10px;
	background: #003300;
	border: 1px solid #e3e3e3;
}
aside { 
padding-top: 80px;
z-index: 5;
}
p{ 
font-family: 'Nafees Web Naskh', Jameel Noori Nastaleeq,  Arial, Alvi Nastaleeq, sans-serif;
  font-size: 22px;
  text-align: right;
  text-direction: rtl;
  line-height: 32px;
  color: black;
  margin:15px 0 5px 0 ;
}
p-en{ 
font-family: 'Verdana', Arial, Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  color: #333333;
  margin:15px 0 5px 0 ;
}
.meta{
    font-size:.90em;
	font-weight:normal;
	font-family:'Verdana', Arial, Helvetica, sans-serif; 
	line-height:1.0em;
	margin:.30em 0 .65em 0;
	padding:10px 0 10px 7px;
	border-bottom: 1px solid gray;
}

/* RESPONSIVE IMAGES */
img{ max-width:100%; 
height:auto;
img-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}


/*MAIN MENU*/
.menu-toggle{
	display:block;
	padding:5px 3px 5px 5px;
	margin:-1px 0 0 0;
	background:maroon;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px;
	text-align: center;
	font-weight: bold;
}
.menu-toggle.toggled-on{
	background:maroon;
}
.srt-menu{
	display:none;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu{
	clear:both;
	margin-bottom:60px;
	
}
.srt-menu li a {
	background:#003366;
	color: #fff;
	display:block;
	margin:0px 0; 
	padding:0px 5px 5px 15px;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}
.srt-menu li a:hover{
	background:#003366;
	color:#fff;
}
.srt-menu li li a {
	background:#336699;
	color: #fff;
	margin:0px 0;
	padding:5px 0 5px 20px;
	display:block;
	
}
 
div.feed-subscription {
background-color:#f5f5f5;
padding: 20px 0 40px 25px;
border-bottom: 2px solid gray;

}
div.top-ad{
    width: 100%;
    height: 100px;
	margin:5px 0 5px 0;
	padding:0;
}

div.fb-like-box{
width: 100%;
    height: 120px;
	margin:5px 0 5px 0;
	padding:0;

}

#btm-ad{
    width: 100%;
    height: auto;
	margin:5px 0 5px 0;
	padding:0;
}

#linkunit {
  background-color: #fff;
  height: 30px;
  padding: 5px 0 5px 0;
  
}
.toplink {
  background-color: #fff;
  height: 50px;
  padding: 5px 0 5px 0;
  
}

#share{
  margin:5px 0 5px 0;
  height:60px;
  border-bottom: 1px solid #e8e8e8;
}

.share{
    height: 50px;
	margin:5px 0 7px 0;
	padding:0;
	background: #fff;
}


div.sidead300{
    width: 300px;
    height: 250px;
	margin:15px 0 15px 0;
	padding:0px;
	
}

#sidead600{
    width: 300px;
    height: 600px;
	margin:5px 0 5px 0;
	padding:0;
}
div.tweet{
    width: 100%;
    height: auto;
    background: #e3e3e3;
    color: maroon;
    text-align:center;
	margin:5px 0 5px 0;
	padding:15px 0 15px 0px;
	border: 1px solid #999;
}
div.sidelinkad{
  margin:0px 0 5px 0;
  height:100px;
  border-bottom: 1px solid #e8e8e8;
}

#social {
  margin:7px 0 7px 0;
  border-bottom: 1px solid #e8e8e8;
  height:50px;
  
}

#sideshare{
  margin:15px 0 0px 0;
  height:45px;
  border-bottom: 1px solid #e8e8e8;
}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.grid_3 {
    margin-top:5px;
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    
}
.grid_9 {
	margin-top:10px;
	position: relative;
    min-height: 1px;
    padding-left: 10px;
   
}


/*FOOTER*/
footer{  
	clear:both;
	font-size:100%;
	padding:10px 0 10px 0;
	text-align: center;
	border-top: 2px solid #444;
	

}
footer ul{
	margin:10px;
	padding:10px;
}

/*colors and backgrounds*/
body{
	background:#fff;
}
h1, h2, h3, h4, h5, h6{
	color:#333; 
}

footer{ 
	background:fff;
	color:#444;
	min-height: 40px;
}
div.footer-title{ 
	color:#444;
	padding:5px 0 5px 10px;
	font-weight: bold;
	background: #f6f6f6;
	
}
footer ul{
	margin:10px;
}

 .container{
	position: relative;
}
.copyright, .copyright a{
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #364050;
}
/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
#banner{
	float:left;
	text-align:left;
	margin-bottom:-20px;/*this depends on the height of the logo*/
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}


@media only screen and (min-width: 240px) {
/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1200px; 
	margin: 0px auto;
}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
header{
	padding:0;
	
}
#content {  
	float:left;
	width:70%;
	border-right: 1px solid #e2e2e2;
	background: #fff;

}
#content.wide-content{
	float:none;
	width:100%;
	
}

aside { 
	float:right;
	width: 30%;
	padding-left: 10px;
}

/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu ul {
	position:		absolute;
	display:none;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.srt-menu ul li {
	width:			100%;
}
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px;
}
.srt-menu li li {
	margin-left:0px;
}
.srt-menu a {
	display:		block;
	position:		relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
	display:block;
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
	top:			-999em;
}


/*** DEMO1 SKIN ***/
#topnav, .srt-menu {
	float:left;
	margin: .10em 0 0 20px;
}
.srt-menu a {
	text-decoration:bold;
}
.srt-menu li a {
	background:#003366;
	color: #fff;
	margin:14px 8px 0px 0px; 
	padding:4px 4px 0 3px;
	height:20px;
	font-weight: normal;
}
.srt-menu a, .srt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;	
}

.srt-menu li li a {
		border:	1px solid #e2e2e2;
		background:	#fff; /*fallback for old IE*/
		color:	#333;
		padding-left:10px;
		height:auto;
}

.srt-menu li:hover > a{
    color:#fff;
	background:#003366;
}
.srt-menu li.current a{ 
	color:#ff9900;
	background:#003366;
	font-weight: bold;
}

/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -10px;
     margin-right: -15px;
}
 
.grid_1 { width: 25%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 15%; }
.grid_4 { width: 33%; }
.grid_5 { width: 70%; }
.grid_6 { width: 50%; }
.grid_7 { width: 30%; }
.grid_8 { width: 55%; }
.grid_9 { width: 85%; }
.grid_10 { width: 45%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 
#hero [class*="grid_"] { margin-bottom:-20px;}

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/*CLASSES*/

blockquote {
margin: 5px 0 15px 0;
font-size: 100%; line-height: 24px;
font-weight : normal;
font-style : none;
background: #f9f9f9;
padding: 10px 10px 10px 10px;
color : #214263;
border-left: 2px solid maroon;
}