/* body text */
body {
  color: #444444;
  background: url('/assets/body-bg.png/') repeat-x #474747;
}
/* existing page links */
a, 
a.known-card,
a.external-link,
a.email-link {
  color: #e36039;
}

/* incipient page links */
a, 
a.wanted-card {
  color: #9f6142;
}


/* main card and sidebar widths */
#primary {
  width:75%;
}
#secondary {
  width:20%;
}

/* top bar background color; text colors */
#menu {
  background: #9C0000;
}
#menu a {
  color: #EEEEEE;
}

/* header text */
h1, h2 {
  color: #664444;
}



/* card headers etc */
.card-frame > .card-header {
  background: #EEEEEE;
  font-weight: normal;
  color: #333333; 
}

/* misc */


#credit {
  background: #DDDDDD;
}