@font-face {
    font-family: metaplusroman;
    src: url(/Theme/CornishMineArchive_2015/Fonts/metaplus-roman-webfont.woff);
}

html {
    min-height: 1000px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    margin: 0px 0px 0px 0px;
    min-height: 1000px;
}

#Header {
    background-color: #000000;
    width: 100%;
    margin: 0px 0px 0px 0px;
    height: 100px;
    display: block;
    text-align: center;
}

.Red {
    color: #BE1E2D;
}

h2.Red {
    color: #BE1E2D;
    font-family: metaplusroman;
}



.Disabled h2.Red {
    color: #dedede;
    font-family: metaplusroman;
}

.Disabled {
    color: #dedede !important;
    font-style: italic;
}


#Logo {
    padding: 10px 0px 0px 0px;
    margin: 0px auto 0px auto;
    width: 90%;
    max-width: 481px;
}

@media all and (orientation:portrait) {
    #TopNav {
        display: none;
    }
}

@media all and (orientation:landscape) {
    #TopNav {
        display: inline-block;
        width: 330px;
    }

        #TopNav img {
            padding-right: 25px;
        }
}

#SearchBar {
    padding: 6px 20px 0px 0px;
    height: 32px;
    background-color: #BE1E2D;
    text-align: right;
}

#SearchBox {
    background-color: #FFFFFF;
    height: 20px;
    margin: 0px 0px 0px 0px;
    width: 300px;
    display: inline-block;
    padding: 0px 5px 5px 5px;
    text-align: left;
}

    #SearchBox input[type="text"] {
        width: 270px;
        border: none;
    }

    #SearchBox input[type="image"] {
        border: none;
        padding: 5px 0px 0px 8px;
    }

/* Main Container */
@media all and (orientation:landscape) {
    #Content {
        padding: 0px 0px 0px 0px;
        margin: 0px auto 0px auto;
        position: relative;
        min-height: 100%;
    }
}

@media all and (orientation:portrait) {
    #Content {
        padding: 0px 0px 20vh 0px;
        margin: 0px auto 0px auto;
        position: relative;
        min-height: 100%;
    }
}
/* Latest Updates Styles */
.UpdateItem {
    display: none;
    width: 100%;
    position: relative;
    height: 700px;
    overflow: hidden;
    margin: 0px auto 0px auto;
}

.UpdateContent {
    background-color: #FFFFFF;
    opacity: 0.9;
    width: 350px;
    height: 300px;
    margin: 0px auto 0px 20%;
    display: block;
    z-index: 11;
    position: absolute;
    padding: 10px 10px 10px 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: solid 1px #959595;
    border-top: none;
}

    .UpdateContent h2 {
        color: #BE1E2D;
        font-family: metaplusroman;
    }

    .UpdateContent .UpdateDate {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 10pt;
        font-style: italic;
        color: #BE1E2D;
    }

@media all and (orientation:portrait) {
    .LatestUpdateLargeImage {
        position: absolute;
        top: 0px;
        left: 0px;
        width: auto;
        height: 100%;
        z-index: 10;
        padding: 0px 0px 280px 0px;
    }
}

@media all and (orientation:landscape) {
    .LatestUpdateLargeImage {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        z-index: 10;
        padding: 0px 0px 280px 0px;
    }
}

/* Update buttons */
#UpdateButtons {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #000000;
    z-index: 20;
    padding: 6px 3px 3px 3px;
}

    #UpdateButtons .UpdateButton {
        width: 12px;
        height: 13px;
        margin: 0px 4px 0px 4px;
        background-color: #808080;
        display: inline-block;
        cursor: pointer;
        border: solid 1px #808080;
    }

        #UpdateButtons .UpdateButton:hover {
            width: 12px;
            height: 13px;
            margin: 0px 4px 0px 4px;
            background-color: #BE1E2D;
            display: inline-block;
            border: solid 1px #FFFFFF;
            cursor: pointer;
        }

    #UpdateButtons .UpdateButtonSelected {
        width: 12px;
        height: 13px;
        margin: 0px 4px 0px 4px;
        background-color: #BE1E2D;
        display: inline-block;
        border: solid 1px #FFFFFF;
        cursor: pointer;
    }
/* Google Maps Screen */
#LargeMapContainer {
    width: 100%;
    position: relative;
    height: 700px;
    overflow: hidden;
}

#Map {
    width: 100%;
    height: 100%;
}

/* A2Z list Page */
#MinesA2Z {
    margin: 0px auto 0px auto;
    padding: 0px 20px 40px 20px;
    max-width: 1000px;
}

#AlphaLinks {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.A2Z {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-color: #808080;
    text-align: center;
    margin: 2px 2px 2px 2px;
    text-decoration: none;
    padding: 8px 0px 3px 0px;
    color: #FFFFFF;
    font-weight: bold;
}


    a.A2Z:hover {
        background-color: #BE1E2D;
        color: #FFFFFF;
    }

.A2ZMineHeader {
    display: block;
    margin: 35px 0px 0px 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #BE1E2D;
}

.MineLink {
    margin: 5px 20px 5px 20px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #414141;
}

.InlineMineLink {
    display: inline;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #BE1E2D;
}

.MineLinkItems {
    margin: 5px 20px 5px 20px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: bold;
}

    .MineLink:hover, .MineLinkItems:hover, .InlineMineLink:hover {
        color: #BE1E2D;
        font-weight: bold;
    }


.BackToTop {
    float: right;
    text-decoration: none;
    color: #BE1E2D;
}


