/*Parramatta Mosque website design by Dewa Wardak of Sydney Mosques.net, http://www.sydneymosques.net/ 
May Allah accept this contribution to the mosque! 
*/


/*General Body rules*/

body {  
	color: #000; 
	background:#000080 url('parra-background.jpg') repeat-x;
	margin: 0px;
	border: 0px none;
	padding: 0px;
	text-align: center; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:1.5em; 
	font-size:1em; 
	font-family:Georgia, Helvetica, Arial, sans-serif;
	}

p { 
	font: 0.9em/1.5em Georgia, Times, serif; 
	margin-top: 0px; 
	text-align: left;
	color: #000;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
	
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3300cc;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #cc0000;
	}
	



/* This rule will apply to all h3s in this site. */
h3 {
	font: 1.4em Georgia, Times, serif; 
	margin: 0px; 
	color: #000;
	background:transparent;
	text-align:left;
	font-style:italic; 
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 20px;
} 




	

	
#container { 
	text-align: left;
	position: relative;
	top:0px;
	left:0px;
	background: #fff; 
	margin-top: 20px; /* This margin will put some space on top of the container */
	margin-bottom: 20px;/*This margin however fails to show in IE but does not impact the design greatly. */
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	
	}
	
html>body #container {
	width: 850px;
}







/*header rules*/

/* The pagetitle holds the two headings of the site. h1 and h6*/
#pagetitle {
	width: 850px;
	height: 200px;
	background: #fff url('parra-header.jpg') no-repeat top left;
}

#under-header {
	width: 850px;
	height:21px;
	background: #000080 url('parra-menu.jpg') repeat-x;
}



/* Specific headings*/


/* This is the heading h1. */
h1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font: 2.5em Georgia, Times, serif; 
	color: #fff;
	background:transparent;  /* The background is transparent to show the header background image underneath. */ 
	text-align: center;
	font-weight: bold;
} 
	
/* This is the subheading h6. */
h6 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-right: 0px;
	padding-left: 17px;
	padding-bottom: 30px;
	font: 0.9em Georgia, Times, serif; 
	color: #fff;
	background:transparent;  /* The background is transparent to show the header background image underneath. */ 
	text-align: center;
	font-style:italic;
}

/* This is the subheading h4. */
h4 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-right: 0px;
	padding-left: 17px;
	padding-bottom: 30px;
	font: 1.5em Georgia, Times, serif; 
	color: #fff;
	background:transparent;  /* The background is transparent to show the header background image underneath. */ 
	text-align: center;
	font-weight: bold;
}


	
/* This rule will apply to all h5s in this site. */
h5  {
	font: 1em Georgia, Times, serif; 
	margin: 20px; 
	color: #000;
	background:transparent;
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-style:italic;
} 






/*Main Menu rules*/


#menu h2 { /*This menu has a h2 heading and is hidden from view using the minus top and left positioning. See the documentation and references document for the source of this code. */
   position: absolute;
   top: -20em;
   left: -200em;
	}


#menu {
	position:relative;
	top:0px;
	left:0px;
	width:850px;
	height: 30px;
	padding-top: 19px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	background:#000080 url('parra-menu.jpg') repeat-x;
	text-align: center;
	font-size:0.8em; 
	font-family:Georgia, Helvetica, Arial, sans-serif;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	}


#menu ul li {
	margin-left: 0;
	padding: 0.5em;
	border-left: 1px solid #ba0;
	list-style-type: none;
	display: inline;

	}
#menu li a {
	color:#ba0;
	text-decoration:none;
	}
	
#menu li a:hover {
	color:#6ec6f1;
	text-decoration:none;
	}

#menu ul li.first { /*This class removes the left border from the first item in the menu. */
	margin-left: 0px;
	border-left: none;
	list-style-type: none;
	display: inline;
	}

#menu ul li.current a{  /*This class will change the text color of the page the visitor is in. The current page. */
		color: #ccc;
	}
	
	
	
	
	
	
			
/*Layout*/

#contents { /*This section holds the main text area in subpages. */
	position:relative;
	width:600px;
	margin-left:30px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	background:#fff;

	}
	
#contents p{
	padding-left:40px; 
	padding-right:0px; 
	padding-top:0px; 
	padding-bottom:10px;
}


/*This section holds the logo. */	
#linksnextras {
	position: absolute;
	top:0px;
	left:0px;
	width: 160px;
	padding: 0px;
	background: #000080;
	color: #fff;
}




	
/*Footer section rules*/
#footer { 
	width: 100%;
	height:30px;
	background:#fff;
	margin-bottom: 10px; /* I am defining all the margins so that IE6 has no reason to add any defualt extras */
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	
	}
	
#footer p{
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-size:0.7em; 
	font-family:Georgia, Helvetica, Arial, sans-serif;
}
	
	




/*subpages logo*/

#map { 
	position:absolute;
	top: 280px;
	right: 0px;
	left:650px;
	width:200px;
	height:195px;
	margin: 0px;
	background:#fff;
	}	 	
	

#map img{
	border: 0;
	padding-top: 20px;
}
	
	
	


