.tweet,
.query {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #666;
}

.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #d3d1d1;
	text-align: left;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}

.tweet_list li a {
	color: #666;
}

.tweet_list .tweet_even {
	background-color: #e4e3e3;
}

.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
	padding-bottom:20px;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

#twitter-container {
	padding-top: 20px;
	margin-bottom: 40px;
}

#twitter-container h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 0;
	padding-top: 0;
}


.social-seperator {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#facebook-container {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #d3d1d1;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 20px;

}