﻿/* =============================================*/
/* All Documents 								*/
/*												*/
/* 17 December 2018 by Andy Blunden				*/
/*	Originally									*/
/* by Brian Baggins and David Walters (Mar 1999)*/
/* =============================================*/
/*																	      */
/* This stylesheet is one of the basic MIA standards for ordinary texts   */
/* (as opposed to indexes). It is imported into a range of styles with    */
/* different colour schemes. New elements can be added here, or new       */
/* stylesheets added incorporating a volunteer's specific needs.          */
/* e.g. https://www.marxists.org/archive/marx/works/1845/theses/index.htm */
								 
/* =====================================*/
/* General								*/
/* =====================================*/

body { background : #ffffff; color: #000000 }
a:link { color: #000099; background: transparent }
a:visited { color: #883399; background: transparent }
a.mecw {color: #aaaaaa; background: transparent; text-decoration: none }

div.border {
	border-style: solid;
	background: #ffffff; 
	width: 99%; 
	padding: 1em; 
	border: 0.1em solid #000088;
	}

img.right { float: right; margin: 2em; }
img.left { float: left; margin: 2em; }
img.center { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.middle { vertical-align: middle; }

hr.section { width: 33%; margin-left: auto; margin-right: auto; height: 1px; }
hr.base { width: 92%; text-align: center; height: 1px; }
hr.end { width: 92%; text-align: center; height: 1px; }
hr { width: 88%; text-align: center; height: 1px;  }

em { word-spacing: 0.2em }
em.stretch { letter-spacing: 0.2em; word-spacing: 0.1em }
blockquote { margin-left: 9% }

/* Basic p */
p {
 background: transparent;
 text-indent: 1em;
 font-family: "Georgia", serif;
 font-size: 12pt;
 font-style: normal;
 text-align: justify;
 line-height: 150%;
 margin-left: 6%;
 margin-right: 6%;
 text-decoration: none;
 }

/* =====================================*/
/* Document Headers					    */
/* =====================================*/

/* Document Title */
H1 {
 background: transparent;
 color: #000033;
 font-weight: bold; 
 font-size: xx-large; 
 font-family: "Hoefler Text", "Century Schoolbook", "Georgia", serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }
 
 H1.big {
 background: transparent;
 color: #000033;
 font-weight: bold; 
 font-size: 28pt; 
 font-family: "Hoefler Text", "Century Schoolbook", "Georgia", serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }

/* Authors' name */
H2 { 
 background: transparent;
 color: #000033;
 font-weight: bold; 
 font-size: large; 
 line-height: 150%;
 font-family: "Helvetica", "Arial", sans-serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }

/* Chapter Title */
H3 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: center;
 font-family : "Century Schoolbook", "Hoefler Text", "Georgia", serif;
 line-height: 150%;
 font-size: 22pt; 
 margin-left: 6%;
 margin-right: 6%;
 }
 
/* Section Title */
H4 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: center;
 font-family : "Arial", sans-serif;
 font-size: 14pt;  
 line-height: 150%;
 margin-left: 6%;
 margin-right: 6%;
 }
 
/* Sub Section 2 */
H5 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: center;
 font-family : "Arial", sans-serif;
 font-size: 12pt;  
 line-height: 175%;
 margin-left: 6%;
 margin-right: 6%;
 }
 
/* Sub Section 3 */
H6 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: left;
 font-family : "Arial", sans-serif;
 font-size: 12pt;  
 line-height: 175%;
 margin-left: 6%;
 margin-right: 6%;
 }

 /* Sub Section 4 */
H7 {
 background: transparent;
 color: #000066; 
 font-weight: normal;
 text-align: left;
 font-family : "Arial", sans-serif;
 font-size: 12pt;  
 line-height: 175%;
 margin-left: 6%;
 margin-right: 6%;
 }

 
/* ~~~~~~~ Footnote references~~~~~~~~ */

sup {
 background: transparent;
 font-family : "Arial", monospace;
 font-size: x-small;
 font-weight: normal;
 text-decoration: none;
 }
 
sub {
 background: transparent;
 font-family : "Arial", monospace;
 font-size: x-small;
 font-weight: normal;
 text-decoration: none;
 }
 

/* Author's */
sup.anote {
 color: #000033; 
 font-family : "Georgia", serif;
 font-weight: bold;
 }
 
/* Editor's */
sup.ednote {
 color: #000033; 
 font-family : "Courier New", monospace;
 }
 
sup.enote {
 font-family : "arial", sans-serif;
 font-size: 10pt;
 }
 
span.inote {
 color: #666666; 
 font-size: 12pt;
 }
 
sup.note {
 font-family : "arial", sans-serif;
 font-size: 11pt;
 }
 
sub.eq {
 font-size: 11pt;
 font-family : "Georgia", serif;
 }
  
sup.eq {
 font-size: 11pt;
 font-family : "Georgia", serif;
 }
  
/* =====================================*/
/* Spanners							    */
/* =====================================*/


/* Used in the info block */
span.info {
 background: transparent;
 color: #000033; 
 font-family: "Arial", sans-serif;
 font-size: 11pt;
 font-weight: bold;
}

/* Used for notes in the text */
span.term {
 background: transparent;
 color: #000033; 
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
}

/* indiscreet text (primarily for dates) */
span.date {
 background: transparent;
 color: #333333;
 font-family: "Arial", sans-serif;
 font-size: small;
 font-weight: normal;
 }

/* Editorial notes in text */
span.inote {
 background: transparent;
 color: #666666; 
 font-family : "Georgia", serif;
 font-size: 12pt;
 font-weight: normal;
 }
 
/* abstracts */
span.context {  background: transparent; color: #999999 }

/* Greek text */
span.greek { font-family: symbol }


/* =====================================*/
/* Paragraph Styles        		    	*/
/* =====================================*/

/* Basic p -- without first line indent */
p.fst {
 text-indent: 0em;
 }

/* Document Bibliographical Informaiton */
p.information { 
 color: #000033; 
 text-indent: 0em; 
 font-size: 11pt; 
 line-height: 125%;
 text-align: left;
 margin-right: 8%; 
 margin-left: 8% 
 }

p.from
{
 text-indent: 0em;
 font-size: 11pt;
 font-style: italic;
 line-height: 120%;
 margin-left: 8%;
 margin-right: 8%;
 }

p.transcriber {
 color: #666666; 
 text-indent: 0em;
 font-family : "Arial";
 font-size: 8pt;
 text-align: right;
 margin-left: 24%;
 margin-right: 9%;
 }

/* footnote text */
 p.endnote { color: #000000;
 font-size: 11pt;
 text-indent: 0em;
 line-height: 130%;
 text-indent: 0em;
 } 


/*----------------------------------*/
/* Quote elements 					*/
/*----------------------------------*/

/* Standard Quote */
p.quote { 
 font-size: 11pt;
 line-height: 130%;
 margin-left: 12%;
 margin-right: 12%;
}

/* Quote without first line indent */
p.quoteb { 
 text-indent: 0em;
 font-size: 11pt;
 line-height: 130%;
 text-align: justify;
 margin-left: 12%;
 margin-right: 12%;
}

/* Sub Quote C (increased margin) */
p.quotec { 
 text-indent: 0em;
 font-size: 11pt;
 line-height: 130%;
 margin-left: 16%;
 margin-right: 16%;
}

/* Negative indent for number list */
p.quote-list { 
 text-indent: -1em;
 font-size: 11pt;
 line-height: 130%;
 margin-left: 14%;
 margin-right: 14%;
}

/* Citation (Quote citied) */
p.inline {
 color: #666666; 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: x-small;
 text-align: right;
 margin-left: 20%;
 margin-right: 8%;
 }

/*----------------------------------*/
/* Index elements 					*/
/*----------------------------------*/

/* Table of Contents */
p.toc {
 color: #000033; 
 text-indent: 0em;
 font-weight: bold;
 font-family : "Helvetica", "Arial", sans-serif;
 line-height: 130%;
 text-align: left;
 margin-left: 7%;
 margin-right: 7%;
}

/* Basic Index */
p.index { 
 text-indent: 0em;
 font-family : "Helvetica", "Arial", sans-serif;
 font-weight: bold;
 text-align: left;
 line-height: 200%;
 margin-left: 9%;
 margin-right: 9%;
}

/* Book title for Chapter files */
p.title { 
 text-indent: 0em;
 font-weight: bold;
 text-align: center;
 margin: 1%;
 font-family : "Arial", sans-serif;
 font-size: 12pt;  
 }
 
 p.title2 { 
 color: #000033;
 text-indent: 0em;
 font-weight: bold;
 text-align: left;
 margin: 1%;
 font-family : "Arial", sans-serif;
 font-size: 11pt;  
 }

/* Signature */
p.sig {  
 text-indent: 0em; 
 font-family : "Vivaldi", script, serif;
 font-size: 14pt; 
 font-weight: normal;
 font-style: italic;
 line-height: 125%;
 text-align: left; 
 margin-left: 8% 
 }
  
/* Misc page note */
p.pagenote {
 background: transparent;
 color: #000033; 
 font-family : "Arial", sans-serif;
 font-size: x-small;
 text-align: center;
 margin-left: 6%;
 margin-right: 6%;
 }
 
  /* sub head */
p.sub { 
 font-size: 14pt;
 text-align: center;
 font-weight: bold;
 line-height: 125%;
 text-indent: 0em;
 margin-right: 6%;
 margin-left: 6% ;
 }
 
p.sub { 
 font-size: 14pt;
 text-align: center;
 font-weight: bold;
 line-height: 125%;
 text-indent: 0em;
 }

/* Misc page note (justified) */
p.pagenoteb {
 background: transparent;
 color: #666666; 
 font-family : "Arial", sans-serif;
 font-size: x-small;
 text-align: justify;
 line-height: 115%;
 margin-left: 10%;
 margin-right: 10%;
 }
 
/*----------------------------------*/
/* Indented Text                    */
/*----------------------------------*/

/* Standard Indent */
p.indent { 
 margin-left: 8%;
 margin-right: 8%;
}

/* Indent without first line indent */
p.indentb { 
 text-indent: 0em;
 margin-left: 10%;
 margin-right: 10%;
}

/* Sub Indent C (increased margin) */
p.indentc { 
 text-indent: 0em;
 margin-left: 16%;
 line-height: 150%;
 margin-right: 16%;
}

/* Negative indent for number list */
p.indent-list { 
 text-indent: -1em;
 margin-left: 12%;
 margin-right: 12%;
}
 
/*----------------------------------*/
/* Page-ending elements             */
/*----------------------------------*/

 
/* For blank spaces */
p.skip { line-height: 75% }

/* Misc date */
p.date { text-align: right; }
 
/* Next Section-Chapter of work */
p.next { 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 line-height: 125%;
 }
 
p.footer {  
 text-indent: 0em; 
 font-weight: bold;
 font-family : "Arial", sans-serif;
 text-align: center; 
 margin: 3%;
 }

p.updat {
 text-align: right;
 font-size: 9pt;
 font-weight: normal;
 margin-top: 0pt;
 margin-right: 6%;
}


/* Numbered List style */

ul  { 
  margin-left: 6%;
  margin-right: 4%;
}

ul.disc { 
 list-style-type: disc; 
 font-family: "Georgia", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 130%;
 margin-left: 14%;
 margin-right: 14%;
}

ol  { 
  margin-left: 6%;
  margin-right: 4%;
}
ol.numbered { 
 list-style-type: arabic; 
 font-family: "Georgia", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 130%;
 margin-left: 14%;
 margin-right: 14%;
}


/*----------------------------------*/
/* Table elements 					*/
/*----------------------------------*/

table { margin-left: auto; margin-right: auto; }

td {
 text-indent: 0em;
 background: #ffffff;
 color: #000000; 
 vertical-align: top;
 text-align: left;
 line-height: 125%;
 margin-left: 2%;
 margin-right: 2%;
 }

table.data {
 background: #eeeeee;
 font-family: "Georgia", monospace;
 font-size: 10pt;
 }

 /* Experimental begins, 27.11.2018, —JL */

table.border { border-collapse: collapse }
td.border { border: 1px solid black; padding: 3px; }

/* Experimental ends */

/* Column Headings */ 
td.head {
 background: #999999;
 font-weight: bold;
 text-align: center;
 font-family: "Georgia", serif;
 font-size: 12pt;
 }

/* Row Colors */
tr.alt { background: #cccccc; }
tr.total { background: #ffcccc; }
tr.totalb { background: #ff9999; }



td.index {
 background: #efefef;
 color: #999999; 
 text-indent: 0em;
 font-family : "Helvetica", "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 }
 
/* Every alternate row */
td.index-alt {
 background: #ffffff;
 color: #999999; 
 text-indent: 0em;
 font-family : "Helvetica", "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 }
 
/* Sub-Chapters */
td.indexb {
 background: #ffffff;
 color: #999999; 
 text-indent: 0em;
 font-family : "Helvetica", "Arial", sans-serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 }

td.text {
 text-indent: 0em;
 font-family : "Georgia", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 }
 
td.data {
 text-indent: 0em;
 font-family : "Georgia", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: right;
 vertical-align: top;
 }
 
td.small {
 text-indent: 0em;
 font-family : "Georgia", serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 }
 
td.sdata {
 text-indent: 0em;
 font-family : "Georgia", serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: right;
 vertical-align: top;
 }
 



/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125% }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; margin-left: 6%; margin-right: 1%; }
  h5 { margin-left: 1%; margin-left: 6%; margin-right: 1%; }
  h6 { margin-left: 1%; margin-left: 6%; margin-right: 1%; }
  h7 { margin-left: 1%; margin-left: 6%; margin-right: 1%; }
  img { width: 150px; height: auto; }
  blockquote {margin-left: 1%; }
}


/* =====================================*/
/* Adjustments for Wide Screens         */
/* =====================================*/

/* =========================	*/
/*@media screen {				*/
/*  body						*/
/*  {							*/
/*    max-width: 800px;			*/
/*    margin: 0px auto;			*/
/*  }							*/
/*}								*/
