/* simple css for user jevon */

/* global page */
BODY { background: #ffdead; }
BODY, TD { font-family: Verdana, Arial; font-size: 0.8em;  }

/* normal journals styles - you should try and keep these! */
A IMG { border: 0; } 
.user, .nobr { white-space: nowrap; }
IMG.decoration, IMG.usericon, IMG.moodicon { vertical-align: middle; }
IMG.usericon { width: 13px; height: 18px; }
.center { text-align: center; }
DIV.copyinfo { clear: both; }
IMG.easyhtml { border: 1px solid #ccc; margin-top: 5px; margin-bottom: 5px; }

/* entries */
.entry { }
.entry-topdate { margin: 1em; margin-left: auto; margin-right: auto; text-align: center; font-size: 1.3em; color: #886633; }
.entry-title { font-size: 1.3em; font-weight: bold; }
.entry-table { background: #ddbb88; padding: 3px; border: 1px outset #ddbb88; }
.entry-table TD { padding: 5px; }
.entry-head, .entry-foot { background: #bb9966; border: 1px outset #bb9966; }
.entry-head, .entry-head A, .entry-foot, .entry-foot A { color: white; }
.entry-table TD.entry-body { background: white; padding: 10px; }
.entry-content { }
.entry-music, .entry-mood { text-align: right; }
.entry-content + .entry-music, .entry-content + .entry-mood { padding-top: 1em; }

/* page list */
.pages { text-align: center; }
.pages .page-this { font-weight: bold; }

/* boxes */
.box { }
.box-title { font-size: 1.1em; font-weight: bold; }
.box-table { background: #ddbb88; padding: 3px; border: 1px outset #ddbb88; }
.box-table TD { padding: 5px; }
.box-head { background: #bb9966; border: 1px outset #bb9966; }
.box-head, .box-head A { color: white; }
.box-table TD.box-body { background: white; padding: 10px; }
