  /*******************************/
 /*  Book Log Classes           */
/*******************************/

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
    background-image: url('pics/bgbluetransdown.png');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: top;
    font-family: "times new roman";
    font-size: 12pt;
    margin: 0%;
}

/* For Menu Bar */
#left
{
    position: fixed;
    width: 140px;
    top: 0;
    left: 0;
    background: #17213f;
    background-image: url('pics/menu.png');
    background-repeat: repeat-y;
    background-position: right center;
    overflow: hidden;
}

/* For the Main "Frame" */
#right
{
    float: left;
    display: inline;
    position: absolute;
    top: 0;
    left: 150px;
}

q
{
    quotes: "“" "”"
}


/* At the top and bottom of each log page */
table.navigator
{
    width: 100%;
    font-size: xx-large;
    border: 0px;
}

td.navigator
{
    padding: 0px 0px;
}

h1
{
    background-image: url('pics/blueshine.png');
    background-repeat: repeat-y;
    background-color: #5d7ffd;
    border-top: medium solid #333333;
    border-right: thin solid #333333;
    border-bottom: thin solid #333333;
    border-left: thin solid #333333;
/*    color: #eeeeee;*/
}


/* At the top of each page */
h1.title
{
/*    background-color: #8A2BE2;*/
    background-image: none;
    border: thin solid #333333;
    background-color: #ffffff;
    text-align: center;
}

.EricComment
{
    background-color: #ddddff;
    font-family: helvetica;
}

span.EricComment:before
{
    content: url("smbluepush.gif");
}

p
{
    font-size: 100%;
    text-indent: 1cm;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

/* For First lines of books/chapters */
p.first
{
    text-indent: 0cm;
}
p.first:first-letter
{
    font-size: 200%;
}

p.tail:after
{
/*    font-size: 200%;*/
    font-weight: bold;
    content: ". . .";
}

p.comic
{
    margin: 0.5cm 0cm 0cm 0cm;
    font-size: 100%;
    text-indent: 0cm;
    font-family: "Comic Sans MS";
    /*font-variant: small-caps;*/
    text-transform: uppercase;
}

q.comic
{
    font-family: "Comic Sans MS";
    font-size: 100%;
}

blockquote.web
{
    background-color: #ddaadd;
}

blockquote
{
    padding: 0cm 1.0cm 0cm 1.0cm;
    background-color: #DDDDDD;
    border-left: thin solid #777777;
    margin-left: 2cm;
    margin-right: 2cm;
}

blockquote.first
{
    padding-top: 1cm;
    background-color: #DDDDDD;
    border-top: medium solid #777777;
}

blockquote.first:first-letter
{
    font-size: 200%;
}

blockquote.lead:before
{
/*    font-size: 200%;*/
    font-weight: bold;
    content: ". . .";
}

blockquote.last
{
    padding-bottom: 1cm;
    background-color: #DDDDDD;
    border-bottom: medium solid #777777;
}

/*
blockquote.last:after
{
    font-size: 200%;
    text-align: center;
    content: "~~~~~~~~~~~";
}
*/
blockquote.mid:before
{
/*    font-size: 200%;*/
    font-weight: bold;
    content: ". . .";
}

blockquote.mid:after
{
/*    font-size: 200%;*/
    font-weight: bold;
    content: ". . .";
}

blockquote.tail:after
{
/*    font-size: 200%;*/
    font-weight: bold;
    content: ". . .";
}

hr
{
    color:navy
}

a:link.bookmenu {color: #aaaaff}
a:hover.bookmenu {color: #222222; background: #ccccff}


a:link {color: #222266}
a:visited {color: #888888}
a:hover {background: #66ff66}
a:active {color: #0000ff}

/* Highlight Colors  */
.yellow {background-color: #FFFF00;}
.steelblue {background-color: #4682B4;}
.darkorchid {background-color: #9932CC;}
.gold {background-color: #FFD700;}

.footer
{
    font-size: xx-small;
    font-style: italic;
}
