/* =====================================*/
/* Lenin Philosophical Notebooks */

/* Version 5.0.9 */
/* 14/01/2000 */
/* Emacs-Time-stamp: "2004-01-04 17:46:24 rcymbala" */

/* by Brian Baggins & Marc Szewczyk */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
All as regular works.css; save for margins in pixels,
background red, and the following added tags:


/* for text mimicking drawings in the margins */
span.drawing {
 color: black;
 font-family : "Times New Roman", serif;
 font-size: 13pt;
 text-align: left;
}

/* Margin Note */
 p.margnote {
 text-indent: 0em;
 font-size: 12pt;
 font-family : "Times New Roman", serif;
 line-height: 150%;
 text-align: center;
 margin-right: 12px;
 margin-left: 12px;
 }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body { background : #800000 }
a:link { color: #aa0000; background : transparent }
a:visited { color: #993333; background : transparent }


/* =====================================*/
/* MISC class tags */
/* =====================================*/

img.right { float: right }
img.rt-mg { float: right; margin-right: 20px; }
img.left { float: left }
img.center { text-align: center }

hr.section { width: 44%; text-align: center; height: 4px; }
hr.base { width: 95%; text-align: center; height: 1px; }
hr.end { width: 95%; text-align: center; height: 2px; }

em { font-family: "Times New Roman", font-size: 12pt;
 word-spacing: 0.2em; }

td { font-family: "Times New Roman", serif; font-size: 12pt; }



/* =====================================*/
/* Header class tags */
/* =====================================*/

/* Document Title */
H1 { 
 color: #330000;
 font-weight: bold; 
 font-size: 36pt; 
 font-family: "Century Schoolbook", "Times New Roman", serif;
 text-align: center; 
 margin-left: 12px;
 margin-right: 12px;
 }

/* Author s name */
H2 { 
 color: #330000;
 font-weight: bold; 
 font-size: 16pt; 
 line-height: 150%;
 font-family: sans-serif;
 text-align: center; 
 }

/* Chapter Title */
H3 {
 color: #330000; 
 font-weight: bold;
 text-align: center;
 font-family : "Century Schoolbook", "Hoefler Text", "Times New Roman", serif;
 font-size: 24pt;  
 margin-left: 12px;
 margin-right: 12px;
 }
 
/* Section Title */
H4 {
 color: #330000; 
 font-weight: bold;
 text-align: center;
 font-family : sans-serif;
 font-size: 14pt;  
 line-height: 150%;
 margin-left: 12px;
 margin-right: 12px;
 }
 
/* Sub Section (5) */
H5 {
 color: #330000; 
 font-weight: bold;
 text-align: center;
 font-family : sans-serif;
 font-size: 12pt;  
 line-height: 175%;
 margin-left: 12px;
 margin-right: 12px;
 }
 
/* Sub Section (6) */
H6 {
 color: #330000; 
 font-weight: bold;
 text-align: left;
 font-family : sans-serif;
 font-size: 12pt;  
 line-height: 175%;
 margin-left: 12px;
 margin-right: 12px;
 }

/* =====================================*/
/* SPAN class tags */
/* =====================================*/

/* --- For Footnotes: --- */
 
/* author s Footnotes */
sup.anote {
 color: #330000; 
 font-family : "Times", serif;
 font-size: 9pt;
 font-weight: bold;
 }
 
/* Editor s Footnotes */
sup.ednote {
 color: #330000; 
 font-family : "Courier New", monospace;
 font-size: 9pt;
 font-weight: normal;
 }
 
/* i.e. Editorial notes in brackets */
span.inote {
 color: #333333; 
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 }
 
/* ------------ */
/* In a Book index page: */

/* Used in the info block */
span.info {
 color: #330000; 
 text-indent: 0em;
 font-family : sans-serif;
 font-size: 12pt;
 font-weight: bold;
}

/* the date of a document */
span.date {
 color: #333333;
 font-family: sans-serif;
 font-size: 10pt;
  font-weight: normal;
 }

/* ------------ */
/* Misc: */

/* Used for notes in the text */
span.term {
 color: #330000; 
 text-indent: 0em;
 font-family : sans-serif;
 font-size: 12pt;
 font-weight: bold;
}

/* abstracts */
span.context { color: #999999 }




/* =====================================*/
/* Paragraph class tags */
/* =====================================*/

/*----------------------------------*/
/*====== Standard elements =======*/
/*----------------------------------*/

/* Basic p */
p {
 color: black;
 text-indent: 1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 6px;
 margin-right: 6px;
 }
 
/* Basic p -- without first line indent */
p.fst {
 color: black;
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 6px;
 margin-right: 6px;
 }


/*----------------------------------*/
/*======== Quote elements ========*/
/*----------------------------------*/

/* Standard Quote */
p.quote {
 color: black; 
 text-indent: 1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 36px;
 margin-right: 36px;
}

/* Quote without first line indent */
p.quoteb {
 color: black; 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 36px;
 margin-right: 36px;
}

/* Sub Quote C (increased margin) */
p.quotec {
 color: black; 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 60px;
 margin-right: 60px;
}

/* Negative indent for number list */
p.quote-list {
 color: black; 
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 52px;
 margin-right: 52px;
}

/* Quote citied */
p.inline {
 color: black; 
 text-indent: 0em;
 font-family : "Courier", monospace;
 font-size: 12pt;
 text-align: right;
 margin-left: 72px;
 margin-right: 24px;
 }


/*----------------------------------*/
/*======== Index elements ========*/
/*----------------------------------*/

/* Table of Contents */
p.toc {
 color: #330000; 
 text-indent: 0em;
 font-weight: bold;
 font-family : sans-serif;
 font-size: 14pt;
 line-height: 65%;
 text-align: left;
 margin-left: 18px;
 margin-right: 18px;
}

/* Table of Contents for Sub Index A */
p.toca {
 color: black; 
 text-indent: 0em;
 font-weight: bold;
 font-family : sans-serif;
 font-size: 12pt;
 text-align: left;
 line-height: 50%;
 margin-left: 22px;
 margin-right: 22px;
}


/* Basic Index */
 p.index {
 color: black; 
 text-indent: 0em;
 font-family : sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 line-height: 200%;
 margin-left: 21px;
 margin-right: 21px;
}

/* Basic Index with subindexes (so reduced line height) */
 p.index-list {
 color: black; 
 text-indent: 0em;
 font-family : sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 line-height: 100%;
 margin-left: 21px;
 margin-right: 21px;
}

/* Sub Index A*/
 p.indexa {
 color: black; 
 text-indent: 0em;
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;
 line-height: 125%;
 margin-left: 36px;
 margin-right: 12px;
}

/* Sub Index B*/
 p.indexb {
 color: black; 
 text-indent: 0em;
 font-family : Geneva, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 line-height: 115%;
 margin-left: 60px;
 margin-right: 28px;
}

/* Sub Index C */
 p.indexc {
 color: black; 
 text-indent: 0em;
 font-family : "Geneva", "Courier", sans-serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 line-height: 120%;
 margin-left: 72px;
 margin-right: 12px;
}

/* Sub Index D */
 p.indexd {
 color: black; 
 text-indent: 0em;
 font-family : "Geneva", "Courier", sans-serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 line-height: 120%;
 margin-left: 100px;
 margin-right: 12px;
}

/*----------------------------------*/
/*======= Indented Text =======*/
/*----------------------------------*/

 /* Standard Indent */
p.indent {
 color: black; 
 text-indent: 1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 line-height: 150%;
 text-align: justify;
 margin-left: 36px;
 margin-right: 36px;
}

/* Indent without first line indent */
p.indentb {
 color: black; 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 36px;
 margin-right: 36px;
}

/* Sub Indent C (increased margin) */
p.indentc {
 color: black; 
 text-indent: 0em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 margin-left: 60px;
 line-height: 150%;
 margin-right: 60px;
}

/* Negative indent for number list */
p.indent-list {
 color: black; 
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 36px;
 margin-right: 36px;
}
 
 
/*----------------------------------*/
/*======= General Document =======*/
/*----------------------------------*/

/* Book title for Chapter files */
p.title {
 color: white; 
 font-weight: bold;
 text-align: center;
 line-height: 120%;
 font-family : sans-serif;
 font-size: 12pt;  
 }

/* Document Bibliographical Informaiton */
p.information { 
 color: #330000; 
 text-indent: 0em; 
 font-size: 12pt; 
 font-family : "Times New Roman", serif;
 line-height: 140%;
 text-align: left;
 margin-right: 12px; 
 margin-left: 12px; 
 }

/* Signature */
p.sig { 
 color: black; 
 text-indent: 0em; 
 font-family : "Times New Roman", serif;
 font-size: 12pt; 
 line-height: 140%;
 font-weight: bold;
 font-style: italic;
 text-align: left; 
 margin-right: 16px; 
 margin-left: 18px; 
 }
 
 

/*-----------------------------------*/
/*========== Equation elements ==========*/
/*------- For scientific notations ---------*/
/*----------------------------------*/

td.eq { 
font-family: monospace; 
font-size: 10pt;
text-align: center;
 }
 
p.equation {
 color: black;
 text-indent: 0em;
 font-family: "Courier", monospace;
 font-size: 14pt;
 font-style: italic;
 text-align: center;
 line-height: 125%;
 margin-left: 12px;
 margin-right: 12px;
 }
 
sup {
 color: black;
 text-indent: -2px;
 font-family : "Courier", monospace;
 font-size: 7pt;
 font-weight: normal;
 }
 
sub {
 color: black;
 text-indent: -1px;
 font-family : "Courier", monospace;
 font-size: 9pt;
 font-weight: normal;
 }
 
/*Variables*/
span.var {
 color: black;
 font-family : "Courier", serif;
 font-size: 14pt;
 font-weight: normal;
 font-style: italic;
 }
 
 
/*-----------------------------------*/
/*========= Misc elements ========*/
/*----------------------------------*/
 
/* Misc page note */
p.pagenote {
 color: #330000; 
 font-family : "Geneva", "Courier", serif;
 font-size: 9pt;
 text-align: center;
 margin-left: 12px;
 margin-right: 12px;
 }
 
/* Misc page note (justified) */
p.pagenoteb {
 color: #330000; 
 font-family : "Geneva", "Courier", serif;
 font-size: 9pt;
 text-align: justify;
 margin-left: 30px;
 margin-right: 30px;
 }
 
/* For blank spaces */
p.skip { line-height: 75% }
p.skipb { line-height: 50% }
 
 
/*----------------------------------*/
/*====== Page-ending elements =====*/
/*----------------------------------*/

/* Next Section-Chapter of work */
p.next {
 color: black; 
 text-indent: 0em;
 font-family : sans-serif;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 line-height: 125%;
 }
 
/* Page bottom links */
p.footer { 
 color: black; 
 text-indent: 0em; 
 font-weight: bold;
 font-family : sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin-left: 12px;
 margin-right: 12px;
 line-height: 160%;
 }



/* =====================================*/

/* xxxxxxxxxxx */
/*WASTELAND*/
/* DO NOT use the elements below */
/* xxxxxxxxxxx */

/* OBSOLETE */
span.note {
 color: #330000; 
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 font-weight: 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%; }
}
