/* to assist in getting the left offset of the paragraph */
#article-body-blocks p {
  position: relative;
}

#gia-death-penalty-container {
  position:relative;
  z-index: 200;
}

#gia-death-penalty {
  border: 1px solid #d61d00;
  background: #fff;
  position: absolute;
  display: none;
  width: 458px;
  left: 0;
  right: 0;
}

#gia-death-penalty.gia-shadow {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

#gia-dp-header {
  height: 59px;
  width: 100%;
  font-family: Georgia, serif;
}

#gia-dp-header td {
  padding: 0 12px;
  vertical-align: middle;
  border-right: 1px solid #f2f2f2;
  color: #004578;
}

#gia-dp-header td:hover {
  background: #004578;
  color: #fff;
}

td#gia-dp-title, td#gia-dp-title:hover {
  position: relative;
  width: 220px;
  background: #d61d00;
  color: #fff;
  font-size: 18px;
  padding-left: 66px;
  cursor: default;
}

#gia-dp-title-img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

#gia-dp-title span {
  display: block;
  font-size: 12px;
}

td#gia-dp-ln-parts {
  width: 90px;
  padding-left: 40px;
}

td#gia-dp-ln-arrow {
  position: relative;
  display: block;
  width: 0;
  padding: 0;
  border: none;
}

#gia-arrow {
  position: absolute;
  top: 0;
  left: -1px;
  width: 31px;
  height: 59px;
  background: url(/2012/08/death-penalty/img/header-arrow.png) no-repeat;
  cursor: default;
}

/***** Parts */
#gia-dp-parts {
  display: none;
  width: 100%;
  table-layout: fixed;
  margin: 12px 0;
  font-family: Georgia, serif;
  font-size: 16px;
}

#gia-dp-parts td {
  width: 25%;
  vertical-align: top;
  position: relative;
  padding: 4px;
  border-left: 1px solid #ccc;
}

#gia-dp-parts a {
  text-decoration: none;
  display: block;
  height: 100%;
}


#gia-dp-parts span {
  display: block;
  font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
  color: #999;
  margin-bottom: 4px;
}

#gia-dp-parts .inactive {
  color: #ccc;
  cursor: default;
}


/***** Headshots */
#gia-dp-headshots {
  display: none;
  table-layout: fixed;
  margin: 12px 0;
}

#gia-dp-headshots td {
  border-left: 1px solid #cccccc;
  vertical-align: top;
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  color: #005689;
  width: 14.2%;
  padding: 0 2px;
}

.gia-dp-headshot  {
  width: 60px;
  height: 60px;
  background: url(/2012/08/death-penalty/img/headshots_v3.jpg);
}

#gia-dp-hs-julie-kerry .gia-dp-headshot {
  background-position: 0 0;
}

#gia-dp-hs-robin-kerry .gia-dp-headshot {
  background-position: -60px 0;
}

#gia-dp-hs-thomas-cummins .gia-dp-headshot {
  background-position: -120px 0;
}

#gia-dp-hs-daniel-winfrey .gia-dp-headshot {
  background-position: -180px 0;
}

#gia-dp-hs-marlin-gray .gia-dp-headshot {
  background-position: -240px 0;
}

#gia-dp-hs-reggie-clemons .gia-dp-headshot {
  background-position: -300px 0;
}

#gia-dp-hs-antonio-richardson .gia-dp-headshot {
  background-position: -360px 0;
}


/***** Bios */
#gia-dp-bios {
  display: none;
  padding: 12px 12px 0 12px;
}

#gia-dp-bios h2 {
  display: none;
}

#gia-dp-bios > div {
  display: none;
}


/***** timeline */
#gia-dp-timeline {
  display: none;
}

#gia-dp-timeline .carousel-inner {
  height: 380px;
  overflow-y: auto;
}

#gia-dp-timeline .carousel-inner .item > div {
  margin: 20px 80px;
}

#gia-dp-timeline .carousel-inner .item p {
  position: static;
}

.carousel-control {
  background: #005689;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control:hover {
  background: #005689;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gia-dp-year {
  font-family: Georgia, serif;
  font-size: 22px;
  margin: 12px 0 6px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #f2f2f2;
}

.gia-dp-month {
  font-family: Georgia, serif;
  font-size: 16px;
  margin: 12px 0 6px 0;
}



/*
 * DocumentCloud inline links
 */

.DC-note-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 730px;
}

.DC-note {
  background: #fff;
  margin: 0;
  border-color: #005689 !important;
}

.gia-dc-inline {
  z-index: 100;
  background: #ffc;
  position: relative;
  cursor: pointer;
}

.gia-dc-inline-anchor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}