#explore-content-header {
  padding: 20px;
  background: #fff url('/images/content-back4.gif') top left no-repeat;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#explore-content-header h3 {
  font-weight: bold;
}

#explore-content-header h3 a {
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  color: #888;
  
}

#explore-content-header .arrow {
  padding: 0 10px;
}


.explore-header h3 {
  font-size: 22px;
  color: #999;
  padding: 10px 20px 30px 20px;
}

.election {
  margin-bottom: 30px;
  float: left;
}

.election h4 {
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  width: 170px;
  float: left;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.election h4 .state-or-country {
  font-size: 13px;
  color: #666;
  font-family: Georgia,serif;
  font-style: italic;
  display: block;
}

.election ul {
  width: 700px;
  float: left;
}

.election li.first {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  border-left: 2px solid #333;
  width: 188px;
}

.election li {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  width: 189px;
  border-left: 1px solid #e0e0e0;
  float: left;
  overflow: hidden;
}

.election li .position-title {
  color: #666;
}

.election li .candidate {
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.election li .candidate .election-status {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  padding-top: 5px;
}

.election li .for {
  font-family: Georgia,"Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: #999;
}

.election h4.other-representatives {
  font-size: 14px;
}

.election ul.other-representatives li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.election ul.other-representatives li .candidate {
  font-size: 12px;
}

.election ul li {
  height: 50px;
  margin-bottom: 20px;
}


/* ISSUE + CANDIDATE  PAGE */

#explore-heading {
  padding-left: 10px;
  float: left;
}

#explore-heading .name,
#explore-heading .preposition,
#explore-heading .issue
 {
  position: relative;
  display: block;
  float: left;
}

#explore-heading .preposition {
  float: left;
  padding-top: 10px;
  margin: 0 15px;
  font-size: 18px;
  color: #999;
  background-color: #fff;
}

#representative-selector,
#issue-selector {
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #e0e0e0;
  z-index: 10;
  background-color: #fff;
  display: block;
  padding: 10px;
  font-size: 22px;
  padding-right: 40px;
  background: #fff url('/images/explore-dropdown-arrow.gif') right top no-repeat;
}

#onlyrepresentative {
  float: left;
  padding: 10px;
  font-size: 22px;
}

.notselected #issue-selector {
  background-color: #ffc;
}

#issue-list,
#representative-list {
  border: 1px solid #e0e0e0;
  display: none;
  z-index: 2;
  right:-5px;
  top: 40px;
  position: absolute;
  background-color: #fff;
}

#representative-list ul,
#issue-list ul {
  padding: 10px;
  padding-right: 20px;
  background-color: #fff;
}

#representative-list li {
  font-size: 14px;
  margin: 15px 0;
}

#issue-list li {
  line-height: 1.3;
  margin: 10px 0;
  font-size: 12px;
}

#issue-list li.selected a,
#representative-list li.selected a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background-color: #ffc;
  padding: 3px;
  margin-left: -3px;
}


.explore-container {
 clear: both; 
}

.explore-sidebar {
  padding-top: 10px;
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.8;
  padding-left: 20px;
  float: right;
  width: 263px;
  border-left: 1px solid #e0e0e0;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  padding-right: 20px;
}

.explore-body {
  float: left;
  padding-left: 20px;
}


/* Imported from master.css */

/* Browse candidate issues */

#browse-content {
  float: left;
  width: 560px;
  padding: 0;
  }

#browse-content h2 {
  background-color: #ffc;
  height: 25px;
  text-align: left;
  padding: 10px 18px;
  font-size: 18px;
  }

#browse-content h4 {
  text-align: left;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #666;
  padding: 0 18px;
  }


#browse-content h5.dropped-out {
  margin: 18px 0;
  padding: 0 18px;
  font-size: 16px;
  font-weight: bold;
  color: #c00;
  }

#browse-content .thestance {
  position: relative;
  font-weight: bold;
  color: #666;
  line-height: 1.4;
  }

#browse-content .thestance a  {
  text-decoration: none;
  border-bottom: 1px solid #999;
  color: #555;
  } 

#browse-content .thestance .new {
  border: 1px solid #fff;
  position: absolute;
  top: -1px;
  left: -40px;
}

.browse-content .thestance a:hover {
  color: #0054a6;
  }


#browse-content .summary {
  font-size: 16px;
  color: #666;
  line-height: 1.3;
  padding: 0 18px;
  margin: 20px 0 0 0;
  }

#browse-content .video-playlist-embed {
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.3;
  padding: 0 18px;
  margin: 20px 0 0 0;
  width: 530px;
  height: 370px;
  overflow: hidden;
  }


#browse-content .browse-question {
  font-size: 14px;
  line-height: 1.3;
  padding: 0 18px;
  margin: 30px 0 0 0;
  }

#browse-content .justification {
  width: 470px;
  background-position: 0 0;
  margin: 30px 0;
  padding-left: 50px;
  }

#browse-candidate-nav {
  padding-top: 45px;
  width: 170px;
  float: left;
  }

#browse-issue-nav {
  padding-top: 45px;
  width: 170px;
  float: right;
  }

#browse-candidate-nav li, #browse-issue-nav li {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0;
  }

#browse-candidate-nav li.selected a, #browse-issue-nav li.selected a {
  background-color: #ffc;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #666;
  
  }
  
  
#browse-candidate-nav a, #browse-issue-nav a {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  width: 144px;
  }

#browse-candidate-nav a {
  padding: 8px 8px 8px 18px;
  }

#browse-issue-nav a {
  padding: 8px 18px 8px 8px;
  }

#browse-candidate-nav a.inactive {
  color: #999;  
  }

.browse-candidate-nav-unselected {
  background: #fff url('/images/browse-candidate-nav-back.gif') 16px 10px no-repeat;
  }

.browse-issues-nav-unselected {
  background: #fff url('/images/browse-issues-nav-back.gif') 3px 10px no-repeat;
  }

.preselected {
  background-color: #ffc;
  background-image: none;
  }

#browse-candidate-nav li.preselected a {
  margin-left: 8px;
  padding: 8px 8px 8px 10px;
  width: 144px;
  background-color: #fff;
  }

#browse-issue-nav li.preselected {
  background-color: #ffc;
  }

#browse-issue-nav li.preselected a {
  margin-right: 8px;
  padding: 8px 10px 8px 8px;
  width: 144px;
  background-color: #fff;
  }

#browse-candidates-intro {
  color: #666;
  font-size: 18px;
  padding: 50px 20px 0 20px;
  text-align: center;
  }

#browse-candidates-intro p {
  margin-bottom: 30px;
  }

.issue-summary {
  font-size: 16px;
  color: #666;
  line-height: 1.3;
  padding: 0 18px;
  margin: 20px 0 0 0;
  }

  
.explore-sidebar-description {
  padding-bottom: 20px;
}

.running-mate {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.running-mate-name {
  white-space: nowrap;
}

.explore-sidebar-nav {
  padding-bottom: 30px;
}

.explore-sidebar-nav li {
  margin: 1px 0;
}

.explore-sidebar-nav .selected a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  background-color: #ffc;
  padding: 2px 3px;
  margin-left: -3px;
}

.explore-sidebar-nav h4 {
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* when no video is selected */
.select-issue {
  padding: 20px;
  padding-top: 40px;  
  font-size: 18px;
  color: #777;
}

