/*styles for buddhistjew.com created 2/16/05 by Ed Geis (http://www.hwaters.com)*/
/*revised 3/7/05*/
		
	/*basic page layout*/
		body	{
			text-align: center;
			margin: 0;
			padding: 0;
			border: 0;	
			background: #ddb url(../graphics/shared/content_window_border.gif) top center repeat-y;
			color: #000;
			font: 14px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
			}
			
		/*enables divs to fill 100% of vertical browser space*/
		body,html { 
			height:100%;
			margin: 0;
			padding: 0;
			} 
			
		div#wrapper	{
			color: #000;
			background:  #fff url(../graphics/shared/background_strip_white.gif) top center repeat-y;
			/*false width for IE Win*/;
			width: 799px;
			height:100%;
			min-height: 100%;
			margin: 0 auto;
			padding: 0;
			text-align: left;
			}
			
		/*hides from IE*/
		html>body div#wrapper {
			/* Correct width for other browsers */
			width: 796px;
			}
			
		div#header	{
			color: #663;
			background: #963 url(../graphics/shared/header_background.jpg) left top no-repeat;
			margin: 0 auto;
			padding: 0;
			height: 122px;
			/*false width for IE Win*/
			width:799px;
			text-align: left;
			}
			
		/*hides from IE*/
		html>body div#header {
			/* Correct width for other browsers */
			width: 796px;
			}
			
		div#maincontent 	{
			/*bogus width for IE Win*/
			width:759px;
			background: transparent url(../graphics/shared/lotus_star_background.jpg) center top no-repeat;
			padding: 0;
			border: 0;
			margin: 20px;
			height: 100%;
			}
			
		/*hides from IE*/
		html>body div#maincontent {
			/* Correct width for other browsers */
			width: 754px;
			}
			
		div#footer	{
			color: #666;
			margin: auto;
			padding: 0;
			text-align: center;
			font-size: 12px;
			}
			
		/*this makes an element assigned the "centered" class centered*/
		.centered {
    		display: block;
    		margin-left: auto;
    		margin-right: auto; 
			}
			
	/*navigation bar*/
		div#navigation	{
			height: 20px;
			width: 568px;
			margin: 0 0 0 12px;
			padding: 0;
			border: 0;
			z-index: 20;
			position: relative;
			top:76px;
			left:104px;
			}
		
		div#navigation ul#menu	{
			height: 20px;
			width: 568px;
			background: transparent url(../graphics/shared/navbar.gif) top left no-repeat;
			margin: 0;
			padding: 0;
			position: relative;
			}
		
		div#navigation ul#menu li {
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			top: 0;
			}
			
		ul#menu li, ul#menu a {
			height: 20px;
			display: block;
			}
			
		div#navigation ul#menu li a {
			text-indent: -9999px;
			text-decoration: none;
			}
			
		#home_link	{left: 0; width: 50px;}
		#book_link	{left: 80px; width: 70px;}
		#authors_link	{left: 180px; width: 90px;}
		#buy_link {left: 296px; width: 30px;}
		#learn_link	{left: 358px; width: 40px;}
		#discuss_link	{left: 430px; width: 50px;}
		#contact_link	{left: 510px; width: 60px;}
		
		#home_link a:hover	{background: transparent url(../graphics/shared/navbar.gif) 0 -23px no-repeat;}
		#book_link a:hover {background: transparent url(../graphics/shared/navbar.gif) -80px -23px no-repeat;}
		#authors_link a:hover {background: transparent url(../graphics/shared/navbar.gif) -180px -23px no-repeat;}
		#buy_link a:hover {background: transparent url(../graphics/shared/navbar.gif) -296px -23px no-repeat;}
		#learn_link a:hover {background: transparent url(../graphics/shared/navbar.gif) -358px -23px no-repeat;}
		#discuss_link a:hover {background: transparent url(../graphics/shared/navbar.gif) -430px -23px no-repeat;}
		#contact_link a:hover {background: transparent url(../graphics/shared/navbar.gif) -510px -23px no-repeat;}

		/* "You are here" highlights for nav menu*/
			
		body#home #home_link {background: transparent url(../graphics/shared/navbar.gif) 0 -23px no-repeat;}
		body#book #book_link {background: transparent url(../graphics/shared/navbar.gif) -80px -23px no-repeat;}
		body#authors #authors_link {background: transparent url(../graphics/shared/navbar.gif) -180px -23px no-repeat;}
		body#buy #buy_link {background: transparent url(../graphics/shared/navbar.gif) -296px -23px no-repeat;}
		body#learn #learn_link {background: transparent url(../graphics/shared/navbar.gif) -358px -23px no-repeat;}
		body#discuss #discuss_link {background: transparent url(../graphics/shared/navbar.gif) -430px -23px no-repeat;}
		body#contact #contact_link {background: transparent url(../graphics/shared/navbar.gif) -510px -23px no-repeat;}
		body#seminars #authors_link {background: transparent url(../graphics/shared/navbar.gif) -180px -23px no-repeat;}

	/*rules unique to the home page*/
		/*rules for the left column*/
		div#left_column {
			float:left;
			text-align:left;
			width:156px; 
			height:auto; 
			margin:0px;
			}
				
		/*rules for the center column*/
		div#center_column {
			text-align: left; 
			width:350px; 
			border-right: 2px dotted #933; 
			border-left: 2px dotted #933; 
			padding: 0 20px;
			/*bogus margin value to center column in IE5 Win*/
			margin-right:150px;
			/*hide from IE 5 Win*/
			voice-family:"\"}\"";
			voice-family:inherit;
			/*bogus margin value to center in IE 6 Win*/
			margin-right:184px;
			}
				
		html>body div#center_column {
			/* Correct margin value for other browsers  */
			margin:0 auto;
			}
				
		/*rules for the right column*/
		div#right_column {
			float:right;
			text-align:left;
			width:156px; 
			height:auto; 
			margin:0px;
			} 
			
	/* Typography 	*/
	
		h1	{
			font-weight: bold;
			line-height: 1.2em;
			margin: 0px 0 12px 90px;
			color:#c96;
			font-size: 30px;
			}
		h2, h3, h4	{
			font-weight: bold;
			line-height: 1.2em;
			margin: 20px 0 10px 0;
			color:#c96;
			}
		
		p	{
			margin: 0 0 1em 0;
			line-height: 120%;
			}
			
		div#maincontent h2	{
			font-size: 18px;
			}
	
		div#maincontent h3	{
			font-size: 14px;
			}
			
		.jacket_quotes {
			padding: 8px 0;
			color: #666;
			border-top: 1px solid #666;
			}
			
		.quote_source {
			font-size: 12px;
			line-height:120%;
			margin-left: 16px;
			margin-top:-1em;
			margin-bottom:10px;
			color: #999;
			}
		
		blockquote	{
			padding: 0;
			padding-left: 10px;
			margin-left: 10px;
			border: 0;
			border-left: 1px dotted #785;
			}
	
		blockquote p	{
			font-weight: normal;
			font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
			text-align: justify;
			line-height: 150%;
			font-size: small;
			}
		
		code, pre	{
			font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
			font-weight: normal;
			font-size: small;
			}
			
		/* Default links 	*/
	
		a:link, a:visited {
			font-weight : normal; 
			text-decoration : underline;
			color: #039;
			background: transparent; 
			}
	
		a:hover {
			font-weight : normal; 
			text-decoration : none;
			color: #96c;
			background: transparent; 
			}
		
		/*a:active {
			font-weight : normal; 
			text-decoration : none;
			color: #039;
			background: transparent;  
			}*/
		
		div#maincontent p a:link, div#maincontent p a:visited {
			text-decoration: underline;
			} 
		
		div#maincontent p a:hover {
			text-decoration: none;
			} 
			
		/*use to clear floats (from http://positioniseverything.net/easyclearing.html)*/	
		.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
			}
			
			/* Hides from IE-mac \*/
			* html .clearfix {height: 1%;}
			/* End hide from IE-mac */