/* v1.0 | 20080212 */
/* -- RESET -- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}
/* -- END RESET -- */

/* RESTORE */


ul {
        list-style-type: disc;
        padding-left: 30px
}

ol {
        list-style-type: decimal;
        padding-left: 30px
}

li {
        display: list-item;
	margin-top: 0.4em;
}


ul ul, ol ul {
        list-style-type: circle;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
        list-style-type: square;
}



h2, h3, h4, h5, h6 {
   margin-top: 1.5em;
}

/* END RESTORE */

body {
    color: black;
    font-size: 14px;
    font-family: Georgia;
    line-height: normal;
    margin: 0 1em;
    background: #e0e0e0;
}

div#container {
    width: 100ex;
    margin: 4px auto 6px auto;
    background: white;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

#headertext {
    font-family: Verdana, sans-serif;
    font-size: 2em;
    text-align: center;
    padding: 0.3em;
    background: #282828;
    color: white;

}

#footer {
    text-align: center;
    font-size: small;
    font-style: italic;
    padding-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, sans-serif;
}

h1, h2, h3  {
    font-weight: bold;
}

h2, h3 {
    font-style: italic;
}

h1 {
    margin-left: -1.66em;
}

h2 {
    margin-left: -1em;
}


h1 { 
    font-size: 1.2em; 
    padding-top: 0.5em;
}
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }


#navbarcont {
    border-top: 1px solid white;
}

#navbarcont ul
{
    padding-left: 0;
    margin-left: 0;
    background-color: #036;
    color: white;
    float: left;
    width: 100%;
    font-family: verdana, sans-serif;
}

#navbarcont ul li { 
    display: inline; 
}

#navbarcont ul li a
{
    padding: 0.4em 1.0em;
    background-color: #036;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    font-size: 1.15em;
}


#navbarcont ul li.here a {
    background-color: #258;
}

#navbarcont ul li a:hover
{
    background-color: #369;
    color: #fff;
}

#userbar1, #userbar2 {
    text-align: right;
    width: auto;
    float:right;
}

.floatclear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}


#body {
    padding: 0em 3em 3em 3em;

}


blockquote.bible {
    border: 2px solid #ccddcc;
    background: #eeffee;
    padding: 3px;
    margin-left: 1em;
}

.intro { 
    font-style: italic;
    margin: 1em;
    text-align: center;
}

p {
    margin-top: 1em;
}

.topicheading {
    font-weight: bold;
}

blockquote.bible p {
    margin: 0;
}

blockquote.bible {
    margin-top: 1em;
    margin-bottom: 0em;
}

.hidden {
    display: none;
}

.offscreen {
    position: absolute;
    top: -1000px;
}

.offscreenrel {
    position: relative;
    top: -1000px;
}

.formrow {
    margin-top: 0.5em;
}

.formrow label {
    display: block;
    float: left;
    width: 6em;

}
.formrow input {
    margin-left: 6em;
}

#registerblock,
#loginblock {
    border: 2px solid #b0b0b0;
    padding: 1em;
    background-color: #d0d0d0;
    color: black;
    position: absolute;
}

#registerblock h2,
#loginblock h2 {
    color: #303030;
    text-align: center;
    margin-top: 0;
}

.buttonrow {
    margin-top: 0.5em;
    text-align: center;
}

.fail {
    color: #800000;
    font-weight: bold;
    text-align: center;
}

.success {
    color: #008000;
    font-weight: bold;
    text-align: center;
}

.fail, .success {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#username {
    font-family: verdana, sans-serif;
    color: white;
    font-size: x-small;
    font-style: italic;
    margin-top: -2px;
}

ul.verselist {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

li.verse {
    padding: 3px;
    border-top: 1px solid #808080;
}

/* float clearing */
.versetopline:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.memorised {
    background-color: #d0d0d0;
}


a.biblelink {
    display: block;
    float: left;
}

.versebottom {
    clear: both;
}

.versebtns {
    float: right;
}

.verseadmin {
    display: none;
}

ul.verselist li {
    margin-top: 0;
}

/* Default state */
li.verse {
    margin-bottom: 1em;
}
li.verse .showbtn {
    display: none;
}
l.verse .hidebtn {
    display: inline;
}

/* Memorised, or manually hidden */
li.memorised,
li.manuallyhidden {
    margin-bottom: 0em;
}

li.memorised .showbtn,
li.manuallyhidden .showbtn {
    display: inline;
}
li.memorised .hidebtn,
li.manuallyhidden .hidebtn {
    display: none;
}

li.memorised .versebottom,
li.manuallyhidden .versebottom {
    display: none;    
}

/* Manually shown */

li.memorised.manuallyshown .versebottom {
    display: block;
}
li.memorised.manuallyshown .hidebtn {
    display: inline;
}
li.memorised.manuallyshown .showbtn {
    display: none;
}


.sectionlink {
    color: #c8c8c8;
}

.showbtn, .hidebtn {
    text-decoration: underline;
    width: auto;
    color: black;
    cursor: pointer;
}

