/* =============================================================================
  RESETS & DEFAULTS
  ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, section, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
label { cursor: pointer; }
body { line-height: 1; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #dadada; margin: 1em 0; padding: 0; }
input[type="checkbox"], input[type="radio"] { padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
input:valid, textarea:valid {}
input:invalid, textarea:invalid { background-color: #f0dddd; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; border-spacing: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after, .clear { clear: both; }
.clearfix { *zoom: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
html, body, button, input, select, textarea, th, td { -webkit-font-smoothing: antialiased; }

/*	BASE STRUCTURE
  ============================================================================================ */

body, th, td, input {
  font: 16px/1.5 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  color: #3c3836;
}
body {
  background: #260d01 url(../images/background.gif);
  margin: 20px;
}
table, tr, td {
  border: none;
  margin: 0;
  padding: 0;
}

#ad {
  text-align: center;
  margin: 0 auto 20px auto;
  max-width: 100%;
}

#outerContainer {
  background: #000;
  border: 1px solid #292c27;
  padding: 1px;
  max-width: 1280px;
  margin: 0 auto;
}

#container {
  background: #3b4b2c url(../images/backgroundContainer.gif);
  padding: 8px;
}

#site { border: 1px solid #232c24; }

#header {
  border-top: 1px solid #131914;
  border-right: 1px solid #131914;
  border-left: 1px solid #131914;
  line-height: 0;
}

#main { }
#colLeft {
  background: #fff url(../images/backgroundColLeft.gif) bottom repeat-x;
  border-top: 5px solid #79726f;
  border-right: 1px solid #131914;
  border-bottom: 1px solid #131914;
  vertical-align: top;
  padding: 25px;
  width: 75%;
  /*
  width: 726px;
  */
}
#colRight {
  background: #233017 url(../images/backgroundColRight.gif) bottom repeat-x;
  border-top: 5px solid #5c2d1c;
  border-left: 1px solid #131914;
  border-bottom: 1px solid #131914;
  vertical-align: top;
  width: 25%;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#submenu {
  border-bottom: 5px solid #5c2d1c;
  width: 205px;
}

#sidebarActions, .sidebarActions, #homeRight {
  padding: 20px 15px;
  margin-bottom: 15px;
  color: #6c7e5c;
}
.custom-html-widget p { color: #fff; }
.css-to8mgr { width: auto !important; } /* paypal sidebar widget */
#colRight li.widget { padding: 20px; }
#colRight .gallery-item {
  width: 100% !important;
  margin: 0 auto 20px auto !important;
}
#gallery-1 .gallery-caption {
  margin-left: 0;
  color: rgba(255,255,255, 0.6);
  padding: 10px;
  margin: 0;
}
#gallery-1 img { border: none !important; }

.bannerArea {
  background: #2d3d1e;
  color: #d5e3c9;
  text-align: center;
  margin: 10px;
  padding: 10px;
  display: block;
  border: 1px solid #4c6238;
}
.bannerArea a { text-decoration: underline !important; }

.alt {
  background-color: #edf3e8;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 11px;
}
.commentlist li {
  border-bottom: 1px solid #dedede;
  margin: 20px 0;
}
.pageNav {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pageNavLeft {
  margin: 0;
  padding: 5px;
}
.pageNavRight {
  text-align: right;
  margin: 0;
  padding: 5px;
}

#footer {
  font-size: 13px;
  color: #979797;
  text-align: center;
  padding: 30px;
}
#logo-footer {
  text-align: center;
  margin: 0 auto 20px auto;
  max-width: 200px;
}

.linklove { display: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	TYPOGRAPHY
  ============================================================================================ */

p, h1, h2, h3, h4, h5, h6 { margin: 0 0 20px 0; }

h1 {
  background: url(../images/backgroundH1.gif) top left no-repeat;
  font: normal 26px georgia, serif;
  padding: 0 0 10px 34px;
  color: #913f20;
  clear: both;
}
h2 {
  font: normal 20px georgia, serif;
  color: #736661;
  clear: both;
}
#colRight h2 {
  background: url(../images/backgroundColRightH2.gif) no-repeat;
  font: normal 14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  padding: 0 0 0 25px;
  color: #f8fff1;
  margin: 0 0 5px 0;
}
#colRight .widget_media_gallery h2 { margin-bottom: 20px; }
h3 {
  font-size: 20px;
  font-weight: normal;
  color: #384c26;
}
h4, .large {
  font-size: 16px;
  font-weight: normal;
}
h6, small, .small { font-size: 11px; }

.date {
  font-size: 11px;
  color: #857f7d;
  margin: -10px 0 20px 0;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }

/*	LINKS
  ============================================================================================ */

