﻿body {
    font-size: 14px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #303030;
    background-color: #fff;
    margin: 0px;
    height: 100%;
    padding: 0px;
}

header {
    display: block;
    margin: 0px;
    height: 120px;
}

.HeaderLogo {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.HeaderLogoText {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.TelNumberArea {
    float: right;
}

footer {
    display: block;
    text-align: center;
    width: 100%;
    height: 400px; /* HEIGHT OF THE FOOTER */
    padding-left: auto;
    padding-right: auto;
    padding-top: 10px;
    font-size: .80em;
    line-height: 15px;
    background-image: url("/Content/Images/nav_fade.png");
    background-position: top;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
}

.Copyright {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.FooterContainer {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.FooterColLeft {
    width: 310px;
    float: left;
    padding-left: 10px;
    color: #ffffff;
}

.FooterColMid {
    width: 290px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

.FooterColRight {
    width: 290px;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
    color: #ffffff;
}

.FooterSectionHeader {
    width: 270px;
    padding-left: 20px;
    padding-bottom: 4px;
    padding-top: 15px;
    border-width: 0px 0px 0px 0px;
    border-bottom-color: #ffffff;
    border-style: solid;
    font-size: 17px;
    color: #ffffff;
}


nav {
    display: block;
    height: 50px;
    top: 150px;
}

section {
    display: block;
}

#main {
    padding: 15px 30px 15px 30px;
}

.DesktopHide {
    display: none;
}

/* Primary Layout
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */



#MenuButton {
    display: none;
}

.page {
    width: 96%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 400px; /* HIEGHT OF THE FOOTER */
}

.outer_wrapper {
    width: 100%;
    min-height: 100%;
    position: absolute;
}

/* This Top value sets height of the nav bar */
.nav_extend {
    width: 100%;
    background-image: url("/Content/Images/nav_fade.png");
    background-repeat: repeat-x;
    top: 120px;
    left: 0px;
    position: absolute;
    height: 50px;
    background-color: #57c0ee;
}

.PageHeroImage {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 950px;
    height: 300px;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-top-left-radius: 0px 0px 5px 5px;
    -moz-border-radius-topleft: 0px 0px 5px 5px;
}

.rightbar {
    float: right;
    width: 300px;
}

.leftcol {
    float: left;
    width: 630px;
    margin-right: 20px;
}

.FullWidth {
    float: left;
    width: 950px;
}

.TagLine {
    font-family: 'Indie Flower', cursive;
    font-size: 18px;
    color: #333;
    float: right;
    height: auto;
    width: auto;
    clear: right;
    line-height: 25px;
    text-align: center;
    padding-top: 5px;
}

.TagLineMidSize {
    display: none;
}

.TagLineMobile {
    display: none;
}

.Tel {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 25px;
    height: auto;
    width: auto;
    float: right;
    clear: right;
    color: #57c0ee;
}

.MidHeaderInfo {
    display: none;
}

.MobileHeaderInfo {
    display: none;
}

.adbox-left {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    margin-right: 10px;
    float: left;
}

.adbox-right {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    margin-left: 10px;
    float: left;
}

.NewsArticlePrev {
    margin-bottom: 30px;
}


.newsImageWrapper {
    float: left;
    width: 265px; 
    padding-right: 10px;
}

    .newsImageWrapper img {
        width: 100%;
    }


.Search {
    display: none;
    width: 200px;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 7px;
    top: 50px;
    right: -20px;
    position: absolute;
    float: right;
    z-index: 20;
    display: none;
    border-radius: 0px 0px 10px 10px;
}

.RightBar_Snippet {
    width: auto;
    font-size: 14px;
}

.YouTube {
    float: left;
    width: 356px;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.BlueButton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89d3f3), color-stop(1, #57c0ee) );
    background: -moz-linear-gradient( center top, #89d3f3 5%, #57c0ee 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89d3f3', endColorstr='#57c0ee');
    background-color: #57c0ee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: 0px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #528ecc;
    cursor: pointer;
}

.BlueText {
    color: #57c0ee;
}

.PageTitle {
    background-color: #57c0ee;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px 5px 0px 0px;
    -moz-border-radius-topleft: 5px 5px 0px 0px;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 40px;
    color: #ffffff;
    font-weight: bold;
    height: 16px;
}

    .PageTitle h1 {
        font-size: 14px;
        margin: 0px;
    }


    .PageTitle p {
        margin: 0px;
    }

.Title {
    background-color: #57c0ee;
    background-image: url(/Content/Images/bflysmall.png);
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px 5px 0px 0px;
    -moz-border-radius-topleft: 5px 5px 0px 0px;
    padding: 10px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: bold;
    height: 16px;
}

    .Title p {
        margin: 0px;
    }

    .Title a {
        color: #ffffff;
        text-decoration: none;
    }

        .Title a:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .Title a:visited {
            color: #ffffff;
            text-decoration: none;
        }

        .Title a:active {
            color: #ffffff;
            text-decoration: none;
        }

.Content {
    border: thin;
    border-color: #57c0ee;
    border-top-color: #ffffff;
    border-style: solid;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-top-left-radius: 0px 0px 5px 5px;
    -moz-border-radius-topleft: 0px 0px 5px 5px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: justify;
}

    .Content p {
        margin-top: 0px;
        margin-bottom: 20px;
    }

        .Content p a {
            color: #57c0ee;
        }

.TitleNoContent {
    background-color: #57c0ee;
    background-image: url(/Content/Images/bflysmall.png);
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 10px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: bold;
    height: 16px;
}

.Pencil {
    font-family: 'Indie Flower', cursive;
    color: #666666;
    font-size: 20px;
}

.PlainText {
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    text-decoration: none;
    color: #232323;
    background-color: #fff;
}

.FloatLeft {
    float: left;
    margin-right: 20px;
}

.FloatRight {
    float: right;
    margin-left: 20px;
}




/************ SHOP *************/

.CategoryItem {
    width: 190px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .CategoryItem:nth-child(3n+3) {
        margin-right: 0px;
    }

.CategoryItemImage {
    width: 180px;
    height: 180px;
    border-color: #57c0ee;
    border-style: solid;
    border-width: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
}

.CategoryItem:hover > a .CategoryItemInfo {
    background-color: rgba(87,192,238,1);
}

.CategoryItemImageInner {
    height: 150px;
    width: 180px;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.CategoryItemInfo {
    width: 175px;
    height: 30px;
    margin-top: 150px;
    float: left;
    padding-left: 5px;
    font-weight: bold;
    color: #ffffff;
    background-color: rgba(87,192,238,0.5);
    line-height: 30px;
}

.CategoryBuyButton {
    width: 65px;
    height: 30px;
    background-color: #3399cc;
    float: left;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ProductGalleryThumb {
    width: 79px;
    height: 79px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #57c0ee;
}

    .ProductGalleryThumb:hover {
        border-color: #3399cc;
    }

.ProductOptions {
    clear: both;
    margin-bottom: 10px;
}

.ProductImage {
    width: 630px;
    height: 450px;
    clear: both;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .ProductImage img {
        width: 630px;
    }

.ProductDescription {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ProductPrice {
    font-size: 22px;
    color: #3399cc;
    float: left;
    margin-top: 5px;
}

.Button {
    background-color: #57c0ee;
    color: #ffffff;
    padding: 5px;
    width: 125px;
    text-align: center;
    float: right;
    border-style: solid;
    border-width: 3px;
    border-color: #57c0ee;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
}

    .Button:hover {
        border-color: #3399cc;
        background-color: #57c0ee;
    }

.FeaturedItemBanner {
    width: 700px;
    height: 467px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ClearBoth {
    clear: both;
    line-height: 0px;
}

/* NAV MENU   
----------------------------------------------------------*/
ul#menu {
    margin: 0px;
    text-align: center;
    z-index: 999;
    left: -21px; /* ADJUST THIS TO CENTER THE NAV BAR MANUALLY */
    position: relative;
}

    ul#menu li {
        display: inline;
        list-style: none;
        position: relative;
        padding: 0px 10px 0px 10px;
        float: left;
        z-index: 10;
    }

    ul#menu.MobileHide li:hover > ul {
        display: block;
    }

    ul#menu li a {
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        line-height: 50px;
        color: #ffffff;
        text-align: center;
    }

        ul#menu li a:hover {
            text-decoration: underline;
        }

    /* NAV MENU / Sub Menu
----------------------------------------------------------*/
    ul#menu ul {
        display: none;
        position: absolute;
        top: 50px;
        left: 0px;
        width: auto;
    }

        ul#menu ul li {
            display: block;
            width: auto;
            padding: 0px 0px 0px 0px;
            float: left;
            clear: both;
        }

            ul#menu ul li a {
                background-image: none;
                left: -20px;
                position: relative;
                font-weight: bold;
                font-size: 12px;
                text-decoration: none;
                line-height: 28px;
                white-space: nowrap;
            }

                ul#menu ul li a:hover {
                    text-decoration: underline;
                }


/* Buttons and Forms
-----------------------------------------------------------*/
#button_lrg {
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    border-style: double;
    border-color: Black;
    border-width: medium;
    float: left;
    margin: 10px;
}