/* Mine info pages */
#overlay {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 15;
    width: 100vw;
    height: 100vh;
}

#OverlayOpacity {
    width: 100vw;
    height: 100vh;
    background: rgba(254, 254, 254, 0.5);
    z-index: 16;
    position: absolute;
    top: 0;
    left: 0;
}

#OverlayImageBox {
    position: relative;
    z-index: 17;
    width: 70vw;
    height: 80vh;
    margin: 5vh auto 0 auto;
}

#PreviousImage {
    margin: 35vh 0px 0px 0px;
    position: absolute;
    top: 0vh;
    left: 5vw;
    cursor: pointer;
}

#NextImage {
    margin: 35vh 0px 0px 0px;
    position: absolute;
    top: 0vh;
    right: 5vw;
    cursor: pointer;
}

#LargeImageAndClose {
    width: auto;
    height: auto;
    margin: 10px auto 0 auto;
    display: block;
    max-height: 70%;
    max-width: 70%;
    position: relative;
    padding: 10px;
}

#CloseLargeImage {
    position: absolute;
    top: 0;
    right: 8%;
    cursor: pointer;
}

#PopUpLargeImage {
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 80%;
    display: block;
    margin: auto;
    border: solid 15px #BE1E2D;
}

#PopUpLargeImageText {
    width: auto;
    height: auto;
    margin: 0px auto 0 auto;
    display: block;
    max-height: 70%;
    max-width: 70%;
    position: relative;
    padding: 0px;
    color: #FFFFFF;
    text-align: center;
}

.PopupLargeImageText {
    height: auto;
    width: auto;
    max-width: 80%;
    display: none;
    margin: 0 auto 0 auto;
    background-color: #BE1E2D;
    padding: 15px;
}

.PopupLargeImageTextShown {
    height: auto;
    width: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto 0 auto;
    background-color: #BE1E2D;
    padding: 15px;
}

#MineInfoContainer {
    width: auto;
    max-width: 1200px;
    min-width: 300px;
    display: block;
    margin: 0px auto 0px auto;
    padding: 1em 1em 1em 1em;
}

    #MineInfoContainer h1 {
        font-family: metaplusroman;
    }

#MineMap {
    min-height: 400px;
    width: 100%;
    display: block;
    vertical-align: top;
}

#Info, #MineInfoRight {
    display: inline-block;
    min-width: 460px;
    max-width: 550px;
    /*width: 460px;*/
    vertical-align: top;
    text-align: justify;
    padding: 1em 1em 1em 1em;
    font-size: 11pt;
}

#MineInfo {
    padding: 0px 0px 50px 0px;
}

    #MineInfo h3 {
        font-family: metaplusroman;
        font-size: 12pt;
        width: 100px;
        display: inline-block;
        margin: 0px 0px 10px 0px;
    }

    #MineInfo h2 {
        font-family: metaplusroman;
        font-size: 12pt;
        width: 100px;
        display: inline-block;
        margin: 0px 0px 10px 0px;
    }

#Visits {
    padding: 0px 0px 50px 0px;
}

.MineVisit h2 {
    font-weight: normal;
    font-size: 12pt;
}

#WhatsHere {
    display: block;
    padding: 0px 0px 50px 0px;
}

    #WhatsHere div {
        padding: 0px 0px 10px 0px;
        font-size: 11pt;
    }

    #WhatsHere h3 {
        font-weight: normal;
        font-size: 12pt;
    }

    #WhatsHere a {
        margin: 0px 5px 0px 0px;
        float: right;
        padding: 3px 10px 3px 10px;
        background-color: #808080;
        font-weight: normal;
        text-decoration: none;
        color: #FFFFFF;
        display: inline-block;
        text-align: center;
    }

        #WhatsHere a:hover {
            background-color: #BE1E2D;
            color: #FFFFFF;
        }


#References, #ActivePeriods, Alias {
    padding: 0px 0px 50px 0px;
}

.MineReference {
    cursor: pointer;
}

    .MineReference h2 {
        font-weight: normal;
        font-size: 12pt;
        padding: 20px 0px 3px 0px;
        margin: 0px 0px 0px 0px;
    }

    .MineReference p {
        font-weight: normal;
        font-size: 12pt;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

#Images h2 {
    margin: 35px 0px 0px 0px;
    font-size: 14pt;
    font-family: metaplusroman;
}

.MineImage {
    display: inline-block;
    width: 150px;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
    position: relative;
}

    .MineImage img {
    }

    .MineImage span {
        position: absolute;
        bottom: 4px;
        right: 0px;
        background-color: #BE1E2D;
        font-size: 8pt;
        color: #FFFFFF;
        padding: 2px 3px;
        font-family: metaplusroman;
    }

/* Bottom Bar */
@media all and (orientation:landscape) {
    #BottomLinks {
        width: 100%;
        text-align: center;
        background-color: #000000;
        padding: 40px 0px 10px 0px;
        z-index: 200;
        height: 20vh;
        min-height: 100px;
        max-height: 250px;
        overflow: hidden;
    }
}

@media all and (orientation:portrait) {
    #BottomLinks {
        width: 100%;
        text-align: center;
        background-color: #000000;
        padding: 0px 0px 10px 0px;
        z-index: 200;
        position: fixed;
        bottom: 0px;
        height: 20%;
        overflow: hidden;
    }
}

#BottomLinks img {
    padding: 10px 2% 0px 2%;
    width: auto;
    height: 80%;
}

#BottomLinks a.copyright {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px 0px 5px 0px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}
