/**
 * Sphinx stylesheet -- default theme
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@import url("basic.css");

body {
    font-family: Helvetica, Arial;
    font-size: .95em;
}

h1, h2 {
    border-bottom: 2px #ddd solid;
}

pre {
    padding: 5px;
    background-color: #eee;
    color: #333;
    line-height: 120%;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

pre {
 white-space: pre-wrap;       /* css-3 should we be so lucky... */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 ?? */
 white-space: -o-pre-wrap;    /* Opera 7 ?? */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 _white-space: pre;   /* IE only hack to re-specify in addition to
word-wrap  */
 }

.headerlink {
    display: none;
}

html{
    background-color:#EEE;
    padding:0 1em;
}
body {
    background-color:#FFF;
    font-family:"Trebuchet MS", Helvetica, Arial;
    padding:1em;
    border:solid #AAA;
    border-width:1px 3px 3px 1px;
    margin:1em auto;
    max-width: 50em;
}