h1 span {
  color: #999;
  font-size: .8em;
  margin-left: 1em;
}

cite {
  display: block;
  margin: -1em 0 1.5em 0;
  color: #ddd;
}

.imagelist h2 a {
  text-decoration: none;
  color: #eee;
}
.imagelist h2 a span {
  color: #999;
  margin-left: 1em;
}
.imagelist h2 {
  font-size: 1.2em;
}
.imagelist p {
  padding-left: 130px;
}
.imagelist li:hover {
  background-color: #111;
}


/* Individual Publications
------------------------------------------------------------------------- */

blockquote {
  background: #222;
  background: -moz-linear-gradient(top, #2B1300, #130900);
  background: -webkit-gradient(linear, left top, left bottom, from(#2B1300), to(#130900));
  float: right;
  margin: 0 0 0 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 8px 12px;
  width: 180px;
}
blockquote cite {
  margin: 1em 0 0;
  font-size: 1.3em;
}

#bbcgallery {
  margin-top: 0;
}

#pdnpix {
  margin: 70px auto 2em auto;
  position: relative;
  width: 440px;
}
#pdnpix #cover {
  position: absolute;
  height: 227px;
  left: -30px;
  width: 200px;
  top: -40px;
  -moz-box-shadow: 2px 2px 2px #444;
  -webkit-box-shadow: 2px 2px 2px #444;
  box-shadow: 2px 2px 2px #444;
}
#pdnpix #story {
  height: 541px;
  margin-left: 20px;
  width: 440px;
}

#digicam .imagegrid {
  margin-top: 10em;
}

#trespass h1 em {
  font-style: normal;
  font-size: .75em;
  display: block;
  margin-top: .5em;
}

#trespass #price a {
  float: left;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #060;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  margin: 0 1em 1em 0;
  background: rgb(0,124,20); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,124,20,1) 0%, rgba(0,153,0,1) 50%, rgba(82,206,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,124,20,1)), color-stop(50%,rgba(0,153,0,1)), color-stop(100%,rgba(82,206,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,124,20,1) 0%,rgba(0,153,0,1) 50%,rgba(82,206,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,124,20,1) 0%,rgba(0,153,0,1) 50%,rgba(82,206,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,124,20,1) 0%,rgba(0,153,0,1) 50%,rgba(82,206,0,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(0,124,20,1) 0%,rgba(0,153,0,1) 50%,rgba(82,206,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c14', endColorstr='#52ce00',GradientType=0 ); /* IE6-9 */
}
#trespass #price strong {
  display: block;
  float: left;
  font-size: 2.2em;
  font-weight: normal;
}
#trespass #price span {
  display: block;
  float: left;
  width: 9em;
  line-height: 1.1;
  font-size: .85em;
  padding-left: 1em;
}

#trespass #chapters {
  clear: both;
  border: 1px dotted #222;
  border-width: 1px 0;
  overflow: auto;
  margin: 0 0 2em;
  padding: .5em 0 1em;
}
#trespass #ipad {
  margin: 6em 0 0;
}
#trespass #ipad p {
  text-align: center;
}

#trespass ol {
  margin: 0;
}
#trespass ol li {
  margin: 1.2em 0;
  font-size: .9em;
  color: #bbb;
  list-style: none;
}
#trespass ol strong {
  display: block;
  font-weight: normal;
  font-size: 1.3em;
  color: #eee;
  line-height: 1.2;
}

#trespass #unavailable {
  clear: both;
  border: 1px solid #666;
  background: #ffc;
  padding: 5px;
  color: #000;
}
#trespass #unavailable em {
  display: block;
  font-size: .9em;
  font-style: normal
}