* { margin:0; border:0; padding:0; outline:none; border-collapse:collapse; }

body { 
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 125%;
	color: #4f4322;
	background: #eceae1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eceae1), to(#d7d4c9));
	background-image: -moz-linear-gradient(0% 100% 90deg,#d7d4c9, #eceae1);
}

.centered { 
	width: 100%;
	height: 100%; 
	text-align: center; 
	vertical-align: middle; 
}

a { text-decoration: none; }
a:link, a:visited { color: #4f4322; }
a:hover, a:active { color: #9d9681; }

h1 {
	font-family: Georgia;
	font-size: 3em;
	font-weight: 900;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff, 0px -1px 0px #2b2413;
}
h2 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #4f4322;
	text-shadow: 0px 1px 0px #fff, 0px -1px 0px #2b2413;
	margin-bottom: 10px;
	
}


.nav { 
	padding-bottom: 5px; 
	border-bottom: 5px solid rgba(0,0,0,.0);
	text-shadow: 0px 1px 0px rgba(0,0,0,.0); 

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav:hover { 
	padding-bottom: 5px; 
	border-bottom: 5px solid #db1a00; 
	text-shadow: 0px 1px 0px #fff;
}
.content {
	width: 460px;
	text-align: left;
	margin-top: 10px;
	padding: 10px;
	background: #d7d4c9;
}
.center {
	text-align: center;
}

.book {
	height: 125px;
	width: auto;
}



/* other */

.heart { 
	color: #db1a00; 
	font-style: normal; 
	text-shadow: 0px 1px 0px #fff, 0px -1px 0px #a40000;
}
.ampersand {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-size: 3em;
	color: #d7d4c9; 
	font-style: italic; 
	text-shadow: 0px 1px 0px #fff, 0px -1px 0px #9d9681;
}
