@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

/* =========================================================
   TAYBLES.COM — Static Site CSS
   Based on backup/assets/css/10230.css with image references
   replaced by CSS color equivalents.
   ========================================================= */

/* === Reset / Base === */
*, *::before, *::after { box-sizing: border-box; }

body {
  position: relative;
  font-family: Tahoma, sans-serif;
  color: #22201c;
  min-width: 975px;
  background: #000;
  overflow-x: auto;
  margin: 0;
  padding: 0;
}

a, a:link, a:active, a:visited,
.pushItemContent h3 a,
.pushItemContent h3 a:link,
.pushItemContent h3 a:active,
.pushItemContent h3 a:visited {
  color: #000;
}

.mdWrap { line-height: 1.4em; }
.newsHead { margin-top: 2px; }

.headlineText a, .headlineText a:link,
.headlineText a:active, .headlineText a:visited { color: #fff; }

a:hover, .pushItemContent h3 a:hover { color: #000; }

#footer a, #footer a:link, #footer a:active, #footer a:visited { color: #fff; }
#footer a:hover { color: #e7e7e7; }

h2 {
  position: relative;
  font-weight: bold;
  padding: 5px 5px 10px 25px;
  margin-bottom: 2px;
  font-size: 2.1em;
  border: 0 none;
}

h2 a:hover { text-decoration: none; }

h3 { font-size: 1.7em; }

h3, h3 a, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
  color: #22201c;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0;
}

.contentSubHead {
  border-bottom: solid 1px #22201c;
  margin-bottom: 6px;
}

.contentSubWrap { border-color: #BEB39D; }

.headSpec { margin: 0 0 0 5px; font-size: .9em; }

.advButtonWrap { background: #272727; }

.addWrapper {
  border: solid 1px #272727;
  padding: 4px;
  width: 460px;
  background-color: #111;
}

.formTitle { font-size: 1.7em; margin: 0; }
.formSummary { font-style: italic; color: #333; }

.elementWrap h2 {
  font-size: 1.8em;
  margin-bottom: 3px;
  padding: 1px;
  border-bottom: solid 1px;
  border-width: 0 0 1px;
  border-color: #22201c;
  zoom: 1;
}

.elementWrap .listInfo h4 { border-color: #22201c; }
.elementWrap .listInfo ul { list-style: square; margin-left: 20px; }
.elementWrap .headDesc { font-size: .95em; font-style: italic; margin-bottom: 5px; color: #6D93A7; }
.elementWrap .paraWrap, .pageWrap, .resultWrap { margin-bottom: 8px; }

.genTable th, .genTable td { border-color: #111; }

.contentPicWrap, .pushItemContent, .advButtonWrap, .custInfo, .cardWrap {
  border: solid 1px #272727;
  padding: 4px;
}

/* === Layout Wrappers === */
form, #siteWrapper, #siteSub, #site, #frameWrap, #frame, #frameSub, #mainWrap, #footer, #footerSub {
  position: relative;
  min-height: 0;
  zoom: 1;
}

/* siteWrapper background: was contentrep.jpg (tiled center vertically) → cream background */
#siteWrapper {
  z-index: 110;
  background: #fff0e3;
}

/* frameWrap background: was topbarrep.jpg (tiled horizontally at top) → teal nav bar area */
#frameWrap {
  background: #fff0e3;
}

/* frame: was contenttop.jpg (centered at top) → keep cream */
#frame {
  background: #fff0e3;
}

#frameSub, #footerSub {
  width: 975px;
  margin: 0 auto;
}

/* === Header === */
#headerWrap {
  position: relative;
  height: 214px;
  background: #fff0e3;
}

/* Logo — rendered as text since logo.png is missing */
#logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70px;
  font-weight: 900;
  color: #048EBC;
  letter-spacing: 4px;
  font-family: Impact, 'Arial Black', sans-serif;
  text-decoration: none;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  overflow: visible;
}

/* === Navigation === */
.menu {
  position: absolute;
  z-index: 15;
  top: 142px;
  left: 75px;
  width: 912px;
  background: #048EBC;
  padding: 0;
}

.menu ul { margin: 0; list-style: none; padding: 0; }

.menu li {
  position: relative;
  display: block;
  float: left;
  padding: 0 15px;
}

.menu li.first { padding-left: 0; }
.menu li.last { padding-right: 0; }

