/* =====================================================================
   WilliamsAuctionService.com — Trimmed CSS (used by index-all.php)
   Source: css-2026-wm-auctions.css (trimmed to selectors found in index-all.php)
   ===================================================================== */

/* RESET */
html, body, address, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp,
small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}

img, fieldset { border: 0; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

/* HTML5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* COLOR PALETTE (Landscape-matched) */
:root{
  --sky-0: #eef3f7;
  --sky-1: #dbe8f2;
  --cloud: #fbfcfd;

  --field-0:#3f5f7c;  /* steel/denim */
  --field-1:#2f4a63;  /* deep denim */
  --forest:#243545;   /* slate navy */

  --earth-0:#b7ad86;
  --harvest:#c08a2c;

  --paper: #fbfbf7;
  --panel: #f2f5ef;
  --line:  #d8dfd2;
  --text:  #2a2f2a;
  --muted: #556055;

  --link: #2b6f9a;
  --link-hover:#1f516f;
}

/* BASE */
body{
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 160%;
  color: var(--muted);
background: #e8e5de url("bg-wood-light.jpg") no-repeat center top;
	background-attachment:fixed;
	background-repeat:repeat-x;
}




a{
  color: var(--link);
  text-decoration: underline;
  outline: none;
}
a:hover{
  color: var(--link-hover);
  text-decoration: none;
}

p{
  margin: 0 0 1.2em;
  padding: 0;
}

/* Lists (used in page content) */
ul, ol{
  margin: 1em 0 1.4em 24px;
  padding: 0;
  line-height: 140%;
}
li{
  margin: 0 0 .5em 0;
  padding: 0;
}

/* Headings used in the index */
h1{
  font-family: 'Merriweather', serif;
  font-size: 200%;
  font-weight: bold;
  color: #900;
  line-height: 33px;
}
h2{
  font-family: 'Oswald', sans-serif;
  font-size: 160%;
  font-weight: bold;
  color: #5487b9;
  line-height: 165%;
  margin: 10px 0 15px;
}
h3, h4, h5, h6{
  line-height: 1.4em;
  margin: 20px 0 .4em;
  color: #000;
}
h3{ font-family: 'Oswald', sans-serif; font-size: 1.4em; }
h4{ font-family: 'Oswald', sans-serif; font-size: 1.2em; color:#666; line-height:165%; margin:10px 0 15px; }
h5{ font-size: 1.1em; }
h6{ font-size: 1em; }

/* LAYOUT WRAPPERS USED */
#pagewrap{
  width: 1080px;
  margin: 0 auto;
  background-color: var(--sky-0);
}

#navbox2019{
  text-align: center;
}

/* TOP IMAGE/TEXT STRIP USED */
#informationblock2023{
  background-color: var(--field-1);
  text-align: center;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  line-height: 33px;
  color: var(--cloud);
  font-size: 115%;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(0,0,0,.15);
}

/* CONTENT BOX USED */
#content{
  background: var(--paper);
  margin: 30px 0;
  padding: 20px 35px;
  width: 1010px;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/* DARK STRIP USED */
#contentdark{
  text-align: center;
  background-color: var(--forest);
  margin: 20px 0 0;
  padding: 10px 20px;
  color: #ffffff;
  font-family: 'Merriweather', serif;
  font-size: 150%;
  line-height: 33px;
}

/* POST BLOCK USED */
.post{ margin-bottom: 40px; }

/* HR USED */
hr{
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  margin-top: 35px;
  margin-bottom: 35px;
}

/* CLEARFIX USED */
.clearfix:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix{ display: block; zoom: 1; }
.clearfix{ display: inline-block; } /* legacy; harmless */

/* FOOTER STRIP USED */
#eeweems{
  width: 100%;
  background-color: var(--forest);
  margin: 50px auto 25px;
  text-align: center;
}

.whitelink12{
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

a.whitelink14:link{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
a.whitelink14:visited{
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
a.whitelink14:hover{
  text-decoration: underline;
  color: #900;
}
a.whitelink14:active{
  text-decoration: none;
  color: #FFFFFF;
}

/* DEC 14 2025 */

.two-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.two-col {
  flex: 1 1 50%;      /* 50% width on desktop */
  padding: 20px;
  box-sizing: border-box;
}

/* MOBILE STACKING */
@media (max-width: 768px) {
  .two-col {
    flex: 1 1 100%;   /* 100% width on phones */
  }
}

/* END DEC 14 2025 */


/* Main primary button */
.btn-custom {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;                /* white text */
  background: #003865;           /* dark blue (matches nav) */
  border: 2px solid #f2b638;     /* gold border */
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-custom:hover,
.btn-custom:focus {
  background: #f2b638;           /* gold background on hover */
  color: #003865;                /* dark blue text on hover */
  border-color: #003865;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Optional small size */
.btn-custom-sm {
  padding: 8px 16px;
  font-size: 0.9rem;
}

/* Optional large size */
.btn-custom-lg {
  padding: 14px 28px;
  font-size: 1.1rem;
}
