/* $Id: books.css 1396 2011-12-22 06:08:09Z jackrg $ */

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 */

div.cover
{
	float: right;
}

div.cover div
{
	text-align: right;
	clear: right;
	font-weight: bold;
	font-size: 12px;
}

img#cover 
{
    display: block;
    clear: right;
    float: right;
    margin-left: 2ex;
    margin-bottom: 1ex;
}

#tagline, #status, #crosslink, #crosslink div {
    text-align: center;
}
#tagline, #status {
    font-weight: bold;
	font-size: larger;
}
/*#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;
}
