@import "reset.css";
@import "typography.css";
html, body { height: 100%; }
body {
    background: #000;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    overflow: hidden;
}

#panorama-content a { color: #fff; text-decoration: none; background: transparent; }
#panorama-content a:hover { text-decoration: underline; }

a.menu { font-size: 13px !important;  }

/* VR Panorama */
#panorama-view {
    position: absolute;
    width: 100%;
}
#vr {
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
    /*background: #222;*/
    overflow: hidden;
    text-align: center;
}
#panorama-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 12px;
}
#panorama-content .help {
    position: absolute; 
    right: 30px; top: 6px;
    cursor: pointer;
}

#main-content {
    color: #000;
}

.dialog {
    position: absolute; z-index: 100;
    padding: 25px 20px 20px 20px;
    border: solid #aaa 2px;
    background: #fff;
    color: #000;
}
.main-dialog {
    top: 30px; right : 0;
    width: 412px; height: 200px;
}
.dialog .content {
    height: 100%;
    overflow: auto;
}
.dialog .dragme {
    height: 25px;
    margin-left: -20px; margin-top: -25px;
    cursor: move;
}
.dialog a.close {
    display: block; position: absolute;
    top: 6px; left: 3px;
    padding: 0 4px;
    font-size: 16px; font-weight: bold;
    text-decoration: none; color: #aaa;
    cursor: pointer; background: transparent;
}
.dialog .arrow {
    display: block; position: absolute;
    left: 222px;
    width: 22px; height: 18px;
    background: url(../img/arrows.png) no-repeat;
}
.dialog .arrowUp {
    top: -18px;
    background-position: 0 0;
}
.dialog .arrowDown {
    bottom: -18px;
    background-position: 0 -28px ;
}

.scroller-controls {
    background: #fff;
    width: 10px; height: 100%;
    position: absolute; 
    top: 0; right: 0;
    border-left: solid #aaa 1px;
}
.scroller-scrollbar { height: 100% !important; }
.scroller-handle { 
    background: #aaa;
}
.scroller-next, .scroller-prev { display: none; }

.main-dialog .scroller-controls { height: 245px; }
.main-dialog .scroller-scrollbar { height: 245px !important }

#audio-controls {
    position: absolute;
    right: 0; top: 4px;
}
a.play-button {
    display: block;
    width: 16px; height: 16px;
    background: url(../img/play.gif) no-repeat !important;
    text-indent: -9999px;
    cursor: pointer;
}
a.play-button.pause {
    background: url(../img/pause.gif) no-repeat !important;
}
#menu-container .play-button {
    position: absolute; bottom: 20px; right: 20px;
}
#menu-container .home-button {
    display: block;
    position: absolute; 
    font-size: 13px;
    text-decoration: none;
    background: transparent;
    color: #000;
    cursor: pointer;
}
#menu-container .home-button:hover { text-decoration: underline; }
#home-button {
    bottom: 20px; left: 20px;
}
#info-button {
    bottom: 20px; left: 90px;
}
#info-pages {
    display: none;
    position: absolute; bottom: 40px; left: 91px;
    margin: 0; list-style: none;
}
#info-pages a {
    text-decoration: none; background: transparent;
    color: #000; font-size: 13px;
}
#info-pages a:hover {
    text-decoration: underline;
}
#info-page .page { padding: 10px 20px; }

.track-title { display: none; }
#media-player {
    position: absolute; top: -9999px; left: -999px;
}

.overlay {
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background: #fff;
    z-index: 90;
}
