@charset "utf-8";
/* CSS Document */

html, body {
	background-color:#000;
	margin:0; padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#F7F7FF;
}

a {
	color:#FFC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#888888;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	margin-top:0;
}

h2 {
	font-weight:bold;
	font-size:20px;
	color:#FFCC99;
}

.homelink {
	visibility:visible;
	display:inline;
}
body#index .homelink {
	visibility:hidden;
	display:none;
}	

p {
	margin:0 0 1em 0;
}

table, table tr, table tr td {
	border:1px solid red;
	border:none;
}

#header, #bookcatalog, #mainbody,#footer {
	width:900px;
	margin:0 auto;
	position:relative; left:0; right:0;
	clear:both;
}

#mainbody {
}

#header {
	text-align:center;
	color:#fff;
	font-weight:normal;
	margin-top:22px;
}
#header a:hover { text-decoration:none; }
#headermenu {
	text-align:center;
	margin:18px auto;
}
#headermenu a {
	color:#fff;
	text-decoration:none;
	font-size:13.5px;
}
#headermenu a:hover {
	text-decoration:underline;
}

#bookcatalog {
	text-align:center;
}

.imgbox {
	border:none;
}
.imgbox p {
	font-size:12px;
	color:#ffcc99;
}

#footer {
	margin-top:5em;
}
#footer img {
	float:left;
}

#footer p {
	font-size:15px;
	text-align:center;
	color:#888888;
}

.bookcell {
	height:300px;
	width:300px;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	float:left;
	background-color:#555555;
	border:none;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-style:italic;
}
.bookcell.light {
	background-color:#555555;
}
.bookcell.dark {
	background-color:#444444;
}

.bookcell p.title {
	color:#ffcc99;
	font-style:normal;
	margin:3px 0 0 0;
}

.bookcell p.caption {
	font-style:italic;
	margin:3px 0 0 0;
}

.bookcell img {
	height:225px;
	margin:0; padding:0;
	width:auto;
}

table.sidebars {
	width:900px;
	margin:0 auto;
	vertical-align:top;
}

table.sidebars td.left, table.sidebars td.right {
	width:180px;
	padding:0;
	vertical-align:top;
}
table.sidebars td.center {
	padding:0 1em;
	vertical-align:top;
}

.sidebar {
	height:auto;
	width:180px;
	margin:0 0 10px 0;
	padding:0;
	float:left;
	background-color:#555555;
	border:none;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-style:italic;
}
.sidebar.light {
	background-color:#555555;
}
.sidebar.dark {
	background-color:#444444;
}

.sidebar p.title {
	color:#ffcc99;
	font-style:normal;
	margin:3px 0 0 0;
	line-height:1.2em;
}

.sidebar p.caption {
	line-height:1.2em;
	font-style:italic;
}

.sidebar img {
	width:180px;
	height:auto;
	margin:0; padding:0;
}

/* book page */
.bookitem {
	width:100%;
	position:relative; top:0; left:0;
	margin:0;
	clear:both;
}
.bookitem img {
	float:right;
	width:200px;
	margin:0 0 2em 2em;
}
.bookitem p {
}
.bookitem .title, 
.bookitem .subtitle {
	color:#ffcc99;
}
.bookitem .title {
	font-weight:bold;
	margin-bottom:0;
}
.bookitem p.award {
	color:#ff6633;
}
.bookitem p.pub {
	color:#ffc;
}
.bookitem p.last:after {
    content:' ';
	font-size:1px;
	line-height:1px;
    display: block;
    clear: both;
}

#eventlist table tr td { vertical-align:top; padding-bottom:1em;}