/*
:Authors: Ian Bicking, Michael Foord
:Contact: fuzzyman@voidspace.org.uk
:Date: 2005/08/26 
:Version: 0.1.0
:Copyright: This stylesheet has been placed in the public domain.

Stylesheet for Docutils.
Based on ``blue_box.css`` by Ian Bicking
and ``html4css1.css`` revision 1.46.
*/

@import url(html4css1.css);
@import url(highlight.css);

body {
  font-family: Arial, sans-serif;
  padding:0;
  margin:0;
}

em, i {
  /* Typically serif fonts have much nicer italics */
  font-family: Times New Roman, Times, serif;
}

a.target {
  color: blue;
}

a.target {
  color: blue;
}

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

a.toc-backref:hover {
  background-color: inherit;
}

a:hover {
  background-color: #cccccc;
}

div.attention, div.caution, div.danger, div.error, div.hint,
div.important, div.note, div.tip, div.warning {
  background-color: #cccccc;
  padding: 3px;
  width: 80%;
}

div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title  {
  text-align: center;
  background-color: #999999;
  display: block;
  margin: 0;
}

div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
  color: #cc0000;
  font-family: sans-serif;
  text-align: center;
  background-color: #999999;
  display: block;
  margin: 0;
}

table.footnote {
  padding-left: 0.5ex;
}

table.citation {
  padding-left: 0.5ex
}

pre.literal-block, pre.doctest-block {
  border: thin black solid;
  padding: 5px;
}

.image img { border-style : solid;
            border-width : 2px;
}

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

code, tt {
  color: #000066;
}

div.highlight {
  padding:0.5em;
  border:1px solid #999;
  background-color:#eee;
  margin-bottom:1em;
}

blockquote {
  padding:0.5em;
  border:1px solid #999;
  background-color:#eee;
  margin-bottom:1em;
}

/*****************
  Main navigation
 *****************/

#content {
    margin:0.5em;
}

#content h1 {
    text-align: center;
}

#content h1, #content h2, #content h3 {
    color: #395998;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a {
    text-decoration: none;
    color: #395998;
    font-weight: bold;
}

#content h1 {
    border-bottom: 0.1em solid #395998;
}

#content h2 {
    border-bottom: 1px solid  #395998;
}

#content h3 {
    border-bottom: 1px dotted #395998;
}

#content p {
    margin: 0 0 1em 0;
    text-align: justify;
}

/*****************
  Main navigation
 *****************/
#navigation {
    font-size: 0.9em;
    list-style-type: none;
    padding: 0.2em 0 0.5em 2em;
    float: left;
    width: 10em;
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    padding: 0;
    margin-left: 2em;
}

#navigation li {
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    background-color: #EEEEEE;
}

#navigation li a {
    display: block;
    color: black;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 0.2em;
    border-bottom: 1px solid #CCCCCC;
}

#navigation li.last a {
    border-bottom: 0;
}

#navigation li a:hover {
    text-decoration: none;
    color: white;
    background-color: #395998;
    border-bottom: 1px solid #CCCCCC;
}

#navigation li.current a {
    color: white;
    background-color: #395998;
}

#navigation li ul {
    list-style-type: none;
    padding: 0;
}

#navigation li ul li a {
    border-left: 0;
    padding-left: 1.5em;
}

#navigation li ul li.current a {
    color: white;
    background-color: #395998;
}

#top-nav {
    margin:0;
    padding:2px 0 2px 0;
    font-size:10px;
    background-color:#eee;
    border-bottom:1px solid #999;
}

#top-nav a:link {
    text-decoration:none;
    color:#00F;
}

#top-nav a:visited {
    text-decoration:none;
    color:#00F;
}

#top-nav a:active {
    color:#00F;
    text-decoration:underline;
}

