/*
 * reahlsphinx.css_t
 * ~~~~~~~~~~~~~~~~~
 *
 *
 * :copyright: Copyright 2013 by Reahl Software Services.
 *
 */

@import url("basic.css");

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

div.document {
    background-color: #transparent;
}

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

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

div.body {
    color: #2a2a2a;
    background-image:url(../../../css/white.png);
    background-repeat:repeat;
    padding: 0 20px 30px 20px;
}

div.footer {
    display: none;
    color: #ccc;
    width: 40%;
    margin: auto;
    text-align: center;
    font-size: 75%;
}

div.footer a {
    color: #ccc;
    text-decoration: underline;
}

div.related {
    background-color:transparent;
    line-height: 30px;
    color: #2a2a2a;
}

div.bottomrelbar .related a, div.bottomrelbar .related li {
  color: #ccc;
}

div.bottomrelbar .related {
   position: relative;
   top: 2em;
}

div.related a {
    color: #012eb2;
}

div.sphinxsidebar {
   word-wrap: break-word;
}

div.sphinxsidebar h3 {
    font-family: 'Trebuchet MS', sans-serif;
    color: #2a2a2a;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div.sphinxsidebar h3 a {
    color: #012eb2;
}

div.sphinxsidebar h4 {
    font-family: 'Trebuchet MS', sans-serif;
    color: #2a2a2a;
    font-size: 1.3em;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
}

div.sphinxsidebar p {
    color: #2a2a2a;
}

div.sphinxsidebar p.topless {
    margin: 5px 10px 10px 10px;
}

div.sphinxsidebar ul {
    margin: 10px;
    padding: 0;
    color: #2a2a2a;
}

div.sphinxsidebar a {
    color: #012eb2;
}

div.sphinxsidebar input {
    border: 1px solid #2a2a2a;
    font-family: sans-serif;
    font-size: 1em;
}

body .related a {
	/*color:#fff;*/
}

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

a {
    color: #012eb2;
    text-decoration: none;
}

a:visited {
   
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



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

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-family: 'Trebuchet MS', sans-serif;
 /*   background-color: #f2f2f2;*/
    font-weight: normal;
    color: #2a2a2a;
    border-bottom: 1px solid #ccc;
    margin: 20px -20px 10px -20px;
    padding: 3px 0 3px 10px;
	text-decoration:none;
}

div.body h1 { margin-top: 0; font-size: 180%; }
div.body h2 { font-size: 160%; }
div.body h3 { font-size: 140%; }
div.body h4 { font-size: 120%; }
div.body h5 { font-size: 110%; }
div.body h6 { font-size: 100%; }

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 {
    text-align: justify;
    line-height: 130%;
}

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;
}

div.sidebar {
    float: right;
}
div.sidebar, div.highlight-python {
    clear: both;
}

p.admonition-title {
    display: inline;
}

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

pre {
    padding: 5px;
    background-color: #343a40;
    color: rgb(208, 208, 208);
    line-height: 120%;
    border-left: none;
    border-right: none;

    clear: both;
}

tt {
    background-color: #ecf0f3;
    padding: 0 1px 0 1px;
    font-size: 0.95em;
}

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;
}

#bd div.bodywrapper pre {
	font-size:90%;
}
