/* Enter Your Custom CSS Here */
/*** move header banner to centre #header-image {
  max-width: 40%;
  padding-left: 30%;
  padding-right:30%;
  background:#161213;}  ***/ 
/*** for nav bar &amp; footer - need to check full code for other browser version ***/ 
#access, #access li li a {
/**    background: repeating-linear-gradient(#444142, #161213 40px) repeat scroll 0 0 rgba(0, 0, 0, 0);**/
     /**background: none repeat scroll 0 0 #ef884b;**/
        background: #ef884b;
        font-family: "Lucida Grande","Lucida Sans Unicode","Bitstream Vera Sans",sans-serif;
}
#access ul {max-width: 80%;}
/** current page on menu colour**/
#access a:hover, #access li li a:hover, #access li.current_page_item > a {
  background: repeating-linear-gradient(#f5b793, #ef884b 40px) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color:#161213;}
#access li.current_page_item > a {font-weight:bold;
}
#header input#s:focus{ color:#161213;}
/*** for mobile menu***/ 
#access a, #header #searchform {
  background: repeating-linear-gradient(#f5b793, #ef884b 40px) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color:#161213;}
/***/
.entry-meta{display:none;}
/** for search field**/ 
#header input#s {
    background: linear-gradient(#E9E9E0, #E3E3DC) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 3px 3px 3px #e3e3dc inset;
    color:#333;}
.entry-title a:hover{color:green;}
#footer-area {
/**    background: linear-gradient(#444142, #161213) repeat scroll 0 0 rgba(0, 0, 0, 0);**/
       /*** background: none repeat scroll 0 0 #efefe9;***/
  background: linear-gradient(#fff, #Efefe0) repeat scroll 0 0 rgba(0, 0, 0, 0);
/***   background: linear-gradient(#bf6c3c, #ef884b) repeat scroll 0 0 rgba(0, 0, 0, 0);***/
  box-shadow: 0 0 6px #999999;
    margin: 0px auto;
    max-width: 1132px;
    overflow: hidden;
    padding: 0px 0px 0px 0px ;
    position: relative;
}
#footer-area .widget:first-child { margin: 0 0 1.9% 1.9%}
/***/
body.custom-background {
    background: linear-gradient(#161213, #444142) repeat scroll 0 0 rgba(0, 0, 0, 0);
}