/* General */
body {
  font-family: 'Georgia', 'Times New Roman', 'Roman', Serif;
  background: #fff;
  color: #2c0b08;
}

img {
  float: left;
  clear: left;
  border: 1px solid #2c0b08;
  margin: 5px 10px;
}

/* Print Button */
a.print {
  color: #a0060f;
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 20px;
  display: block;
  padding: 2px 2px 2px 35px;
  background: transparent url(/img/printer.gif) no-repeat left center;
  opacity: 0.4;
}

a.print:hover {
  opacity: 1.0;
}

div.collection-item-enlarge {
  text-align: center;
}

div.collection-item-enlarge img {
  float: none;
  border: 0;
  padding: 1px;
  background: #f8f3e8;
  border: 1px solid #dbd5c4;
  margin: 0;
}

div.collection-item-enlarge p {
  font-size: 0.9em;
  text-align: left;
  margin: 5px 0;
  padding: 0;
}

div.collection-item-enlarge p.summary {
  margin: 5px 10px;
  padding: 5px;
  background: #f8f3e8;
  border: 1px solid #dbd5c4;
}

div.collection-item-enlarge h1 {
  text-align: left;
  font-size: 1.2em;
}

div.collection-item-enlarge input.button {
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent url(/img/page-box-button.gif) no-repeat;
  color: #ad0d10;
  text-decoration: none;
  line-height: 27px;
  width: 173px;
  height: 27px;
  padding: 0;
  cursor: pointer;
}

div.collection-item-enlarge p.purchase {
  text-align: right;
}

/* Captions */
div.caption {
  clear: both;
  background: #e8e3d8;
  border: 1px solid #ded8c8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin: 0 5px 5px 0;

  /* this should be the same width as your images, as it limits the width of the caption */
  width: 200px;

  /* this text align center is used in conjunction with the margin: 0 auto; on the img element to center the img element */
  text-align: center;
}

div.caption img {
  /* we don't want it inline any more... */
  display: block;
  /* used in conjunction with the text-align: center; to center the img in the container */
  margin: 0 auto;
}

div.caption p {
  /* we don't want too much space around our caption */
  margin: 0;
  padding: 5px 0;
}

div.caption p.caption-title {
  margin: 5px 0 0;
}

