/* CSS Document */

#loading-container {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#twitter-feed {
	width: 270px;
	font-family: Verdana, Geneva, sans-serif;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
}

#twitter-feed h1 {
	display: none;
}

.twitter-article, #loading-container {
	width: 270px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.twitter-pic {
	display: none;
}

.twitter-pic img {
	display: none;
	
}

/* -------- TEXT STYLING ------*/
.twitter-text {
	width: 270px;
	float: left;
	font-size: 12px;
}
.twitter-text p {
	margin: 0px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.twitter-text a,  h1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}

.twitter-text a:hover,  h1 a:hover {
	text-decoration: underline;
	color: #000000;
}

.tweet-time {
	font-size: 10px;
	color: #000000;
	float: right;
	text-decoration: none;
	font-weight: normal;
}
.tweet-time a, .tweet-time a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.tweetprofilelink a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.tweetprofilelink a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}


.bird {
	display: none;
}
