
/* Layout */ 

* {
    line-height: 1.4em;
}

body {
    background: white url(glass.png) no-repeat fixed; 
    padding: 85px 0px 85px 320px; 
    width: 600px; 
}

/* 
 * Screen typography; titles and links
 *
 */

h1 i { 
    font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 
    font-weight: 400;
    color: #060;
}

a {
    color: #a00; 
    font-weight: bold; 
    text-decoration: none;
    border-bottom: solid 1px black; 
}

a.reference { /* from main.js */
    font-family: serif; 
    font-style: italic; 
    color: #008; 
}

cite {
    font-style: normal; 
    border-bottom: dashed 1px green; 
}

h2 { 
    font-family: sans-serif;
    font-size: large;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 1em 0px .2em 0px;
    margin: .4em 0px;
}

h2, h2 a.reference { 
    color: #a00;
}

h3 {
    font-style: italic;
    border-left: solid 1.3em #060;
    padding-left: 1em;
    margin-top: 2em;
}

h3 a.reference {
    color: #000;
}

h4, h4 a.reference {
    color: #060;
}

address {
    float: right;
    width: 30%;
    font-style: italic;
    font-family: serif;
    font-size: small;
    color: #060;
    margin: 1em;
    padding: 1em;
    border: solid 1px #ccc;
}

/* Contents box (see main.js) */

div#contents {
    color: #666;
    margin-left: 0.7em;
    padding-left: 1.6em;
    background: white url(plus.png) left center no-repeat; 
    cursor: crosshair;
}

p#abstract {
    margin-left: 0.7em; 
    padding-left: 1.6em; 
    color: #666;
}

#contents.minus {
    background: white url(minus.png) left center no-repeat;
}

#table-of-contents {
    margin-top: .8em;
    margin-bottom: 1.4em;
    padding: .5em 0px;
}

#table-of-contents a {
    color: #060;
    text-decoration: none;
}

#table-of-contents div.H2 {
    font-weight: bold;
    padding-top: .2em;
    padding-left: 2.3em;
    padding-bottom: .2em;
}

#table-of-contents div.H3 {
    font-style: italic;
    padding-top: .1em;
    padding-left: 4.6em;
    padding-bottom: .1em;
}

#table-of-contents div.H4 {
    padding-left: 6.9em;
}

ol ol {
    list-style-type: lower-alpha; 
}

ol ol ol {
    list-style-type: lower-roman; 
}

