﻿/** Park locator **/


#map_canvas {
    width: 960px;
    height: 460px;
    border-bottom: 5px solid #96B422;
    /*border-top: 1px solid #fff;*/
}

#map_canvas_small {
    width: 610px;
    height: 270px;
    border-bottom: 5px solid #96B422;
}

#mapfilter {
    background-color: #272727;
    padding: 8px 12px;
}

    #mapfilter h3 {
        color: #fff;
        padding: 0 0 0 0;
        display: inline;
        float: left;
        line-height: 31px;
        margin-right: 12px;
        font-size: 16px;
    }

    #mapfilter p {
        padding: 0;
        margin: 0;
        color: #fff;
        display: inline;
        float: left;
        margin-right: 32px;
    }

        #mapfilter p input {
            vertical-align: middle;
            margin-right: 6px;
            cursor: pointer;
        }

    #mapfilter label {
        font-weight: bold;
        cursor: pointer;
    }

.countrywrap {
    margin-bottom: 10px;
}

h2.country {
    margin: 0;
}

.parkcatall {
    float: right;
}

    .parkcatall label {
        padding: 0;
        margin: 0;
        color: #fff;
        margin-left: 5px;
        font-size: 12px;
        line-height: 31px;
    }

    .parkcatall input {
        vertical-align: middle;
        cursor: pointer;
    }


#filterlegend {
}

    #filterlegend h3 {
        color: #272727;
        padding: 0 0 0 0;
        margin-top: 12px;
    }

    #filterlegend p {
        padding: 6px 0 0 0;
        margin: 0;
        color: #272727;
    }

    #filterlegend img {
        margin-right: 8px;
    }



.info-box {
    display: none;
}

.info-box-hover {
    display: none;
}

.info-box-toggle {
    cursor: pointer;
}

.park-offline {
    color: #777777;
}

#park_banner {
    width: 960px;
    height: 250px;
    position: relative;
}

    #park_banner h1 {
        position: absolute;
        top: 30px;
        left: 0;
        color: #fff;
        padding: 10px 12px 6px 32px;
        background: transparent url('../img/title-overlay.png') 0 0;
        line-height: 26px;
    }

        #park_banner h1:after {
            content: "";
        }

        #park_banner h1 span {
            font-size: 80%;
        }

img.ImgFlag {
    position: absolute;
    bottom: 0;
    left: 0;
}

span.info-closed {
    border: 2px #c03e3e solid;
    color: #151314 !important;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color: #e68e8e;
    padding: 4px 0;
}

span.info-open {
    border: 2px green solid;
    color: #151314 !important;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color: #addbb4;
    padding: 4px 0;
}

.contentcol {
    padding-top: 68px !important;
}

    .contentcol nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 650px;
        background: #272727 url('../img/bg-parknav.png') bottom left repeat-x;
        padding-bottom: 5px;
    }

        .contentcol nav ul {
            padding: 0;
            margin: 0;
        }

            .contentcol nav ul li {
                list-style: none !important;
                display: inline;
                float: left;
                background-image: none;
                padding: 0;
                margin: 0;
                width: 92.8px;
            }

            .contentcol nav ul.menu6 li {
                width: 108px;
            }

                .contentcol nav ul.menu6 li:last-child {
                    width: 110px;
                }

            .contentcol nav ul li a {
                background: #272727 url('../img/div-1.png') right top no-repeat;
                display: block;
                line-height: 40px;
                color: #fff;
                text-transform: uppercase;
                text-align: center;
                text-decoration: none;
                font-weight: bold;
                font-size: 13px;
                border-bottom: 1px #fff solid;
            }

            .contentcol nav ul li:last-child a {
                background-image: none;
            }

            .contentcol nav ul li a:hover {
                background-color: #96B422;
                border-bottom: 1px #fff solid;
            }

            .contentcol nav ul li a.active {
                background-color: #96B422;
                border-bottom: 1px #96B422 solid;
            }

img.ImgLogo {
    margin-bottom: 12px;
}

aside.relatedParks {
    width: 270px;
    padding: 20px;
}

div.relatedPark {
    height: 60px;
    border-bottom: 1px #fff solid;
    border-left: 2px solid #96B422;
    position: relative;
    background: #d3d3d3 url('../img/gfx-rightarrow.png') 250px 24px no-repeat;
    cursor: pointer;
}

.relatedParkHover {
    background-color: #96B422 !important;
}

.relatedPark-title {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 110px;
    top: 14px;
}

.relatedPark-link {
    font-size: 11px;
    font-weight: bold;
    color: #767575;
    position: absolute;
    left: 110px;
    top: 32px;
    text-transform: uppercase;
}

.relatedParkHover .relatedPark-link {
    color: #fff;
}

