@charset "utf-8";
/* CSS Document */
body {
	background-image:url(assets/anewdaybg.jpg);
	background-repeat:no-repeat;
	background-color:#3669bc;
	background-attachment:fixed;
	margin:0;
	color:#3669bc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: 'Lobster', cursive;
	font-size:52px;
	color:#fff;
	text-shadow:3px 3px 2px #2c3f65;
}
h2 {
	font-family: 'Lobster', cursive;
	font-size:28px;
	color:#00000;
	text-shadow:2px 2px 1px #999999;
}
h4 {
	font-family: 'Lobster', cursive;
	font-size:18px;
	color:#00000;
	text-shadow:2px 2px 1px #999999;
}

#page {
	width:80%;
	margin:20px auto;
}
#logo {
	margin:0;
}
#bookcovers {
	margin:10px 0 0 0;
	padding:0;
}
#footer-wrapper {
	position:fixed;
	bottom:0;
	width:100%;
	background-color: #17432d;
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 1.2em;
	padding:0 0 0 10px ;
}
#footer-nav {
	width:80%;
	margin:0 auto;
}
#nav {
	width: 100%;
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 1.2em;
	padding:0 0 0 10px ;
}
#nav a:active, #nav a, #nav a:visited {
	color:#ded9e9;
}
#nav a:hover {
	color:#fcf078;
}
#copyright {
	float:right;
	width:35%;
	margin:-20px 0 10px 0;
	color:#ded9e9;
	font-size:0.75em;
}
div.bodytext {
	width:80%;
	height:auto;
	padding:20px;
	margin:15px 15px 100px;
	background-color:#ffffff;
	color:#000000;
	opacity:0.6;
		filter:alpha(opacity=60); /* For IE8 and earlier */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
div.bodytext p {
	font-size: 1em;
	margin:5px 5px;
	font-weight:bold;
	line-height:1.3em;
	color:#000;
    opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
}
div.bodytextint {
	width:80%;
	height:auto;
	padding:20px;
	margin:10px 15px;
	background-color:#ffffff;
	color:#000000;
	opacity:0.6;
		filter:alpha(opacity=60); /* For IE8 and earlier */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.bodytextint p {
	font-size: 1em;
	margin:5px 5px;
	font-weight:bold;
	line-height:1.3em;
	color:#000;
    opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
}
div.books {
	width:80%;
	height:auto;
	padding:20px;
	margin:10px 15px;
	background-color:#deebfa;
	color:#000000;
	opacity:0.85;
		filter:alpha(opacity=85); /* For IE8 and earlier */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.books p {
	font-size: 1em;
	margin:5px 5px;
	font-weight:bold;
	line-height:1.3em;
	color:#000;
    opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
}
div.books img {
    opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
}
#filler {
	min-height:200px;
}