/*
body {
  font: 90% sans-serif;
  background: #ffffff;
  color: black;
  margin: 2em;
  padding: 0em 2em;
}
*/

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

table.docinfo {
  text-align: left;
  margin: 2em 0em;
}

/*
a[href] {
  color: #436976;
  background-color: transparent;
}
*/
a.toc-backref {
  text-decoration: none;
}

/*
h1 a[href] {
  color: #003a6b;
  text-decoration: none;
  background-color: transparent;
}
*/

a.strong {
  font-weight: bold;
}

img {
  margin: 0;
  border: 0;
}

.section p {
  margin: 0.5em 0 1em 0;
  line-height: 1.5em;
}

/*

p a:visited {
  color: purple;
  background-color: transparent;
}

p a:active {
  color: red;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}
*/

p img {
  border: 0;
  margin: 0;
}

p.rubric {
  font-weight: bold;
  font-style: italic;
}

h1.title {
  color: #003a6b;
  font-size: 200%;
  margin-bottom: 0em;
}

h2.subtitle {
  color: #003a6b;
  border-bottom: 0px;
}

/*
h1, h2, h3, h4, h5, h6 {
  color: #555;
  background-color: transparent;
  margin: 0em;
  padding-top: 0.5em;
}

h1 {
  font-size: 150%;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #aaa;
}

h2 {
  font-size: 140%;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #aaa;
}

h3 {
  font-size: 130%;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
*/

dt {
  font-style: italic;
}

dd {
  margin-bottom: 1.5em;
}

div.admonition, div.note, div.tip, div.caution, div.important {
  margin: 2em 2em;
  padding: 0em 1em;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
}

div.important {
  background: transparent url('http://media.apealive.net/apealive/images/important.png') 10px 2px no-repeat;
}

div.caution {
  background: transparent url('http://media.apealive.net/apealive/images/caution.png') 10px 2px no-repeat;
}

div.note {
  background: transparent url('http://media.apealive.net/apealive/images/note.png') 10px 2px no-repeat;
}

div.tip {
  background: transparent url('http://media.apealive.net/apealive/images/tip.png') 10px 2px no-repeat;
}

div.admonition-example {
  background: transparent url('http://media.apealive.net/apealive/images/tip.png') 10px 2px no-repeat;
}

div.admonition-critical-example {
  background: transparent url('http://media.apealive.net/apealive/images/important.png') 10px 2px no-repeat;
}

p.admonition-title {
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding-left: 30px;
}

table.docutils {
  text-align: left;
  border: 1px solid gray;
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0em;
}

table.docutils caption {
  font-style: italic;
}

table.docutils td, table.docutils th {
  padding: 0.25em 0.5em;
}

table.docutils th {
  background-color: #dddddd;
}

div.sidebar {
  width: 33%;
  float: right;
  margin: 1em 2em;
  padding: 0em 1em;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
}

p.sidebar-title {
  margin-bottom: 0em;
  color: #003a6b;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
}

p.sidebar-subtitle {
  margin-top: 0em;
  font-style: italic;
  color: #003a6b;
}

pre {
  border-left: 1px solid #3300FF;
	color: #0066CC;
	padding: 0.5em;
	margin-left: 0.5em;
}

.document .section .section { margin-left: 1.2em; margin-top: 1.2em}
.document .section .section .section { margin: 1.1em 0 0 1.3em;}

/* Hide main title .. article has
 */
.section h2 {
  display: none;
}

.section blockquote {
  text-decoration: none;
  font-weight:normal;
  font-style:normal;
  color: #111;
}
.section blockquote blockquote {
  color: #222;
}

.section blockquote blockquote blockquote {
  color: #444;
}

