/* update 170919 1 - new red */
article {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  display:block;
  clear:both;
  font: 100%/1.8rem 'guardian-text-oreilly',open-sans,Helvetica,Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size:1.2rem;
  color: #404040;
}
.light {
  color: #fff;
}
.dark {
  color: #404040;
}
.title-image-row {
  position: relative;
  padding:0;
  margin: 0;
  display: block;
  height: 295px;
  width: 100%;
  background-position: 70% top;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 20px;
  background-image: url(http://cdn.oreillystatic.com/oreilly/images/animalMenagerie_HeaderImage-1390x295.jpg);
}
@media (max-width: 500px) {
  .title-image-row { 
    background-position: 85% top;
  }
}
.title-text {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(transparent,#000 100%);
  background-image: linear-gradient(transparent,#000 100%);
  padding-top: 25px;
}
.headline, .dek {
  margin: 0 auto;
  vertical-align: baseline;
  display: block;
  max-width: 800px;
}
.dek {
  padding: 0 20px 20px;
}
.headline {
  font-family:'oreilly-urw-typewriter-narro', Courier New; 
  font-size: 3.4375rem;
  padding-bottom: 5px;
  font-weight: 200;
  line-height: 3.8rem;
}
.content-row {
  background-color: #fff;
  display: block;
  padding: 10px 20px 40px;
  max-width: 800px;
  margin: 20px auto 0;
}
.intro {
  margin-bottom: 40px;
}
.intro a {
    border-bottom: 1px solid #c9c9c9;
  }
.intro a:hover, .intro a:focus {
    color: #d3002d;
    border-bottom-color: #d3002d;
  }
input {
  border: 1px solid #c5c5c5;
  font-family: 'guardian-text-oreilly',open-sans,Helvetica,Arial,sans-serif;
}
.input--search {
  width: 300px;
  height: 41px;
  font-size: 16px;
  padding: 7px 12px 11px;
  margin: 0;
  line-height: 21px;
}
.input--search::-webkit-input-placeholder { color: #5F5F5F; /* Chrome/Opera/Safari */ }
.input--search::-moz-placeholder { color: #5F5F5F; /* Firefox 19+ */ }
.input--search:-ms-input-placeholder { color: #5F5F5F; /* IE 10+ */ }
.input--search:-moz-placeholder { color: #5F5F5F; /* Firefox 18- */ }
.tip-text {
  font-size: 16px;
  line-height: 21px;
  padding-top: 6px;
}
.input--search-btn {
  background-color: #d3002d;
  color: #fff;
  height: 41px;
  padding: 8px 20px 12px;
  margin-left: -6px;
  display: inline-block;
  line-height: 21px;
  text-align: center;
  font-size: 16px;
  font-family: 'guardian-text-oreilly',open-sans,Helvetica,Arial,sans-serif;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  border: none;
  opacity: 1;
}
.input--search-btn:hover, .input--search-btn:focus, .input--search-btn:active {
  background-color: #9f0027;
}
.search-bar  {
  float:left;
  margin-bottom: 20px;
}
.sort-options {
  float:right;
  vertical-align: top;
  margin-bottom: 20px;
}
.sort-menu {
  margin-left: 10px;
  font-size: 1rem;
}
.animal-row {
  margin: 0 60px 12px;
  overflow: hidden;
  clear: both;
}
.animal-row:last-of-type {
  margin-bottom: 0;
}
.book-cvr {
  max-height: 100%;
  max-width: 92px;
  float: left;
  margin-top: 8px;
}
.intro a:hover, .intro a:focus, .book-cvr:hover, .book-cvr:active, .book-title:hover, .book-title:active {
  opacity: 0.8;
}
.book-title, .animal-name {
  font-size: 1.2rem;
  margin-left: 112px;
}
.book-title {
  font-weight: normal;
}
.animal-name {
  font-weight: bold;
}
.highlight { 
  overflow: hidden;
  background-color: #f5f5f5;
  clear: both;
  padding: 32px 0 40px;
}
.pagination {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 10px 0;
  background: #e8e8e8;
}
.pagination--top {
  margin-top: 20px;
  clear:both;
}
.pagination--btm {
  margin-bottom: 20px;
}
.input--pagination {
  font-size: 0.9rem;
  padding: 0 5px;
}
.input--pagination::-webkit-input-placeholder { color: #5F5F5F; /* Chrome/Opera/Safari */ }
.input--pagination::-moz-placeholder { color: #5F5F5F; /* Firefox 19+ */ }
.input--pagination:-ms-input-placeholder { color: #5F5F5F; /* IE 10+ */ }
.input--pagination:-moz-placeholder { color: #5F5F5F; /* Firefox 18- */ }
.prev {
   display: inline-block;
   margin-right: 10px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 10px 6px 0;
   border-color: transparent #909090 transparent transparent;
}
.next {
   display: inline-block;
   margin-left: 10px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 0 6px 10px;
   border-color: transparent transparent transparent #909090;
}

#page {
  width: 30px;
}
.nobreak {
  white-space: nowrap;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] {-moz-appearance: textfield;}

@media (max-width: 700px) {
  .title-image-row {
    height: 250px;
  }
  .intro {
    margin-bottom: 30px;
  }
  .content-row {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .search-bar {
    display: block;
    float: none;
  }
  .sort-options {
    display: block;
    float: none;
  }
  .pagination {
    font-size: 0.9rem;
  }
  .animal-row {
    margin: 0 20px 16px;
  }
  .book-title, .animal-name {
    margin-left: 112px;
    line-height: 1.2rem;
  }
  .book-title, .animal-name, .intro, .dek {
    font-size: 1rem;
  }
  .intro, .dek {
    line-height: 1.5rem;
  }
  .headline {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
  .book-cvr {
    margin-top: 4px;
  }
  .book-title {
    margin-bottom: 6px;
  }
}
@media (max-width: 500px) {
  .input--search {
    width: 280px;
    font-size: 0.85rem;
    padding: 5px 12px 11px;
  }
  .input--search-btn {
    padding: 6px 12px 12px;
    font-size: 0.85rem;
  }
  .sort-menu {
    font-size: 0.9rem;
  }
  .content-row {
    padding-left: 0;
    padding-right: 0;
  }
  .headline, .intro, .search-bar, .sort-options, .highlight {
    padding-left: 20px;
    padding-right: 20px;
  }
  .prev {
    padding-right: 5px;
  }
  .next {
    padding-left: 5px;
  }
  .animal-row {
    margin: 0 0 16px;
  }
}
@media (max-width: 400px) {
  .input--search {
    width: 200px;
}

.radar .pa-text { color: #d3002d;}
.radar .pa-bg { background-color: #d3002d;}
