@font-face {
    font-family: TSTARLight;
    src: url("http://classic.deletedcity.net/css/tstar_light_web/tstar-light-webfont.svg") format("svg");
}

@font-face {
    font-family: TSTARLight;
    src: url("http://classic.deletedcity.net/css/tstar_light_web/TSTAR-LightWeb.eot");
}

@font-face {
    font-family: TSTARLight;
    src: url("http://classic.deletedcity.net/css/tstar_light_web/TSTAR-LightWeb.woff") format("woff");
}

@font-face {
    font-family: TSTARMedium;
    src: url("http://classic.deletedcity.net/css/tstar_medium_web/tstar-bold-webfont.svg") format("svg");
}

@font-face {
    font-family: TSTARMedium;
    src: url("http://classic.deletedcity.net/css/tstar_medium_web/TSTAR-MediumWeb.eot");
}

@font-face {
    font-family: TSTARMedium;
    src: url("http://classic.deletedcity.net/css/tstar_medium_web/TSTAR-MediumWeb.woff") format("woff");
}

@font-face {
    font-family: TSTARRegular;
    src: url("http://classic.deletedcity.net/css/tstar_regular_web/tstar-regular-webfont.svg") format("svg");
}

@font-face {
    font-family: TSTARRegular;
    src: url("http://classic.deletedcity.net/css/tstar_regular_web/TSTAR-RegularWeb.eot");
}

@font-face {
    font-family: TSTARRegular;
    src: url("http://classic.deletedcity.net/css/tstar_regular_web/TSTAR-RegularWeb.woff") format("woff");
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
}

canvas[resize] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
}

#canvas {
    visibility: visible;
    opacity: 1;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    visibility: visible;
    opacity: 1;
}

#search {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 300px;
    height: 40px;
    z-index: 2;
    background-color: white;
    opacity: 0;
}

#results {
    position: absolute;
    width: 100%;
    background-color: black;
    color: #fffed1;
    font-family: TSTARLight;
    font-size: 14px;
    overflow: hidden;
    top: 40px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
}

#searchbox {
    position: absolute;
    width: 85%;
    padding-top:5px;
    margin: 0px;
    top: 2px;
    font-family: TSTARLight;
    font-size: 18px;
    color: silver;
    outline: none;
    border: none;
    padding: 10px;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#wait {
    position: absolute;
    right: 30px;
    width: 10px;
    height: 10px;
    top: 5px;
    visibility: hidden;
}

#close {
    position: absolute;
    right: 20px;
    width: 10px;
    height: 10px;
    top: 10px;
    display: none;
    visibility: visible;
    cursor: pointer;
}

#info {
    position: absolute;
    z-index: 200;
    right: 20px;
    top: 20px;
    width:40px;
    cursor: pointer;
}

#help {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100;
    display: none;
    overflow-y: auto
}

.searchResult {
    float: left;
    width: 100%;
    color: #fffed1;
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 3px;
    font-family: TSTARRegular;
}
.suggestedResult{
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 6px;
    font-family: TSTARMedium;
}
#leftCol {
    position: absolute;
    width: 40%;
    left: 5%;
    color: #fffed1;
}

#rightCol {
    position: absolute;
    width: 40%;
    left: 50%;
    color: #fffed1;
}

.title {
    font-family: TSTARRegular;
    font-size: 1.5em;
    margin-bottom: 1em;
}

#leftInner {
    position: relative;
    top: 80px;
    margin-bottom: 80px;
    font-family: TSTARLight;
    font-size: 0.8em;
    line-height: 1.3em
}

#RightInner a {
    color:#fffed1;
    margin-bottom: 80px;
}

#RightInner {
    position: relative;
    top: 80px;
    margin-bottom: 80px;
    font-family: TSTARLight;
    font-size: 0.8em;
    line-height: 1.3em
}

#background{
    position: absolute;
    width:100;
}

#wrongBrowser {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    /*background-image: url("../img/background2.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-position: 20% 50%;
    z-index: 100;
    display: none;
}

#chromeImg {
    width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.head {
    font-family: TSTARMedium;
    font-size: 3vw;
}

.body {
    font-family: TSTARLight;
    margin-top: 1.5vw;
    font-size: 1.5vw;
}
#browserMessage1 a{
    text-decoration: none;
    color:#fffed1;
}
.body2 {
    font-family: TSTARLight;
    margin-top: 2vw;
    font-size: 1.2vw;
    line-height: 1.8vw;
}

#foreground {
    position: absolute;
    width: 30%;
    left: 35%;
    height: 50%;
    top: 25%;
    color: #fffed1;
    text-align: center;
}

#controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 100px;
    z-index: 99;
   
    
}

#in {
    float: left;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #fffed1;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}

#out {
    float: left;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #fffed1;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0%;
    background-color: black;
    color: #fffed1;
    z-index: 999;
    font-family: TSTARLight;
}
#loadingText{
    position: absolute;
    top:50%;
    width:200px;
    left:50%;
    margin-left:-100px;
}
#up {
    position: absolute;
    top: 65px;
    left: 35px;
    width: 205px;
    height: 30px;
    z-index: 1002;
    opacity: 0;
    display: none;
}
#welcome {
    position: absolute;
    top: 75px;
    left: 35px;
    width: 185px;
    height: 75px;
    padding: 10px;
    padding-top: 15px;
    color: #fffed1;
    font-family: TSTARLight;
    font-size: 14px;
    line-height: 18px;
    z-index: 1002;
    opacity: 0;
    pointer-events: none;
    display: none;
}

#style{
    position: absolute;
    right:100px;
    top:20px;
    width:20px;
    height:20px;
    background-color: white;
}
@media only screen and (max-width: 700px) {
    #help {}
    #info {
        top:inherit;
        bottom:5px;
        right:5px;
        width:30px;
    }
    #leftInner {
        top: 50px;
    }
    #RightInner {
        top: 10px;
    }
    #leftCol {
        position: relative;
        float: left;
        width: 70%;
        left: 10%;
        color: #fffed1;
    }
    #rightCol {
        position: relative;
        float: left;
        width: 70%;
        left: 10%;
        color: #fffed1;
    }
    #search{
        width: 300px;
    }
    #searchbox {
        top:0px;
    }
    .searchResult {
        font-size:16px;
    }
}
