/** Twitter feed CSS **/
#loading-container {
	padding:16px 0;
	text-align:center
}

#twitter-feed {
	font-family:Arial,Helvetica,sans-serif;
	background-color: #E6E6E6;
	color: #333;
	min-height: 65px;
	overflow: auto;
}

#twitter-feed h1 {
	color:#5F5F5F;
	margin:0;
	padding:9px 0;
	font-size:18px;
	font-weight:lighter;
}

#twitter-header {
	background-color: transparent;
	position:relative;
	z-index:2;
	border-bottom: none;
}

.twitter-article, #loading-container {
	width:100%;
	float:left;
	padding:8px 0 0;
	position:relative;
}

.twitter-pic {
	position:absolute;
}

.twitter-pic img {
	float:left;
	border-radius:7px;
	border:none;
}

.bird {float: left; padding-top: 5px;}

.twitter-article {
	float: left;
	width: 90%;
	}

/* -------- TEXT STYLING ------*/

.twitter-text {
	width:100%;
	float:left;
	font-size:14px;
	padding-left:52px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.twitter-text p {
	margin:0;
	line-height:15px;
}

.twitter-text a,h1 a {
	color:#00acee;
	text-decoration:none;
}

.twitter-text a:hover {
	text-decoration:underline;
	color:#00acee
}

.tweet-time {
	font-size: 12px;
	color:#878787;
	float:right
}

.tweet-time a,.tweet-time a:hover {
	color:#878787
}

.tweetprofilelink a {
	color:#444
}

.tweetprofilelink a:hover {
	color:#444
}