/*----------------------------------------------------------------*/
/*--layouts and fonts-- */

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 8pt;
    font-family: "Verdana", sans-serif;
}

blockquote {
    margin-left: 2em;
}

p, li, ul, blockquote {
    margin-bottom: 1em;
}

ul {
    margin-left: 2em;
}

#sheet, #below {
    min-width: 40em;
    max-width: 55em;
    /* ie doesn't do max-width. */
    width: expression('55em');
}

.page {
    padding: 4em 6.5em 2em 6em;
    min-height: 20em;
}

.page-intro {
    font-size: 0.9em;
    font-style: italic;
    text-align: justify;
    width: 80%;
    margin-top: -1em;
    margin-left: 10%;
    margin-bottom: 2em;
}

.page-intro em {
    font-style: normal;
}

.page-title {
    padding-bottom: 0.6em;
    border-bottom: 1px solid #999;
    margin-bottom: 0.4em;
}

.page-body {
    line-height: 2.0;
    text-align: justify;
    margin-bottom: 1em;
}

#logo {
    font-size: 3em;
    letter-spacing: 0.3em;
    line-height: 1.0em;
    padding-bottom: 0.2em;
    text-align: right;
}

#sub {
}

#lethal {
    position: absolute;
    margin-left: 0.2em;
    margin-top: -0.2em;
}

#below {
    padding-bottom: 4em;
}

#below div {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align: right;
    padding-top: 0.5em;
}

.ragged {
    text-align: left;
}

/*--blocks of dialog.  dt is speaker, dd is speech--*/

dl.dialog {
    margin: 0 10% 0 10%;
}

dl.dialog dt {
    text-align: center;
    text-transform: uppercase;
}

dl.dialog dd {
    margin-bottom: 1em;
}

/*--sections--*/

.section {
    margin-bottom: 3em;
}

.sec-name {
    padding-bottom: 0.6em;
    border-bottom: 1px solid;
    margin-bottom: 0.6em;
}

.sec-body {
    line-height: 1.4em;
    text-align: justify;
}

.tl-page {
    height: 2.8em;
    overflow: hidden;
    margin-bottom: 1.4em;
}

.tl-book {
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 0.2em;
}

.tl-more {
}

/*--talk form--*/

#talk {
    margin-top: 1em;
    border: 1px solid;
    white-space: nowrap;
}

#t-text {
    font-family: Verdana;
    font-size: 0.9em;
    width: 100%;
    /* ie6 screws up 100%.  when the textarea gets focus, it gets
       redrawn to the edge of #sheet, instead of #talk.  fixed
       width here is lame because it won't align with right edge. */
    width: expression('47em');
    margin: 0;
    border: 0;
    height: 6em;
}

#t-buttons {
    border-spacing: 0;
    height: 1.8em;
    table-layout: fixed;
    width: 100%;
}

#t-name, #t-email {
    border: 0px;
    font-size: 1.0em;
    width: 100%;
}

#t-send {
    float: right;
    font-size: 1.0em;
    margin-right: -1px;
    border: 1px solid;
}

#t-message {
    font-size: 0.9em;
    font-weight: bold;
    height: 1.8em;
    width: 50%;
}

/*----------------------------------------------------------------*/
/* colors */

body {
    color: #000; background: #400;
}

a {
    color: #c00; background: transparent;
    text-decoration: none;
}

a:visited {
    color: #600; background: transparent;
    text-decoration: none;
}

a:hover {
    color: #f00; background: transparent;
    text-decoration: underline;
}

#sheet {
    color: #000; background: #fff;
}

#sub {
    color: #400; background: transparent;
}

#lethal {
    color: #fff; background: transparent;
}

#logo a:hover, #logo a:hover * {
    color: #f00; background: transparent;
    text-decoration: none;
}

#below a, #below a:visited {
    color: #fff; background: transparent;
}

#below a:hover {
    color: #f00; background: transparent;
    text-decoration: none;
}

.sec-name {
    border-color: #999;
}

#alert {
    color: #000; background: #ee4;
}

.tl-page a, .tl-page a:visited {
    color: #000; background: transparent;
}

.tl-page a .tl-pname {
    color: #c00; background: transparent;
}

.tl-page a:visited .tl-pname {
    color: #600; background: transparent;
}

.tl-page a:hover, .tl-page a:hover .tl-pname {
    color: #f00; background: transparent;
    text-decoration: none;
}

/*--talk form--*/

#talk, #t-send {
    border-color: #c94;
}

#t-send {
    border-top-color: #ee4;
}

#talk, #t-send {
    color: #000; background: #ee4;
}

#t-text, #t-name, #t-email {
    color: #000; background: transparent;
}

#t-text {
    scrollbar-base-color: #ee4;
    scrollbar-track-color: #ee4;
}

#t-send:hover, #t-send:focus {
    color: #000; background: #c94;
}

#t-message {
    color: #f00; background: transparent;
}

/*--blur the edge--*/

#sheet {
    background-image: url(s2b1.png);
    background-repeat: repeat-y;
    background-position: right;
}

#below {
    background-image: url(s2b1.png);
    background-repeat: repeat-x;
    background-position: top;
}

/*----------------------------------------------------------------*/
/* testing */

