/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.

See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/

/* used to remove borders from tables and images */
.docutils .docutils .borderless,
.docutils table.borderless td,
.docutils table.borderless th {
  border: 0 }

.docutils table.borderless td,
.docutils table.borderless th {
  /* Override padding for "table.docutils td" with "! important".
     The right padding separates the table cells. */
  padding: 0 0.5em 0 0 ! important }

.docutils .first {
  /* Override more specific margin styles with "! important". */
  margin-top: 0 ! important }

.docutils .last, 
.docutils .with-subtitle {
  margin-bottom: 0 ! important }

.docutils .hidden {
  display: none }

.docutils a.toc-backref {
  text-decoration: none ;
  color: black }

.docutils blockquote.epigraph {
  margin: 2em 5em ; }

.docutils dl.docutils dd {
  margin-bottom: 0.5em }

/* Uncomment (and remove this text!) to get bold-faced definition list terms
.docutils dl.docutils dt {
  font-weight: bold }
*/

.docutils div.abstract {
  margin: 2em 5em }

.docutils div.abstract p.topic-title {
  font-weight: bold ;
  text-align: center }

.docutils div.admonition,
.docutils div.attention,
.docutils div.caution,
.docutils div.danger,
.docutils div.error,
.docutils div.hint,
.docutils div.important,
.docutils div.note,
.docutils div.tip,
.docutils div.warning {
  margin: 2em ;
  border: medium outset ;
  padding: 1em }

.docutils div.admonition p.admonition-title,
.docutils div.hint p.admonition-title,
.docutils div.important p.admonition-title, 
.docutils div.note p.admonition-title,
.docutils div.tip p.admonition-title {
  font-weight: bold ;
  font-family: sans-serif }

.docutils div.attention p.admonition-title,
.docutils div.caution p.admonition-title,
.docutils div.danger p.admonition-title,
.docutils div.error p.admonition-title,
.docutils div.warning p.admonition-title {
  color: red ;
  font-weight: bold ;
  font-family: sans-serif }

/* Uncomment (and remove this text!) to get reduced vertical space in
   compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
  margin-bottom: 0.5em }

div.compound .compound-last, div.compound .compound-middle {
  margin-top: 0.5em }
*/

.docutils div.dedication {
  margin: 2em 5em ;
  text-align: center ;
  font-style: italic }

.docutils div.dedication p.topic-title {
  font-weight: bold ;
  font-style: normal }

.docutils div.figure {
  margin-left: 2em ;
  margin-right: 2em }

.docutils div.footer,
.docutils div.header {
  clear: both;
  font-size: smaller }

.docutils div.line-block {
  display: block ;
  margin-top: 1em ;
  margin-bottom: 1em }

.docutils div.line-block div.line-block {
  margin-top: 0 ;
  margin-bottom: 0 ;
  margin-left: 1.5em }

.docutils div.sidebar {
  margin: 0 0 0.5em 1em ;
  border: medium outset ;
  padding: 1em ;
  background-color: #ffffee ;
  width: 40% ;
  float: right ;
  clear: right }

.docutils div.sidebar p.rubric {
  font-family: sans-serif ;
  font-size: medium }

.docutils div.system-messages {
  margin: 5em }

.docutils div.system-messages h1 {
  color: red }

.docutils div.system-message {
  border: medium outset ;
  padding: 1em }

.docutils div.system-message p.system-message-title {
  color: red ;
  font-weight: bold }

.docutils div.topic {
  margin: 2em }

.docutils h1.section-subtitle,
.docutils h2.section-subtitle,
.docutils h3.section-subtitle,
.docutils h4.section-subtitle,
.docutils h5.section-subtitle,
.docutils h6.section-subtitle {
  margin-top: 0.4em }

.docutils h1.title {
  text-align: center }

.docutils h2.subtitle {
  text-align: center }

.docutils hr.docutils {
  width: 75% }

.docutils img.align-left,
.docutils .figure.align-left, 
.docutils object.align-left {
  clear: left ;
  float: left ;
  margin-right: 1em }

.docutils img.align-right,
.docutils .figure.align-right,
.docutils object.align-right {
  clear: right ;
  float: right ;
  margin-left: 1em }

.docutils img.align-center,
.docutils .figure.align-center,
.docutils object.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.docutils .align-left {
  text-align: left }

.docutils .align-center {
  clear: both ;
  text-align: center }

.docutils .align-right {
  text-align: right }

/* reset inner alignment in figures */
.docutils div.align-right {
  text-align: left }

.docutils /* div.align-center * { */
/*   text-align: left } */

.docutils ol.simple,
.docutils ul.simple {
  margin-bottom: 1em }

.docutils ol.arabic {
  list-style: decimal }

.docutils ol.loweralpha {
  list-style: lower-alpha }

.docutils ol.upperalpha {
  list-style: upper-alpha }

.docutils ol.lowerroman {
  list-style: lower-roman }

.docutils ol.upperroman {
  list-style: upper-roman }

.docutils p.attribution {
  text-align: right ;
  margin-left: 50% }

.docutils p.caption {
  font-style: italic }

.docutils p.credits {
  font-style: italic ;
  font-size: smaller }

.docutils p.label {
  white-space: nowrap }

.docutils p.rubric {
  font-weight: bold ;
  font-size: larger ;
  color: maroon ;
  text-align: center }

.docutils p.sidebar-title {
  font-family: sans-serif ;
  font-weight: bold ;
  font-size: larger }

.docutils p.sidebar-subtitle {
  font-family: sans-serif ;
  font-weight: bold }

.docutils p.topic-title {
  font-weight: bold }

.docutils pre.address {
  margin-bottom: 0 ;
  margin-top: 0 ;
  font: inherit }

.docutils pre.literal-block,
.docutils pre.doctest-block {
  margin-left: 2em ;
  margin-right: 2em }

.docutils span.classifier {
  font-family: sans-serif ;
  font-style: oblique }

.docutils span.classifier-delimiter {
  font-family: sans-serif ;
  font-weight: bold }

.docutils span.interpreted {
  font-family: sans-serif }

.docutils span.option {
  white-space: nowrap }

.docutils span.pre {
  white-space: pre }

.docutils span.problematic {
  color: red }

.docutils span.section-subtitle {
  /* font-size relative to parent (h1..h6 element) */
  font-size: 80% }

.docutils table.citation {
  border-left: solid 1px gray;
  margin-left: 1px }

.docutils table.docinfo {
  margin: 2em 4em }

.docutils table.docutils {
  margin-top: 0.5em ;
  margin-bottom: 0.5em }

.docutils table.footnote {
  border-left: solid 1px black;
  margin-left: 1px }

.docutils table.docutils td,
.docutils table.docutils th,
.docutils table.docinfo td,
.docutils table.docinfo th {
  padding-left: 0.5em ;
  padding-right: 0.5em ;
  vertical-align: top }

.docutils table.docutils th.field-name,
.docutils table.docinfo th.docinfo-name {
  font-weight: bold ;
  text-align: left ;
  white-space: nowrap ;
  padding-left: 0 }

.docutils h1 tt.docutils,
.docutils h2 tt.docutils,
.docutils h3 tt.docutils,
.docutils h4 tt.docutils,
.docutils h5 tt.docutils,
.docutils h6 tt.docutils {
  font-size: 100% }

.docutils ul.auto-toc {
  list-style-type: none }
