
/*
 generated by gh-pages
 original h color #cf9;
*/
body {
    margin:     0;
    color:          #333;
    font-family: Helvetica, Arial, FreeSans, san-serif;
    background-color: #121621;/*#0e182e;*/
}
#container {
    margin:     0 auto;
    width:      1800px;
    padding:    1.0em;
    background-color: #EEE;

}
div noscript{
    text-align:center;
}
noscript p{
    position: absolute;
    z-index: 99;
    color: red;
    text-align: center;
    width: 1700px;
}

h1 { font-size: 3.8em; color: #700; margin: 17px 3px 0.5em 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h1 .version {
    font-size: 16px;
    margin-left: 4px;
}
h1 .tagline {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
h2 {
    font-size: 1.5em;
    color: #437AB2;
    text-align: left;
    border-top: 2px dotted #aaa;
    padding: 1em 0 0 1em;
}
h3 {
    font-size: 1.1em;
    color: #800;
    text-align: center;
    border-top: 1px dotted #999;
    padding-top: 1em;
}
h4 {
    padding-left: 25px;
}
ul h3 { text-align: left;}
ul { list-style: none; padding: 0px 4em; }

ul ul,
.square-list {
    list-style: square;
    line-height: 1.5em;
}

.square-list li ul {
    padding-left: 2em;
}

.logo {
    float: left;
}

a { color: #800; }
p { padding: 0 1.5em; }
.elevator {
    font-size: 1.2em;
    margin: 2em 4em;
    font-style: italic;
}
.description {
    font-size: 1.2em;
    margin: 2em 5em;
    font-style: italic;
    padding-bottom: 1em;
    border-bottom: 1px dotted #999;
    clear: both;
}
.description h3 {
    margin-bottom: 0;
}
.description p {
    margin-bottom: 0;
}
.download { float: right; }
.navigation{
    border-left: 1px dotted #999;
    float: right;
    width: 200px;
    clear: both;
    margin: 20px;
}
.navigation ul{
    margin: 0 0 0 25px;
    padding: 10px;
    list-style: square;

}
.navigation ul li{
    margin-bottom: 5px;
}
.demoarea{
    clear: both;
}
.license ul.copyrights{
    padding: 0 1.5em;
}
.license ul.conditions{
    list-style: square;
}
.footer{
    margin: 25px 0 0 0;
    border-top: 2px dotted #aaa;
    padding: 15px 0 0 0;
    text-align: center;
    clear: both;
}
.footer li{
    font-size: 12px;
    display: inline;
}
.footer li:before{
    content: "| ";
    color: #bbb;
    margin: 0 4px;
}
.footer li:first-child:before{
    content: "";
    margin: 0;
}
pre {
    background-color: #F8F8F8;
    border: 1px solid #CCC;
    font-size: 13px;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px;
    color: #333;
    width: auto;
}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}

.image-credit {
    font-size: 11px;
    text-align: right;
    margin-top: 3px;
}

/*
 from openseadragon demos
 */
.openseadragon
{
    width:      99.7%;
    height:     99.5vh;
    border:     1px solid black;
    color:      #333; /* text color for messages */
    background-color: black;
}
.openseadragon.front-page {
    height: 586px;
}
.openseadragon-small
{
    width:      100px;
    height:     80px;
    border:     1px solid black;
    color:      #333; /* text color for messages */
    background-color: black;
}
.demoheading {
    color: #437AB2;
    padding: 0 0 0.2em 1em;
}
.toolbar
{
    width:      1800px;
    height:     33px;
    border:     none;
    color:      #333;
    padding:    10px;
    background-color: transparent;
}
.toolbar.fullpage{
    width:      100%;
    border:     none;
    position:   fixed;
    z-index:    999999;
    left:       0;
    top:        0;
    background-color: #ccc;
}

table.for-examples {
    margin-left: 20px;
    border-collapse: collapse;
}

table.for-examples td {
    border: 1px dotted #999;
    padding: 10px;
}

ol.for-examples {
    margin-left: 20px;
}

ol.for-examples li {
    margin: 0.5em 0;
}

.opencollective {
    display: block;
    margin-top: 25px;
    text-align: right;
}
