/*
 * default.css_t
 * ~~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- default theme.
 *
 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

@import url("normalize.css");
@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */

body {
    background-color: #fff;
    color: #000;
    font-family: Arial, Geneva, Helvetica, sans-serif; 
    font-size: 99.99%; 
    line-height: 150%; 
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0 !important;
}

h1, h2, h3, h4 {
    font-family: Corbel, Segoe, "Segoe UI", Arial, Geneva, Helvetica, sans-serif;
}

h1, h2 {
    font-size: 235%; 
    font-weight: bold;
    line-height: 110%; 
}
h2 {
    font-size: 225%; 
    font-weight: normal !important;
    margin: .5em 0;
}
h3, h4 {
    font-size: 165%; 
    font-weight: normal;
    line-height: 110%; 
    margin: .5em 0;
}
.body h1, .body h2,
.body h3, .body h4 {
    letter-spacing: -1px; 
}

h5, h6 {
    font-weight: bold;
    padding: 3px 10px;
}
h6 {
    color: #92b400;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 0 !important;
}



/* -- hyperlink styles ------------------------------------------------------ */

}
a:link {
    color: #2c68c3;
    text-decoration: underline;
}
a:visited {
    color: #6b19a8;
}
a:active {
    color: #999999;
}
a:link:hover, A:visited:hover, A:active:hover {
    color: #b20000;
}

li ul {
    margin-top: 0;
}
menu, ol, ul {
    padding-left: 1em;
}
.body menu, .body ol, .body ul {
    padding-left: 2em;
}


tt, code {
    color: #333;
}
pre, tt, code, .Mono, .Printable {
    font-family: Consolas, 'Lucida Console', 'Courier New', Courier, monospace;
    font-size: 108% !important;
    margin: 0.5em 0;
    overflow: visible;
}


div.document {
}

div.documentwrapper {
    float: left;
    width: 100%;
}

div.bodywrapper {
    margin: 0 0 0 360px;
}

div.body {
    margin: 1.25em 2em;
    padding-bottom: 2em;
}
div.body .section .section .section {
    margin: 0 2em;
}
div.footer {
    background-color: #000;
    border-top: 1px solid #333;
    color: #777;
    width: 100%;
    padding: 9px 0;
    text-indent: 2em;
}

div.footer a:link, div.footer a:visited {
    color: #777;
    text-decoration: underline;
}

div.related {
    background-color: #000;
    line-height: 38px;
    color: #fff;
}
div.related a {
    color: #fff;
    text-decoration: none;
}

div.related li:not([class]) {
    font-size: 150%;
    color: #000;
}
div.related li:not([class]) a[href="#"],
div.related li:not([class]) a[href="index.html"] {
    font-family: Corbel, Segoe, "Segoe UI", Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
}
div.related a:hover {
    color: #fff !important;
    opacity: .75;
}
div.related li {
}
div.related li.right {
}
div.related li.right a {
    margin: 0 4px;
}

div.sphinxsidebar {
    background-color: #ddd;
    width: 360px;
}

div.sphinxsidebar h3,
div.sphinxsidebar h4 {
    color: #000;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal;
}

div.sphinxsidebar p {
}

div.sphinxsidebar p.topless {
    margin-left: 1em;
}

div.sphinxsidebar ul {
    line-height: 125%;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 0;
}
div.sphinxsidebar ul ul {
    padding-left: 1em;
}
div.sphinxsidebar ul li {
    margin-top: .5em !important;
}

div.sphinxsidebar a {
    color: #0067db;
}

.toctree-wrapper ul {
    /*list-style-type: none !important;*/
}


div.sphinxsidebar input {
}
div.sphinxsidebar input[type="text"] {
    border: 2px solid #fff;
    font-family: Segoe, "Segoe UI", Arial, Geneva, Helvetica, sans-serif;
}
input[type="submit"][value="search"],
div.sphinxsidebar input[type="submit"] {
    background: #fff url("go-black.png") 4px 4px no-repeat;
    border: 2px solid #fff;
    color: transparent;
    display: inline-block;
    overflow: hidden;
    text-indent: 100px;
    width: 16px;
    height: 27px;
    position: relative;
}
form input[type="text"] {
    border: 2px solid #000;
    font-family: Segoe, "Segoe UI", Arial, Geneva, Helvetica, sans-serif;
}
input[type="submit"][value="search"] {
    border: 2px solid #000;
    width: 27px;
}
.searchtip {
    line-height: 135%;
    margin-top: .5em;
    color: #777;
}

/* -- body styles ----------------------------------------------------------- */


a.headerlink {
    color: #c60f0f;
    font-size: 0.8em;
    padding: 0 4px 0 4px;
    text-decoration: none;
}

a.headerlink:hover {
    background-color: #c60f0f;
    color: white;
}

div.body p, div.body dd, div.body li {
    margin-right: 2em;
}

div.admonition p.admonition-title + p {
    display: inline;
}

div.admonition p {
    margin-bottom: 5px;
}

div.admonition pre {
    margin-bottom: 5px;
}

div.admonition ul, div.admonition ol {
    margin-bottom: 5px;
}

div.note {
    background-color: #eee;
    border: 1px solid #ccc;
}

div.seealso {
    background-color: #ffc;
    border: 1px solid #ff6;
}

div.topic {
    background-color: #eee;
}

div.warning {
    background-color: #ffe4e4;
    border: 1px solid #f66;
}

p.admonition-title {
    display: inline;
}

p.admonition-title:after {
    content: ":";
}

pre {
    padding: 5px;
    background-color: #eeffcc;
    background-color: #ecf0f3;
    line-height: 120%;
}

tt {
    background-color: #ecf0f3;
    padding: 0 1px;
}

th {
    background-color: #ede;
}

.warning tt {
    background: #efc2c2;
}

.note tt {
    background: #d6d6d6;
}

.viewcode-back {
    font-family: sans-serif;
}

div.viewcode-block:target {
    background-color: #f4debf;
    border-top: 1px solid #ac9;
    border-bottom: 1px solid #ac9;
}

