.block-tweets {
  width: 200px;
  background-color: #000;
  float: left; }
  .block-tweets p {
    font-family: 'Georgia';
    font-weight: normal;
    font-size: 12px;
    color: #505050;
    margin-bottom: 10px; }
    .block-tweets p a {
      color: #c5988b;
      font-style: italic; }

#feed-container ul li {
  border: none;
  padding: 0px 0 15px 25px; }

.block-facebook-like {
  width: 230px;
  float: left; }
  .block-facebook-like p {
    font-family: 'Georgia';
    font-weight: normal;
    font-size: 12px;
    color: #505050;
    margin-bottom: 10px; }
    .block-facebook-like p a {
      color: #c5988b; }
      .block-facebook-like p a.btn-like {
        background: url(../images/like_btn.png) 12px 2px no-repeat;
        display: block;
        height: 18px;
        line-height: 18px;
        padding: 0 10px 0 28px;
        text-transform: none;
        font-family: 'Georgia';
        font-weight: normal;
        font-size: 12px !important;
        color: #aeaeae; }

.fb-persons .fb-person {
  margin-left: 18px;
  float: left;
  display: block;
  width: 70px;
  height: 110px;
  display: block; }
  .fb-persons .fb-person a {
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: block;
    line-height: 14px;
    text-decoration: none;
    height: 110px;
    overflow: hidden; }
    .fb-persons .fb-person a img {
      width: 60px;
      height: 60px;
      border: 5px solid #222;
      margin-bottom: 10px;
      display: block; }

.block-flickr-photos {
  width: 270px;
  float: left; }
  .block-flickr-photos a {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 3px;
    margin-bottom: 0; }
    .block-flickr-photos a img {
      display: block;
      width: 100%;
      height: 100%; }
