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

/* Logo styles */

	table.logo {
		display: block;
		clear: left;
		float: left;
		margin-left: 220px;
		border-collapse: collapse;
	}
	
	table.logo td {
		border: 0;
		margin: 0;
		padding: 20px 0 0 0;
		column-gap: 0;
		column-rule-width: 0;
	}

	img#logo1 {
		display: block;
		float: left;
		width: 75px;
		height: 150px;
		margin: 0px 0px 20px 0px;
		
		-moz-border-radius: 110px 110px 0px 0px;
		-webkit-border-radius: 110px 110px 0px 0px;
		border-radius: 110px 110px 0px 0px;
		
		-moz-box-shadow: rgba(100, 100, 100, 0.6) 12px -12px 7px,
					inset rgba(100, 100, 100, 0.6) 10px 10px 10px;
		-webkit-box-shadow: rgba(100, 100, 100, 0.6) 12px -12px 7px,
					inset rgba(100, 100, 100, 0.6) 10px 10px 10px;
		box-shadow: rgba(100, 100, 100, 0.6) 12px -12px 7px,
					inset rgba(100, 100, 100, 0.6) 10px 10px 10px;		
	}
	
	img#logo2 {
		display: block;
		float: left;
		width: 75px;
		height: 150px;
		margin: 0px 0px 20px 0px;
		
		-moz-border-radius: 110px 110px 0px 0px;
		-webkit-border-radius: 110px 110px 0px 0px;
		border-radius: 110px 110px 0px 0px;
		
		-moz-box-shadow: rgba(100, 100, 100, 0.6) 12px -12px 7px,
					inset rgba(100, 100, 100, 0.6) -10px 10px 10px;
		-webkit-box-shadow: rgba(100, 100, 100, 0.6) 12px -12px 7px,
					inset rgba(100, 100, 100, 0.6) -10px 10px 10px;
		box-shadow: rgba(100, 100, 100, 0.6) 12px -12px 7px,
					inset rgba(100, 100, 100, 0.6) -10px 10px 10px;
	}
	
/* Header sytles */	

	header a h1 {
		position: absolute;
		left: 200px;
		top: 0px;
		display: block;
		float: left;
		margin-left: 210px;
		width: 650px;
		text-wrap: suppress;
		font-family: algerian;
		font-size: 400%;
		font-weight: normal;
		text-shadow: rgba(100, 100, 100, 0.6) 12px -7px 6px, 
						rgba(125, 155, 80, 0.9) 3px 2px 0px;
	}
		
	#header {
		text-wrap: suppress;
	}
/* Scripture quote under logo styles */
	
	header blockquote {
		display: block;
		float: left;
		margin-top: 110px;
		margin-left: 40px;
		font-size: 0.8em;
		text-shadow: rgba(100, 100, 100, 0.5) 12px -7px 6px; 
	}
	
	/*header p#blockquote {	
		
		background-color: #fbe1a1;
		border-radius: 10px;
		width: 700px;
		height: 16px;
		text-wrap: suppress;
		
						
	}*/
	
	a#opening {
		text-align: right;
		font-size: 0.75em;
	}
	
