/**
 * Nodes
 */

.node {
}

.node-sticky {
}

.node-unpublished  {
  /* background-color: #fff4f4; */  /* Drupal core uses #fff4f4 */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

.node-by-viewer {
}

.node-teaser {
}

.node-type-page {
}

.node-type-story {
}

.node h2.title {
}

.marker {
  color: #c00;
}

.node .picture {
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
  position: relative;
}

.node .meta {
}

.node .submitted {
}

.node .terms {
}

.node .content {
}

.node ul.links {
}

.preview .node {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-type-beadlebug #content-area {
  padding-top: 10px;
}
.node-type-beadlebug div.field-field-subtitle {
  padding-bottom: 10px;
  text-align: center;
}
.node-type-beadlebug div.field-field-image {
  text-align: center;
}
.node-type-beadlebug img.imagefield-field_image {
  border: 2px solid #000;
  max-width: 100%; /* resize to fit container if necessary */
  height: auto;
}
.node-type-beadlebug div.add-to-cart {
  text-align: center;
  margin-top: 5px;
}
.node-type-beadlebug #edit-qty-wrapper {
  display: inline;
}
.node-type-beadlebug #edit-qty-wrapper.form-item label {
  display: inline;
}
.node-type-beadlebug #edit-qty-wrapper .form-required {
  display: none;
}
.node-type-beadlebug #edit-qty {
  width: 2em;
}
.add-to-cart .form-submit {
  vertical-align: middle;
  margin: 10px 10px 15px 20px;
}
.node-type-beadlebug div.sell {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.node-type-beadlebug div.model {
  display: block;
  font-weight: bold;
  margin: 10px 0 0;
  text-align: center;
}
.node-type-beadlebug div.group-desc {
  margin-top: 10px;
  width: 20%;
  position: relative;
  left: 40%;
  white-space: nowrap;
}
.node-type-beadlebug div.group-desc .content {
  padding: 0;
}
.node-type-beadlebug div.group-desc .field-items {
  padding-bottom: 10px;
}
.node-type-beadlebug .attributes {
  padding: 0 10px;
  color: #555;
  text-align: left;
  width: 15%;
  position: absolute;
  right: 1.5em;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.node-type-beadlebug .attributes .form-checkboxes,
.node-type-beadlebug .attributes p {
  margin: 0;
}
.node-type-beadlebug div.field-field-notes {
  width: 70%;
  margin: 0 15%;
}

span.quantity {
  vertical-align: middle;
}
label.quantity {
  font-weight: bold;
  display: inline;
  vertical-align: middle;
}
.quantity input {
  width: 2em;
  vertical-align: middle;
}

ul.links li.statistics_counter {
  border: 1px solid #ccc;
  margin: 1em;
  padding: 5px 10px;
  float: right;
}
