#timeline {
  width: 500px;
  height: 650px;
  overflow: hidden;
  margin: 40px auto;
  position: relative;
  background: url(/DBBreweries/javascripts/timelinr/images/dot.gif) 3px top repeat-y;
}
#dates {
  width: 120px;
  height: 650px;
  overflow: hidden;
  float: left;
}
#dates li {
  list-style: none;
  width: 120px;
  height: 100px;
  line-height: 100px;
  font-size: 26px;
  padding-left: 10px;
  background: url(/DBBreweries/javascripts/timelinr/images/biggerdot.png) left center no-repeat;
}
#dates a {
  border:0;
  color:#796753;
  line-height: 38px;
  padding-bottom: 10px;
  text-decoration:none;
}
#dates .selected {
  color:#E4701E;
  font-size: 34px;
}

#issues {
  width: 380px;
  height: 650px;
  overflow: hidden;
  float: left;
}	
#issues li {
  width: 380px;
  height: 650px;
  list-style: none;

}

#issues li article {
  padding:50px 0 0;
}
#issues li h3, #issues li h2 {
  margin: 0 20px 1em;
}

#issues li p {
  font-size: 11px;
  font-size: 1em;
  margin: 0 20px 0;
  font-weight: normal;
  line-height: 22px;
  /*text-shadow: #000 1px 1px 2px;*/
}

#issues li p:first-letter {
  color:#E4701E;
  float:left;
  font: 500 5em/.625em "Rokkitt Regular",Arial,sans-serif;
  margin:.125em .125em 0 0;
  padding;.188em 0 0;


}

#grad_top,
#grad_bottom {
  width: 500px;
  height: 80px;
  position: absolute;
}
#grad_top {
  /*background: -moz-linear-gradient(black, white);      [> FF 3.6+ <] */
  /*background: -ms-linear-gradient(black, white);       [> IE10 <] */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, white)); [> Safari 4+, Chrome 2+ <] */
  /*background: -webkit-linear-gradient(black, white);   [> Safari 5.1+, Chrome 10+ <] */
  /*background: -o-linear-gradient(black, white);        [> Opera 11.10 <] */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='white');              [> IE6 & IE7  <] */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='white')";        [> IE8        <] */

  /*background: linear-gradient(black, white);  */

  /*background: url(/assets/javascripts/timelinr/images/grad_top.png) repeat-x;*/
  background: url(/DBBreweries/media/images/timelinr-fade-out_top.png) repeat-x bottom center;
  top: 0;
}
#grad_bottom {
  bottom: 0;
  /*background: url(/assets/javascripts/timelinr/images/grad_bottom.png) repeat-x;*/
  background: url(/DBBreweries/media/images/timelinr-fade-out_bottom.png) repeat-x top center;
}

#container #next,
#container #prev {
  border:0;
  position: absolute;
  left: 55%;
  font-size: 70px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#next:hover,
#prev:hover {
  background-position:  0 0;
}
#next {
  bottom: 0;
  /*background-image: url(/assets/javascripts/timelinr/images/next_v.png);*/
  background: url(/DBBreweries/media/images/sprites_bottle-caps.png) no-repeat 0px -150px;
  height: 50px;
  width: 50px;
}
#next:hover {
  background-position:-50px -150px;
}
#prev {
  top: 0;
  /*background-image: url(/assets/javascripts/timelinr/images/prev_v.png);*/
  background: url(/DBBreweries/media/images/sprites_bottle-caps.png) no-repeat 0 0;
  height: 50px;
  width: 50px;
}
#prev:hover {
  background-position:-50px 0;
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}
