@charset "UTF-8";
/* Abook you'll actually read layout */
/* It's all About Jesus */

#relit_book_bar ul {
	list-style: none;
	display: inline;
	}
	
	#relit_book_bar ul li {
		display: inline;
		}

#relit_book_bar {
	z-index: 10;
	width: 100%;
	position: fixed;
	text-align:  left;
	}

#relit_book_content {
	padding: 20px 80px;
	font-size: 1.3em;
	line-height: 140%;
	}
	
#relit_book_content a {
	color: #fff;
}
	
#relit_book_details {
	background: #000;
	color: #ccc;
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	min-height: 0px;
	}
	* html #relit_book_details {height: 200px;} /* IE 6 sucketh */

/* #relit_book_details:hover {opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;} */

#relit_badge {
	text-align: left; 
	margin: 0 auto;
}

#books img {
	border: 10px solid #000;
	margin: 0px 0px 20px 0px;
}

#books img:hover {
	border: 10px solid darkred;
}

#relit_drop_nav ul li a{
	color:  #fff; 
	border:  3px solid #fff;
	padding:  5px 8px;
	text-decoration: none;
	font-size: 14px;
	margin-right: 10px;
	}

#relit_drop_nav ul li a:hover{
	background: darkred;
	}