body {
    background: #FFFFFF;
    color: #000000;
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
    font-size: 13pt;
    line-height: 16pt;
}
a {
    text-decoration: none;
}
a:link { color: blue; }
a:visited { color: purple; }
a.title { font-style: italic; }

.nd { text-decoration: none;
font-size: 60%; }

img { display: block; }

img.ii { display: inline; }

a img { border: 1px solid white; }
.bg { background: #fafaf0; }

a.logo img {
  display: inline;
  vertical-align: top;
  text-decoration: none;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
li {
  margin-bottom: 0.5em;
}
.left {
    float: right;
    padding-right: 8px;
    padding-left: 4px;
    margin-right: 8px;
    margin-top: 0em;
    padding-top: 0;
    padding-bottom: 8px;
    border: 1px dotted gray;
    background: #FFF;
    width: 132px;
}

.left p {
  margin-top: 0em;
  font-style: italic;
}
.right {
  float: right;
  margin-left: 8px;
  line-height: 0px;
}
ul {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}
h1 {
    font-size: 120%;
    font-weight: bold;
    padding-top: 75px;
    background: scroll url(/g/banner-bookorama.jpg) repeat-x;
    background-position: 0% 0%;
    margin-top: 0px;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0px;
    line-height: 120%;
    padding-top: 75px;
    background: scroll url(/g/banner-bookorama.jpg) repeat-x;
    background-position: 0% 0%;
}
div#w3c { text-align: right; }

div.tn {
    line-height: 0px;
    margin-right: 0px;
}

div.tn a {
    background: url(/~liam/g/bg-640x500.jpg) no-repeat;
    background-position: bottom right;
    display: block;
    border: none;
    margin: 0px;
    text-decoration: none;
    padding: 0 10px 10px 0px;
}

div.tn a img {
    display: block;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: none;
    border-right: none;
    line-height: 0px;
}

div#random {
    display: none;
}

div#popular {
    display: none;
}

div#recent {
    text-align: right;
}

.navbar {
    padding-bottom: 0px;
    margin-top: 4px;
    margin-right: -6px;
    width: 45em;
}

.navbar a {
    text-decoration: none;
    margin-top: 1px;
    background: #fff;
}

.white {
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    background: #FFF;
    padding: 2px;
    margin-top: 0;
    display: block;
}


.navpleft {
    background: url(/~liam/g/bg-640x500.jpg) no-repeat;
    background-position: bottom right;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    margin-right: 8px;
    padding-right: 8px;
}

span.status:before {
  content: "[";
}

span.status:after {
  content: "]";
}

span.status {
  color: #666;
  font-size: 80%;
}

div.buttons {
  font-size: 12px;
  line-height: 8px;
  float: left;
  margin: 0.5em;
  width: 90px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
  /* border: dotted 1px #CCC; */
  background: #FFD;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  filter:alpha(opacity=30);
}
div.buttons p {
  margin: 0;
  padding: 0;
}

div.buttons img {
  display: inline;
}


div.buttons:hover {
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    filter:alpha(opacity=100);
}

