@import url("basic.css");

/*
 * +--------------------------------------------------------------------------+
 * ¦                                                                     Body ¦
 * +--------------------------------------------------------------------------+
 */
body {
    color: #333333;
    font-family: 'Trebuchet MS', helvetica, sans serif, monospace;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 0em;
}


/*
 * +--------------------------------------------------------------------------+
 * ¦                                                                 Document ¦
 * +--------------------------------------------------------------------------+
 */
div.document {
    margin-top:     50px;
    margin-bottom:   5em;
    margin-left:   250px;
/*    margin-right:    5em;*/
    margin-right:    2%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Trebuchet MS', helvetica, sans serif, monospace;
    font-weight: normal;
    clear: both;
}


h1 {
    font-size:     2em;
}

h2 {
    font-size:  1.5em;
    margin-top:    3em;
    margin-bottom: 1em;
    color: #326598;
    padding-left:  2em;
    margin-left:  -2em;
    margin-right: 25%;
    padding-bottom: .5em;
    padding-top:   2em;
    border-bottom: 3px solid #326598;
}

h3 {
    font-size:     1.25em;
    margin-top:    3em;
    margin-bottom: 1em;
    border-bottom: 1px solid #efefef;
    color: #326598;
}

h4 {
    font-size:     1.1em;
    margin-top:    1.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #efefef;
    color: #326598;
}


h1.title {
    margin-bottom:  0.0em;
    padding-bottom: 0.0em;
}
h2.subtitle {
    font-size:     1.0em;
    padding-top:   0.5em;
    margin-top:    -0.5em;
    color:         #999;
    border-bottom: none;
}

p {
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
}

em var {
    font-style: italic;
}

a {
    color: #326598;
    text-decoration: none;
}

a:hover {
    color: #326598;
    text-decoration: underline;
}

hr {
   color: #A9A9A9;
   height: 2px;
   border: 0;
}    


/*
 * +--------------------------------------------------------------------------+
 * ¦                                                                    Image ¦
 * +--------------------------------------------------------------------------+
 */
img {
    text-align : left;
}


.align-right {
    float: right;
}

.aling-left {
    float: left;
}



/*
 * +--------------------------------------------------------------------------+
 * ¦                                                                   Figure ¦
 * +--------------------------------------------------------------------------+
 */
.figure
{
    margin-top:    1em;
    margin-bottom: 1em;
}


/*
 * +--------------------------------------------------------------------------+
 * ¦                                                                     Math ¦
 * +--------------------------------------------------------------------------+
 */
img.math {
    vertical-align: middle;
}
div.body div.math p {
    text-align: left;
}
span.eqno {
    float: right;
}


/*
 * +--------------------------------------------------------------------------+
 * ¦                                                                    Table ¦
 * +--------------------------------------------------------------------------+
 */
table
{
    margin-bottom: 2em;
}
th.head
{
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid black;
    padding-right: .5em;
}

th.field-name
{
    font-weight: bold;
    text-align: left;
    padding-right: 1em;
}

th {
    background-color: #ede;
}

td {
    vertical-align: middle;
}


/*
 * +--------------------------------------------------------------------------+
 * ¦                                                                     Code ¦
 * +--------------------------------------------------------------------------+
 */
tt {
    font-family: monospace;
    font-size: 1.1em;
}
    
tt.descname {
    background-color: transparent;
    font-weight: bold;
    font-size: 1.2em;
}

pre {
    padding:    .5em;
    line-height: 1.25em;
    border-left: 3px solid #cccccc;
    background-color: #EFC;
    background: #EFC;
    font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'Trebuchet MS', monospace;
    margin-bottom: 1em;

    whitewhite-space: pre-wrap;       /* css-3 */  
    whitewhite-space: -pre-wrap;      /* Opera 4-6 */  
    whitewhite-space: -o-pre-wrap;    /* Opera 7 */  
    word-wrap: break-word;       /* Internet Explorer 5+ */  
    whitewhite-space: -moz-pre-wrap;  /* Older Versions of Mozilla */ 
}

dl.docutils > dd {
    margin-left: 2em;
/*    font-size: 90%;*/
}

dl.docutils > dt {
    font-style: italic;
    color: #000099;
}
.classifier {
    font-style: normal;
    color: #000000;
}
.classifier-delimiter {
    font-style: normal;
    color: #000000;
}

dl > dt  {
    font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', 'Trebuchet MS', monospace;
}
dl.method, dl.attribute, dl.function, dl.class {
    margin-bottom: 1em;
}
dl.class > dt, dl.function > dt, dl.method > dt, dl.attribute > dt {
    padding: .25em;
    margin-top: 2em;
    background: #eeeeee;
}
.descname {
    font-weight: bold;
}


span.new {
  color: red;
  background-color: yellow;
}

/*
 * +--------------------------------------------------------------------------+
 * ¦                                                         Table Of Content ¦
 * +--------------------------------------------------------------------------+
 */

/* Global */
.toctree-wrapper {
    padding-bottom: 3em;
}
.toctree-wrapper ul {
  list-style-type:none;
  padding-bottom: 0;
}
/*
.toctree-l1 {
    margin-bottom: 1em;
}
*/
.toctree-l2 {
    padding-left: 2em;
}

/* Local */
li > ul > li {
    padding-left: 2em;
}

div.document .contents {
    margin-bottom: 5em;
}
div.document .topic-title {
    margin-top: 2em;
    font-weight: bold;
}
.contents ul {
  list-style-type:none;
  padding-bottom: 0;
}



/* -------------------------------------------------------------------------
   Admonition
   ------------------------------------------------------------------------- */
div.admonition, div.note {
    float: left;
    line-height: 1.5em;
    font-size: 85%;
    margin: 0;
    padding:          3px 5px;
    margin-left:     -220px;
    width:            200px;
    border-left:     1px solid #cccccc;
}
div.admonition p, div.note p {
    text-align: left;
    margin: 0;
    padding: 0;
}

div.admonition .first, div.note .first {
    font-weight: bold;
}


/* special colors for exercises */
div.green {
    background-color: #e4ffe4;
    border: 1px solid #6f6;
}

/* -------------------------------------------------------------------------
   Header
   ------------------------------------------------------------------------- */
div.header {
    padding-top: 25px;
    padding-left:15px;
}

/* -------------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------------- */
div.footer {
    font-family: "futura", "lucida grande", "lucida sans unicode",
                 verdana, arial, helvetica, sans-serif;
    font-size: 75%;
    line-height: 1.5em;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #EEE;
    width: 100%;
    border-top: 1px solid;
}
div.footer table {
    width: 98%;
    margin: auto;
}
div.footer table td a {
    color: #777;
    text-decoration: none;
}
div.footer td.left {
    text-align: left;
    width: 25%;
}
div.footer td.center {
    text-align: center;
    width: 50%;
}
div.footer .current {
    background: black;
    color:white;
    margin: 0;
    padding-right: .25em;
    padding-left:  .25em;
}

div.footer td.center a {
    padding-right: .25em;
    padding-left:  .25em;
}

div.footer td.right {
    text-align: right;
    width: 25%;
}
