footer {
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 45px;
}
footer ul li {
  height: 16px;
  float: left;
  line-height: 16px;
  margin-bottom: 10px;
}
footer ul li a,
footer ul li a:visited {
  color: #d1d1d1;
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: none;
  margin-right: 15px;
  line-height: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
}
footer ul li a:hover,
footer ul li a:visited:hover {
  color: #ff9933;
}
footer ul li a.selected,
footer ul li a:visited.selected {
  color: #F58025;
  cursor: default;
}
footer ul li.sun-logo a,
footer ul li.sun-logo a:visited {
  padding-left: 20px;
  background-image: url(/sc_assets/images/desktop/framework/icons/smithsonian_sun_pale.png);
  background-repeat: no-repeat;
}
footer ul li.copy {
  width: 100%;
  text-align: center;
}
body#more-smithsonian footer ul li.sun-logo a,
footer ul li.sun-logo a:hover {
  background-image: url(/sc_assets/images/desktop/framework/icons/smithsonian_sun.png);
}
