/* =WordPress Core
-------------------------------------------------------------- */
.default_page #content .meta ul li {
	list-style:none;
	background:none;
	display:inline-block;
	margin-right:5px;
	padding:0
}
.default_page #content .meta ul {
	padding-left:0;
	list-style:none
}
.default_page a {
	text-decoration:underline;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.default_page a:hover {
	color: #ff1003;
}
.column .fetched_tweets img {
	width:auto
}
.column .social-block .fetched_tweets .tweets_avatar {
	margin-bottom:0;
}
.column .social-block .fetched_tweets a {
	background: none;
	min-height: 0;
	width: 100%;
}
.social-block h3.w_title {
	display:none
}
