/* Lambda Widgets @United Themes */

/* Flickr */
#sidebar .lambda_widget_flickr .flickr_items {
	width:270px;
	overflow:hidden;
}
#sidebar .lambda_widget_flickr .widget-title {
	margin-bottom:16px;
}
#footer .lambda_widget_flickr .flickr_items {
	width:100%;
	overflow:hidden;
}
#footer .lambda_widget_flickr {
	margin-bottom:10px;
}
#footer .lambda_widget_flickr .flickr_items img {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
	margin-top:0;
}

.lambda_widget_flickr .flickr_items img {
	float: left;
	margin-right: 10px;
	margin-bottom:6px;
	margin-top:4px;
}
.lambda_widget_flickr .flickr_items img {
	width:45px;
	height:45px;
	padding:6px;
	display:block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: url('../images/icons/frame_bg.gif');
}

.lambda_widget_flickr .flickr_items a {
	border:none;
}


/* Twitter */
.tweet, .query {
	font: 120% Georgia, serif;
	color: #444444;
}
.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;
	list-style-type: none;
	margin-bottom:10px;
}

#footer .tweet_list li:last-child {
	margin-bottom:0;
}
.tweet_list li:last-child {
	margin-bottom:6px;
}
#footer .tweet_list {
	margin-bottom:20px;
}
#footer .lambda_widget_twitter a:hover {
	color: #2C2D31;
}

/*.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;
}
.tweet_text {
	display: block;
	padding-left: 55px;
}

/* Recent Post Lambda  */
.lambda_widget_recent_posts li {
	margin-bottom:10px;
	
}
.lambda_widget_recent_posts li:last-child {
	padding-bottom:0;
	margin-bottom:6px;
	border-bottom:none 0;
}

#footer .pformat,
.lambda_widget_recent_posts .pformat {
	float:left;
	margin-right:10px;
}
#footer .pformat_entry,
.lambda_widget_recent_posts .pformat_entry {
	overflow-y: auto;
	overflow-x: hidden;
}

#footer .pformat a,
.lambda_widget_recent_posts .pformat a {
	margin:0 !important;
	
}



.pformat .post_format_audio,
.pformat .post_format_gallery,
.pformat .post_format_video,
.pformat .post_format_link,
.pformat .post_format_quote,
.pformat .post_format_aside,
.pformat .post_format_standard,
.pformat .post_format_image {
	display:block;
	text-indent:-9999px;
	width:45px;
	height:45px;
	background-repeat: no-repeat;
	background-position: center center;
}
.pformat .post_format_image  {
	background-image: url('../images/icons/photo.png');
}
.pformat .post_format_standard  {
	background-image: url('../images/icons/document_1.png');
}
.pformat .post_format_audio {
	background-image: url('../images/icons/audio.png');
}
.pformat .post_format_gallery {
	background-image: url('../images/icons/polaroid.png');
}

.pformat .post_format_video {
	background-image: url('../images/icons/movie.png');
}
.pformat .post_format_link {
	background-image: url('../images/icons/link.png');
}
.pformat .post_format_quote {
	background-image: url('../images/icons/quote.png');
}
.pformat .post_format_aside {
	background-image: url('../images/icons/aside.png');
}

.pformat a {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pformat a:hover {
	opacity: 0.7;
}

/* Standard WP Widget  */
.widget_links li,
.widget_nav_menu li,
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_recent_entries li {
	padding-left:10px;
	background-image: url('../images/icons/arrow-right.gif');
	background-repeat: no-repeat;
	background-position: left 5px;
}

.widget_recent_comments li {
	padding-left:24px;
	background-image: url('../images/icons/chat_2.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#footer #searchform,
#footer .tagcloud {
	margin-bottom:20px;
}

#footer .tagcloud a {
	background:#fff;
}

#sidebar .tagcloud a {
	color:#2C2D31;
}

#sidebar .tagcloud {
	background: url('../images/icons/frame_bg.gif');
	border:1px solid #ECEDF3;
	padding:10px 4px 0 10px;
}

/* Video Widget  */

#sidebar .lambda_widget_video .elastic-video-wrapper .frame {
	margin-bottom:0;
}

/* Like Widget */

.lambda-most-liked-posts li {
	padding-left:24px;
	background-image: url('../images/icons/like.png');
	background-repeat: no-repeat;
	background-position: left center;
}