/* NPBJ CSS print version file version 0.7 */

/* Basics */
body {
    background-color: #fff;
    font-family: Times, 'Times New Roman', serif;
    font-size: 1em;
    line-height: 1.5;
    color: #000;
    margin: 0 auto;
    padding:0;
    border:0;
    text-align: justify;
}

#wrapper {
    margin-left: 15%;
    margin-right: 15%;
}

.first {
    text-indent: 0px;
}

p {
    text-indent: 20px;    
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

h1 {
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

h2 {  
    text-align: center;
    font-variant: small-caps; 
}

h3 {
    text-align: center;
    font-size: 1.5em;    
    font-variant: small-caps;
    font-weight: normal;    
}

h4 {
    font-size: 1.2em;  
    font-weight: normal;     
}

h5 {
    font-size: 1.2em;  
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.sup {
    vertical-align:super;
    font-size:0.7em;
}

#title-page {
    text-align: center;
    height:750px;
}

#title-page #header {
    margin-top: 100px;
}

#title-page #byline {
    margin-top: 200px;
    letter-spacing: 0.2em;
}

#title-page #ucl {
    margin-top: 200px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#ed-note p {
    text-indent: 0px;
}

.cell1 {
    width: 25%;
    vertical-align: top;
} 

.cell2 {
    width: 75%;
}   

#ed-note p {
    text-indent: 0px;
}

.endnote {
    margin-bottom: 1em;
}

#endnotes .number {
    float: left;
    vertical-align:super;
    font-size:0.7em;
    margin-right: 1em;
}

.tx-identifier {
    position: absolute;
    width: 10%;    
    left: 0;
    font-size: 0.8em;
}

.ms-identifier {
    position: absolute;
    width: 10%;
    right: 0;
    font-size: 0.8em;
}

/* Authorial and editorial note styling */

.author-note {
    font-size:0.9em;
    padding:1% 3%;
    margin-bottom:10px;
    border: 1px #000 solid;
}

.subnote {
    font-size:0.8em;
    padding:1% 3%;
    margin-bottom:10px;
    border: 1px #000 solid;
}

.editor-note {
    display: inline;
    background-color:#F0F0F0;
    text-indent: 0;
    font-size:10pt;
    padding:1%;
    width: 250px;    
    position: absolute;
    z-index:1;
    border: 1px solid #000;
    text-align: justify;
    word-spacing: normal;
    font-variant: normal;
    word-spacing: normal;
    background-color: #fff;    
    -webkit-box-shadow: 3px 3px 3px #bbb;
    -moz-box-shadow: 3px 3px 3px #bbb;
    box-shadow: 3px 3px 3px #bbb;    
}

.close-editor-note {
     position:absolute;
     right:5px;
     bottom:5px;
     font-size: 0.7em;
}

.close-editor-note a {
    color: red;
}

hr.ch-divide {
    width: 50%;
    border: none;
    border-top: medium double #000;
}

hr.part-divide {
    width: 33%;
    border: none;
    border-top: medium double #000;
}


#toolbox {
    display: none;
}

#show-toolbox {
    display: none;
}