/* This stylesheet is based on the stylesheet from the Bazaar documentation */

body {
  background-color: #ffffff;
  color: #303030;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 70px;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 1em;
  line-height: 140%
  }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1.title {
  text-align: center;
  color: #000000;
  font-size: 1.8em;
  margin: 1em;
  }

h2.subtitle {
  text-align: center;
  color: #000000;
  font-size: 1.2em;
  margin-top: -1em;
}

.contents {
  margin: 2em;
}
.contents p {
  font-weight: bold;
  }
.contents p a:hover {
  color: inherit;
  }

h1 {
  color: #b52b2b; 
  font-size: 1.5em;
  margin-top: 3em;
  }
h1 a:link, h1 a:visited, h1 a:hover {
  color: inherit;
  }


h2 {
  color: #222;
  text-decoration: none;
  font-size: 1.2em;
  margin-top: 2em;
  }
h2 a:link, h2 a:hover, h2 a:visited {
  color: inherit;
  }

h3 {
  color: #966b72;
  font-size: 1.1em;
  margin-top: 1em;
  }
h3 a:link, h3 a:visited, h3 a:hover {
  color: inherit;
  }

hr {
  margin: 5em 2em;
}

dt {
  color: #000000;
  font-weight: bold;
  }

tt, .literal-block {
  font-family: monospace;
  line-height: 100%
  }

tt {
  color: #000000;
  font-weight: normal;
  }


.literal-block {
  margin-left: 5em;
  margin-right: 5em;
  color: #000000;
  font-weight: normal;
  background-color: #e5ecf9;
  border: 1px solid #888888;
  padding: 1em;
  }

.note, .tip {
  margin-left: 5em;
  margin-right: 5em;
  color: #000000;
  font-weight: normal;
  background-color: #fafbe4;
  border: 1px solid #bebe53;
  padding: 1em 3em 0 3em;
  }
.note .admonition-title {
  display: inline;
  font-weight: bold;
  color: #bebe53;
  }
.note p, .tip p { margin: 0 0 1em 0; }

.type {
  font-family: monospace;
  font-weight: bold;
  color: #C00;
}

table {
  border-collapse: collapse;
  }
td {
  border: 1px solid #888888;
  padding: 0.1em 1em;
  }
caption {
  padding: 0.1em 1em;
  color: #f0f0f0;
  background-color: #6e81a8;
  font-weight: bold;
  }
table.field-list td {
  border: none;
  }


a:link, a:visited {
  color: #4c52ff;
  text-decoration: none;
  }
a:hover {
  color: #b52727;
  text-decoration: none;
  }

span, th.field-name {
  white-space: nowrap;
}


