HTML > BODY
{
  background: url('http://gaons.wildapricot.org/resources/images/bkgrnd.gif');  


}
/* ------------------------------------------------ */

.nivoSlider a.nivo-imageLink { background:white; filter: alpha(opacity=0); opacity: 0;}

.nivoSlider {
    width:350px !important;
    height:200px !important;
}
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.button {
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.green { background-color: #98b189; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }
/* ------------------------------------------------ */
    .myButton {
        
        -moz-box-shadow: 0px 1px 3px 0px #91b8b3;
        -webkit-box-shadow: 0px 1px 3px 0px #91b8b3;
        box-shadow: 0px 1px 3px 0px #91b8b3;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
        background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
        
        background-color:#98b189;
        
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        
        border:1px solid #98b189;
        
        display:inline-block;
        color:#ffffff;
        font-family:Times New Roman;
        font-size:20px;
        font-weight:bold;
        padding:10px 20px;
        text-decoration:none;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
        background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
        
        background-color:#98b189;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
/* ------------------------------------------------ */


/*Wild Apricot legacy styles for compatibility with version 5.0. Begin.*/
#idHeaderContent 
{ 
  display: none; 
}

/*Wild Apricot legacy styles for compatibility with version 5.0. End.*/

/* ------------------------------------------------ */
/* Remove term administrator & name on blog posts & */
SPAN.postedByComment {
display: none
}

SPAN.postedByLink
{
  display: none
} 

.itemAuthor
{
  display: none;
} 
/* ------------------------------------------------ */

/* Mobile Portrait */
@media only screen 
  and (max-width: 767px) 
  and (orientation: portrait) {
    /* Tweaked footer buttons to exclude vertical bar and have reduced horizontal spacing. */
    #id_DtrqapE > div > ul > li::before {
        content: "";
    }
    #id_DtrqapE.WaGadgetCustomMenu.menuStyleNone                         .orientationHorizontal li a {
        margin: 0px 5px;
    }

    #id_4CJKtJV > div > ul > li::before {
        content: "";
    }
    #id_4CJKtJV.WaGadgetCustomMenu.menuStyleNone                         .orientationHorizontal li a {
        margin: 0px 5px;
    }
    #id_dRjfpSd > div > ul > li::before {
        content: "";
    }
    #id_dRjfpSd.WaGadgetCustomMenu.menuStyleNone                         .orientationHorizontal li a {
        margin: 0px 5px;
    }

    .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.dir>.item>a>span:before {
        display: none;
    }

    .topLeftMenuGadget {
        margin-bottom: 0 !important;
        margin-left: -5px !important;
        margin-top: 57px !important;
        position: absolute !important;
        z-index: 1 !important;
    }

    .topLeftMenuGadget li {
        font-size: 15px !important;
    }

    .topLeftMenuGadget li a {
        margin: 0 5px !important;
    }

    .topLeftMenuGadget li::before {
        display: none !important;
    }

    .topLeftMenuGadget a {
        color: white !important;
    }

    .loginButtonGadget {
        height: 36px !important;
        margin-top: -25px !important;
        margin-bottom: 5px !important;
    }

    .loginButtonGadget .loginBoxProfileLink, .loginButtonGadget .loginBoxChangePassword, .loginButtonGadget .loginBoxLogout {
        font-weight: bold !important;
    }

    .headerMenuGadget .menuButton {
        width: 30px !important;
        float: right !important;
        padding: 13px 25px 12.5px 25px !important;
    }

    .headerMenuGadget .menuBackground {
        height: 55px !important;
    }
}

/* Mobile Landscape */
@media only screen 
  and (max-width: 767px) 
  and (orientation: landscape) {
    /* Tweaked footer buttons to exclude vertical bar and have reduced horizontal spacing. */
    #id_DtrqapE > div > ul > li::before {
        content: "";
    }
    #id_DtrqapE.WaGadgetCustomMenu.menuStyleNone                         .orientationHorizontal li a {
        margin: 0px 5px;
    }
    #id_4CJKtJV > div > ul > li::before {
        content: "";
    }
    #id_4CJKtJV.WaGadgetCustomMenu.menuStyleNone                         .orientationHorizontal li a {
        margin: 0px 5px;
    }    

    #id_dRjfpSd > div > ul > li::before {
        content: "";
    }
    #id_dRjfpSd.WaGadgetCustomMenu.menuStyleNone                         .orientationHorizontal li a {
        margin: 0px 5px;
    }
    .WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.dir>.item>a>span:before {
        display: none;
    }
}