.menu a {
  position: relative;
  z-index: 10;
  display: block;
  font-size: 26px;
  overflow: hidden;
  font-weight: bold;
  padding: 4px 0;
  font-family: 'Gloria Hallelujah', cursive;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

#aboutNav a  { width: 80px; }
#newsNav a   { width: 68px; }
#designNav a { width: 97px; }
#contactNav a{ width: 106px; }
#galleryNav a{ width: 91px; }
#shopNav a   { width: 84px; }

.menu a:hover, .menu a:active {
  text-shadow: 0px 0px 2px #F5375E;
  text-decoration: none;
}

/* Active nav item highlight */
#homeBody    #homeNav a,
#aboutBody   #aboutNav a,
#newsBody    #newsNav a,
#linksBody   #newsNav a,
#customsBody #customNav a,
#designsBody #designNav a,
#contactBody #contactNav a,
#galleryBody #galleryNav a,
#shopBody    #shopNav a,
#productDetailBody #shopNav a,
#faqBody     #faqNav a { color: #F5375E; }

#homeBody    #homeNav a:hover,
#aboutBody   #aboutNav a:hover,
#newsBody    #newsNav a:hover,
#linksBody   #newsNav a:hover,
#customsBody #customNav a:hover,
#designsBody #designNav a:hover,
#contactBody #contactNav a:hover,
#galleryBody #galleryNav a:hover,
#shopBody    #shopNav a:hover,
#productDetailBody #shopNav a:hover,
#faqBody     #faqNav a:hover { text-shadow: none; }

/* Thin black stripe below nav */
.menu::after {
  content: '';
  display: block;
  clear: both;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}

/* === Page headings === */
.subHeading {
  padding: 3px 5px;
  color: #8E1818;
  font-size: 2.1em;
  margin: 0 0 20px 0;
  height: 28px;
}

#homeBody .subHeading,
#aboutBody .subHeading,
#newsBody .subHeading,
#customsBody .subHeading,
#designsBody .subHeading,
#contactBody .subHeading,
#galleryBody .subHeading,
#shopBody .subHeading,
#productDetailBody .subHeading,
#cartBody .subHeading,
#linksBody .subHeading,
#faqBody .subHeading,
#homeBody h2 {
  position: relative;
  z-index: 10;
  display: block;
  border: 0 none;
  padding: 0;
  height: 30px;
  margin: 0 0 10px;
  font-variant: small-caps;
  color: #048EBC;
}

#homeBody h2 { height: 20px; }
#homeBody .subHeading { display: none; }

/* === Hero / Headline rotator === */
#headlineWrap {
  position: relative;
  width: 958px;
  height: 355px;
  overflow: hidden;
  margin: 0 0 30px;
}

.headlineContent {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 350px;
  width: 675px;
}

.headlineContent.active { display: block; }

.headlinePic {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 606px;
  height: 280px;
  line-height: 280px;
}

.headlinePic img { vertical-align: middle; max-width: 100%; }

.headlineText {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 15px;
  height: 60px;
  width: 645px;
  vertical-align: middle;
  overflow: auto;
  color: #fff;
  /* was semitrans.png — replaced with semi-transparent black */
  background: rgba(0, 0, 0, 0.65);
}

.headlineText h4 {
  color: #fff;
  padding: 1px;
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  font-family: 'Myriad Pro', Arial, sans-serif;
  text-transform: none;
}

.headlineText p { margin: 0; line-height: 1.35; font-size: 1.25em; }

#headlineNav {
  position: absolute;
  z-index: 20;
  top: 4px;
  right: 3px;
}

#headlineNav li {
  position: relative;
  border: solid 3px #fff;
  margin: 1px 0;
  width: 265px;
  height: 110px;
  overflow: hidden;
  cursor: pointer;
}

#headlineNav ul { margin: 0; list-style: none; padding: 0; }

#headlineNav li:hover { border-color: #ccc; }
#headlineNav li.active { border-color: #048EBC; }
#headlineNav li img { width: 100%; }

/* === Main content area === */
#mainWrap {
  position: relative;
  background-color: #fff;
  margin: 0 7px 0 9px;
  min-height: 430px;
}

#galleryBody #main {
  width: 900px;
  margin: 0 auto;
}

#main {
  position: relative;
  margin: 0 0 0 15px;
}

