﻿html {
    background-image:url('/images/background.jpg');
    background-repeat: repeat;
    background-attachment:fixed;
    font-family: Lato;
    line-height: 1.625;
    font-size:15px;
    color: #373737;
}

p {
    margin: 0;
}

a {
  color: #1982d1;
  text-decoration: none;
}

h2 {
    margin:0;
}

.PrimaryContainer {
    width:1000px;
    background:#dedede;
    margin-top:2em;
    margin-bottom:4em;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 0 0 8px rgba(0,0,0,.4);
}

.GrayLink {
    font-size:x-small;
    color:#dedede;
    cursor:default;
}

#Logo {
    float:left;
}

#Info {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    z-index: 10;
    max-width: 700px;
    text-align:justify;
    line-height: 1.625;
}

#PhotoTop {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    z-index: 10;
}

#NavBar {
    display:block;
    clear:both;
    background: #284068;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    width:100%;
    float:left;
    margin: -6px 0 6px 0;
}

#NavBar a {
    color: #eee;
    display: block;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
}

#NavBar a:hover {
    background: #efefef;
    color: #373737
}

#NavBar ul {
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding: 0 0 0 50px;
}

#NavBar li {
    float: left;
    font: 13px;
}
    
#NavBarMini {
    display: none;
}
#NavBarMiniButton {
    display: none;
}

#Content {
    clear:both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    width: 90%;
}

.PhotoShow {
    float: left;
    width: 680px;
    top: -6px;
    position: relative;
}

.PhotoShowImg {
    width:680px;
}

.fb-page-ParentDiv {
    float:left;
    position: relative !important;
    top: -6px;
    left: 10px;
    width:320px;
}

.entry-title {
  color: #395992;
  font-size: 28px;
  font-weight: bold;
  line-height: 20px;
  font-style: italic;
}

#Address {
    float: left;
    margin-left: 50px;
    margin-top: 25px;
}
#Internet {
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}
#StoreHours {
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}

.BrandImage {
    width:100px;
    padding:12px;
}

.CustomerCard {
    background-color:white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    padding:20px;
}
.width371 {
    width:371px;
}
.width610 {
    width: 610px;
}
.width645 {
    width:645px;
}
.IE_RemoveXButton::-ms-clear {
    display:none;
}
.fb-share-button {
    position: relative;
    top: -6px;
}
.BlogContainerLeft {
    display:inline-block;
    vertical-align:top;
    width:70%;
    text-align:justify;
    line-height:1.6;
}

.BlogContainerLeft img {
    width:100%;
}

.BlogContainerRight {
    display:inline-block;
    vertical-align:top;
    width:25%;
    padding:0px 20px;
}

.BlogBox {
    background-color: #E6E6E6;
    padding: 20px;
    line-height:1.6;
}

.AdvertBox {
    background-color: #E6E6E6;
    padding: 20px;
    margin-top:20px;
    text-align:center;
}

.AdvertBox img {
    max-width: 100%;
    margin-bottom: 20px;
}
input, textarea {
    font-size: medium;
    padding: 9px;
    border-radius: 2px;
    background-color: white;
    border: solid 1px #ddd;
    font-family: Lato;
}
@media (max-width: 600px) {
    body {
        background:#dedede;
        line-height:1.25;
        padding:0;
        margin:0;
    }
    .fb-page-ParentDiv {
        display:none !important;
    }
    img {
        max-width:100%;
    }

    .PrimaryContainer {
    width:100%;
    background:#dedede;
    margin:0;
    }
    #Logo {
        float:none;
        width: 100%;
        text-align: center;
    }
    #Info {
        display: none;
    }
    #PhotoTop {
        display: none;
    }
    #Address {
        float: none;
        margin-top:0px;
        margin-left:10px;
        margin-bottom: 20px;
    }
    #Internet {
        float: none;
        margin-bottom: 20px;
    }
    #StoreHours {
        float: none;
    }
    #NavBar {
        display: none;
    }
    #CMSNavBar {
        display: none;
    }

    #NavBarMini {
        display:none;
        clear:both;
        background: #284068;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
        width:100%;
        margin: -6px 0 6px 0;
    }

    #NavBarMini a {
        color: #eee;
        display: block;
        line-height: 3.333em;
        padding: 0 2em;
        text-decoration: none;
    }

    #NavBarMini a:hover {
        background: #efefef;
        color: #373737
    }

    #NavBarMini ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #NavBarMini li {
        font: 14px;
    }
    
    #NavBarMiniButton {
        display:block;
        position:fixed;
        top:0px;
        left:0px;
        background: #284068;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
        width:50px;
        height:50px;
        border-right: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
        text-align:center;
        z-index:100;
    }

    #NavBarMiniButton img {
        position:relative;
        top:4px;
    }

    .NavBarButtonText {
        color: white;
        display:block;
        height:100%;
        width:100%;
        padding-top: 15px;
        text-align:center;
    }
    .NavBarMini a:hover {
        background: #efefef;
        color: #373737
    }
    .PhotoShow {
        max-width:100%;
        overflow:hidden;
    }
    .PhotoShowImg {
        width:386px;
    }
    .RadRotator {
        height:220px !important;
    }

    .BrandImage {
        width:100px;
        height:100px;
        padding:0px;
    }
    .BlogContainerLeft {
        width: initial;
    }
    .BlogContainerRight {
        width: initial;
        padding: initial;
    }
}

/* CMS Admin Toolbar */
#CMSNavBar {
    display:block;
    background-color:#4CAF50;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    width:100%;
    margin: 0;
    position:fixed;
    top:0;
    left:0;
    height:34px;
    z-index:1000;
}

#CMSNavBar a {
    color:black;
    display: block;
    line-height: 2.2em;
    padding: 0 1.2125em;
    text-decoration: none;
}

#CMSNavBar a:hover {
    background: #efefef;
    color: #373737
}

#CMSNavBar ul {
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding: 0 0 0 50px;
}

#CMSNavBar li {
    float: left;
    font: 13px;
}

#CMSPadding {
    margin-top:3em;
}