/*****************************
        GENERAL STYLES
******************************/

.block-photo-feed {
  clear: left;
}

/*****************************
          LIST VIEW
******************************/

.photo-feed  .feed-item.facebook {
  margin-bottom: 1.5em;
  width: 200px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.photo-feed  .feed-item.flickr{
  margin-bottom: 1.5em;
  clear: none;
  float: left;
  width: auto;
  position: relative;
}

.photo-feed  .feed-item-title {
  margin: 5px 0px;
  font-size: 12px;
}

.photo-feed .flickr .feed-item-title {
  margin: 0px;
  padding: 5px 10px;
  width: 180px;
  bottom: 0;
  background: transparent url("photo-bg.png");
  position: absolute;
  line-height: .8em;
}

.photo-feed .flickr .feed-item-title a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
}

.not-front #region-content .photo-feed .facebook .feed-item-title {
  font-size: 12px;
}

.photo-feed .feed-item-thumbnail {
  height: 120px;
  overflow: hidden;
}

.photo-feed  .flickr .feed-item-summary{
  display: none;
}

.photo-feed .flickr .feed-item-thumbnail {
  height: 150px;
}

.photo-feed .flickr .feed-item-thumbnail {
  float: left;
  clear: left;
}

.not-front #region-content .photo-feed .feed-item-thumbnail img,
.front .photo-feed .feed-item-thumbnail img {
  width: 200px;
  margin: 0px;
  padding: 0px;
  border: 0 none;
  min-height: 120px;
}

.not-front #region-content .photo-feed .flickr .feed-item-thumbnail img,
.front .photo-feed .flickr .feed-item-thumbnail img {
  margin-right: 10px;
  min-height: 150px;
}

.photo-feed .flickr .feed-item-description {
  min-height: 150px;
}

.photo-feed .flickr  .feed-item-summary {
  margin-left: 210px;
}

.photo-feed .clear {
  clear: left;
}