BODY {
  color: #000;
  background-color: #fff;
  padding: 0px;
  overflow: auto;
  width: 740px;
  margin: 1em auto 1em auto;
  background-color: #999;
}

A         { color: #00c; text-decoration: underline; }
A:link    { color: #00c; text-decoration: underline; }
A:visited { color: #00c; text-decoration: underline; }
A:hover   { color: #c00; text-decoration: none; }
A IMG     { border-width: 0px; }

BODY, TD {
    font-size: 0.8em;
    line-height: 140%;
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
    font-family: Baskerville, Georgia, "Times New Roman", serif;
    font-weight: normal;
    line-height: 120%;
    margin: 0px;
    padding: 0px;
}

INPUT {
    border: 2px outset #ccb;
    background-color: #ddc;
    font: 11px Verdana, Tahoma, sans-serif;
}

INPUT:active {
    border: 2px inset #ccb;
}

INPUT.styled, TEXTAREA {
    border: 1px solid #999;
    background-color: #fff;
    padding: 2px;
}

TEXTAREA.new_entry {
    width: 562px;
    height: 400px;
}

#body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    border: 1px solid #000;
}

#header, #footer {
  margin: 0px;
  color: #000;
  background-color: #aebeae;
}

#header {
    padding: 5px 10px 5px 10px;
}

#header H1 {
    margin: 0px;
    padding-bottom: 2px;
    font-size: 20px;
}

#footer {
  padding: 2px 4px 2px 0px;
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  line-height: 130%;
  font-style: italic;
  clear: both;
}

#content {
    margin: 1em 156px 0px 8px;
}

#right {
    background-color: #f8ffff;
    float: right;
    width: 144px;
    border-left: 2px solid #666;
    font-size: 0.9em;
    line-height: 120%;
}

#right .title {
    background-color: #c0e0e0;
    padding: 1px 4px 1px 8px;
}

#right .body {
    background-color: #f0f8f0;
    padding: 3px 4px 3px 8px;
    line-height: 120%;
}

#right A {text-decoration: none; }

.navigation   { margin-top: 5px; float: right; text-align: right; }
.navigation A { text-decoration: none; font-weight: bold; }

.entry {
    background-color: #c8d2c8;
    padding: 0px;
    margin-bottom: 1em;
    border-top: 1px solid #999;
}

.entry .header {
    margin: 2px 0px 2px 12px;
    vertical-align: middle;
}

.entry .header H2 { font-size: 22px; }

.entry .header H2 A { color: #900; text-decoration: none; }

.entry .header .date {
    white-space: nowrap;
    float: right;
    margin: 2px 12px 2px 12px;
    font-size: 11px;
    text-align: right;
    overflow: hidden;
}

.entry .header .meta {
    margin-bottom: 4px;
    font-size: 11px;
}

.entry .body {
    background-color: #f8f0f0;
    padding: 2px 12px 2px 36px;
    border-bottom: 1px solid #999;
}

.entry .body BLOCKQUOTE {
    background-color: #f0f0f8;
    margin: 0em 1em 0em 1em;
    padding: 4px 8px 4px 8px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    font-style: italic;
}

.entry .body BLOCKQUOTE I {
    font-style: normal;
}

.entry .body BLOCKQUOTE .from {
    margin-top: 1em;
    text-align: right;
    font-style: normal;
}

.entry .body BLOCKQUOTE BLOCKQUOTE {
    border: none;
    margin: 0.25em 2em 0.25em 1em;
    padding: 0px;
}

#tagger {
    background-color: #dfdfdf;
    width: 100%;
    padding: 1px;
    margin: 0px 0px 1em 0px;
    border: 1px solid #999;
}

#tagger .tag    { color: #900; }
#tagger .action { color: #999; text-decoration: none }

BLOCKQUOTE P { margin: 0px; }
BLOCKQUOTE P+P { margin-bottom: 1em }

P.entryMeta { text-align: center; }

.lc, .lc TR TD { border-width: 0px; }
.lc TR TD.field {  text-align: right; }

/* vim: set shiftwidth=4: */
