/**************************/
/* General style settings */
/**************************/

/* Heartfelt thanks for the negative margin layout tutorial at */
/* http://www.alistapart.com/articles/negativemargins/ */
/* on which a large part of this layout is based. */

/* Page background */
body {
  background-color: #8899aa;
  background-image: url(/pics/colorslide-4b.png);
  background-repeat: repeat-x;
  color: black;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", "Helv", sans-serif;
  font-size: 11pt;
  padding: 16px;
}

/* Page header (including the page title) */
#header {
  background-color: #eeeeee;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none;
}

/* Page contents, excluding the page title and footer but including the navigation block */
#pagebody {
  background-color: #dddddd;
  background-image: url(/pics/colorslide-5.png);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px inset #cccccc;
}
#wrapper {
}

/* Page body contents, excluding the title and the navigation block */
#container {
  width: 100%;
  float: left;
  margin-right: -10em;
}
#content {
  margin-right: 10em;
  margin-left: 7px;
  margin-top: 0.3em;
}

/* Page body contents for a page without the navigation block, excluding the title */
#contentnonavi {
  margin: 0px;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 6px;
  border-top: 1px inset #cccccc;
}

h1 { 
  font-size: 24pt;
  font-weight: bolder;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
h2 { font-size: 18pt; font-weight: bold; }
h3 { font-size: 16pt; font-weight: bold; }
h4 { font-size: 16pt; font-weight: bold; }
h5 { font-size: 14pt; font-weight: bold; }
h6 { font-size: 12pt; font-weight: bold; }

/* Navigation block */
#sidebar {
  width: 10em;
  float: right;
}
#navi { 
  border: 1px solid black;
  margin: 0.3em;
  text-align: left;
  background-color: #eeeeee;
}

#navi dl {
  margin-left: 0.3em;
}

#navi dl dt {
  margin-top: 1ex;
}

#navi dl dd { 
  font-size: small;
  margin: 0;
}

#navi h2 { 
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", "Helv", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.last {
  margin-bottom: 0;
}
.clearing {
  height: 0;
  clear: both;
}

#footer {
  margin: 0;
  clear: both;
  background-color: #dddddd;
  background-image: url(/pics/colorslide-5.png);
  background-repeat: repeat-x;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0.3em;
  border-top: 1px inset #cccccc;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#banners { 
   text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "Arial", "Helvetica", "Helv", sans-serif;
  font-weight: bold;
}
address { font-family: "Arial", "Helvetica", "Helv", sans-serif; }
code { font-family: "Courier New", "Courier", monospace; }

a:link { color: #000066; }
a:visited { color: #444444; }
a:hover { color: #eeeeee; background-color: #666666; }
a:active { color: #0000ff; }

/*****************************/
/* Styles for the front page */
/*****************************/

#maincontent { 
  margin-left: 150px;
}

#photo {
  width: 150px;
  float: left;
  padding-left: 7px;
}

/************************************************/
/* Styles for the library and record list pages */
/************************************************/

table.books { 
   border: solid 1px #111;
}

table.controlpanel { 
   border: solid 1px #111;
}

table.books th,table.controlpanel th {
   text-align: left;
   background-color: white;
   border: solid 1px #111;
}

table.books td,table.controlpanel td {
   border-bottom: solid 1px #111;
   border-right: solid 1px #111;
   font-size: 85%;
   vertical-align: top;
}

table.books td.info,table.books th.info {
}

table.books tr {
   background-color: #eeeeee;
}

table.books tr.alt {
   background-color: white;
}

dl.booklist dt {
   text-indent: -3em;
   margin-left: 3em;
}

.editlink {
   font-size: 70%;
}

.amazon {
   font-size: 70%;
}

/*******************************/
/* Classes for image alignment */
/*******************************/

.ctrfig {
   text-align: center;
}

.rightfig {
  float: left;
}

.banner { 
   border: 0;
   vertical-align: middle;
}
