
body {
       margin: 0px;
       padding: 10px 40px;
       font: x-small Georgia,Serif;
       font-size/* */:/**/small;
       font-size: /**/small;
       }

a:link {
         color:#58a;
         text-decoration:none;
         }
a:visited {
            color:#969;
            text-decoration:none;
            }
a:hover {
          color:#c60;
          text-decoration:underline;
          }

#menu {
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: 10px;
        width: 20%;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        float: right;
        }

#main {
        margin: 0px;
        padding: 0px;
        width: 70%;
        float: left;
        }

h1 {
     font-size: 140%;
     margin-top: 0;
     }

.section h1 {
              font-size: 120%;
              }

.section h2 {
              font-size: 105%;
              }

pre.literal-block, pre.doctest-block
{
  font-size: small;
  background: #f4fff4;
}

#menu ul {
           margin: 0 1em .25em;
           padding: 0;
           list-style:none;
           }

#menu h2 {
           font-size: 100%;
           color: #999;
           margin: 0 .5em;
           padding: 0;
           }

#menu ul li {
              margin: 0px;
              padding: 0px 0px 0px 15px;
              text-indent:-15px;
              /* line-height:1.5em; */
              }

#menu p, #menu ol li {
                       font-size: 90%;
                       color:#666;
                       /* line-height:1.5em; */
                       margin: 0 1em .5em;
                       }

#menu ul li {
              font-size: 90%;
              color:#666;
              }

#menu dd {
           margin: 0;
           padding:0 0 .25em 15px;
           }

#news {
        border: 1px solid #999;
        background-color: #eef;
        padding: 4px;
        padding-right: 8px;
        }

#news h2 {
           margin-top: 0px;
           font-size: 105%;
           }

#news li p {
             margin-left: 1.5em;
             }

#news li p.first {
                   margin-left: 0;
                   font-weight: bold;
                   }

#news p {
          margin-bottom: 0px;
          }

.note {
        background: #fed;
        border: 1px solid black;
        padding: 6px;
        }

.note p
{
  margin-top: 0;
}

#news .note {
              margin-top: 1.2ex;
 }

.new {

       background-color: #ffe;
       color: #f00;
       font-weight: bold;
 }

.admonition-title {
                   display: none;
                   padding: 0;
                    margin: 0;
 }

.method, .attr, .func {
          padding-top: 2px;
          padding-left: 1.5em;
          padding-right: 1em;
          margin-bottom: 2ex;
          }

.method.new
{
  background-color: #ffe;
  color: #000;
  font-weight: normal;
}

.method .doc
{
  margin-left: 2em;
  margin-top: 0px;
  padding-bottom: 1px;
}

.method .name
{
  font-weight: bold;
}

.method.generative
{
  background: url(gen.png) no-repeat;
  background-position: 0 0;
}

.method.chainable
{
  background: url(chain.png) no-repeat;
  background-position: 0 0;
}

.method.deprecated .name
{
   text-decoration: line-through;
}

.method .field-list, .attr {
                      font-size/* */:/**/small;
                      font-size: /**/small;

}

.field-list dd, .field-list dd p {
                 padding: 0 0 0 0;
                 margin: 0 0 0 0;
                 margin-left: 1em;
 }

.field-list td {
                 padding-left: 20px;
 }

.field-list dt {
                 font-weight: bold;
 }

.field-list dt .classifier-delimier {
                                      font-weight: normal;
                                      font-size: 80%;
 }

.field-list dt .classifier {
                             font-weight: normal;
                             color: #666;

}

.doc .note p {
             margin: 0px;
 }

.cls.section, .func.section {
               margin-bottom: 2ex;
 }

.cls.name, .func.name, .attr.name {
            font-size: 105%;
            font-weight: bold;
 }

.cls.section .attr.name
{
  font-size: small;
}

.cls.doc, .func.doc, .attr.doc {
           padding-left: 2em;
           padding-right: 2em;
 }

.attr.doc, .attr.doc p
{
  padding-top: 0px;
  margin-top: 0px;
}

.args
{
  font-weight: normal;
}

.method.section, .attr.section
{
  background: #ffe
}

.method.section.inherited, .attr.section
{
  background: none;
}

.attr.value
{
  display: block;
  color: #666;
  margin-bottom: 0px;
}

.highlight  { background: #f4fff4; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #bb8844 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #999999 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #bb8844 } /* Literal.String.Backtick */
.highlight .sc { color: #bb8844 } /* Literal.String.Char */
.highlight .sd { color: #bb8844 } /* Literal.String.Doc */
.highlight .s2 { color: #bb8844 } /* Literal.String.Double */
.highlight .se { color: #bb8844 } /* Literal.String.Escape */
.highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */
.highlight .si { color: #bb8844 } /* Literal.String.Interpol */
.highlight .sx { color: #bb8844 } /* Literal.String.Other */
.highlight .sr { color: #808000 } /* Literal.String.Regex */
.highlight .s1 { color: #bb8844 } /* Literal.String.Single */
.highlight .ss { color: #bb8844 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
