
/* QuranicPath.com - Finer Points Styles Sheet - CSS */

a{text-decoration: none}
img { border: none; }

body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url("images/page_m_bg.png");
	background-repeat: repeat;
}

#edge
	{
	width: 706px; 
	background-color: rgb(250, 250, 250); 
	position: relative; 
	margin: 0 auto; 
	margin-top: 12px;
	border-radius: 10px;
	border: 1px solid rgb(238, 238, 238);
	}

html, body, #wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 687px;
	text-align: left;
	position: relative;
}

/* Creation Link Hover */

#creation_link
	{
	display: block;
	width: 228px;
	height: 33px;
	background-image: url("../images/creation_link.png");
	background-repeat: no-repeat;
	background-position: top;
	position: fixed; 
	margin-left: 10px;
	}

#creation_link:hover
	{
	background-position: bottom;
	}

/* Article Names Link Formatting */

	h1 { background-color: rgb( 240, 240, 240 );
		padding: 5px 8px;
		border-radius: 10px;
		padding-left: 12px;
		padding-right: 12px;
	}

	h1  {
		font-family: tahoma, helvetica, arial, sans-serif;
		color: green;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.5em; 
	}
	
	h1:hover{
		background-color: rgb(230, 230, 230);  	
	}
	
/* Article Description */
	.description {
		font-family: tahoma, helvetica, arial, sans-serif;
		font-size: 14px;
		line-height: 1.5em;
		color: #646464;
			text-align: left;
			margin-top: 1em;
			margin-bottom: 2em;
			margin-left: 0.2em;	}
		
/* Read formatting */
	a.read{
		color: green;
		font-size: 13px;
		font-style: underline; 
		text-decoration: underline; }
		
	a.read:hover{
	  color: rgb(0,60,0)  }  /* Hover color for links */
	  
/* Search Verse / Keywords Formatting */
		.search{
		font-family: Tahoma;
		font-size: 8px;
		text-align: center; 
		margin-top: 0; 
		margin-bottom: 3px;
		font-size: 14px;
		color: #646464;  }
        
		.search_box{
		background-color: rgb( 250, 250, 250 );
	    padding-top: 15px;
		padding-bottom: 3px;
		border: 4px solid rgb(230, 230, 230);
		border-radius: 10px;
		margin-bottom: 18px;
		}	 
	 
/* #wrapper {
	width: 687px;
}
 */
/* header */

#header {
	background: url(images/header_bg.gif) repeat-x;
	position: relative;
	width: 687px;
	margin-bottom: 11px;
}

/* body */

#body {
	background: url(images/body_bg2.gif) repeat-y;
}


#cap {
	background: url(images/column_cap2.gif) no-repeat;
	padding-top: 19px;
	width: 687px;
}

#buy {
	background-image: url("images/page_bg_1.png"), url("images/page_bg_2.png");	/* floral pattern on top two corners */
	background-position: left top, right top; 	/* positioning floral pattern */
	background-repeat: no-repeat;

	float: left;
	width: 648px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}


/* footer */

#footer {
	clear: both;
	text-align: center;
	background: url(images/footer_bg.gif) repeat-x;
}

/* Footer style */
#footer_style{
margin-top: -0.1em; 
font-size: 11px; 
text-align: center;
font-family: tahoma;
text-decoration: none;
font-weight: bold;
text-align: center;
}

#footer div div { padding: 8px 0; }

#footer, #footer a {
	color: #fff;
}

#footer a:hover{
color: rgb(255, 255, 0);
}

#footer div { background: url(images/footer_l.gif) no-repeat; width:100%; }
#footer div div { background: url(images/footer_r.gif) top right no-repeat;width:100%; width:100%; }


/* End of QuranicPath Misconceptions Styles Sheet */

