@charset "UTF-8";
html,
body {
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #3c815e;
    background-image: url(../images/backer_stripe.gif);
    background-repeat: repeat-x;
}
.sidr.left {
    left: -260px;
    right: auto;
}
.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    background: #333;
    color: #fff;
    box-shadow: 0 0 5px 5px #222 inset;
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 1.2em;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
}
.sidr ul li a,
.sidr ul li span {
    padding: 15px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
    box-shadow: 0 0 15px 3px #222 inset;
}
@media (min-width: 767px) {
    #master {
        margin-right: auto;
        margin-left: auto;
        width: 760px;
        height: auto;
    }
    #navigation {
        width: 120px;
        float: left;
        background-color: #eee;
        margin-right: 6px;
        height: 100%;
        margin-bottom: -2000px;
        padding-bottom: 2000px;
    }
    #content {
        width: 510px;
        float: left;
        background-color: #fff;
    }
    #sponsors {
        width: 120px;
        float: right;
    }
    #searchbar {
        width: 760px;
    }
    #columns {
        background-color: #fff;
        width: 760px;
        height: 100%;
        overflow: hidden;
    }
    #headersearch {
        height: 88px;
        background-image: url(../images/lindenhurst_village_header.gif);
        background-repeat: no-repeat;
    }
    .mobile-menu {
        display: none;
    }
    .lv-d-ad {
        display: inline-block;
    }
}
h1 {
    font-size: 14px;
}
h2 {
    font-size: 12px;
}
div#navigation ul {
    list-style-type: none;
    margin: 3px;
    padding: 3px;
}
div#navigation li {
    padding: 3px 3px 10px 3px;
}
label.lblsrch {
    font-size: 11px;
}
form {
    margin: 0px;
    padding: 0px;
}
#weather {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {

    body {
        font-size:16px;
        line-height: 22px;
    }

    #navigation {
        display: none;
    }
    #navigation a {
        display: block;
        border-bottom: 1px solid #666;
        text-decoration: none;
        color: #000;
        padding-bottom: 10px;
    }
    #content {
        width: 100%;
        background-color: #fff;
        padding: 0 10px;
    }
    #sponsors {
        display: none;
    }
    #content img,
    #header img {
        max-width: 100%;
        height: auto;
    }
    #searchbar {
        width: 100%;
        background-color: #ccc;
        text-align: center;
        padding-top: 4px;
    }
    #columns {
        background-color: #fff;
        width: 100%;
        overflow: hidden;
    }
    #searchbar {
        display: none;
    }
    .mobile-menu {
        width: 100%;
        background-color: #ccc;
        padding: 4px;
    }
    .mobile-menu a {
        display: inline-block;
        padding: 4px;
        border: 1px solid #444;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        background-color: #eee;
    }
    .business-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .business-list li {
        padding: 5px;
    }
    .business-list a {
        color: #000;
        font-size: 1.4em;
    }
    .lv-d-ad {
        display: none;
    }
}
#columns:after {
    clear: both;
}
div#contactbox {
    height: 200px;
    background-color: #eee;
    border: 1px solid #666;
    padding: 6px 0px 0px 6px;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
    border-color: #474747;
    background-color: #474747;
    background-image: none;
    filter: none;
}


.ri img {
    width:100%;
    height:auto;
  }
