/* =============================================*/
/* All Documents 								*/
/*												*/
/* Version 6.1 								    */
/* 01/09/2000 									*/
/*												*/
/* by Brian Baggins and David Walters (Mar 1999) */
/*     http://www.marxists.org/archive/css/     */
/* =============================================*/
/* Introduction to this stylesheet:				*/
/*
The intention of this sheet is to serve as the primary 
source for all documents on this archive.  It is not 
meant to be exhaustive nor cater to every style, but to
serve every primary need in as diverse a range of 
documents and possible uses, while at the same time 
being as basic, malleable and versatile as possible.
												 */
								 
/* =====================================*/
/* General								*/
/* =====================================*/
body { background : white; color: black }
a:link { color: #aa0000; background: transparent }
a:visited { color: #993333; background: transparent }
a:link { color: #cc00333;  }
a:visited { color: #cc00333; }
 

hr. { width: 88%; text-align: center; height: 1px; }

em { word-spacing: 0.2em }
blockquote { margin-left: 9% }


/* =====================================*/
/* Document Headers					    */
/* =====================================*/
hr { width: 88%; text-align: center; height: 1px; }

/* Document Title */
H1 {
 background: transparent;
 color: #000000;
 font-weight: bold; 
 font-size: 30pt; 
 font-family:  "Times New Roman", serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }

/* Authors' name */
h2 { 
 background: transparent;
 color: #000000;
 font-weight: bold; 
 font-size: 20pt; 
  font-family:  "Times New Roman", serif;
 text-align: center; 
  margin-left: 6%;
 margin-right: 6%;
 }


h3 {
 background: transparent;
 color: #000000;
 font-weight: bold;
 text-align: center;
 text-indent: 1em;
 text-decoration: overline;
 font-family :  "Times New Roman", serif;
 font-size: 14pt; 
padding-left: 10px;
padding-bottom: 110px;
border-style: solid;
 margin-left: 6%;
 margin-right: 6%;
 } 
 
 
 
 h5 {
 background: #708090;
 color: #000000;
 font-weight: bold;
 font-variant: italic;
 text-align: left;
  border-width; 2pt; 
 font-style: italic;
 font-family :  "Times New Roman", serif;
 font-size: 18pt; 
 margin-left: 16px;
 margin-right: 2px;
 } 
 
 .right
    {
 font-weight: normal; 
 font-family: "Times New Roman", serif;
 font-size: 10pt;
 text-align: right;
 color: #990000; 
 
 }
 p.information { 
 background: transparent;
 color: #000033; 
 text-indent: 0em; 
 font-size: 11pt; 
 font-family : "Times New Roman", serif;
 line-height: 125%;
 text-align: left;
 margin-right: 8%; 
 margin-left: 8% 
 }
p {
 text-indent: 1em;
 font-family: "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 110%;
 margin-left: 6%;
 margin-right: 6%;
 }
 
/* Basic p -- without first line indent */
p.fst {
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 110%;
 margin-left: 6%;
 margin-right: 6%;
 }

p.sub
{font-weight: bold;
 text-align: center;
 font-size: 14pt;
 }
  
   
  p.footer {
  background: transparent;
 color: #000000;
 font-weight: bold;
 text-align: center;
 font-family :  "Times New Roman", serif;
 font-size: 14pt; 
 
 } 
  
p.inline {
 background: transparent;
 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 {
 background: transparent;
 color: #000033; 
 text-indent: 0em;
 font-weight: bold;
 font-family : Helvetica, arial, sans-serif;
 font-size: 12pt;
 line-height: 100%;
 text-align: left;
 margin-left: 7%;
 margin-right: 7%;
} 

th.heada {
 
font-family : Helvetica, arial, sans-serif;
 font-size: 29pt;
 font-weight: bold;
  text-align: left;
  
 }

table.data {
 background: #eeeeee;
 font-family: "Times", monospace;
 font-size: 10pt;
 }

/* Column Headings */ 
td.head {
 background: #999999;
 font-weight: bold;
 text-align: center;
 font-family: "Times New Roman", serif;
 font-size: 12pt;
 }

/* Row Colors */
tr.alt { background: #cccccc; }
tr.total { background: #ffcccc; }
tr.totalb { background: #ff9999; }


/* -- For Book Indexes -- */
/* Example: */
/* http://www.marxists.org/archive/lenin/works/1917/sep/statrev/index.htm */

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;
 }

/*----------------------------------*/
/* Indented Text                    */
/*----------------------------------*/

/* Standard Indent */
p.indent { 
 text-indent: 1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 12%;
 margin-right: 12%;
}

/* Indent without first line indent */
p.indentb { 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 12%;
 margin-right: 12%;
}

/* Sub Indent C (increased margin) */
p.indentc { 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 margin-left: 16%;
 line-height: 150%;
 margin-right: 16%;
}

/* Negative indent for number list */
p.indent-list { 
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 12%;
 margin-right: 12%;
}
 
/* Numbered List style */
ul.disc { 
 list-style-type: disc; 
 font-family: "Times New Roman", serif;
 font-size: 12pt;
 text-align: left;
 line-height: 130%;
 margin-left: 7%;
 margin-right: 14%;
}

ol.numbered { 
 list-style-type: arabic; 
 font-family: "Times New Roman", serif;
 font-size: 12pt;
 text-align: left;
 line-height: 130%;
 margin-left: 7%;
 margin-right: 14%;
}
 
/*-----------------------------------*/
/* Misc elements                     */
/*-----------------------------------*/

/* 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.intro { 
 text-indent: 0em;
 font-weight: normal;
 text-align: center;
 margin-left: 6%;
 margin-right:6%;
 font-family : "Arial", sans-serif;
 font-size: 11pt;  
 }

/* Signature */
p.sig {  
 text-indent: 0em; 
 font-family : "Vivaldi", script, serif;
 font-size: 12pt; 
 font-weight: bold;
 font-style: italic;
 line-height: 125%;
 text-align: left; 
 margin-left: 8% 
 }
  
sup {
 font-family : "Arial", monospace;
 font-size: x-small;
 font-weight: normal;
 }
 
sub {
 font-family : "Arial", monospace;
 font-size: x-small;
 font-weight: normal;
 }
 
/* 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%;
 }
 
/* 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%;
 }
 
/* For blank spaces */
p.skip { line-height: 75% }
 
 
/*----------------------------------*/
/* Page-ending elements             */
/*----------------------------------*/

/* 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%;
 }
 
/* Page bottom links */
p.footer {  
 text-indent: 0em; 
 font-weight: bold;
 font-family : "Arial", sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin: 3%;
 }
 

span.info {
 background: transparent;
 color: #330000; 
 font-family: "Arial", sans-serif;
 font-size: 11pt;
 font-weight: bold;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* The following three elements will probably be deleted for lack of use */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Basic Index with subindexes (so reduced line height) */
 p.index-list { 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 line-height: 100%;
 margin-left: 9%;
 margin-right: 9%;
}

/* Sub Index A*/
 p.indexa { 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;
 line-height: 125%;
 margin-left: 12%;
 margin-right: 6%;
}

/* Sub Index B*/
 p.indexb { 
 text-indent: 0em;
 font-family : Geneva, sans-serif;
 font-size: small;
 font-weight: normal;
 text-align: left;
 line-height: 115%;
 margin-left: 16%;
 margin-right: 11%;
}

/* xxxxxxxxxxx */
/*WASTELAND*/
/* DO NOT use the elements below */
/* xxxxxxxxxxx */

/* OBSOLETE */
span.note {
 background: transparent;
 color: #000033; 
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 }

p.equation {
 text-indent: 0em;
 font-family: "Courier", monospace;
 font-size: 12pt;
 font-style: normal;
 text-align: center;
 line-height: 125%;
 margin-left: 6%;
 margin-right: 6%;
 } 
 
p.skipb { line-height: 50% }
 
/*Only used in Einstein's relativity*/
/* needs to be manually inserted as in linestyle and deleted from this sheet*/
span.var {
 font-family : "Courier", serif;
 font-size: 12pt;
 font-weight: normal;
 font-style: normal;
 }

/* =====================================*/
/* 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; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
