/*
brown 8b562a
*/




body{
	background-color: #8b562a;
	background-image: url("images/wood.png");
	background-position: center;
		background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

#header{
width:90%
	/*height: 200px;*/
}
#content{
	background: #ffffff;
}

#footer{
	height: 125px;
}
.margin-20{margin: 20px;}

h1{
	
	color: #7f301a;
	font-weight: bold;
	margin-bottom: 20px;
width="100%"
}




.details{
	width: 90%;
	background-color: #ffffff;
	border:1px solid #999999;
	margin:10px auto;
	padding: 20px;

}
.details .heading {
	margin-bottom: 50px;	
}
.details .heading h3{}
.details .heading h4{}
.details .heading .summary{}

.details .surah{
	text-align: left;
	display: block;
	clear: both;
	margin: 10px;
}
.details .surah .meaning{
display: block;
  clear: both;
}
.details .surah p{
	padding: 0px;
	margin: 0px;
	display: inline;
	text-transform: uppercase;
}
.details .surah sup{
	display: inline;
}
.details .surah sup a:link,.details .surah sup a:visited{
	padding: 0px 3px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	border-radius: 50%;

}
.details .surah sup a:hover{
	background-color: #999999;
}
.details .surah img{
	float: right;
	display: block;
}




#navigation{
	background: #400c05;
	margin-top: 40px;
	margin-bottom: 40px;
}
#navigation ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navigation .menu>li{
	display: inline-block;
	color: #ffffff;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#navigation .menu>li>a:link{
	display: block;
	padding: 10px 20px;

}




#navigation .menu>li>ul>li{
	background: #400c05;
	width: 300px;
	border-bottom: 1px solid #ffffff;
	padding: 10px 20px;
}
#navigation .menu>li>ul>li:hover{
	background: #000000;
}


#navigation .menu>li:hover>ul{
	display: block;
}



#navigation .menu li a:link,#navigation .menu li a:visited{
	color: #ffffff;
	text-decoration: none;
}
#navigation .menu li a:hover{
	color: #f99e00;
}

#footernavigation{
	background: #400c05;
	margin-top: 40px;
	margin-bottom: 40px;
}

#footernavigation ul{
	list-style: none;
	margin: 0px;
	
}

#footernavigation li{
	display: inline-block;
	padding: 10px;

}

.quran-suras td a:link,.quran-suras td a:visited{
	color: #333333;
}


.quran-suras{
	width:100%; 
	border-collapse:collapse; 
}
.quran-suras td{ 
	padding:7px; border:#999999 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.quran-suras tr{
	background: #f1f1f1;
}
/*  Define the background color for all the ODD background rows  */
.quran-suras tr:nth-child(odd){ 
	background: #f1f1f1;
}
/*  Define the background color for all the EVEN background rows  */
.quran-suras tr:nth-child(even){
	background: #ffffff;
}

#footer{
	text-align: center;
}




.responsive {
  width: 100%;
  }






.color-white,.color-white a:link,.color-white a:visited,.color-white a:hover{color: white;} 
.color-yellow,.color-yellow a:link,.color-yellow a:visited,.color-yellow a:hover{color: #f99e00;} 





.align-center{text-align: center;}
.align-right{text-align: right;}
.align-left{text-align: left;}


.bold{font-weight: bold;}
.italic{font-style: italic;}


.margin-top-5{margin-top: 5px;}
.margin-top-10{margin-top: 10px;}
.margin-top-15{margin-top: 15px;}
.margin-top-20{margin-top: 20px;}
.margin-top-25{margin-top: 25px;}
.margin-top-30{margin-top: 30px;}
.margin-top-35{margin-top: 35px;}

.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-25{margin-bottom: 25px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-35{margin-bottom: 35px;}

.margin-left-5{margin-left: 5px;}
.margin-left-10{margin-left: 10px;}
.margin-left-15{margin-left: 15px;}
.margin-left-20{margin-left: 20px;}
.margin-left-25{margin-left: 25px;}
.margin-left-30{margin-left: 30px;}
.margin-left-35{margin-left: 35px;}

.margin-right-5{margin-right: 5px;}
.margin-right-10{margin-right: 10px;}
.margin-right-15{margin-right: 15px;}
.margin-right-20{margin-right: 20px;}
.margin-right-25{margin-right: 25px;}
.margin-right-30{margin-right: 30px;}
.margin-right-35{margin-right: 35px;}


.margin-5{margin-right: 5px;}
.margin-10{margin-right: 10px;}
.margin-15{margin-right: 15px;}
.margin-20{margin-right: 20px;}
.margin-25{margin-right: 25px;}
.margin-30{margin-right: 30px;}
.margin-35{margin-right: 35px;}

.container{width: 100% !important;}

.toggle,
[id^=drop] {
	display: none;
}
/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color:#400c05;width: 60%;margin:0 auto;
}



/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #400c05;
	}

/* Styling the links */
nav a {
	display:block;
	/* padding:14px 20px;	 */
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 


	/* has to be the same number as the "line-height" of "nav a" */
	
top:45px;
z-index:9999; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1024px) {

    nav{width:100% !important;margin: 0;}

    #navigation .menu>li>ul>li{width: 100% !important;}
    #navigation .menu>li:hover>ul {width: 100%;}
#navigation .menu>li{text-align: left !important;}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #400c05;
		padding:14px 20px;	
		color:#FFF;
		font-size:15px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

    nav:after {
    content: "";
    display: table;
    clear: both;
}
	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:0;	
		color:#FFF;
		font-size:15px; 
	}
  
  
	/* nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	} */

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}


}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
    }
   

}







