/* Image Feeds */

.si_feed{
  max-width: 100%;
}

ul.si_feed_list{
  margin: 0 0 15px 0;
  padding: 0;
}

div.si_item{
  float: left;
}

li.si_item{
  float:left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.si_feed:before,
.si_feed:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.si_feed:after {
    clear: both;
}


.si_feed {
    *zoom: 1;
}

/* Themed Profile */

.si_profile{
  clear:both;
}

.themed .si_profile_picture{
  position: absolute;
  z-index: 999;
  width: 80px;
  height: 80px;
  left: 33px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  top: 0px;
  position: relative;
  overflow:hidden;
  margin-right: 20px;
  float: left;
}

.themed .si_profile_picture img{
  width: 80px;
  height: auto;
}

.themed .si_username a{
  font-size: 1.25em;
  color: #3f729b;
  font-weight: bold;
}

.themed .si_full_name{
  font-size: .9em;
  font-style: italic;
}

.themed .si_bio{
  font-size: 0.9em;
  margin: 1em auto;
}

.themed .si_website{
}

.themed .si_website a{
  font-size: 0.9em;
  color: #3f729b;
}

/* Widgets */

.si_feed_widget {
  clear: left;
}

.si_feed_widget .si_item{
	width: 33%;
	float:left;
	margin: 0;
	padding: 0;
  border-bottom:none; !IMPORTANT;
  position: relative;
}

.si_feed_widget .si_item img{
	max-width: 100%;
  margin: 0;
}

.si_feed_list{
	overflow:hidden;
}
/* Themed Profile Widget */

.si_profile_widget{
  clear:both;
  height: 95px;
}

.si_profile_widget .si_profile_picture {
  z-index: 999;
  width: 80px;
  height: 80px;
  left: 33px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  top: 0px;
  position: relative;
  overflow:hidden;
  margin-right: 50px;
  float: left;
  margin-bottom: 10px;
}

.si_profile_widget .si_profile_picture img{
  width: 80px;
  height: auto;
}

.si_profile_widget .si_username a{
  font-size: 1.25em;
  color: #3f729b;
  font-weight: bold;
}

.si_profile_widget .si_full_name{
  font-size: .9em;
  font-style: italic;
  display:inline;
}

.si_profile_widget .si_bio{
  font-size: 0.9em;
}

.si_profile_widget .si_website{
}

.si_profile_widget .si_website a{
  font-size: 0.9em;
  color: #3f729b;
}

.si_meta_num {
  font-weight: bolder;
}

.si_item .si_item_overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  color: white;
  display: none;
}

.si_item .si_item_overlay_caption {
  padding: 15px;
  max-height: 60%;
  overflow: hidden;
}

.si_item .si_item_overlay_likes_comments {
  width: 100%;
  text-align: center;
}

@media all and (min-width:0px) and (max-width: 500px) {
  .si_profile_widget {
    text-align: center;
    height: auto;
    margin-bottom: 7px;
  }
  .si_profile_widget .si_profile_picture {
    float: none;
    margin: auto;
    left: 0;
    margin-bottom: 5px;
  }
}