/* STORYLINE */
  
#storyline-year {
  margin: 0 0 100px 0;
  border-top: 4px solid #000;
  background: url('/images/storyline-year.png') top left no-repeat;
  }

#storyline-year-title {
  padding: 0 0 0 10px;
  float: left;
  font-size: 50px;
  font-family: 'Arial Narrow', Arial, Sans-serif;
  color: #fff;
  }

#storyline-month {
  margin: 0 0 0 150px;
  padding: 0 0 0 0;
  }

#storyline-month-title {
  width: 175px;
  padding: 0 0 0 5px;
  float: left;
  font-size: 20px;
  font-family: 'Arial Narrow', Arial, Sans-serif;
  border-top: 1px solid #000;
  }

#storyline {
  height: 30px;
  margin: 0 0 5px 180px;
  padding: 20px 0 0 140px;
  display: block;
  cursor: pointer;
  border-top: 1px solid #000;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  font-size: 12px;
  }
    
#storyline:hover {
  height: 90px;
  padding: 65px 0 0 140px;
  margin: 0 0 0 180px;
  color: #fff;
  background-color: #cb0013;
  border: 1px solid #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  font-size: 15px;
  text-decoration: none;
  }


