@charset "utf-8";
/* CSS Document */

BODY { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .75em; }

#footer { font-size: 90%; margin: 0px 0 0 0; padding: 300px 0 10px 0; border-top: 1px solid #fff; clear: left; }

/* Index Page */
.ref { width: 60px; }
#chart ul { list-style: none; margin: 0; padding: 0; }
#chart ul li { border: 1px solid #eee; float: left; width: 100px; height: 30px; line-height: 30px; margin: 0 0 5px 5px; text-align: center; background: #990033; }
#chart ul li a { display: block; text-decoration: none; color: #eee; }
#entry { padding: 10px 0 0 0; clear: left; }
#note { width: 400px; height: 300px; }

/* Psalms Page */

#col_text { width: 400px; float: left; }
.verse-num, .chapter-num { position: relative; } 
.hover_left { position: absolute; width: 200px; top: 0; left: 400px; font-size: 12px; font-weight: normal; }
.ref_text { position: absolute; width: 360px; top: 0; left: 200px; overflow: scroll; height: 300px; padding: 10px; border: 1px solid #999; line-height: 1.6em; }
