/* default style sheet */

A { text-decoration: none; }
BODY { font-family: georgia; background-color: #000; margin-left: 40px; margin-top: 20px; }
/* .entry and .comment have font-familay as well so that preview in ADMIN will work properly */
BLOCKQUOTE { margin-top: 20px; margin-bottom: 0px; font-size: 90%; }

/* */

.site        { width: 700px; color: #000; background-color: #fff; }
.header      { text-align: center; font-size: 13pt; }
.footer      { font-size: 11pt; }
.menu        { padding-bottom: 10px; text-align:center; font-size: 14pt; }
.copyright   { font-weight: bold; font-size: 12pt; font-family: "Courier New"; color: blue;
                text-align: center; }

/* entries */

.entry       { font-family: georgia; margin-left: 20px; margin-bottom: 20px; padding: 4px;
                width: 650; border: dashed 1px black; }
.entry#intro { font-family: georgia; border: dashed 1px #660000; color: #660000; }
.title       { font-size: 14pt; font-weight: bold; }
.date        { font-size: 9pt; font-weight: bold; }
.body        { padding-left: 4px; font-size: 12pt; margin-top: 8px; }
.curl        { margin-top: 9px; margin-bottom: 6px; }

/* comments */

.comment     { font-family: georgia; margin-left: 30px; font-size: 12px; margin-bottom: 20px;
                border: dashed #000 1px; background-color: Gainsboro; padding: 4px; width: 90%; }

/* others */

.quote  { width: 85%; margin-left: 4em; font-size: 90%; }
.imgtxt { position: relative; left: 20px; margin-right: 20px; }
.box    { border: solid black 1px; padding: 2px; }
.message { border: solid black 1px; background-color: #eeeeee; padding: 2px; }


/* forms */

.feedback { font-weight: bold; padding-bottom: 20px; color: #000099; font-size: 12pt;
            margin-left: 30px; }
.note   { font-weight: normal; color: #0000cc; font-size: 9pt; font-family: tahoma; }
.i      { height: 28; }

/* */

.left   { font-size: 90%; float: left; margin-left: 20px; }
.right  { font-size: 90%; float: right; margin-right: 20px; }

