#events_calendar .kjo-link p { display: none !important; }
#haHeader .infoBoxes .info { top: auto !important; padding-bottom: 40px !important; bottom: 0 !important; height: auto !important; }
#site-header {background-color: #4a2a1e;}

/*body background*/
body.custom-background {
    background-color: #4a2a1e !important;
}

/* main content area */
#content {background-color: #d3c3a9;*}
main #main-content #primary #content article {background-color: #d3c3a9;}
#main-content #primary #content article .entry-header, #main-content #primary #content article .entry-content {background-color: #d3c3a9;}

/* right sidebar */
#main #main-content #content-sidebar {background-color: /*#4a2a1e;clare*/ #d3c3a9; }

/* remaining square below right sidebar */
body #page.site {background-color: #d3c3a9;}

/* left sidebar */
body #page #main #secondary {background-color: #4a2a1e;}

/* remaining black colored square below the left sidebar */
body .site:before {background-color: #4a2a1e;}

/* menu */
#masthead.site-header {background-color: #a57969;}

/* search button at the end of the menu */
#masthead div.header-main div.search-toggle {background-color: #a57969;}


/* drop down menu items */
.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {background-color: #a57969;}
.site-navigation a:hover {background-color: #a57969;}
.primary-navigation ul ul {background-color: #956251;}
.primary-navigation li:hover > a, .primary-navigation li.focus > a {background-color: #a57969;}

/* footer */
#colophon.site-footer {background-color: #8f5744;}

/* search this website widget */
form#searchform input#searchbutton {background-color: #8f5744;}

/* For some reason the article element (main text content area) on the "Research" page has a top margin of -40. that is raising the text into the picture at the top of the page.  I'm just setting the top margin back to 0 */
.full-width .site-content .has-post-thumbnail .entry-header {margin-top: 0px;}

/* Dates in right sidebar recent posts widget */ 
ul li time.rpwe-time {color: #2b2b2b;}
