#content {
  width: 38em;
}

#content div {
  float: right;
  width: 29em;
}

#content div.Featured {
  width: 370px;
  overflow: hidden;
  float: right;
  margin-bottom: 2em;
  width: 29em;
}

#content div.photo {
  position: relative;
  float: none;
  height: 8.5em;
  width: 8.5em;
}

#content div.photo .photo_flash {
	position: absolute;
}

#content div.photo a {
  background: none;
  height: 8.5em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 0;
  width: 8.5em;
}

#content div.photo a span {
  background: url(../img/backgrounds/community_mask.png) no-repeat center -9.5em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#content div.photo a {
  filter: alpha( opacity = 75);
  opacity: .75;
}

#content div.photo a:hover {
  filter: alpha( opacity = 100);
  opacity: 1.00;
}

#content h3 {
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 0px;
}

#content div div {
  font-weight: normal;
}

#content div.lightbox {
  width: 52em;
}

.lightbox h3 {
  font-weight: bold;
}

.lightbox p.sifr {
  margin: 1em 0;
}
#content li {
  background: none;
  padding-left: 0;
}

#content div.Item { margin-bottom: 18px; float: none; width: auto; }
#content div.Featured div.Text { padding-top: 10px; }
#content .ItemSeparator { float: none; clear: both; height: 0; }

