
a {
  color: #fff;
  text-decoration: underline;
}
a:active,
a:focus,
a:hover { color: #7ec0ff; }
a:visited:hover { color: #acb6ff; }

.big-half,
.small-half {
  float: left;
}

.big-half {
  width: 500px;
}

body {
  background-color: #3a4780;
  color: #f9ebde;
  font-family: Tahoma,Arial,sans-serif;
  font-size: 16px;
}

button, input, optgroup, select, textarea {
  color: #333;
}

.category,
.item {
  background-color: #f9ebde;
  border-radius: 8px;
  box-shadow: 1px 1px 3px #000;
  color: #2f4e7f;
  margin: auto auto 24px;
  max-width: 100%;
  padding: 4px 0 5px;
  position: relative;
  text-align: center;
}

.category .category-more-link {
  color: #2f4e7f;
  font-size: 24px;
  font-weight: bold;
}

.category-item {
  display: inline-block;
  margin: 15px 2.5%;
  min-width: 100px;
  vertical-align: top;
  width: 25%;
}
.category-item img {
  border: 1px solid #111;
  height: 150px;
}

.category-item a,
.category-title {
  color: #2f4e7f;
}
.category-item a,
a.category-title {
  text-decoration: none;
}
.category-item a:hover,
.category-item a:focus,
a.category-title:hover,
a.category-title:focus {
  color: #2f4e7f;
  text-decoration: underline;
}

.category-more-arrow {
  top: 34px;
  height: 150px;
  margin: 15px 1.25%;
  position: absolute;
  right: 0;
}

.category-more-link {
  bottom: 10px;
  float: right;
  height: 150px;
  line-height: 150px;
}

.category-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px 5px;
  text-align: left;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.content-bg {
  background-color: #4e5b8a;
  box-shadow: 1px 0 3px #000;
  padding-top: 12px;
}

.divider {
  background-image: url("../images/divider.jpg");
  width: 438px;
}

.divider,
.divider-bottom {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto;
  max-width: 100%;
}

.divider-bottom {
  background-image: url(../images/divider-bottom.png);
  margin-top: 16px;
  width: 262px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 { margin-bottom: 18px; }

h1, .h1 { font-size: 24px; }
h2, .h2 { font-size: 18px; }
h3, .h3 { font-size: 16px; }
h4, .h4,
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

.item {
  /* See .category */
  padding: 15px;
  text-align: left;
}
.item a {
  color: #4687bd;
}
.item a { text-decoration: none; }
.item a:hover,
.item a:focus {
  color: #4687bd;
  text-decoration: underline;
}

.item-breadcrumb,
.item-breadcrumb a {
  color: #2f4e7f;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.item-photo {
  padding: 5px;
  text-align: center;
}
.item-photo img {
  border: 1px solid #111;
  height: auto;
  margin: 0 auto 10px;
  max-width: 300px;
  width: 100%;
}

.item-title {
  color: #2f4e7f;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px 5px;
  text-align: left;
}

#menu {
  display: block;
  font-size: 19px;
  margin-bottom: 29px;
  margin-top: 2px;
  text-align: center;
}
#menu a {
  background: none;
  color: #f9ebde;
  margin: 0 8px;
  text-decoration: none;
}
#menu a.active,
#menu a:hover { text-decoration: underline; }

.pad-horiz {
  padding-left: 16px;
  padding-right: 16px;
}
.pad-left { padding-left: 16px; }
.pad-right { padding-right: 16px; }

.pad-vert {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pad-top { padding-top: 16px; }
.pad-bottom { padding-bottom: 16px; }

.photo {
  background-color: #f9ebde;
  box-shadow: 1px 1px 3px #000;
  height: auto;
  margin: auto;
  max-width: 100%;
  padding: 10px;
}

.photos-stacked {
  height: 550px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.photos-stacked img {
  background-color: #111;
  height: auto;
  max-width: 100%;
  padding: 1px;
}
.photos-stacked > div {
  display: inline-block;
  max-width: 50%;
  position: absolute;
}
.photos-stacked .photo-bottom {
  left: 20%;
  top: 89px;
  transform: rotate(-4deg);
  z-index: 1;
}
.photos-stacked .photo-middle {
  left: 46%;
  top: 30px;
  transform: rotate(5deg);
  z-index: 2;
}
.photos-stacked .photo-top {
  left: 42%;
  top: 221px;
  transform: rotate(1deg);
  z-index: 3;
}

.space-form-inputs form input {
  margin: 1ex;
}

table.detail-view tr,
table.items tr {
  color: #333;
}

@media (min-width: 480px) {
  .show-under-480 { display: none; }
}

#site-footer {
  color: #9ea4b2;
  font-size: 11px;
  padding: 4px 0 20px;
  text-align: center;
}

#site-logo {
  background-image: url(../images/Logo.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 130px;
  margin: 0 auto;
  max-width: 100%;
  width: 289px;
}
#site-logo > a {
  display: block;
  height: 100%;
  width: 100%;
}

.small-half {
  width: 340px;
}

.text-center table {
  margin-left: auto;
  margin-right: auto;
}

.unavailable {
  color: #999;
}

.view-cart-container {
  float: right;
  position: relative;
}
@media (min-width: 768px) {
  .view-cart-container {
    position: absolute;
    right: 0;
    top: 4px;
  }
}
