/* $Id: books.css 565 2005-06-07 10:03:32Z brent $ */

ul#deepnav {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
ul#deepnav li {
    margin: 2em 0 0.25em 1ex;
    padding: 0;
    list-style-type: none;
    float: right;
}
/* The first bit is for IE/Win; the second is
   for IE5/Mac. \*/
* html ul#deepnav li a {
    display: block;
}
/*/
ul#deepnav li {
    width: 80px;
}
/* End magic */

img#cover 
{
    display: block;
    clear: right;
    float: right;
    margin-left: 2ex;
    margin-bottom: 2ex;
}

#tagline, #status, #crosslink, #crosslink div {
    text-align: center;
}
#tagline, #status {
    font-weight: bold;
}
#status {
    clear: right;
}

#tagline, #excerpt, #order_first_paragraph
{
    margin-top: 0;
}

#blurb h2 
{
    font-size: 1.25em;
    font-weight: normal;
    text-align: center;
    clear: none;
}

#excerpt .place, #excerpt .time 
{
    padding-left: 6ex;
    font-style: italic;
}