@import url(docutils-base.css);

body {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: small;
    margin: 0 auto;
    width: 50em;
}

a:link, a:visited {
    color: #00c;
    padding-bottom: 0;
    text-decoration: none;
    border-bottom: 1px solid #dbd5c5;
}

a:hover {
    padding-bottom: 0;
    border-bottom: 2px solid #dbd5c5;
}

h1 {
    margin: 1.5em 0 0.5em 0;
    padding: 0;
    font-family: Georgia, serif;
    font-size: 170%;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0;
    color: #383d44;
    border: none;
}

h2, h3, h4 {
    font-weight: normal;
    font-size: 100%;
    position: relative;
}

h2 {
    font-size: 140%;
    border-bottom: 1px solid #ccc;
    padding-bottom: .2em;
    margin: 1em 0 0.5em 0;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    margin: 1.5em 0 0.5em 0;
}

p {
    font-size:100%;
    line-height:140%;
}

li {
    line-height:135%;
}

ul, ol {
    margin: 0 0 1em 2em;
    padding: 0 0 0 1em;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: 0;
}

blockquote,pre {
    background-color:#f5f5f5;
    border:1px solid #dedede;
    font-size: 0.9em;
    color: #222;
    margin:1.2em;
    padding:1em 1em .2em 1em;
}
blockquote cite {
    font-size:0.9em;
    font-weight:bold;
    text-align: right;
}

pre {
    font-size: 1em;
    border-left: 2px solid #bbb;
    overflow: auto;
    padding: 0.6em;
}

form {
    margin: 0;
    padding: 0;
}

label em {
    font-weight: normal;
}

div.document {
    margin-top: 10px;
}

div.document h2.subtitle {
    border: 0;
    margin: 5px;
}

div.contents {
    margin: 1em 1em 1.5em 0;
    padding: 1em 1em .5em 0;
    border-bottom: 1px dashed #ccc;
}

div.contents p.topic-title {
    font-size: 120%;
}

div.footer {
    margin: 30px 0 10px 0;
}

table.docinfo {
    margin: 0;
}
