﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: Red;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.authorPages #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* .coverholder {
	background-repeat: no-repeat;
	background-position: left top;
	border: medium solid #000000;
	height: 300px;
	width: 200px;
	text-align: left;
	float: left;
	margin-right: 40px;
}*/

.authorPages #header {
	background: blue;
	padding: 0 10px 0 20px;
	background-image: url("images/background.gif");
}
.authorPages #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	text-align: center;
	
}
.authorPages #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.authorPages #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: x-small;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
} 
.authorPages #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #333333;
}
#belowHeader {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 0.70em;
	font-weight: bold;
	text-align: center;
	letter-spacing: .9px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#belowHeader a {color:black; text-decoration:none;
}
#belowHeader a:hover {color:blue; text-decoration:underline;
}
#apDiv1 {
	position:relative;
	width:200px;
	height:25px;
	z-index:1;
	left: auto;
	top: auto;
	float: right;
	font-size: 12px;
	font-weight: bolder;
	padding-bottom: 5px;
	color: #081C59;
	padding-top: 8px;
	text-align: right;
}
#apDiv1 a {color:blue; text-decoration:underline;
}
#apDiv3 {
	position:relative;
	width:200px;
	height:48px;
	z-index:2;
	float: right;
	color: #081C59;
}
.bookJackets {
	border: 1px solid #000000;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}
.morebooksarrow {
	vertical-align: top;
}
.biblioInfo {
	font-size: small;
	font-style: italic;
}
.authorPages #footer1 {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */margin: 0px;
	padding: 10px;
	background: #DDDDDD;
	color: #FFFFFF;
	font-size: small;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url('images/background.gif');
	text-align: center;
}
.pixmargins {
	margin-left: 3px;
	margin-right: 3px;
}


