/**
 * package:		Twitter Feed
 * version:		1.4
 * author:		Askupa Software <contact@askupasoftware.com>
 * link:		http://products.askupasoftware.com/twitter-feed/
 * facing:		public
 */

/* Border color */
.twitter-feed.static-tweet-list.tweet-wrapper.futuristic-skin:before,
.twitter-feed.static-tweet-list.tweet-wrapper.futuristic-skin:after,
.twitter-feed.static-tweet-list.tweet-actions.futuristic-skin {
	border-color: #777;
}

.twitter-feed.static-tweet-list.tweet-wrapper.futuristic-skin {
	position: relative;
	z-index: 2;
	background-color: transparent;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 1px 1px 7px;
}

.twitter-feed.static-tweet-list.tweet-wrapper.futuristic-skin:before,
.twitter-feed.static-tweet-list.tweet-wrapper.futuristic-skin:after {
	z-index: -1;
	background-color: transparent;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	height:100%;
	width:25px;
	content:'.';
	position:absolute;
	color: transparent;
	top:0;
}

.twitter-feed.static-tweet-list.tweet-wrapper.futuristic-skin:before {
	border-radius: 10px 0 0 10px;
	border-left-width:2px;
	border-right-width:0;
	left:0;
}
.twitter-feed.static-tweet-list.tweet-wrapper.futuristic-skin:after {
	border-radius: 0 10px 10px 0;
	border-right-width:2px;
	border-left-width:0;
	right:0;
}
.twitter-feed.static-tweet-list.tweet-actions.futuristic-skin.ltr {right:25px}
.twitter-feed.static-tweet-list.tweet-actions.futuristic-skin.rtl {left:25px}	
.twitter-feed.static-tweet-list.tweet-actions.futuristic-skin {
	direction: rtl;
	text-align:center;
	position:absolute;
	bottom:-18px;
	border-width:2px;
	border-style: solid;
	border-radius:5px;
	margin: 0 !important;
	padding: 5px;
}
.twitter-feed.static-tweet-list.tweet-actions.futuristic-skin {
	line-height: 14px;
	font-size: 14px;
}
.twitter-feed.static-tweet-list.tweet-actions.futuristic-skin li {
	display:inline;
	margin: 10px !important;
}
.twitter-feed.static-tweet-list.futuristic-skin .user-card {
	margin-top:10px;
}

/* media */
.twitter-feed.media-wrapper.futuristic-skin {
	border-top: 2px solid #555;
}
