/* Minor tweaks to prevent CMS theme styling from clobbering cephalopod styles. */

#cephalopod.header,
#cephalopod.footer,
#cephalopod.footer a {
  letter-spacing: normal;
}

#cephalopod.header {
  border-bottom: 1px solid rgb(222, 222, 222);
}

#cephalopod.header input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: searchfield-cancel-button;
}

#cephalopod.header li {
  font-size: 100%;
  line-height: 1.5;
}

#cephalopod.header input {
  margin-top: 0;
}

#cephalopod.footer li {
  line-height: 1;
}

#cephalopod.footer form p {
  font-size: 100%;
  font-weight: 300;
}

#cephalopod.footer input {
  margin-top: 0;
  background-color: transparent;
}

#cephalopod.footer button {
  text-transform: uppercase;
}