body { margin:0px;
       padding:0px;
       color: #FFFFFF;
       background: #000055;
       font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/* linkery */
A { text-decoration: none; }
A:link, A:visited { color: #AADD77; background: inherit; }
A:link:hover, A:visited:hover {
    color: #77DDAA;
    background: inherit;
    text-decoration: underline;
}

.link-color { color: #AADD77; background: inherit; }

.entry > p:first-child:first-line { font-variant: small-caps; }
.entry > p:first-child:first-letter {
    font-size: 280%;
    float: left;
    margin: -8px -0px -9px -2px;
    line-height: 80%;
    padding-right: 2px;
}

/* I find list items to be too closely packed, by default. */
li {
    margin-top: 3pt;
    margin-bottom: 3pt;
}

.date-header, .date-header:link, .date-header:link:hover, .date-header:visited,
.date-header:visited:hover {
    font-weight: bolder;
    font-size: 150%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;
    width: inherit;
    color: #CCC;
    background: inherit;
    text-decoration: none;
}

.date-title {
    text-align: center;
    color: #CCC;
    background: inherit;
    font-style: italic;
}
.date-header:first-child, .date-header:first-child:hover {
    color: white;
    background: inherit;
}

#header-right {
    font-variant: small-caps;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 1em;
}

#header-left {
    font-style: oblique;
    font-size: smaller;
    position: absolute;
    top: 0;
    left: 1em;
}

.entries {
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 24%;
    padding:10px;
}

hr.entry-divider { display: none; }

.entry {
    text-align: justify;
    border-bottom: 3px double #999;
    margin-bottom: 10px;
}

.sidebar {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    top: 20px;
    left: 10px;
    width: 20%;
    max-width: 24%;
    padding: 10px;
    line-height: 17px;
}

.sidebar-section {
    padding: 5px;
    margin: 5px;
    border: 1px dashed #999;
    /* -moz-border-radius: 5%; */
}

div.sidebar-section:hover {
    border: 1px solid #999;
}

.sidebar-header {
    color: #DDD; /* repeated because NS4 forgets */
    background: #004;
    font-weight: bolder;
    font-size: 130%;
    font-variant: small-caps;
    margin-bottom: 1px;
    padding: 5px 0 5px 0;
    line-height: 77%;
}

div.sidebar-section:hover > .sidebar-header {
    color: white;
    background: #004;
}

.sidebar-section > .sidebar-header {
    color: inherit;
    background: #004;
}

.done { text-decoration: line-through; }
.caps { font-variant: small-caps; }
.code {
    color: inherit;
    font-family: monospace;
    background: inherit;
    text-align: left;
}
.centered { text-align: center; }
.lettered-list { list-style-type: upper-alpha; }
.meta { font-style: italic; }

.irc td, .irc tr {
    vertical-align: top
}

