﻿
/* Image Slider */


#countyslider {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.locusslider {
    width: 275px;
    height: 550px;
}

.cartoslider {
    width: 275px;
}

#faqslider1, #faqslider2, #faqslider3, #faqslider4, #faqslider5, #faqslider6 {
    margin-left: auto;
    margin-right: auto;
}

.flex-list, .flex-list-faq {
    width: 275px;
    vertical-align: top;
    display: inline-block;
}

iframe.youtube {
    width: 560px;
    height: 315px;
}

iframe.youtube2 {
    width: 450px;
    height: 253px;
}


.pagecenter {
    width: 560px;
}

.flexslider .slides img {
    margin-top: 10px;
}

/* Framework */

body {
    background-color: #f5f5dc;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: repeat-y;
    font-size: .8em;
}

h1 {
    margin: 20px 0 5px 0;
    font-size: 2em;
}

h2 {
    margin: 0 0 5px 0;
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    margin: 0 0 5px 0;
    font-size: 0.9em;
}

header.pageheader a {
    color: Black;
}

section {
    margin: 5px 0px 20px 0px;
    clear: both;
}

p {
    margin: 5px 5px 5px 5px;
}

/* Images */

/*screws up TrailFinder map controls*/

/*img {
    margin-top: 5px;
    margin-bottom: 5px;
}*/

    img.lblink {
        margin-top: 15px;
    }

/* Navigation */

#BigNavFooterFb {
    padding: 10px;
    height: 23px;
    width: 380px;
    background-color: rgba(255, 255, 255, 0.80);
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF)"; /* IE8 */
}

nav {
    margin-left: auto;
    margin-right: auto;
}

    nav ul {
        margin: 0px 0px 2px 0px;
        text-align: center;
    }

        nav ul li {
            margin: 1px;
            display: inline;
        }

            nav ul li a {
                font-family: Verdana,Arial,sans-serif;
                font-size: 1.0em;
                background-color: rgba(255, 255, 255, 0.60);
                border-radius: 4px;
                color: rgba(0, 0, 0, 0.60);
            }

                nav ul li a:hover {
                    background-color: rgba(255, 255, 255, 1.0);
                    color: rgba(0, 0, 0, 0.9);
                }

.selected {
    background-color: rgba(255, 255, 255, 0.85);
    color: rgba(0, 0, 0, 0.90);
}

/* Host Panel */

#hostpanel {
    padding: 5px 10px 5px 10px;
    min-height: 600px;
    background-color: rgba(255, 255, 255, 0.87);
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF)"; /* IE8 */
}

/* Columns */

.leftside {
    float: left;
}

.rightside {
    overflow: hidden;
    padding-left: 10px;
}


.columns2centered {
    vertical-align: top;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 49.5%;
}

.columns2 {
    vertical-align: top;
    display: inline-block;
}

.columns3, .columns4 {
    vertical-align: top;
    display: inline-block;
    margin: 0px 5px 0px 5px;
}

/* Purchase */

.purchase-common {
    height: 70px;
}

.purchase-universal {
    height: 200px;
}

.purchase-lifetime-gift {
    height: 160px;
}

.purchase-universal-gift {
    height: 220px;
}

 /* TrailFinder */

/*prevents scroll bars on Google maps infoview window*/
.gm-style-iw-d {
    overflow:hidden!important;
}

/* Trailfinder Tilemap Legend Button*/
.legendButtonTilemap {
    display: inline;
    background-color: White;
    padding: 3px 5px 3px 8px;
    position: absolute;
    z-index: 1000;
    margin: 5px auto 0px 60%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #eeeeee;
    font-weight: bold;
    color: Grey;
}

    .legendButtonTilemap img {
        height: 10px;
        width: 10px;
        margin-left: 7px;
    }

    .legendButtonTilemap:hover {
        cursor: pointer;
        color: Black;
    }

        .legendButtonTilemap:hover img.button {
            content: url(/images/arrow-down-focus.png);
        }

.legendButtonTilemapOpen { /*need to implement*/
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    color: Black;
}

/* Trailfinder Tilemap Legend*/
.legendTilemap {
    display: none;
    position: absolute;
    background-color: White;
    margin: 25px 0px 0px;
    /*margin-left: 412px;*/
    width: 498px;
    height: 572px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px 0px 3px 3px;
    border-radius: 3px 0px 3px 3px;
    z-index: 10000;
}

    .legendTilemap img {
        border: 1px solid #eeeeee;
        margin: 0px;
    }