﻿
/* Logo */

#logo {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Image Slider */

.flex-caption {
    width: 100%;
    padding: 3px 7px 3px 10px;
    background: rgba(215,220,237,1);
    color: rgba(0, 0, 0, 0.9);
    font-size: 1em;
    border-radius: 3px;
    margin: 0px;
}

.flexslider .slides img {
    border: 0px;
}

.flex-list ul, .flex-list-faq ul {
    padding-inline-start: 25px;
}

.flex-list-faq {
    padding-inline-start: 0px;
}

/* Framework */

body {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    padding-top: 0px;
    border-top: 0px;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
}

h3 {
    margin: 0 0 5px 0;
}

h4 {
}

header.pageheader {
    text-align: center;
}

    header.pageheader a {
        text-decoration: none;
    }

/* Images */

img {
    border: 1px solid silver;
}

    img.noborder {
        border: 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    img.lblink {
        max-width: 500px;
        margin-top: 15px;
        display: block;
        border: 1px solid #0066CC;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    img.lblink2 {
        display: block;
        border: 1px solid #0066CC;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    img.icon {
        border: 0px;
        float: left;
        margin: 5px;
    }

    img.iconDownload {
        border: 0px;
        margin: 3px;
        height: 24px;
        width: 24px;
        vertical-align: middle;
    }

    img.activityIconPopup {
        border: 0px;
        float: left;
        margin: 5px;
        width: 40px;
    }

    img.activityIconPage {
        border: 0px;
        float: left;
        margin: 7px 10px 10px 5px;
        width: 50px;
    }

    img.activityIconList {
        border: 0px;
        float: left;
        margin: 2px 2px 2px 2px;
        width: 20px;
    }

/* Navigation */

#BigNavPrimary {
    padding: 10px 10px 10px 10px;
}


#BigNavFooter {
    margin: 35px 0px 30px 0px;
}

nav ul {
    padding: 0px;
    list-style-type: none;
}

    nav ul li a {
        font-weight: bold;
        text-decoration: none;
    }

/* Nearby Location - In page navigation */

div.nearby {
    margin-left: auto;
    margin-right: auto;
}

    div.nearby ul {
        margin: 5px 5px 5px 5px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
        column-count: 3;
        column-gap: 0px;
    }

        div.nearby ul li {
            margin: 12px 5px 5px 5px;
            display: inline-block;
        }

            div.nearby ul li a {
                font-weight: bold;
                font-family: Verdana,Arial,sans-serif;
                font-size: 1.0em;
                text-decoration: none;
                background-color: rgba(255, 224, 112, 0.60);
                border-radius: 4px;
                color: rgba(0, 0, 0, 0.60);
                padding: 3px 13px 4px 13px;
            }

                div.nearby ul li a:hover {
                    background-color: rgba(255, 224, 112, 1.0);
                    color: rgba(0, 0, 0, 0.9);
                    text-decoration: none;
                }

/* Host Panel */

#hostpanel section header h3 {
    background-color: #B8C0DD;
}

#hostpanel section header h4 {
    background-color: #D7DCED;
}

/* Columns */

div.columns2 {
    margin: 0px;
}

section.columns2 {
    margin: 0px 5px 0px 5px;
}



div.columns2 img, div.columns3 img, a.download-common img, div.columns2centered div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Purchase */

.purchase-default {
    /*background-color:#FDD017;*/
    text-decoration: none;
    color: Black;
    border: 1px;
    border-style: solid;
    border-color: Black;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253, 208, 23, 0.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017)"; /* IE8 */
}

    .purchase-default:hover {
        background-color: rgba(253, 208, 23, 0.90);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0FDD017,endColorstr=#F0FDD017); /* IE 6 & 7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0FDD017,endColorstr=#F0FDD017)"; /* IE8 */
    }

.purchased {
    /*background-color:#FDD017;*/
    text-decoration: none;
    color: Black;
    border: 1px;
    border-style: solid;
    border-color: Black;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253, 208, 23, .65);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017)"; /* IE8 */
}

.purchase-common, .download-common {
    width: 170px;
}

.purchase-universal, .purchase-universal-gift, .purchase-lifetime-gift, .purchase-gift-link {
    width: 190px;
}

.purchase-stickers {
    height: 100px;
    width: 170px;
    text-decoration: none;
    color: Black;
    background-color: rgba(253, 208, 23, 0.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017)"; /* IE8 */
}

    .purchase-stickers input, .purchase-stickers select {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.purchase-discount {
    text-decoration: line-through;
    color: red;
}

.button-platform {
    width: 100px;
    border: 1px;
    border-style: solid;
    border-color: Black;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
}
/* Downloads */

.downloadbox {
    padding: 10px 0px 10px 0px;
    border: 1px;
    border-style: solid;
    border-color: Gray;
    border-radius: 4px;
    text-align: center;
}

/* Lists */

ul.basiclist {
    list-style-type: none;
    padding-left: 8px;
    margin: 0px;
}

    ul.basiclist li {
        margin-top: 3px;
        clear: both;
    }

ul.wraplist {
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

/* Activity List - Admin */

ul.actlist {
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
    display: inline-block;
    padding: 0;
    margin-top: 5px;
    overflow: hidden;
    list-style-type: none;
}

    ul.actlist label {
        padding: 3px;
        text-align: left;
    }

/* Ads */

.googleAdFramework, .googleAdInPage {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#googleAdBannerTop {
    position: fixed;
    top: 0px;
    z-index: 10000;
}

#googleAdBannerBottom {
    position: fixed;
    z-index: 10000;
}

#googleAdSidebarLeft {
    position: fixed;
    left: 15px;
    top: 45px;
    z-index: 10000;
}

