/* Base stylesheet from Docutils distribution */
@import url(html4css1.css);

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: small;
  line-height: 140%
}

/* p {
 *   text-indent: 3em
 *   } */

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

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


div.contents p {
    font-weight: bold;
}

div.contents p a:hover {
    color: inherit;
}

h1 {
    color: #b52b2b; 
    /* DKREDcolor: #966b72; */
    /* GREY color: #444444; */
    font-size: 1.6em;
    margin-left: -20px;
}

h1 a:link {
    color: inherit;
}

h1 a:hover {
    color: inherit;
}

h1 a:visited {
    color: inherit;
}

h2 {
    color: #222;
    /* RED color: #966b72; */
    text-decoration: underline;
    font-size: 1.3em;
    margin-left: -10px;
}

h2 a:link {
    color: inherit;
}

h2 a:hover {
    color: inherit;
}

h2 a:visited {
    color: inherit;
}

h3 {
    color: #966b72;
}

h3 a:link {
    color: inherit;
}

h3 a:hover {
    color: inherit;
}

h3 a:visited {
    color: inherit;
}

dt {
    color: #000000;
    font-weight: bold;
}
/*
 *   border: 4px solid blue;
 *     padding: 1ex;
 *       background: #7777FF;
 *               }
 *               dt:hover 
 *                 {
 *                   background-color: black;
 *                     }
 *                     dt:active
 *                       {
 *                         background-color: red;
 *                           }
 *                           */

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: #c1d1ff;
    background-color: #e5ecf9;
    border: 1px solid #888888;
    padding: 1em;
}

a:link {
    color: #4c52ff;
    text-decoration: none;
}

a:visited {
    color: #4c53ff;
    text-decoration: none;
}

a:hover {
    color: #b52727;
    text-decoration: none;
}

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

/* table */
table {
    margin: 10px auto 10px auto;
    border: 1px solid #B7B7B7;
}
table td {
    border: 1px solid #B7B7B7;
    padding: 3px 10px 3px 10px;
}
table thead {
    background-color: #DBDBDB;
}
table th {
    padding: 5px;
    border: 1px solid #B7B7B7;
}

/* syntax highlighting */
div.highlight {
    margin: 5px 70px 5px 30px;
    padding: 5px 8px 5px 8px;
    border: 1px solid #C0C0C0;
    background-color: #F9F9F9;
}
div.highlight pre {
    margin: 0;
    padding: 0;
}

/* git shortlog */
table.git-shortlog {
    font-size: 85%;
    margin: 10px 10px 5px 0;
    border-collapse: collapse;
    border: none;
    border-left: solid 8px #F6F6F0;
    border-right: solid 8px #F6F6F0;
}

table.git-shortlog tr {
    border-bottom: 1px dotted #222222;
    border-top: none;
    background-color: #F7F7F7;
}

table.git-shortlog td {
    border: none;
    padding: 2px 7px 2px 8px;
}

table.git-shortlog td.comment {
    width: 35em;
}


