/* Defaults */
body                { background-color: white; color: black; margin: 8px; }
p                   { text-align: justify; }

/* Links */
a:active, a:hover           { color: #3333CC; text-decoration: underline; }
a:link                      { color: #3333CC; text-decoration: none; }
a:visited                   { color: #333333; text-decoration: none; }

a.nav:active, a.nav:hover   { color: #000099; text-decoration: underline; }
a.nav:link, a.nav:visited   { color: #000099; text-decoration: none; }

a.menuitem:active, a.menuitem:hover { color: #000099; text-decoration: none; }
a.menuitem:link, a.menuitem:visited { color: #000099; text-decoration: none; }

a.comment-reply:active, a.comment-reply:hover { background-color: #3333CC;
                                                color: white; font-size: 80%;
                                                text-decoration: underline; }
a.comment-reply:link, a.comment-reply:visited { background-color: #3333CC;
                                                color: white; font-size: 80%;
                                                text-decoration: none; }

/* Images */
img.left    { float: left;  padding: 4px; padding-left: 0px; }
img.right   { float: right; padding: 4px; padding-right: 0px; }

/* Left Panel Boxen */
#admin-box  { background-color: white; border: 1px solid black; font-size: 80%;
              text-align: left; }
#login-box  { background-color: white; border: 1px solid black; font-size: 80%;
              text-align: center; }
#menu-box   { background-color: white; border: 1px solid black; font-size: 80%;
              text-align: left; }
#search-box { background-color: white; border: 1px solid black; font-size: 80%;
              text-align: center; }

/* Comments */
#comment-header     { font-size: 80%; font-weight: bold; }
#comment-subject    { background-color: #3333CC; color: white;
                      padding-bottom: 2px; padding-left: 4px;
                      padding-right: 4px; padding-top: 2px; }
#comment-text       { padding-left: 32px; }

/* Links */
#link-caption   { font-size: 80%; }
#link-count     { font-size: 80%; font-style: italic; text-align: center; }
#link-cmds      { }
#link-comments  { font-size: 80%; }
#link-fame      { color: green; font-weight: bold; }
#link-header    { background-color: #3333CC; color: white; font-size: 120%;
                  font-weight: bold; line-height: 150%; text-align: center; }
#link-icon      { font-size: 80%; }
#link-lame      { color: red; font-weight: bold; }
#link-note      { color: red; font-size: 80%; font-style: italic; }
#link-submitter { font-size: 80%; }
#link-votes     { font-style: italic; font-weight: bold; }

/* Miscellaneous */
#copyright          { font-size: 80%; padding-left: 0.5in;
                      text-align: justify; }
#navigation-bar     { background-color: #3333CC; border: 1px solid gray;
                      color: white; font-size: 80%; padding: 2px;
                      padding-left: 4px; padding-right: 4px; }
#navigation-page    { font-size: 80%; }
#panel-body         { border: 1px solid black; }
#search-summary     { font-size: 80%; text-align: justify; }
#title-center       { background-color: #3333CC; border-bottom: 1px solid gray;
                      color: white; font-weight: bold; text-align: center; }
#url-disclosure     { font-size: 80%; font-style: italic; }
#warning-block      { color: red; text-align: center; width: 100%; }
#warning-text       { font-size: 120%; padding-left: 4px; vertical-align: top; }
