/* First, import the default set of styles. */
@import url(default.css);

/*
  You can now override or customize any styles below.
  In the event of future upgrade, only default.css will
  change.
*/

/* Import a color theme. */

/* Example: To hide or turn off the payment module. */
#menu li.payment, li.payment, .li {
  display: none;
}

/* Hide the guest RSVP functionality by request from Josh at
   Thoughtworks, since the current meeting location (AON center)
   security requires each person to RSVP individually with
   their own name. (Re-enable this if meeting location changes).
   Peter Chan (May 5, 2008) */
.rsvp-guest {
  display: none;
}

#header {
  background-image: url(../images/chirb-logo.gif);
  background-repeat: no-repeat;
  padding: 120px 0px 10px 100px;
  display: block;
  border-bottom: thin solid black;  
}

#header-text {
  font-size: 2.5em;
  display: block;
  font-weight: bolder;
  font-size: 0.8em;
  margin: 0em 0em 1em 0em;
}

#lists {
  display: block;
  text-align: right;
}

body {
  background-color: black;
  color: black;
}

#page {
  background-color: white;
}

a {
  color: navy;
}

