body{
font-size: 87.5%;
}
body, #authors pre{
font-family: "georgia", "palatino", serif;
}
h1, h2, #title, #description{
font-family: "palatino", "century schoolbook", "bookman old style", serif;
font-weight: normal;
}
h3, h4, h5{
font-family: "lucida grande", "lucida sans", sans-serif;
text-transform: capitalize;
}
#specs, #navigate{
position: absolute;
}
/* good browsers can use pos: fixed */
html>body #navigate{
position: fixed;
}
#main{
width: auto;
margin-left: 14em;
margin-right: 18em;
line-height: 1.3;
padding-bottom: 4em;
}
#specs{
top: 0;
right: 0;
width: 16em;
margin: 1em;
line-height: 1.25;
font-size: 95%;
}
#navigate{
top: 0;
left: 0;
width: 12em;
margin-right: 1em;
height: 100%;
overflow: scroll;
background: white;
}
#navigate ol{
margin-left: 2em;
padding: 0;
color: gray;
}
#mainpage #navigate ol{
list-style-type: decimal;
}
#authorspage #navigate ol{
list-style: none;
font-size: 95%;
}
#navigate li{
margin: 0.1em 0;
}
#authorspage #navigate li{
margin: 0.1em 0;
}
#navigate a{
color: red;
}
#navigate li:hover{
background: lemonchiffon;
border-color: #FFCC66;
}
#navigate li:active{
background: pink;
border-color: #CC3333;
}
#navigate a:hover{
text-decoration: none;
}
#title{
font-weight: normal;
line-height: 1;
}
#title .sub{
display: block;
margin: 0.2em 0;
font-size: 80%;
}
#specs dt{
margin-top: 1em;
}
#specs dd{
margin: 0.3em 0 0.3em 1em;
}
#main p{
margin: 0 0 1em 0;
}
h3{
margin: 1em 0 0.5em 0;
font-weight: bold;
font-size: 110%;
color: #333366;
}
#authors h3{
text-transform: lowercase;
}
#authors p{ margin-left: 1em; line-height: 1.3;}
#authors blockquote p{ margin: 0;}
#authors blockquote p+p{ margin-top: 1em;}
#main blockquote{
line-height: 1.2;
margin: 1em 0 1em 2em;
padding: 0 0 0 1em;
border-left: 3px double #CCC;
}
#authors pre{
white-space: pre-wrap;
white-space: -moz-pre-wrap;
margin-left: 2em;
font-size: 1em;
}
div.excerpt{
line-height: 1.2;
margin-left: 2em;
}
var,code, pre#deirdre-list{
font-family: monospace;
}
var, code{
font-style: normal! important;
}
#navigate .the{
font-style: italic;
}
#preface, div.ins {
background-color: rgb(92%,92%,96%);
padding-left: 1em;
margin: 1em 0;
}
var{
color: rgb(100%,40%,0%);
border-bottom: 1px dashed;
}
samp {
font-weight: bold;
}
ins{
font-style: italic;
text-decoration: none;
color: #333333;
}
#specs h3{
text-transform: lowercase;
font-weight: bold;
margin: 1.5em 0 0 0;
}
a{
text-decoration: none;
color: #CC3333;
}
#navigate a{
color: black;
}
/* link colors & icons */
#main a:hover{ text-decoration: underline; }
/* Email */
a[href^="mailto:"], a.mailto{ white-space: nowrap; color: rgb(5%,30%,66%);}
a[href^="mailto:"]:before, a.mailto:before{ content:url("mail.png"); margin-right: 1px;}
/* Usenet */
a[href^="news:"], a.usenet{ color: blue; }
/* Google */
a[href*="google.com/"]{ color: rgb(15%,25%,80%);}
a[href*="google.com/"]:before{ content: url("google.png"); vertical-align: middle; margin-right: 0.1em;}
/* Storiesonline */
.sol:before{ content: url(storiesonline.png); margin-right: 0.1em;}
/* Celeste */
.joesguide a.cr{ color: rgb(20%,20%,75%);}
/* Crimson dragon */
.joesguide a.dragn{ color: rgb(0%,50%,25%);}
.joesguide a.sol, a.ex{ color: navy;}
.joesguide .lime{ color: lime; color: #008000;}
.joesguide .fest{ color: purple;}
.joesguide .clit{ color: rgb(100%,20%,0%);}
.cr, .dragn, .fest, .clit, .lime{ font-style: italic;}
.assm:before{ content: url("txt.png"); vertical-align: middle; margin-right: 0.1em; height: 1em;}
.clit:before{ content: url("clit.png"); margin-right: 2px;}
a:visited:hover{ color: gray; }
.it{ font-style: italic;}