@charset "UTF-8";
/* $Id$ */

@import url(nav.css);
@import url(banner.css);

/* Center and set a fixed width. */
body
{
	text-align: center;		/* IE is evil, part 1 */
	font-size: 81%;
	
	margin: 0 0 0;
	background-image: url(../../images/brocade-offwhite1.jpg);
	background-size: 400px 400px;
}
/* body */
#evil-container 
{
	text-align: left;		/* IE is evil, part 2 */
	margin: 0 0 0;

	/* Needed to get rid of a minor rendering nit */
	/* (see brentdax.com/css/vleft) */
    /* IE/Mac has its own bug that can't be allowed to see this.
       BEGIN IE/Mac HACK \*/
    position: relative;
    /* END IE/Mac HACK */
	/*font-size: smaller;*/
	font-family: Arial, Helvetica, sans-serif;
}

/* Padding to hold it out from the edges. */
#body 
{
	padding: 10px 3em 10px;
	font-family: 'Libre Baskerville', serif;
	font-size: 105%;
}

h1, h2, h3, h4 {
  font-family: 'Cinzel', serif;
  font-weight: normal;
}

#body, #footer, #top-links {
	width: 752px;
	margin: 0 auto;
}

#footer, #top-links {
	font-size: 95%;
}

#body {
	margin-top: -54px;    /* Pull #top-links over banner */
	box-shadow: 0px 0 5px rgba(0%,0%,0%,0.3);
	background-color: white;
	border: 1px solid rgba(0%,0%,0%,0.2);
}



a.imglink img { height: 187px; }

a.imglink img.autograph { height: auto; }

img#authorgraph { height: 50px; }

img#cover, div#book img { height: 337px; }