/* Background for rest of page and main font */
body {
  font-family: "Helvetica", "Arial", sans-serif;
  background: url("gfx/bg.gif");
}

/* Color for headers */
h1,
h2,
h3 {
  color: #981b19;
}

/* Background for main content */
body > .wrap {
  background: #fff;
}

/* Header logo and underline-color */
body > .wrap > header {
  border-bottom: 2px solid #981b19;
}
body > .wrap > header > .logo {
  width: 219px;
  height: 55px;
  background: url("gfx/logo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#description {
  font-size: 0.875em;
}

/* Sorting links */
body > .wrap > .idp_filter > .sort_by_alphabet > li > a {
  color: #39b54a;
}
body > .wrap > .idp_filter > .sort_by_alphabet > li > a.selected {
  color: #000;
}

/* Login buttons */
.idp_category > a.idp > .button {
  background: #39b54a;
  color: #fff;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  font: 13px Georgia, Arial;
  color: #009c58;
  margin-right: 4px;
}

footer img {
  height: 40px;
  width: auto;
}