.mainBoxSub {
  position: relative;
  margin: 7px 0 20px;
}

.subContent {
  padding: 5px 20px 20px 5px;
  min-height: 200px;
}

/* === Gallery feed (latest work) === */
.galleryFeedWrap {
  position: relative;
  float: left;
  width: 445px;
  height: 380px;
  overflow: hidden;
}

.galleryFeedPicWrap {
  display: block;
  float: left;
  margin: 3px 2px;
  padding: 1px;
  background: #d3d3d3;
}

.galleryFeedPicWrap img, .subContent img {
  border: solid 2px #eee;
}

.galleryFeedPicWrap img:hover { border-color: #AEA38F; }

/* === Home columns === */
#homeInfoWrap {
  padding: 0 10px;
  overflow: hidden;
}

.homeLeftCol {
  float: left;
  width: 485px;
}

.homeRightCol {
  float: right;
  width: 445px;
}

#homeVideoWrap iframe {
  display: block;
  max-width: 100%;
  border: none;
  overflow: hidden;
}

/* === Contact === */
#contactBody .subContent {
  width: 800px;
  margin: 0 auto;
}

#contactBody #contactWrap {
  width: 380px;
  float: right;
}

.multipleContacts .contentSubHead { display: none; }
.multipleContacts.contentSubWrap { border: none; }

#contactBody .quickMessageWrap {
  width: 400px;
  float: left;
  clear: left;
}

#contactBody .quickMessageWrap p { font-style: normal; }

.cardInfoWrap span { font-size: 1em; }
.cardInfoWrap h4 { font-size: 1.2em; }

