/* upcoming and featured projects on the right */
#upcoming, #maincontent {
  position: relative;
}
#upcoming {
  float: right;
  width: expression(this.width > 200 ? "200px" : this.width); /* fix IE max-width bug, must be befor max-width */
  max-width: 200px;

  background-color: #26354a;
  color: white;
}

/* sidebar image */
#lead_impact_community {
  margin-left: 5px;
  margin-top: 5px;
}

/* events and featured divs */
#featured {
  font-size: 80%;
  margin-left: 5px;
}

#featured h1 {
  margin-bottom: 1em;
  margin-top: 1em;
}

#featured h2 {
  margin-bottom: 0;
  padding: 0;
}

.featured {
  padding-bottom: 1em;
}

/* some images assume a default background color that might not be correct */
.default-background {
  background-color: white;
}

#events li.date {
  background-color: lightGrey;
  margin-top: 0.5em;
  margin-bottom: 0;
}
#events li {
  margin-bottom: 0.25em;
}
div.featured a img {
  width: 190px; /* sidebar imgs should already be 190px, but force them just in case */
}
#featured h1 {
  padding-bottom: 0;
}
