/* 	Website: One Torah For All .com, .org, .net,
	Author: Zer Emunah
	October 31, 2012
*/

@font-face {
	font-family: 'times new roman', 'sans serif', 'david', 'sans';
}

/* Body Styles */
	
	body {
		background-color: #fce5a1;
		width: 1000px;
		
	}
	
/* Body styles for article */
	
	body  article {
		display: block;
		border: none;
		margin: none;
		float: none;
	}
	
	 body article p {
		margin-left: 200px;
		margin-right: 20px;
		padding-left: 20px;
		margin-bottom: 1em;
		margin-top: 0;
		width: 80%;
		display: block;
		clear: left;
		float: left;
		font-family: 'Calibri', 'Tahoma', 'Times New Roman', 'Sans Serif';
		font-size: 1.12em;
		font-weight: normal;
		text-align: justify;
	}
	
/* styles for study progression menu at bottom of individual studies to progress from one study to the next in a series */

	p.returnHome {
		text-align: right;
	}
	
/* Unordered list styles for Halakah page */

	ul.halakah {
		display: block;
		float: left;
		list-style-image: url(images/logo.png);
		width: 40%;
		margin-left: 30%;
		padding: 15px 40px;
		
		
		background-color: rgba(125, 175, 175, 0.2);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
/* To underline a portion of the text
	span that portion of the text with the span tags
	with the class="underline" */
	
	span.underline {
		text-decoration: underline;
	}
	
/* To put a portion of the text into bold font, 
	span that portion of the text with the
	span tags class="bold" */
	
	span.bold {
		font-weight: bold;
		font-size: 1.25em;
	}
	
/* To italize a portion of the text
	span that portion of the text with the span tags
	with the class="italic" */
	
	span.italic {
		font-weight: normal;
		font-style: italic;
	}
	
/* To indent a portion of the text */

	span.indent {
		display: block;
		margin-left: 20%;
		font-size: .80em;
	}
	
/* To use David as font for a portion of the text.
	Particularly, words written in Hebrew. 
*/

	span.david {
		font-family: 'david';
		font-size: 1.4em;
	}
	


	p span.definition {
		display: block;
		float: left;
		list-style-image: url(logo.png);
		width: 50%;
		margin-left: 20%;
		padding: 15px 40px;
		
		background-color: rgba(125, 175, 175, 0.3);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

/* styles for Peace poem in the ninth chapter of "Behold..." */

		p span.definition {
		display: block;
		float: left;
		list-style-image: none;
		width: 60%;
		margin-left: 15%;
		padding: 15px 40px;
		
		background-color: rgba(125, 195, 175, 0.4);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}

	
	/* Definition styles for an unordered list */

	ul.definition {
		display: block;
		float: left;
		list-style-image: url(logo.png);
		width: 50%;
		margin-left: 30%;
		padding: 15px 40px;
		
		background-color: rgba(125, 175, 175, 0.3);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
	/* Definition styles for an ordered list 
	   Used in part 26 of the Understanding Torah Society series
	   to display quotes
	*/

	ol.quotes {
		display: block;
		float: left;
		list-style-type: decimal;
		width: 50%;
		margin-left: 30%;
		padding: 15px 40px;
		
		background-color: rgba(10, 105, 200, 0.4);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	
	/* Definition styles for an ordered list 
	   Used in part 26 of the Understanding Torah Society series
	   to display quotes without a list style image
	*/

	ol.quotes2 {
		display: block;
		float: left;
		list-style-type: none;
		width: 50%;
		margin-left: 30%;
		padding: 15px 40px;
		
		background-color: rgba(10, 105, 200, 0.4);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	
/* Styles for unordered list on poetry page 
	Also used on the newsletter page
*/

	ul.poetry {
		display: block;
		float: left;
		width: 25%;
		margin-left: 40%;
		padding: 15px 40px;
		list-style-type: none;
		font-weight: bold;
		
		background-color: rgba(125, 175, 175, 0.3);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

/* styles for list items, particularly in the Mystery of the Kingdom study
*/
	.list {
		display: block;
		float: left;
		width: 14%;
		margin-left: 30%;
		padding: 15px 40px;
		list-style-type: none;
		font-weight: bold;
		
		background-color: rgba(125, 175, 175, 0.3);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
	.list2 {
		display: block;
		float: left;
		width: 35%;
		margin-left: 30%;
		padding: 15px 40px;
		list-style-type: none;
		font-weight: bold;
		
		background-color: rgba(125, 175, 175, 0.3);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
	.list3 {
		display: block;
		float: left;
		width: 65%;
		margin-left: 25%;
		padding: 15px 40px;
		list-style-type: none;
		font-weight: bold;
		
		background-color: rgba(125, 175, 175, 0.3);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
	/* list for honesty study*/
		.list2h {
		display: block;
		float: left;
		width: 35%;
		margin-left: 30%;
		padding: 15px 40px;
		list-style-type: none;
		font-weight: bold;
		
		background-color: rgba(125, 125, 75, 0.3);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
	
	.prds {
		width: 300px; 
		height: 300px;
		display: block;
		float: left;
		margin-left: 25%;
	}
/*
Paragraph on newsletter archive page
*/

	p.archive {
		display: block;
		float: left;
		width: 75%;
		text-align: center;
		margin-left: 25%;
	}
	
/* styles for hover in poetry menu */

	li a.poem:hover {
		visibility: visible;
		display: block;
		padding-left: 6px;
		
		list-style-type: none;
		background-color: rgba(100, 175, 120, 0.5);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
					
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	
	}
	

	
	li a.poem {
		text-decoration: none;
		line-height: 1.5em;
		color: rgba(100, 125, 255, 1.0);
		font-weight: bold;
		
	}
	
/* Hebrew studies page individual studies styles */

	a.title {
		text-decoration: none;
		color: black;
		
	}
	
	span.title3 {
		font-family: 'charlemagne std', david;
		font-size: 1.0em;
		font-weight: bold;
	}
	
/* Styles for Question and Answer menu */

	article ul.QA {
		display: block;
		clear: left;
		float: left;
		width: 30%;
		margin-left: 35%;
		list-style-type: none;
		padding: 15px 20px;
		background-color: rgba(125, 155, 80, 1.0);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
					
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}	
	
	a.QAMenu {
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
	
/* Menu styles upon hover */

	article ul li a.QAMenu:hover {
		visibility: visible;
		display: block;
		padding-left: 6px;
		
		list-style-type: none;
		background-color: rgba(100, 175, 120, 0.5);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
					
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	
	}
	
	span.firstWord {
		font-weight: bold;
		margin-left: 18%;
	}
	
/* Styles for menu directions */
	
	span.click1 {
		font-size: .75em;
		text-align-last: right;
		margin-left: 22%;
	}
	
	article ul li {
		padding: 2px;
	}
	
/* Style for separator between questions on Q and A page */

	p.separator {
		display: block;
		color: rgba(125, 155, 80, 0.0);
		background-color: rgba(125, 155, 80, 0.5);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
					
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
/* styles for questions on Q and A page */

	p.question {
		font-weight: normal;
		font-style: italic;
	}
	
/* What's new styles */
	
	span.title1 {
		font-family: 'charlemagne std', david;
		font-weight: bold;
		font-size: 1.0em;
	}
	
	#title {
		text-decoration: none;
		color: black;
	}
	
	span.title2 {
		text-decoration: underline;
	}

	#title2 {
		font-weight: bold;
	}
	
/* Styles for scripture quotes (blockquote) */

	blockquote.scripture {
		display: block;
		float: left;
		width: 65%;
		margin-left: 260px;
		margin-right: 60px;
		padding: 15px 30px;
		text-align: justify;
		font-weight: bold;
		background-color: rgba(125, 175, 175, 0.6);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
/* Styles for Zer's picture */

	p img {
		width: 564; 
		height: 340;
		display: block;
		float: left;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
/* styles for images (illustrations) on "Behold..." pages */

	p.illSqr img {
		position: relative;
		left: 100px;
		width: 500px;
		height: 500px;
		display: inline;
		
		
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
		p.illSqr2 img {
		position: relative;
		left: 100px;
		width: 570px;
		height: 570px;
		display: inline;
		
		
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
	p.illWd img {
		position: relative;
		left: 100px;
		width: 500px;
		height: 350px;
		display: inline;
		
		
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}

		p.illWd2 img {
		position: relative;
		left: 100px;
		width: 600px;
		height: 500px;
		display: inline;
		
		
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}

		p.illHt img {
		position: relative;
		left: 200px;
		width: 400px;
		height: 500px;
		display: inline;
		
		
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
		p.illHt2 img {
		position: relative;
		left: 200px;
		width: 400px;
		height: 600px;
		display: inline;
		
		
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}

	
/* styles for h2 title headings on e-books */

	h2 {
		display: block;
		float: left;
		width: 70%;
		margin-left: 220px;
		padding-left: 2%;
		letter-spacing: 8px;
		line-height: 3em;
		font-size: 150%;
		font-family: 'algerian';
		
		
		background-color: rgba(125, 125, 75, 0.8);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;

	}
	
	h2 span.behold {
		font-size: 200%;
	}
	
/* Styles for h3 headings */

		h3 {
		display: block;
		float: left;
		width: 70%;
		margin-left: 220px;
		padding-left: 1%;
		letter-spacing: 8px;
		line-height: 2em;
		font-size: 120%;
		background-color: rgba(125, 125, 75, 0.6);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}	
	
	h3 span.subHeading {
		font-weight: normal;
		font-size: .8em;
	}

/* h4 styles */

	h4#poem {
		display: block;
		float: left;
		margin-left: 22%;
		width: 78%;
		line-height: 1.35em;
		letter-spacing: 5px;
		font-weight: 400;
		padding-left: 20px;
		background-color: rgba(125, 125, 75, 0.4);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}	
	
/* Styles for directions for going to poems. */

	a#poem {
		display: block;
		float: left;
		font-size: .70em;
		text-align: right;
	}
	
/* Styles for h5 headings */

		h5 {
		display: block;
		float: left;
		width: 70%;
		margin-left: 220px;
		padding-left: 1%;
		letter-spacing: 8px;
		line-height: 2em;
		font-size: 120%;
		background-color: rgba(125, 125, 75, 0.4);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}	
	
/* Styles for h6 headings */

		h6 {
		display: block;
		float: left;
		width: 55%;
		margin-left: 220px;
		margin-bottom: 0;
		padding-left: 1%;
		letter-spacing: 8px;
		line-height: 2em;
		font-size: 120%;
		background-color: rgba(125, 125, 75, 0.4);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}		
	
/* Styles for navigation list at bottom of poems */

	ul.poemNav  li {
		display: inline;
		float: left;
		margin-left: 20%;
		margin-top: 30px;
	}	
	
	
	li a#poemNav {
		text-decoration: none;
		color: black;
		padding: 5px;
		
		background-color: rgba(125, 125, 75, 0.4);
		
		-moz-box-shadow: rgba(100, 100, 100, 0.4) 12px -7px 6px,
					inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: rgba(100, 100, 100, 0.4) 12px -7px 6px,
					inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: rgba(100, 100, 100, 0.4) 12px -7px 6px,
					inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
/* poem title header styles */
	
	h3.poemTitle {
		width: 75%;
		margin-left: 20%;
	}
	
/* poem body styles */

	p.poemBody {
		margin-left: 30%;
		font-family: 'sans serif';
		font-weight: normal;
	}
	
	p.poemBody2 {
		margin-left: 30%;
		font-family: sans;
		font-style: italic;
	}
	
/* If I did not fear Elohim styles for Hebrew characters in Acrostic */
	
/* His Name table styles */

	span.HebrewChar {
		font-size: 1.3em;
		font-weight: bold;
		color: green;
	}
	
	table.HisNamePoem {
		display: block;
		clear: left;
		margin-left: 30%;
	}
	
/* styles to align the text of the first table cell to the right and make it bold */
	
	table.HisNamePoem td.alignR {
		text-align: right;
		font-weight: bold;
		padding-right: 3px;
	}
	
/* styles to align the text of the third table cell to the left and make the font normal weight */

	
	table.HisNamePoem td.alignL {
		text-align: left;
		font-weight: normal;
		padding-left: 3px;
	}
	
/* styles to align the text of the second table cell to the center and make font normal weight */

	
	table.HisNamePoem td.alignC {
		text-align: center;
		font-weight: normal;
		padding-left: 3px;
		padding-right: 3px;
	}
	
/* styles for tables in Honesty study */


	

	
/* Styles for contact page */

	ul.contact {
		display: block;
		clear: left;
		float: left;
		list-style-type: none;
		margin-left: 40%;
		padding-top: 3%;
		padding-bottom: 5%;
		width: 50%;
	}
	
/* space between email address and snail-mail address */
	
	li.space {
		margin-top: 10px;
	}
	
	p.payPal {
		
		display: block;
		clear: left;
		float: left;
		margin-left: 10%;
		
	}
	
/* Styles for tips inside of article */

	a.tip {
		text-decoration: none;
		color: red;
	}
	
/* Styles for navigation list (buttons) at bottom of studies */

	ul.studyNav {
		margin-left: 20%;
	}

	ul.studyNav  li {
		display: inline;
		float: left;
		margin-left: 5%;
		margin-top: 30px;
	}	
	
	li a#studyNav {
		text-decoration: none;
		color: black;
		padding: 5px;
		
		background-color: rgba(110, 120, 75, 0.6);
		
		-moz-box-shadow: rgba(100, 100, 100, 0.4) 12px -7px 6px,
					inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: rgba(100, 100, 100, 0.4) 12px -7px 6px,
					inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: rgba(100, 100, 100, 0.4) 12px -7px 6px,
					inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
/* Footer styles  */
	
	footer ul li {
		text-decoration: none;
		display: block;
		clear: left;
		float: left;
		width: 75%;
		font-size: 1.1em;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-left: 230px;
		font-style: italic;
		text-align: justify;
	}
	
/*Footer styles for copywrite notice */
	
	footer ul li#copywrite {
		position: absolute;
		left: 10px;
		top: 800px;
		margin-right: 8%;
		margin-left: 20%;
		padding-bottom: 30px;
		padding-top: 80px;
		clear: left;
		float: left;
		text-align: justify;
		font-size: 1.1em;
		font-family: sans-serif;
		font-style: italic;
	}
	
	
	#footnote {
		text-align: center;
		color: red;
		font-style: bold;
	}
	
	p.footnote {
		display: block;
		float: left;
		width: 70%;
		margin-left: 220px;
		padding-left: 1%;
		letter-spacing: 3px;
		line-height: 2em;
		font-size: 1em;
		background-color: rgba(110, 120, 75, 0.4);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

/* styles for footnotes in studies */
	
	p.footnote2 {
		display: block;
		float: left;
		width: 70%;
		margin-left: 220px;
		padding: 1%;
		letter-spacing: 3px;
		line-height: 1.3em;
		font-size: .8em;
		font-weight: normal;
		background-color: rgba(125, 125, 75, 0.3);
		
		-moz-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		-webkit-box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;
		box-shadow: inset rgba(100, 100, 100, 0.4) -3px -3px 3px,
					inset rgba(250, 250, 250, 0.4) 3px 3px 3px;

		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}