/* Meditation stylesheet */

/* This formats the body */

body {
		background-color: #ffffcc;
		background-image: url(../Images/bkg.jpg);
		background-repeat: repeat-x;
		margin-left: 20px;
		margin-right: 5px;
		padding: 10px 10px 10px 10px;
		font-family: sans-serif;

}
/* This format for heading 1, it puts a thin black line under the header */
h1 {
	border-bottom: 2px solid black;
	
	}
/* Sets colour for paragraph text */
p {
	color: #1976E0;
}

em {
	font-family: cursive;
	color: #8FBC8F;
}

/* Sets  image width to 400px and floats it on the right hand side of page */
#image {
	width: 400px;
	float: right;

}
/* format for page text*/
#text {
	text-align: left;
	border: solid thin #000000;
	padding: 25px;
	font: medium/1.6em Verdana;
	background-color: white;
	margin-right: 400px;
	margin-top: 10px;

}
/* format for last  page (wordy) text. allowing it to spread full width of page*/
#conclusion {
	text-align: left;
	border: solid thin #000000;
	padding: 30px;
	font: medium/1.6em Verdana;
	background-color: white;
	margin-right: 10px;
}
	#header {
	font-family: serif;
	font-size: 1.5em;

	
}
/* format for list items */	
#list {

	text-align: left;
	background-color: #fffff1;
	border: thin solid black;
	padding: 5px;
}
#list li a {
	background:url(../Images/introarrow.gif) no-repeat left ;
	display: block;
	padding:0 15px 0 0;
	}							
#list li a:link,
#link li a:visited
{ text-decoration:none;
	color:#099EE8;
}

#list li {

	line-height:2.0em;
	color:#ff0000;
	padding-left:.50em;
	padding-right:.50em;
	}		
a:link, a:visited,	
#list li a:hover,
#list li a:focus {
	color:#ff0000;
    text-decoration: none;
	}		
	/* adds breadcrumb navigation */
	/*sets font size and type */
#navigation
 body {
	font-family: Verdana, sans-serif;

	} 
	/* this deletes the list bullet*/
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}	
	/* sets border for the navbar */	
#navigation {
	height:2.0em;
	border:.5px dotted ;
	margin-right: 400px;
	}
	/*floats the elements into a horizontal line */
	/*sets color of text which is non-hyperlink */
#navigation li {
	float:left;
	line-height:2.0em;
	color:#4F4546;
	padding-left:.50em;
	}	
	/* display the bckground gif*/	
#navigation li a {
	background:url(../Images/arrow.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#navigation li a:link,
#navigation li a:visited {
	color:#BFBDBD;
	text-decoration:none;
	}	
a:link, a:visited,	
#navigation li a:hover,
#navigation li a:focus {
	color:#0000ff;
	}			