.trailItem {
    position: relative;
}

    .trailItem h3 {
        font-size: 16px;
    }

.difficultyIcon {
    position: absolute;
    right: 0;
    top: 0;
    border: none !important;
}

.backBtn {
    border: none !important;
    margin-bottom: 24px;
}

.rating img {
    border: none !important;
    margin: 4px 0;
}

.mapref {
    text-transform: uppercase;
    color: #6F7071;
    font-size: 13px !important;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}


.trail-features {
    font-size: 12px;
}

.comments-total {
    background: #fff url('../img/icon-comments.gif') 0 0 no-repeat;
    color: #fff;
    width: 22px;
    text-align: center;
    line-height: 19px;
    display: inline-block;
    font-size: 11px;
    margin-left: 10px;
}

.videos-total {
    background: #fff url('../img/icon-video.gif') 0 0 no-repeat;
    color: #fff;
    width: 22px;
    text-align: center;
    line-height: 19px;
    display: inline-block;
    font-size: 11px;
    margin-left: 12px;
}

.images-total {
    background: #fff url('../img/icon-images.gif') 0 0 no-repeat;
    color: #fff;
    width: 22px;
    text-align: center;
    line-height: 19px;
    display: inline-block;
    font-size: 11px;
    margin-left: 12px;
}

.divider1 {
    border: none !important;
    margin: 0 12px;
}

.trail-comment-top {
    background: transparent url('../img/pnl-610-top.png') top left no-repeat;
}

.trail-comment-base {
    background: transparent url('../img/pnl-610-base.png') bottom left no-repeat;
}

.trail-comment {
    background: transparent url('../img/pnl-610-mid.png') 0 0 repeat-y;
    margin-bottom: 24px;
}

.trail-comment-inner {
    padding: 0 20px;
}

.trail-comment-author {
    color: #767676;
    font-size: 11px !important;
}

.trail-comment-left {
    float: left;
    width: 75px;
}

.trail-comment-right {
    float: left;
    width: 495px;
}

/** News and article list page **/
.articleThumb {
}

.articleThumb-img {
    width: 308px;
    float: left;
}

.articleThumb-text {
    width: 302px;
    float: left;
}

.articleThumb h3 {
    font-size: 16px;
}

.articleThumb .datetext {
    color: #6F7071;
    font-size: 13px !important;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.articleDate {
    color: #6F7071;
    font-size: 13px !important;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
}

.articleImage {
    margin-bottom: 12px;
}

.am-wrapper {
    float: left;
    position: relative;
    overflow: hidden;
}

    .am-wrapper img {
        position: absolute;
        outline: none;
    }

#am-container {
    width: 610px;
}

.montage {
    border: none !important;
}

/** Tabs **/
.paneltabs {
    height: 30px;
    border-bottom: 4px #96b422 solid;
    margin-bottom: 24px;
}

    .paneltabs ul {
        background-color: #272727;
        margin: 0 !important;
        padding: 0 !important;
    }

        .paneltabs ul li {
            float: left;
            display: inline;
            background-image: none !important;
            margin: 0 !important;
            padding: 0 !important;
            height: 30px;
            background-color: #272727;
        }


            .paneltabs ul li a {
                background-color: #272727;
                color: #fff;
                display: block;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 12px;
                line-height: 30px;
                text-align: center;
                background: url("../img/div-1.png") no-repeat scroll right top #272727;
                background-repeat: no-repeat;
                background-position: right top;
                padding: 0 20px;
                border-bottom: 1px #fff solid;
            }

                .paneltabs ul li a.on {
                    background-color: #96b422;
                    border-bottom: 1px #96b422 solid;
                }

                .paneltabs ul li a:hover {
                    background-color: #96b422;
                }

.parkmedia img {
    margin-bottom: 4px;
}

.localItem h3 {
    color: #000;
    font-size: 14px;
    margin-bottom: 6px;
}

.localItem img {
    float: right;
    margin-left: 12px;
}

aside.relatedDocs {
    width: 270px;
    background-color: #272727;
    padding: 20px;
    border-top: 1px #ccc solid;
}

    aside.relatedDocs h2 {
        color: #fefefe;
    }

    aside.relatedDocs li {
        margin-bottom: 1px;
    }

        aside.relatedDocs li a {
            display: block;
            height: 45px;
            width: 220px;
            background: #3a3a3a url('../img/bg-docs.png') 0 -55px no-repeat;
            color: #91b017;
            padding: 10px 0 0 50px;
            font-size: 13px;
            text-decoration: none;
        }

            aside.relatedDocs li a:hover {
                background-position: 0 0;
                background-color: #91b017;
                color: #3a3a3a;
            }

span.filesize {
    font-size: 10px;
    color: #fff;
}

