/* 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: #aa272f;
}

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

/* Header logo and underline-color */
body > .wrap > header {
  border-bottom: 2px solid #aa272f;
}
body > .wrap > header > .logo {
  width: 130px;
  height: 63px;
  background: url("../logo.png");
  text-indent: -9999px;
}

#greeting {
  background-color: white;
  padding: 4px;
  border-radius: 3px;
}

#description {
  font-size: 0.875em;
}

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

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

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  font: 13px Georgia, Arial;
  color: #aa272f;
}

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