@import url("default.css");

html {
    min-width: 960px;
}

body {
    background-color: #FFF;
}

#loggedin_link {
    display: none;
}

div.body p, 
div.body dd, 
div.body li {
    text-align: left;
}

div.body p {
    margin: 0.5em 0;
}

pre {
    border: 1px solid #CBCBCD;
}

div.body {
    background-color:transparent;
    margin-left: 3px;
}

div.document {
    background: #FFF url('doc_bg.png') repeat-y 0 0;
}

div.sphinxsidebarwrapper h3,
div.sphinxsidebarwrapper h4 {
    background-color: #F2F2F2;
    border: 1px solid #DFE2E4;
    color: #13171B;
    margin: 1em 0px 0.5em;
    padding: 0.1em 0px 0.1em 0.5em;
}

div.sphinxsidebarwrapper h3  {
    margin-top: 0;
}

div.sphinxsidebarwrapper h3 a {
    color: #13171B;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    color: #13171B;
    border-bottom: 3px solid #DFE2E4;
}

a:hover,
div.sphinxsidebarwrapper a:hover {
    color: #00aeef;
}

div.relatedtop {
    height: 70px;
    line-height: 70px;
}

div.relatedtop,
div.relatedtop a,
div.relatedtop a:link,
div.relatedtop a:hover {
    text-decoration: none;
}


div.relatedtop ul{
    float:right;
}

div.relatedtop h3 {
    display: block;
    float: left;
    width: 242px;
    height: 60px;
    margin: 5px 10px ;
    background: url('echonest_logo.gif') no-repeat center top;
}

div.relatedtop h3 span{
    display: none;
}

div.relatedtop span.subtitle{
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0 10px;
    text-decoration: none;
    color: white;
}

div.relatedtop span#userstatus {
    display:inline;
    float:right;
    text-align: right;
    margin-right: 10px;
}

div.relatedtop span#userstatus a,
div.relatedtop span#userstatus a:link,
div.relatedtop span#userstatus a:hover {
    text-decoration: underline;
    color: white;
}

div.relatedtop #site_nav {
    display: inline;
    float: left;
}

div.relatedtop #site_nav ul {
    list-style-type: none;
    margin-left: 10px;
    padding: 0;
}

div.relatedtop #site_nav ul li {
    display: inline;
    float: left;    
}

div.relatedtop #site_nav ul li a
 {
    font-size: 22px;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
    color: white;
    border-left: 1px solid #DFE2E4;
}

div.relatedtop #site_nav ul li a:hover {
    color: #00aeef;
}

table.docutils {
    border: 0;
}

table.docutils td, table.docutils th {
    border-color: #AAAAAA;
    border-style: none none solid solid;
    border-width:0 0 1px 1px;
    padding:1px 8px 1px 4px;
}

blockquote {
    overflow-x: auto;
    margin-right: 20px;
    margin-left: 20px;
}

blockquote blockquote {
    overflow-x: auto;
    font-family: monospace;
    margin: 1em 0;
    padding: 5px;
    line-height: 120%;
    border: 1px solid #CBCBCD;
    background-color: #F5F6F7;
}

blockquote ul.simple {
    margin: 0;
}

li.toctree-l1 a {
    font-weight: bold;
}

li.toctree-l2 a {
    font-weight: normal;
}

div.footer {
    color: #666;
    font-size: 75%;
    padding: 0;
    text-align: right;
    border-top: 3px solid #DFE2E4;
}

div.footer_nav {
    padding: 10px 20px;
}

div.footer_nav a,
div.footer_nav a:hover,
div.footer_nav a:link,
div.footer_nav a:visited
{
    color: #666;
    text-decoration: none;
}

div.footer_nav a:hover {
    text-decoration: underline;
}
