/**
 * @file
 *  Holds default styles for breaking news app that ships with openpublic.
 */

.breaking-news {
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.5);
  background: #fff url(../../img/breaking-sm.png) no-repeat center left;
  border: 2px solid #ae133e;
  box-shadow: 0 2px 8px rgba(0,0,0,.5);
  margin: 15px 0;
}

.breaking-news .views-row {
  margin: 0;
  padding: 0;
}

.breaking-news .breaking-news-header {
  background: url(../../img/sprite.png) no-repeat 0 -342px;
  border: 0 0 0 0;
  border-top: 0;
  float: left;
  font-style: italic;
  height: 35px;
  margin: 6px 30px 0 0;
  padding: 0;
  text-indent: -9000px;
  visibility: hidden;
  width: 33px;
}

.breaking-news .headline a {
  color: #666;
  float: left;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  padding: 9px 0;
  width: 65%;
}

.breaking-news span.read-more {
  background: #fff url(../../img/sprite.png) no-repeat -277px 15px;
  color: #179bcd;
  display: none;
  font-size: 15px;
  padding: 13px 20px 0 5px;
  position: absolute;
  right: 2px;
}

.breaking-news span.read-more a {
  color: #179bcd;
  font-size: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.breaking-news span.read-more a:hover {
  background: url(../../img/sprite.png) no-repeat -277px -17px;
  color: #88defe;
  text-decoration: none;
}

.view-breaking-news .views-row {
  border-bottom: none;
}