h2.country {
    cursor: pointer;
    background-color: #474747;
    display: block;
    color: #fff;
    padding: 8px 0 8px 8px;
}

    h2.country:after {
        content: "";
    }

    h2.country span {
        display: block;
        margin-right: 12px;
        padding-left: 12px;
        border-left: 2px #91b017 solid;
    }

.park-open {
    background-color: green;
    color: #fff;
    float: right;
    font-weight: bold;
    padding: 1px 4px;
    margin-bottom: 1px;
}

.park-closed {
    background-color: red;
    color: #fff;
    float: right;
    font-weight: bold;
    padding: 1px 4px;
    margin-bottom: 1px;
}

.park-open-key {
    background-color: green;
    color: #fff;
    padding: 1px 4px;
}

.park-closed-key {
    background-color: red;
    color: #fff;
    padding: 1px 4px;
}

.info-box-div {
    width: 250px;
    height: 110px;
}

ul.locator-markers {
    display: none;
    margin: 12px 0 12px 0 !important;
    padding: 0 !important;
}

    ul.locator-markers li {
        background: none !important;
        padding: 0 0 4px 7px !important;
        margin: 0 !important;
    }

#viewAll {
    float: right;
    font-size: 14px;
    margin-bottom: 24px;
}

#favpanel {
    margin-bottom: 12px;
    margin-top: 4px;
}

    #favpanel #btn-favourite {
        display: block;
        width: 130px;
        height: 60px;
        background: transparent url('../img/btn-fav.png') 0 0 no-repeat;
        float: left;
        margin-right: 10px;
    }

    #favpanel #btn-visited {
        display: block;
        width: 130px;
        height: 60px;
        background: transparent url('../img/btn-vis.png') 0 0 no-repeat;
        float: left;
    }

        #favpanel #btn-favourite span, #favpanel #btn-visited span {
            display: none;
        }

    #favpanel .btn-online {
        background-position: 0 -60px !important;
    }

#parkCategoryBox {
    position: relative;
    height: 32px;
    margin-top: 30px;
}

    #parkCategoryBox img {
        position: absolute;
        left: 130px;
        top: -10px;
    }

    #parkCategoryBox span {
        position: absolute;
        left: 170px;
        bottom: -6px;
        color: #fff !important;
        text-transform: uppercase;
    }

#trailsBox {
}

    #trailsBox p {
        color: #fff;
        font-size: 12px;
        padding-bottom: 6px;
    }

    #trailsBox p strong {
        text-transform: uppercase;
    }

#trailTable {
    width: 100%;
    margin-top: 8px;
}

    #trailTable td {
        width: 50%;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 1px 0;
    }

        #trailTable td span {
            display: inline;
        }

#parkUpliftBox {
}

    #parkUpliftBox h2 {
        display: inline;
        width: 96px;
        float: left;
    }

#parkUpliftIcons {
    width: 174px;
    float: left;
    margin-top: -10px;
}

    #parkUpliftIcons img {
        margin-bottom: 4px;
    }

#parkTrailsBox {
     margin-bottom: 8px;
}

    #parkTrailsBox h2 {
        display: inline;
        width: 96px;
        float: left;
    }

#parkTrailsIcons {
    width: 174px;
    float: left;
    margin-top: -10px;
}

    #parkTrailsIcons img {
        margin-bottom: 4px;
    }

aside.topPanel {
    width: 270px;
    background: #272727 url('../img/bg-rightnav.jpg') 0 0 no-repeat;
    padding: 40px 20px 10px 20px !important;
}

    aside.topPanel h2 {
        color: #fefefe;
    }

    aside.topPanel h3 {
        color: #fefefe;
        margin-bottom: 4px;
    }

    aside.topPanel label {
        color: #fefefe;
        margin-bottom: 8px;
        font-size: 14px;
        display: block;
        font-weight: bold;
    }

    aside.topPanel span {
        font-size: 12px;
        color: #9EA0A1;
        line-height: 16px;
        margin-bottom: 15px;
        display: block;
    }

aside.otherPanel {
    width: 270px;
    background-color: #272727;
    border-top: 1px #ccc solid;
    padding: 30px 20px 10px 20px !important;
}

    aside.otherPanel h3 {
        color: #fff;
    }

    aside.otherPanel h2 {
        color: #fefefe;
    }

    aside.otherPanel span {
        font-size: 12px;
        color: #9EA0A1;
        line-height: 16px;
        margin-bottom: 15px;
        display: block;
    }

aside.trailsPanel {
    width: 270px;
    background-color: #3a3a3a;
    border-top: 1px #ccc solid;
    padding: 30px 20px 20px !important;
}

    aside.trailsPanel h3 {
        color: #fff;
    }

    aside.trailsPanel h2 {
        color: #fefefe;
    }
    aside.trailsPanel p {
        padding: 0;
        margin: 0;
    }