#googleAdSidebarRight {
    position: fixed;
    left: 1080px;
    top: 45px;
    z-index: 10000;
}

iframe {
    overflow: hidden;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.i160x600 {
    width: 160px;
    height: 600px;
}

.i300x250 {
    width: 300px;
    height: 250px;
}

.i468x60 {
    width: 468px;
    height: 60px;
}

.i728x90 {
    width: 728px;
    height: 90px;
}

.i970x90 {
    width: 970px;
    height: 90px;
}

iframe.youtube, iframe.youtube2 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.pagecenter {
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

iframe.fbreview {
    border: none;
    overflow: hidden;
    width: 500px;
}

section.fbreview {
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    width: 500px;
}

    section.fbreview p {
        text-align: right;
        margin-bottom: 20px;
    }

        section.fbreview p a:link {
            text-decoration: none;
        }

        section.fbreview p a:link, section.fbreview p a:visited {
            text-decoration: none;
            color: #5B6FBA;
        }


        section.fbreview p a:hover, section.fbreview p a:active {
            text-decoration: underline;
            color: #EE0000;
        }



/*
     
     frameborder="0" 
     scrolling="no"*/

/* Forms */

form {
    margin: 0 auto;
}

input.webform, select.webform, textarea.webform, label.webform + ul, label.webform + a {
    float: left;
    margin: 3px;
}

input[type=submit] {
    margin: 10px;
}

.webformTable {
    display: inline-block;
    float: left;
}

label {
    text-align: right;
    vertical-align: top;
    padding-top: 3px;
    display: inline-block;
}

    label.webform {
        clear: left;
        float: left;
    }

    /*label.contactform {
        width: 115px;
    }*/

    label.giftform, label.contactform {
        width: 115px;
        font-weight: bold;
        padding-right: 3px;
    }

input[type=submit].webform {
    clear: left;
    float: right;
}

input + input {
    margin: 0 auto;
}

input[type=text].error {
    border-color: #EE2000;
    border-style: solid;
    background-color: #FFE6E6;
}

input[type=text].required {
    border-color: #555555;
    border-style: solid;
}

label.giftform + input, label.giftform + span, label.giftform + textarea {
    margin-bottom: 5px;
}

label.giftform + label + a {
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
}

ul.giftform {
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

span.error {
    color: #EE2000;
}

span.assist {
    font-style: italic;
    /*vertical-align: bottom;*/
}

/* Links */

a.detaillink:link {
    text-decoration: none;
    color: #0000FF;
}

a.detaillink:visited {
    text-decoration: none;
    color: #800080;
}

a.detaillink:hover, a.detaillink:active {
    text-decoration: underline;
    color: #EE0000;
}

/* Message Box*/

div.message {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.message section {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: rgba(253, 208, 23, 0.45);
    border: 1px;
    border-style: solid;
    border-radius: 4px;
    text-align: center;
    padding: 10px 25px 10px 25px;
    font-size: 1.1em;
}

/* Trail Finder Map */

.infowindow p {
    clear: both;
}

.infowindow h3 {
    white-space: nowrap;
}

.infowindow div {
    text-align: center;
    margin-top: 1.5em;
    padding-bottom: 5px;
    overflow: hidden;
}

#mainlink {
    font-weight: bold;
    font-size: 1.1em;
}

.tooltip {
    padding: 3px;
    background-color: #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    position: fixed;
    border: 1px solid #888888;
    white-space: nowrap;
}

.maptip {
    padding: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #888888;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.location {
    border: 1px solid #444444;
}

.legendButton {
    display: none;
    position: fixed;
    z-index: 10000;
    background-color: White;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    font-weight: bold;
    color: Grey;
}

a.legendButton:hover {
    cursor: pointer;
    color: Black;
}

.legendButtonOpen {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    color: Black;
}

#legend {
    display: none;
    position: fixed;
    z-index: 10000;
    background-color: White;
    width: 500px;
    height: 580px;
    border: 1px solid Black;
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px 0px 3px 3px;
    border-radius: 3px 0px 3px 3px;
}

    #legend img {
        border: 0px;
    }

/* Tables */

td {
    vertical-align: top;
    padding-left: 5px;
}

table.url tr td {
    vertical-align: middle;
    padding-left: 5px;
}


    td.centered {
        vertical-align: middle;
        text-align: center;
    }

    td.label {
        vertical-align: middle;
        text-align: right;
        width: 100px;
    }

th {
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: middle;
    border-radius: 3px;
}

    th.center {
        background-color: #DDDDDD;
        text-align: center;
        padding-left: 10px;
        padding-top: 5px;
        vertical-align: middle;
        border-radius: 3px;
    }

table.admin td {
    vertical-align: top;
    padding-left: 1px;
}

table.admin th {
    background-color: #DDDDDD;
}

.facebookShare {
    float: right;
    margin-top: 4px;
    margin-right: 4px;
}


/* Colors */

.green {
    color: #39ca20;
    font-weight: bold;
}

.blue {
    color: #3930ff;
    font-weight: bold;
}

.purple {
    color: #bd00d5;
    font-weight: bold;
}

.red {
    color: #bd0000;
    font-weight: bold;
}

.orange {
    color: #ff9500;
    font-weight: bold;
}

.gray {
    color: #949494;
    font-weight: bold;
}

.black {
    font-weight: bold;
}


/* Not Displayed */

.googleAdFramework, .searchEngineList {
    display: none;
}
