@charset "utf-8";

@media print {
    p, li, dt, dd {
        font-family: "Times New Roman", serif;
    }
    
    div.nav, div.footer {
        display: none;
    }
}

/*
 * Дизайн на основе стиля Sphinx © 2007-2008 Georg Brandl, распространяемого
 * по лицензии BSD.
 */

html {
    background-color: #11303d;
}

body {
    font-family: "Arial", sans-serif;
    font-size: 100%;
    background-color: #11303d;
    color: #000;
    margin: 0;
    padding: 0;
}

#content {
    background-color: white;
    padding: 0 0 2em 0;
    margin-top: 3em;
}

#content h1, #content h2, #content h3 {
    font-family: "Trebuchet MS", sans-serif;
    background-color: #f2f2f2;
    font-weight: normal;
    color: #20435c;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 10px 0;
    padding: 3px 0 3px 10px;
}


#content h1 {
    margin-top: 0;
}

#site-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 3em;
    width: 100%;
    background-color: #133f52;
    color: #fff;
    font-size: 90%;
    padding: 0.2em 0 0.2em 0;
}

#site-nav h2 {
    display: none;
}

#site-nav ul {
    margin: 0;
    padding: 0 0 0 0.5em;
    list-style: none;
}

#search {
    float: left;
    margin: 0;
}

#search p {
    display: inline;
}

#search li {
    float: none;
}

li#search:after, #search li:after {
    content: "";
}

#site-nav li {
    display: inline;
    float: right;
    margin-right: 1em;
}

#site-nav a {
    color: white;
    text-decoration: none;
}

#site-nav li:after {
    content: " »";
}

#site-aside {
    position: absolute;
    top: 4em;
    right: 1em;
    width: 10%;
    font-size: smaller;

    line-height: 1.2em;
    background-color: #f2f2f2;
    padding: 0.5em;
    border: solid 1px #ccc;
    margin: 1em;
}

#site-aside h2 {
    display: none;
}

#site-aside .options h3 {
  font-size: 120%;
  text-align: center;
  text-transform: capitalize;
  color: #777;
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
}

#site-aside .options p, #site-aside .options ul {
    color: #777;
    padding: 0;
}

#site-aside .options ul {
  list-style: none;
  margin: 0.5em 0 0.5em 0;
}

#site-footer {
    color: #fff;
    width: 100%;
    padding: 9px 0 9px 0;
    text-align: left;
    font-size: small;
}

#site-footer a {
    color: #fff;
    text-decoration: underline;
}

p, pre, ul, ol, dl, img {
    line-height: 1.3em;
    padding-right: 1em;
}

p, pre, img, h4, h5, h6  {
    padding-left: 1em;
}

ul, ol, dl {
    padding-left: 2em;
}

p img {
    padding: 0;
    border: 0;
}

a {
    color: #355f7c;
}

a:hover {
    color: #7ab;
}

a[rel~="tag"] {
    background: transparent url("/media/category.png") no-repeat scroll left bottom;
    padding: 0 0 0 18px;
}

pre {
    padding: 5px;
    background-color: #efc;
    color: #333;
    border: 1px solid #ac9;
    border-left: none;
    border-right: none;
    overflow: auto;
    margin: 1em;
}

pre code {
    background-color: #efc;
    font-size: 100%;
}

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

mtable {
    padding-left: 2em;
}

address p {
    margin: 0.5em 0 0.5em 0;
}

blockquote {
    border-left: 2px solid #ccc;
}

dt {
    font-weight: bold;
}

.found {
    background-color: #ffa;
}

.todo, .todo a {
    color: #aaa;
    background-color: #ddd;
}

.clear {
    clear: both;
}

.cloud-list {
    -moz-column-width: 15em;
}

