body {
	margin: 0;
	padding: 0;
}

A:link { color: #4d4d6d; }
A:visited { color: #0079b2; }
A:hover { color: #ff1900; text-decoration: none; }
A:active { color: #ff1900; }

#custom-doc {
	width:62em;*width:60.51em;min-width:806px;
	margin:auto;
	text-align:left;
	color: black;
	border: 1px solid #424242;
}

#bd {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

#hd {
	height: 120px;
	background: url(/images/shelves.jpg);
	background-repeat: no-repeat;

	font-size: 2.2em;
	font-weight: bold;
	display: block;
	line-height: 1em;
	color: #666;
	background-color: transparent;
	white-space: nowrap;
	margin-bottom: 3px;
}

#hd:before,
#hd:after {
	content: "the personal library of Steve and Michelle Elgersma";
	display: block;
	padding-left: 5px;
}

#hd:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #000; /* shadow color */
	background-color: transparent;
}

#hd:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #ffffff; /* text color */
	background-color: transparent;
}

#ft {
	text-align: center;
	background: #d3d3d3;
}

ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url("/images/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
}
ul#menu li a:hover { 
	color: #333; 
}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("/images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
}

#search input {
	margin-top: 12px;
}

#sidebar {
}

#contents {
	padding: 5px;
}

.sidebar {
	background: #e0e0e0;
	text-align: right;
	padding: 3px;
}

table.booklog {
        border-collapse: collapse;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
        font-size: 1.0em;
        margin: 0;
        padding: 0;
}

caption.booklog {
        font-size: 1.4em;
        font-stretch: condensed;
        font-weight: bold;
        padding-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
}

th.booklog, td.booklog {
        border-bottom: 1px solid #666;
        border-top: 1px solid #666;
        padding: 0.2em;
}

th.booklog {
        text-transform: uppercase;
}

thead th.booklog, tfoot th.booklog, tfoot td.booklog {
    background-color: #cc9;
    font-size: 1.1em;
}
tbody th.booklog {
    background-color: #E5E5CB;
	text-align: center;
}
tbody td.booklog {
    background-color:#eee;
}
tbody tr.booklog:hover td.booklog, tbody tr.booklog:hover th.booklog {
    background-color: #E5E5CB;
}
tr.odd td, tr.odd th {
    background-color: #ddd;
}
tr.odd:hover td, tr.odd:hover th {
        background-color: #E5E5CB;
}

img.book {
	float: left;
	padding-right: 5px;
	display: block;
	width: 120px;
}

.book_summary {
	width: 150px;
	height: 260px;
	float: left;
	position: relative;
	text-align: center;
}

.infobox {
	text-align: center;
	align: center;
	width: 300px;
}

.column_output {
	float: left;
	position: relative;
	padding-left: 40px;
}

.booktitle {
	font-size: 1.1em;
}
