@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(/images/background-tall-1.gif);
	background-repeat:repeat-x;
}

#main {

width:1000px;
text-align:left;
margin:0 auto;



}



#title {
	width: 100%;
	background-color:#BAE5F5;
	text-align:center;
	padding-bottom:15px;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	/* color:#0883b1; */
	color:#5c4d1b;
	letter-spacing: .1em;

}

.smaller-title {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#5c4d1b;
	font-style:italic;
	letter-spacing: .1em;

}

#content {
	position:relative;
	background-color:#e8f3f5;
		border-color:#897429;
	border-style:solid;
	border-width:1px;
	border-radius: .75em;
	margin:0 auto;
	min-height:630px;
	clear:both;
	box-shadow: 0px 0px 8px 7px rgba(255, 255, 255, 1);


	}


#right_text {
	position:relative;
	left:400px;
	top:30px;
	width:530px;
	padding: 0px;
	background-color:#e8f3f5;

}

#chapter_text {
	position:relative;
	left:380px;
	width:530px;
	top:80px;
	vertical-align:top;
	padding: 20px;

	border-radius:.3em;
background-color:#fff;
box-shadow: 0px 0px 8px 4px rgba(121, 166, 182, 0.5);

}

#author {
	position:relative;
	top:40px;
	background-color:#fff;
	padding:10px 30px 20px 30px;
	border-radius:.5em;
	box-shadow: 0px 0px 6px 4px rgba(121, 166, 182, 0.5);
}

.clear {
	clear:both;
}



#cover {
	position:absolute;
	left:30px;
	top:80px;
	width:300px;
	padding-left:0px;

}

#harv_link {
	position:absolute;
	left:60px;
	top:630px;
    width: 300px;
	padding-left:0px;

}




body#home #home, body#about #about, body#contents #contents, body#reviews #reviews, body#authors #authors, body#news #news, body#contact #conact, body#buy #buy, body#discussion #discussion, body#translations #translations
	{
	display: block;
	color:#5c4d1b;
	font-weight:bold;

	}



#left {
	width: 35%;
	float: left;
	margin-left:5px;
	padding-top:30px;

}

#right {
	width: 60%;
	float:right;
	padding: 20px;

}

#left_reviews {

	float: left;
	height:100%;
	width: 250px;
	margin-left:30px;




}

#center {
	position:absolute;
	float:none;
	left:300px;
	top:70px;
	height:100%;
	width: 400px;
margin:30px;


}

#right_reviews {

	float:right;
	height:100%;
	margin-right:30px;



}



p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 1.6em;
}

p.larger {
	font-weight:bold;
	letter-spacing:.03em;
}

p.smaller {
	font-size:10px;
}

p.indented {
	margin-left: 30px;
}

#questions {
	padding-top:20px;


	}


#questions li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-bottom:10px;
}


.block_text {
	position: relative;
	float:left;
	width:220px;
	border:thin solid;
	padding:5px;
	margin:5px 10px 0px -30px;
	font-size:smaller;
	line-height: 1.2em;
}

.home_link {

	text-decoration:none;
}


#nav {
	width: 100%;
	height: 20px;
	padding-top: 0px;
	padding-bottom:15px;
	padding-left:8%;
	text-align:center;
	left:150px;


}






#links {

	width:100%;
	height:40px;
	margin-top:10px;
	margin-left: -15px;
	padding-left: 0px;
	padding-right:10px;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	position:relative;
 	float:left;

	}


#links a {
	float:left;
	display:block;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#5c4d1b;
	font-size:14px;
	text-decoration: none;
	letter-spacing:.1em;
}


#links li {
	float:left;
	vertical-align:middle;
 	margin-top:10px;
 	padding-left:0px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
}

#links li ul{

   visibility:hidden;
   position:absolute;
   padding:30px;
   z-index:598;
   width:40px;
   letter-spacing:.1em;
	text-align:left;
	top:20px;
   list-style:none;
   font-weight:normal;


   }

#links li ul li a {

	font-size:10px;


}


#links li a:hover, ul.nav li a.hover{
  position:relative;
  z-index:599;
  cursor:default;
  color:#000;
   }

  #links li:hover ul, #links li.hover ul {
   position: absolute;
   display: inline;
   width:800px;
   margin: 0px;
   padding-top:5px; }





#links li ul li {


border-radius:.3em;
background-color:#fff;
padding:3px;
margin-right:5px;
box-shadow: 0px 0px 3px 2px rgba(121, 166, 182, 0.5);


}

#chapters {
	position:relative;
	left:-30px;

}


#purchase {
	position:relative;
	left:315px;
}

#by {
	position:relative;
	left:140px;
}

#links li:hover > ul {
	visibility:visible;
}

#links li a:hover {
   color: #000;
    }

.translations {
    margin-top: -15px;
}