/* Reset all CSS properties in all browsers. */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* End rest all. */

/* Basic markup */
body { margin: 1em; }
strong, th, h1, h2, h3, h4 { font-weight: bold; }
em { font-style: italic; }
ul, ol { margin: 0 0 1em 2em; }
li { margin-bottom: 0.1em; }
ul, ul li { list-style: square; }
ol, ol li { list-style-type: decimal; }
h1 { font-size: 2em; margin-bottom: 0.7em; }
h2 { font-size: 1.5em; margin: 0.5em 0 0.2em 0; border-bottom: 1px solid #aaaaaa; padding-bottom: 0.17em; }
h3 { font-size: 1.3em; margin: 0.5em 0 0.2em 0; }
h4 { font-size: 1.1em; margin: 0.5em 0 0.2em 0; }
h2, h3, h4 { padding-top: 10px; }
/* End basic markup */

/* Fonts */
body, td, th { font-size: 14px; font-family: Helvetica, Arial, sans-serif; line-height: 1.2em; }
p { margin-bottom: 0.5em; }
th, td { padding: 3px; vertical-align: top; }
/* End fonts */

/* START: Navigation & Base layout */
body {
    padding: 2em 12em;
}
#nav {
    position: absolute;
    left: 0;
    top: 6em;
    width: 11em;
}
#nav img {
    padding: 10px;
}
/* END: Navigation & Base layout */

/* START: Footer */
#footer {
    margin-top: 1.5em;
    border-top: 1px solid #ccc;
    font-size: 80%;
}
#footer a {
    color: black;
}
#footer .copyright {
    float: left;
}
#footer .license {
    float: right;
}
/* END: Footer */

/* START: List for updates */
dt {
    float: left;
    clear: left;
    width: 12em;
}
dl {
    margin-bottom: 2em;
}
dd {
    padding-left: 12em;
    font-weight: bold;
}
dd ul {
    font-weight: normal;
}
/* END: List for updates */

/* Biblewiki stuff */
table.metadata {
    float: right;
    width: 300px;
    border: 1px solid #cccccc;
    margin: 0.5em 0 0.5em 0.5em;
    background: white;
}
table.metadata td, table.metadata th {
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

div#toc {
    margin-bottom: 1em;
    background: #f9f9f9;
    border: 1px solid #aaaaaa;
    width: 200px;
    padding: 5px;
}
div#toc strong {
    text-align: center;
    display: block;
    margin: 3px;
}
div#toc a {
    font-size: 12px;
}
div#toc ol {
    margin-bottom: 0;
}
/* END biblewiki stuff */

/* START: Zapping on books detail page and succession box on person detail page */
#zapping, .succession {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 5px;
    margin: 2em 30%;
}
#zapping p, .succession div {
    margin: 0;
    float: left;
    width: 33.3%;
    text-align: center;
}
#zapping hr, .succession hr {
    clear: both;
    visibility: hidden;
    padding: 0;
    margin: 0;
}
/* END: Zapping on books detail page and succession box on person detail page */

/* START: External links for references */
.externalref {
    font-size: 70%;
    position: relative;
    bottom: 0.5em;
}
/* END: External links for references */