.cardWrap {
  width: 300px;
  border-color: #AEA38F;
  background: #FFF0E3;
  border: solid 1px #AEA38F;
  padding: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.cardPicWrap {
  float: left;
  margin-right: 10px;
}

.cardPicWrap img { display: block; }

.cardInfoWrap {
  overflow: hidden;
}

.cardInfoWrap h4 { margin: 0 0 4px; }
.cardInfoWrap span { display: block; }

.cardWrap a, .cardWrap a:hover { color: #000; }

/* === Gallery === */
.galleryWrap { position: relative; }
.galInfoWrap { margin-bottom: 10px; }
.galleryThumbs { overflow: hidden; }

.galleryList .contentSubWrap {
  width: 284px;
  float: left;
  margin: 0 10px 10px 0;
}

.galThumb {
  width: 240px;
  height: 175px;
  object-fit: cover;
  display: block;
  border: solid 2px #eee;
}

.galThumb:hover { border-color: #048EBC; }

.thumbWrap {
  float: left;
  margin: 3px;
}

.thumbWrap img {
  display: block;
  border: solid 2px #eee;
  width: 200px;
  height: 150px;
  object-fit: cover;
}

.thumbWrap img:hover { border-color: #048EBC; cursor: pointer; }

.galleryList { overflow: hidden; }

/* === Shopping / Products === */
.catSectionsWrap { padding: 10px 0; }

.catWrap { margin-bottom: 20px; }

.catHead { color: #048EBC; font-size: 1.5em; margin-bottom: 5px; }
.catHead a { color: #048EBC; }

.viewAll { font-size: .9em; display: block; margin-bottom: 10px; color: #048EBC; }

.catWrapInner { overflow: hidden; }

.itemCoverWrap {
  float: left;
  width: 180px;
  margin: 0 15px 15px 0;
  text-align: center;
}

.itemCoverWrap h3 {
  font-size: 1em;
  font-style: normal;
  margin-top: 5px;
}

.itemCoverWrap h3 a { color: #22201c; text-decoration: none; }
.itemCoverWrap h3 a:hover { color: #048EBC; }

.productPics .contentPicWrap { border: none; padding: 0; }
.productPics .contentPicWrap img { display: block; }

/* Product detail page */
#productTop { margin-bottom: 20px; overflow: hidden; }

.productPics {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.prodTopInfo { overflow: hidden; }
.prodTopInfo h3 { font-size: 1.5em; font-style: normal; font-weight: bold; margin-bottom: 5px; color: #22201c; }
.miniDesc { display: block; font-size: .9em; color: #555; margin-bottom: 8px; }

.priceWrap { padding: 8px; }
.itemPrice { font-size: 1.8em; color: #fff; }
.itemPrice sup { font-size: .6em; }

.basicInfoWrap { margin-bottom: 20px; }
.itemDetailWrap { margin-bottom: 20px; }
.detailSection h2 { font-size: 1.4em; padding: 0; margin-bottom: 8px; }

.detailTable { border-collapse: collapse; width: 100%; }
.detailTable td { padding: 4px 8px; border: 1px solid #ddd; }
.attCol { font-weight: bold; width: 200px; background: #f5f5f5; }

#breadCrumbs {
  font-size: .9em;
  margin-bottom: 15px;
  color: #555;
}
#breadCrumbs a { color: #048EBC; }

.navLinkWrap { margin-bottom: 15px; }

.picCaption { font-size: .85em; margin-top: 4px; }
.picCaption a { color: #048EBC; }

/* product thumbnail strip */
#picThumbsWrap { margin-top: 8px; overflow: hidden; }
.picThumb { float: left; margin: 2px; border: 2px solid #eee; cursor: pointer; }
.picThumb.activeThumb { border-color: #048EBC; }
.picThumb img { display: block; }

/* main product image */
#productMainImg { max-width: 500px; border: solid 2px #eee; display: block; margin-bottom: 8px; }

/* === Press / Featured In === */
.singleMediaWrap { margin-bottom: 20px; overflow: hidden; }
.singleMedia { float: left; margin-right: 20px; }
.singleMedia img { display: block; max-width: 400px; }
.singleMediaWrap .mdWrap { overflow: hidden; }
.singleMediaWrap p { font-size: 1.3em; }

/* === FAQ === */
#faqWrap .contentSubWrap {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BEB39D;
}

#faqWrap h3 {
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 5px;
  color: #048EBC;
}

/* === About === */
.quickGalWrap_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.quickImage { overflow: hidden; }
.quickImageWrap { }
.singlePhoto { }
.contentPicWrap img { display: block; }
.pdesc { overflow: hidden; }

/* Gallery thumbnails on custom page */
.quickGalWrap_center { text-align: center; }
.galleryThumbs.clearfix { overflow: hidden; }

/* === Footer === */
#footer {
  position: relative;
  /* was bottomrepeat.jpg (tiled horizontally) → teal */
  background: #048EBC;
  color: #000;
}

#footerSubWrap {
  padding: 15px 0 0;
  height: 97px;
  position: relative;
}

#footerSub {
  width: 930px;
  margin: 0 auto;
}

#footer p {
  font-size: 90%;
  margin: 0 0 1px;
  padding: 0 7px;
  color: #000;
}

#footer ul { margin: 0; }

.footMenu {
  position: relative;
  float: none;
  font-weight: bold;
  font-size: .85em;
  margin-left: 7px;
}

.footMenu li {
  display: inline;
  padding: 0 6px 0 0;
}

#footerCopy {
  position: relative;
  width: 515px;
  color: #000;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
  color: #000;
}

#socialLinks {
  position: absolute;
  z-index: 15;
  top: 15px;
  right: 0;
  width: 150px;
  height: 50px;
  font-size: 200%;
  text-align: right;
}

#socialLinks a {
  display: inline-block;
  margin: 0 4px;
  color: #000;
  text-decoration: none;
}

#socialLinks a:hover { color: #fff; }

/* === Clearfix === */
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/* === Gallery lightbox === */
.gallery-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.gallery-lightbox.open { display: flex; }

.gallery-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border: 3px solid #fff;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

/* === Customs page gallery === */
#customsBody .quickGalWrap_center {
  text-align: center;
  margin-bottom: 15px;
}

#customsBody .quickGalWrap_center .contentPicWrap {
  border: none;
  padding: 0;
}

#customsBody .quickGalWrap_center img { max-width: 600px; display: inline-block; }

#customsBody .galleryThumbs { margin-top: 10px; }
#customsBody .thumbWrap { display: inline-block; float: none; margin: 3px; }
#customsBody .thumbWrap img { width: 100px; height: 80px; cursor: pointer; }

/* === Misc === */
.membersWrap { overflow: hidden; }

.quickMessageWrap {
  background-color: #FFF7F7;
  border: solid 1px black;
  padding: 10px;
  margin-bottom: 15px;
}

.quickMessageWrap p {
  line-height: 1.6em;
}

/* Media / singleMedia image */
.elementMedia img { max-width: 100%; }
