/* stylesheet for widgets */

.pictures {
  display: block;
  width: 100%;
}

li.flickrimages {
  width: 100%;
}

li.flickrimages a img {
  width: 48px;
  float: left;
  margin: 0 auto;
  -webkit-transition: -webkit-filter 1s;
  border-radius: 3px;
  margin: 5px;
}

li.flickrimages a img:hover {
  -webkit-filter: grayscale(100%);
}

ul.flickrpics {
  list-style: none;
  margin: 0 5px;
  padding: 0;
}

ul.widget-recent-posts {
  list-style: none;
  margin: 0px 0 10px;
  padding: 0;
}

.widget-recent-posts li {
  overflow: hidden;
}

ul.tweets-widget {
  width: auto;
}

ul.tweets-widget li {
  background: url(../images/tweetlist.png) no-repeat left top;
  line-height: 16px;
  padding-left: 20px;
  float: left;
}


li.instagram-image-wrap {
    display: inline-block;
    width: 87px;
    margin: 3px;
}

#content ul.social-links li a {
    background: #8A8383;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: #fff !important;
    transition: all ease-in 1s;
}
#content ul.social-links li a:hover {
background: #ccc;
color: #333;
}
#content ul.social-links li{
    display:inline-block;
    margin:1px;
}
