/* Lambda Widgets @United Themes */

/* Flickr */
#sidebar .lambda_widget_flickr .flickr_items {
	width:270px;
}
.flickr_items a {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.flickr_items img {
	width:50px;
	height:50px;
	padding:2px;
	background:#fff;
	border:1px solid #ECEDF3;
	display:block;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}
.flickr_items a {
	border:none;
}
/* Twitter */
.tweet, .query {
	font: 120% Georgia, serif;
	color: #085258;
}
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list .awesome, .tweet_list .epic {
	text-transform: uppercase;
}
.tweet_list li {
	overflow:hidden;
	padding-bottom:10px;
	list-style-type: none;
	border-bottom: 1px solid #ECEDF3;
	margin-bottom:10px;
}

#footer .tweet_list li:last-child,
.tweet_list li:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none 0;
}

/*.tweet_list .tweet_even {
	background-color: #0000;
}
*/
.tweet_list .tweet_avatar {
	padding-right: 10px;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
a.tweet_avatar {
	border:none;
	margin-bottom:-1px;
}
.tweet_text {
	display: block;
	padding-left: 55px;
}
.tweet_list a {
	color:#2C2D31 !important;
}

/* Recent Comments Lambda */
.comments_avatar {
	float:left;
	padding-right:10px;
	display:block;
}
.comments_avatar a img{
	display:block;
}
.recentcomments .description {
	overflow-y: auto;
	overflow-x: hidden;
}
.recentcomments .description a {
	color:#2C2D31 !important;
}
.recentcomments .description {
	padding:5px;
	margin:0;
	background:#fff;
	border:1px solid #ECEDF3;
}
.lambda_widget_recent_comments .recentcomments {
	margin-bottom:20px;
}
.lambda_widget_recent_comments .recentcomments:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none 0;
}
.comments_avatar img {
	padding:2px;
	background:#fff;
	border:1px solid #ECEDF3;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}
/* Recent Post Lambda  */
.lambda_widget_recent_posts li {
	margin-bottom:20px;
	
}
.lambda_widget_recent_posts li:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none 0;
}
#footer .pformat,
.lambda_widget_recent_posts .pformat {
	float:left;
	padding-right:10px;
}
#footer .pformat_entry,
.lambda_widget_recent_posts .pformat_entry {
	overflow-y: auto;
	overflow-x: hidden;
}
#footer .pformat_entry a,
.lambda_widget_recent_posts .pformat_entry a{
	color:#2C2D31 !important;
}
#footer .pformat a,
.lambda_widget_recent_posts .pformat a {
	margin:0 !important;
	
}