a {
  color: #7d3216;
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
a:hover { color: #736661; }

h2 a:link, h2 a:active, h2 a:visited {
  color: #736661;
  text-decoration: none;
}
h2 a:hover { color: #913f20; }

h1 a:link, h1 a:active, h1 a:visited {
  color: #913f20;
  text-decoration: none;
}
h1 a:hover { color: #736661; }

#colRight a:link, #colRight a:active, #colRight a:visited {
  color: #c1d7ad;
  text-decoration: none;
}
#colRight a:hover { color: #fff; }

#footer a:link, #footer a:active, #footer a:visited {
  color: #979797;
  text-decoration: none;
}
#footer a:hover { color: #fff; }

#edit a:link, #edit a:active, #edit a:visited, .pageNav a:link, .pageNav a:active, .pageNav a:visited {
  background: #481907 url(../images/backgroundButton.gif) top repeat-x;
  border-top: 1px solid #481907;
  border-right: 1px solid #280c01;
  border-bottom: 1px solid #280c01;
  border-left: 1px solid #481907;
  color: #fff;
  padding: 3px 7px;
  font-size: 11px;
  text-decoration: none;
}
#edit a:hover, .pageNav a:hover { background: #6a3b2a; }

#submenu .page-item-1222 { display: none !important; }

/*	NAV
  ============================================================================================ */

#menu {
  background: #330505 url(../images/backgroundMenu.png) repeat-x;
  border-top: 1px solid #233017;
  border-right: 1px solid #131914;
  border-bottom: 1px solid #233017;
  border-left: 1px solid #131914;
  font-size: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-grow: 1;
}
#menu li {
  position: relative;
  flex-grow: 1;
}
#menu a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
#menu a, #menu .sub-menu a { color: #dedddd; }
#menu a:hover, #menu li:hover > a, #menu .current_page_item a {
  filter: brightness(1.05);
  color: #fff;
}
#menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  border: 1px solid #233017;
}
#menu li:hover .sub-menu { display: block; }
#menu .sub-menu li {
  float: none;
  width: 200px;
}
#menu .sub-menu a, #menu .sub-menu a:hover {
  background-image: url(../images/bg-submenu.png);
  background-position: 8px 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 30px;
  text-align: left;
}
#menu .sub-menu a { background-color: #253218; }
#menu .sub-menu a:hover { background-color: #2c3c1e; }

#menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/*	LISTS
  ============================================================================================ */

ol { margin: 2rem; }
ul li, ol li { margin-bottom: 5px; }

#colRight ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colRight ul li {
  margin: 0;
  padding: 0;
}
#colRight ul li ul {
  margin-bottom: 20px;
}
#colRight ul li ul li {
  background: url(../images/backgroundColRightBullet.gif) 25px 5px no-repeat;
  border-bottom: none;
  padding: 0 0 0 35px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  border-right: 1px solid #5e3030;
  list-style-image: none;
  float: left;
  margin: 0;
  padding: 0;
}

#submenu ul li { background: #2d3d1e url(../images/backgroundSubmenu-Over.gif) repeat-x; }

#footer ul {
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
}
#footer ul li {
  display: inline;
  margin: 0;
  padding: 0 12px 0 0;
}

/*	MEDIA
  ============================================================================================ */

img, .wp-caption img, #colLeft img {
  max-width: 100%;
  height: auto;
}
div.wp-caption.alignnone { width: auto !important; }
.wp-caption { max-width: 100%; }
.wp-caption.aligncenter, .aligncenter { margin: 0 auto 20px auto; }

img.centered, .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 20px 20px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 20px 20px 0;
  display: inline;
}

.alignright, .alignleft { max-width: 50%; }
.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.wp-caption-text {
  font-size: 13px;
  margin: 0 0 30px 0;
  padding: 10px;
}
#content .wp-caption-text { background: #ededed; }
#colRight .wp-caption-text { color: rgba(255,255,255,0.8); }

.mejs-container { margin: 10px auto 20px auto; }

/*	FORMS
  ============================================================================================ */

form {
  margin: 0;
  padding: 0;
  max-width: 600px;
}

#searchForm {
  background: #3e1101;
  border-bottom: 5px solid #384c26;
  width: 100%;
}
#searchForm th {
  padding: 10px 0 10px 10px;
  width: 100%;
}
#searchForm td { padding: 10px; }
#searchForm th input {
  background: #5f2612;
  color: #fff;
  border: none;
  width: 100%;
}
#searchForm th input, #searchsubmit {
  font-size: 13px;
  line-height: 1;
  border-radius: 3px;
  height: 28px;
  padding: 5px 10px;
  border: none;
}
#searchsubmit {
  background: rgb(213,227,201);
  background: linear-gradient(180deg, rgba(213,227,201,1) 0%, rgba(150,171,133,1) 100%);
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#searchsubmit:hover { background: rgba(213,227,201,1); }

/*	MISCELLANEOUS
  ============================================================================================ */

.hr {
  background: url(../images/backgroundHR.gif) center no-repeat;
  width: 100%;
  display: block;
  padding: 25px 0;
}
.hrClear { padding: 25px; 0; }
.hr hr, .hrClear hr { display: none; }

hr {
  background: #ededed;
  height: 1px;
  color: #ededed;
  clear: both;
  margin: 25px 0;
}

blockquote { margin-left: 15px; }

.wplp-post { margin-bottom: 30px; }
.wplp-post h4 { font-weight: bold; }
.postmetadata { font-size: 13px; }
textarea {
  max-width: 90%;
  margin: 0 auto 30px auto;
}

/*	RESPONSIVE
  ============================================================================================ */

@media (max-width: 900px) {

  body { margin: 0; }

  #menu-toggle-container {
    background: #330505 url(../images/backgroundMenu.png) repeat-x;
    text-align: right;
  }
  #menu-toggle {
    display: inline-block;
    padding: 5px;
    line-height: 1;
  }
  #menu-toggle span {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    opacity: 0.8;
    letter-spacing: 1px;
  }
  #menu {
    display: none;
    flex-direction: column;
  }
  #menu.active {
    display: block;
    height: auto;
    font-size: 14px;
  }
  #menu ul { display: block; }
  #menu ul li {
    width: 100%;
    border: none;
  }
  #menu a, #menu .sub-menu a {
    background: #330505;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #4b1a1a;
  }
  #menu a:hover, #menu .sub-menu a:hover { background: #49261a; }
  #menu li:hover .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  #menu .sub-menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #menu .sub-menu li { width: 100%; }

}

@media (max-width: 1120px) {

  .alignright, .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }

  #outerContainer, #footer { width: 100%; }
  #colLeft, #colRight { display: block; width: auto; }

  #footer ul, #footer p {
    text-align: center;
    margin-bottom: 20px;
  }

}