
#bible_search select {
	max-width: 160px;
}

#chapter .page-header { margin: 1em 0 2em 0; }
#headline ul { float: left; margin: 2em 0; }

small.chapters a { padding: 5px; }
small.chapters a.current { color: #333; }

#bible table tr.bible_header { border-bottom: none; }

#bible span.redletter {color: #B14C4C;}
#bible span.smallcaps {font-variant: small-caps;font-size: 90%;}

/* Old Table Method - Still used on search page */
#bible .highlighted td.verse {background: #ffffcc;}
#bible .faded td.verse {color: #aaa;}
#bible .faded td.verse a {color: #aaa;}
#bible .related td.verse {font-weight: bold; }

.label a { color: #fff; }

td.verse .label { font-size: 1em; line-height: 1.4em; margin-right: .7em; }


/* New List Method (better for coping verses) */
#bible ul.verses { margin: 0; padding: 0; list-style: none; }
ul.verses li { border-top: 1px solid #eee; min-height: 60px; margin: 0; padding: 1em 0; }

#bible li.highlighted {background: #ffffcc;}
#bible li.

#bible ul.verses .label { font-size: 1em; line-height: 1.4em; margin-right: .7em; }

/*#bible ul.verses a { font-weight: inherit; }*/