#tweet-wrapper {
	background-color: #8A8F3B;
	background: -moz-linear-gradient(top, #8A8F3B, #9CA143);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A8F3B), to(#9CA143));
	color: #323518;
}


/* Last updated date at bottom of feed */
.twitter_date {
	font-size:10px;
	color:#816023;
}


/* Everything goes inside of this dive */
.twitter_holder {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	margin-top:5px;
	text-align:left;
	line-height:120%;
}

/* This clears the floating thumbnails */
.tweet_clear {
	clear:both;
	height:0px;
}

/* Base styles for display of each tweet */
.tweet_even, .tweet_odd {
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E7229;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* Mouse over styles for each tweet */
.tweet_even:hover, .tweet_odd:hover {

}

/* Even numbered tweets (0, 2, 4, etc) */
.tweet_even {

}

/* User thumbnails */
.tweet_img {
	float:left;
	padding-right:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width:48px;
	height:48px;
}

/* Odd numbered tweets (1, 3, 5, etc) */
.tweet_odd {

}

/* Posted from date and location */
.tweet_source {
	font-size:10px;
	color: #816023;
}


/* Base style for links */
.tweet_odd a:link {
	color: #57648A;
}
.tweet_odd a:visited { color: #57648A; }
.tweet_odd a:hover { color: #535828; }
.tweet_odd a:active { color: #57648A; }


/* Styles for links in even tweets */
.tweet_even a:link { color: #57648A; }
.tweet_even a:visited { color: #57648A; }
.tweet_even a:hover { color: #535828; }
.tweet_even a:active { color: #57648A; }

/* Styles for links in odd tweets */
.twitter_holder a:link { color: #57648A; }
.twitter_holder a:visited { color: #57648A; }
.twitter_holder a:hover {
	color: #B94E2C;
}
.twitter_holder a:active { color: #57648A; }