#button_sml {
    width: auto;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    border-style: double;
    border-color: Black;
    border-width: medium;
    float: left;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
}



.ConvertButton {
    background-color: #57c0ee;
    border-color: #57c0ee;
    color: #ffffff;
    padding: 5px 10px;
    font-family: 'handlee', sans-serif;
    border-radius: 10px;
    border-style: solid;
    cursor: pointer;
    outline: none;
    border-width: 2px;
}

    .ConvertButton:hover {
        border-color: #3399cc;
    }

.ConvertInput {
    border-color: #57c0ee;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 2px;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Gill Sans', sans-serif;
    color: #666666;
}

    .ConvertInput:focus {
        border-color: #3399cc;
        color: #3399cc;
    }


fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    font-family: Helvetica, Sans-Serif;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #57c0ee;
    border-width: 2px;
    padding: 4px 2px;
    outline: none;
    box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"], select {
    font-family: Helvetica, Sans-Serif;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #57c0ee;
    border-width: 2px;
    padding: 4px 2px;
    outline: none;
    margin-bottom: 5px;
    box-sizing: border-box;
}

select {
    padding: 3px 2px;
    line-height: 20px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.contact_form input, .contact_form textarea {
    width: 100%;
}

.contact_form textarea {
    height: 200px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Slider CSS */


/* SHOP CSS
-----------------------------------------------*/

.ShopItem {
    width: 295px;
    height: 350px;
    float: left;
    margin: 10px;
    text-align: center;
}

.ShopItemImage {
    height: 250px;
    text-align: center;
}

.ItemName {
    margin-bottom: 10px;
}

.ItemDescription {
    font-size: 10px;
    line-height: 12px;
    height: 24px;
}

.ItemPrice {
    height: 20px;
}


.column {
    float: left;
    box-sizing: border-box;
}

    .column input, .column select {
        width: 100%;
    }

.columnHalfWidth {
    width: 50%;
}

    .columnHalfWidth:first-child {
        padding-right: 10px;
    }

    .columnHalfWidth:nth-child(2) {
        padding-left: 10px;
    }

.DonationsHelpContainer {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    height: 200px;
    max-height: 50%;
    float: left;
}

.DonationsHelpImage {
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}



.DonationsHelpLabel, .DonationsHelpPrice {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    color: white;
    text-align: right;
    display: block;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    cursor: auto;
}

.DonationsHelpPrice {
    bottom: 0px;
}

.DonationsHelpLabel {
    bottom: 36px;
}


/* blog tags */
ul li.BlogTags a {
    color: #57c0ee;
    text-decoration: none;
}

.BlogTags {
    float: left;
    border-radius: 10px;
    color: rgba(242,242,242,0.75);
}

.BlogTag1 {
    font-size: 16px;
    line-height: 16px;
}

.BlogTag2 {
    font-size: 24px;
    line-height: 24px;
}

.BlogTag3 {
    font-size: 32px;
    line-height: 32px;
}

.BlogTag4 {
    font-size: 40px;
    line-height: 40px;
}

.BlogTag5 {
    font-size: 48px;
    line-height: 48px;
}

.BlogTag6 {
    font-size: 52px;
    line-height: 52px;
}

.BlogTag7 {
    font-size: 56px;
    line-height: 56px;
}

.BlogTag8 {
    font-size: 60px;
    line-height: 60px;
}

.BlogTag9 {
    font-size: 64px;
    line-height: 64px;
}

.BlogTag10 {
    font-size: 68px;
    line-height: 68px;
}