/* START: Shining Brights - Paginated Cases */

#shiningbrights {
  width: 90%;
  margin: 10px auto;
  background-color: #fff;
  color: #333;
  border: 2px solid #981b1e;
  line-height: 130%;
  }

#shiningbrights #top {
  padding: .5em;
  background-color: #ddd;
  border-bottom: 1px solid #981b1e;
  }

#shiningbrights #case #case-left {
  float: left;
  width: 200px;
  margin: 0;
  padding: 20px;
  }
  
#shiningbrights #case #case-left img.logo {
  display:block;
  margin-left: auto;
  margin-right: auto;
  }
  
#shiningbrights #case #case-content {
  margin-left: 240px;
  border-left: 1px solid #981b1e;
  padding: 20px;
  max-width: 36em;
  min-height: 200px;
  }

#shiningbrights #case #case-content p.quote {
  margin: 0 0 10px 0;
  }

#shiningbrights #case #case-content p.source {
  margin: 0 0 10px 0;
  font-style: italic;
  }
  
#shiningbrights #case #case-content p.casestudy {
  margin: 0 0 10px 0;
  }
  
#shiningbrights #bottom {
  clear: both;
  margin: 0;
  padding: .5em;
  color: #333;
  background-color: #ddd;
  border-top: 1px solid #981b1e;
  }
  
#shiningbrights #bottom #paginate {
  padding: 0;
  margin: 0;
  text-align: right;
  height: 24px;
  }

#shiningbrights #bottom #paginate #buttons {
  margin: 0;
  padding: 0;
  float: right;
  }
  
#shiningbrights #bottom #paginate li {
  list-style: none;
  display: inline;
  }
  
#shiningbrights #bottom #paginate a.previous {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  background: url("../images/previous.png") no-repeat 0 0;
  margin: 0;
  padding: 0;
  }

#shiningbrights #bottom #paginate a.next {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  background: url("../images/next.png") no-repeat 0 0;
  margin: 0;
  padding: 0;
  }
  
#shiningbrights #bottom #paginate a.previous:hover {
  background: url("../images/previous_over.png") no-repeat 0 0;
  }  

#shiningbrights #bottom #paginate a.next:hover {
  background: url("../images/next_over.png") no-repeat 0 0;
  }
  
#shiningbrights #bottom #paginate span {
  display: none;
  }
  
/* END: Shining Brights - Paginated Cases */
