.twitter {
	width: 304px;
	background: #111 url('twitterBg.png') repeat-x left top;
	color: #d6d6d6;
	border-top: 1px solid #454341;
	border-bottom: 1px solid #454341;
	padding-bottom: 31px;
	height: 553px;
	float: left;
}
.twitterCenter {
	padding: 0 16px;
	overflow: hidden;
}
.twitterHeading {
	text-align: center;
	height: 82px;
}
.twitterLogo {
	width: 30px;
	height: 24px;
	display: inline-block;
	background: url('twitter.png') no-repeat left bottom;
	padding-top: 38px;
}
.twitterFeedLogo, .twitterFeedDescription, .twitterFeedLocation {
	display: none;
}
.twitterPost.first {
	color: #00bef6;
	text-transform: uppercase;
	line-height: 18px;
	border-bottom: 1px solid #383838;
	padding: 3px 0 24px;
	margin: 0;
}
.twitterPost.first a {
	color: #00bef6;
}
.twitterPost.first .twitterName, .twitterPost.first .twitterPostTime {
	display: inline;
}
.twitterPost.first .twitterPostText {
	font-family: 'Helvetica W01 Bd Cn', Arial, sans-serif;
	font-size: 16px;
	padding: 0;
}
.twitterPost {
	font-size: 12px;
	line-height: 16px;
	margin: 16px 0 3px;
	position: relative;
	padding-left: 64px;
}
.twitterPost a {
	color: #00BEF6;
}
.twitterImage {
	position: absolute;
	left: 0;
	top: 0;
}
.twitterName, .twitterPostTime {
	text-transform: uppercase;
	display: block;
	font-family: 'Helvetica W01 Cn', Arial, sans-serif;
}
.twitterName a {
	color: #d6d6d6;
}
.twitterPostText {
	padding-top: 16px;
}