/*
 * Do not edit directly.
 * This file is built from source code hosted at
 * http://www.github.com/marxists-org/stylesheets.
 * Instructions to build and/or contribute can be found there.
 * 
 * Current maintained by Philip Mooney <philipm@marxists.org>.
 */

/**
 * doc.css originally created by Jorn modified to prioritise common fonts
 */

body {
  background: #FFFFF0;
  color: #000000;
  font-family: arial;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0;
}

a:link {
  background: transparent;
  color: #0000CC;
}

a:visited {
  background: transparent;
  color: #3333CC;
}

a:hover {
  background: transparent;
  color: #FF0000;
}

a:active {
  background: transparent;
  color: #FF0000;
}

p {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 12pt;
  line-height: 140%;
  text-align: justify;
  text-indent: 2em;
}


/* Document Title */

h1 {
  color: #FF0000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 36pt;
  text-align: center;
}

p.toc {
  background: transparent;
  color: #000033;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  line-height: 120%;
  margin-left: 7%;
  margin-right: 7%;
  text-align: left;
  text-indent: 0em;
}


/* Authors' name */

h2 {
  color: #000033;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 24pt;
  text-align: center;
}


/* Chapter Title + Title date */

h3 {
  color: #000033;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 18pt;
  text-align: center;
}


/* Section Title */

h4 {
  font-size: 14pt;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
}


/* Sub Section (5) */

h5 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}


/* Sub Section (6) */

h6 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  text-align: center;
}

p.quote {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 11pt;
  line-height: 140%;
  margin-left: 2%;
  text-align: justify;
  text-indent: 0em;
}

p.endcredit {
  background: transparent;
  color: #333333;
  font-family: "Arial", sans-serif;
  font-size: 11pt;
  font-weight: normal;
  line-height: 120%;
  text-align: justify;
  text-indent: 0em;
}

ol,
ul,
li {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 12pt;
  line-height: 140%;
  text-align: left;
  text-indent: 0em;
}

li.erol {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 13pt;
  line-height: 130%;
  text-align: left;
  text-indent: 0em;
}

span.date {
  background: transparent;
  color: #333333;
  font-family: "Arial", sans-serif;
  font-size: small;
  font-weight: normal;
}

hr {
  color: #FF0000;
}

hr.infotop {
  color: #FF0000;
  margin-bottom: 0.2em;
  margin-top: 3em;
}

hr.infobot {
  color: #FF0000;
  margin-bottom: 3em;
  margin-top: 0.2em;
}

.link {
  text-align: center;
  text-indent: 0;
  font-family: tahoma;
  font-size: 11pt;
  font-weight: bold;
}

.toplink {
  font-family: tahoma;
  font-size: 9pt;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 0pt;
  text-align: left;
  text-indent: 0;
}

.updat {
  font-family: tahoma;
  font-size: 9pt;
  font-weight: normal;
  margin-right: 6%;
  margin-top: 0pt;
  text-align: right;
}

.bild {
  font-size: 10pt;
  font-weight: bold;
  margin-top: 0;
  text-align: left;
  text-indent: 0;
}

.info {
  font-size: 10pt;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0pt;
  margin-top: 0pt;
  text-indent: 0;
}

.author {
  font-style: italic;
  font-weight: bold;
  margin-right: 10%;
  text-align: right;
}

.c {
  font-family: tahoma;
  text-align: center;
  text-indent: 0;
}

.cr {
  text-align: center;
  text-indent: 0;
  color: #FF0000;
}

.note {
  font-size: 11pt;
  margin-bottom: 0;
  text-align: left;
  text-indent: 0;
}

.fst {
  font-size: 12pt;
  text-indent: 0;
}

.date {
  text-align: right;
  text-indent: 0;
}


/* sub head */

p.sub {
  color: black;
  font-family: "New York", serif;
  font-size: 14pt;
  font-weight: bold;
  line-height: 110%;
  margin-left: 6%;
  margin-right: 6%;
  text-align: center;
  text-indent: 0em;
}

p.left-sub {
  color: black;
  font-family: "New York", serif;
  font-size: 14pt;
  font-weight: bold;
  line-height: 110%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: left;
  text-indent: 0em;
}

p.footer {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 3%;
  text-align: center;
  text-indent: 0em;
}



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

/* Adjustments for Mobile Devices       */

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

@media (max-width: 480px) {
  p {
    font-size: 12pt;
    line-height: 125%;
    margin-bottom: 4pt;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 4pt;
  }
  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 {
    height: auto;
    width: 150px;
  }
  img.auto {
    height: auto;
    width: auto;
  }
  blockquote {
    margin-left: 1%;
  }
}
