
/* typography */
body{
	background:#f6f6f6;
	font-family:'Verdana', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
}
h1{
    font-size:21px;
	font-weight:bold;
	font-family:'Verdana', Arial, Helvetica, sans-serif; 
	line-height:26px;
	margin: 5px 0 10px 0;
	padding:5px 0 3px 0;
	border-bottom: 1px solid gray;
}
h2{
    font-size:14px;
	font-weight:bold;
	font-family:'Verdana', Arial, Helvetica, sans-serif; 
	line-height:18px;
	border:1px solid #DFE8F7;
    background: #f6f6f6;
    padding:5px 0 5px 3px;
}
h3{
  margin: 0px 0px 7px 0px;
  padding:9px 0 9px 5px;
  font-family: Verdana, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  font-color: #444;
  border:1px solid #DFE8F7;
  background: #f9f9f9;
}
h4{
    font-size:.90em;
	font-weight:bold;
	font-family:'Verdana', Arial, Helvetica, sans-serif; 
	line-height:1.0em;
	margin: 0px 0px 7px 0px;
	padding:10px 0 10px 7px;
	background: #e6e6e6;
}
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: #000;
	height: 60px;
	border-bottom: 2px solid maroon;
	-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: #fff;
}
#banner{ 
padding: 10px 0 0 20px;
text-align: center;
}
#content {  
	padding-top:85px;
	overflow: hidden;
	padding-left: 15px;
	padding-right:15px;
}

.top-menu{
    height: auto;
	margin:0px 0 15px 0;
	padding:10px 0 10px 10px;
	background: #000000;
	border: 1px solid maroon;
}
aside { 
padding-top: 80px;
z-index: 5;
}
p{ 
font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: black;
margin:0 0 1.5em;
}
ur-p{ 
font-family: Jameel Noori Nastaleeq, Nafees Web Naskh, Arial, Alvi Nastaleeq, sans-serif;
  font-size: 22px;
  text-align: right;
  line-height: 34px;
  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;}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
}
/*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:#000;
	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:#000;
	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:#000;
	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:#ff9900;
	background:#000;
}
.srt-menu li.current a{ 
	color:#ff9900;
	background:#000;
	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: 65%; }
.grid_6 { width: 50%; }
.grid_7 { width: 24%; }
.grid_8 { width: 45%; }
.grid_9 { width: 85%; }
.grid_10 { width: 55%; }
.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) { 

  
}

table {
	border-collapse: collapse;
	margin-bottom: 2em;
	text-align: right;
	width: 100%;
	font: "Jameel noori nastaliq";
	font-size: 18px
	border: 1px solid #e5e5e5;
	}
table th, table td {
	padding: 6px;
	}
	
/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #f8f8f8; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}

table a.button,
table a.button:link,
table a.button:visited {
	margin-top: 10px;
	}
table th {
	font-size: 1.1em;
	}

table.dark {
	-moz-box-shadow: 0px 1px 0 #fff;
   	-webkit-box-shadow: 0px 1px 0 #fff;
   	box-shadow:	 0px 1px 0 #fff;
	}
table.dark th {
	background: #5A6266;
	border-right: 1px solid #85888a;
	color: #eaeaea;	
	}
table.dark td {
	border: 1px solid #d0d0d0;
	border-top: none;	
	background: #ECEEEF;
	background: rgba(255, 255, 255, .3);	
	}

table.light {
	border: 1px solid #d0d0d0;
	-moz-box-shadow: 0px 1px 0 #fff;
   	-webkit-box-shadow: 0px 1px 0 #fff;
   	box-shadow:	 0px 1px 0 #fff;
	}
table.light th {
	background: #f8f8f8;
	}
table.light td {
	border-top: 1px solid #d0d0d0;
	background: #f8f8f8;
	}
table.light tr:nth-of-type(odd) td {	
	background: #f8f8f8;
	background: rgba(255, 255, 255, .3);
	}
/*
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;
}