/*
* Plugin Name: Themeum Tweet
* Plugin URI: http://www.themeum.com/item/themeum-tweet
* Author: Themeum
* Author URI: http://www.themeum.com
* License - GNU/GPL V2 or Later
* Description: Themeum Tweet is a Twitter feed display/slider plugin.
* Version: 1.1
*/

/* List Layout */
.list-layout .themeum-tweet-item {
  border-bottom:1px solid #f5f5f5;
  margin:0;
  padding:15px 0;
}
.list-layout .themeum-tweet-item:first-child {
  padding-top: 0;
}
.list-layout .themeum-tweet-item img.tweet-avatar {
  display:block;
  float:left;
  margin:0 10px 0 0;
}
.list-layout .themeum-tweet-item .date,
.list-layout .themeum-tweet-item .source {
  font-size:10px;
  line-height: normal;
}
.list-layout .themeum-tweet-item .date {
  float:left;
}
.list-layout .themeum-tweet-item .source {
  float:right;
}
.list-layout a.followme {
  display:block;
  background:url(../images/followme.png) no-repeat 0 5px;
  margin-top:10px;
  padding-left:20px;
}

/* Scroller Layout */
.layout-scroller .themeum-tweet-item img.tweet-avatar {
  display:block;
  fl