#main .footer { width: 629px; }
#main .content { padding-left: 8px; padding-right: 8px; background-image: none; width: 645px; }
#main {
	background: rgba(255, 255, 255, 0.7); padding: 0; width: 660px;
}
.content-body p:first-child { margin-left: 10px; }

ol.timeline {
	margin: 0; padding: 0; list-style-type: none; width: 667px;
	position: relative; z-index: 2;
}
ol.timeline li { margin-bottom: 1em; clear: both; }
ol.timeline li .tweet-meta { width: 54px; margin-right: 5px; float: left; }
ol.timeline li .tweet-meta ul {
	margin: 0; padding: 0; list-style-type: none; font-size: 0.6em;
	text-transform: uppercase;
}
ol.timeline li .tweet-meta ul li { margin-bottom: 0.6em; }
ol.timeline li .tweet-meta ul li a {
	text-align: center; background-position: top center; background-repeat: no-repeat;
	padding-top: 15px; display: block;
}
ol.timeline li .tweet-meta ul li.reply a { background-image: url('../images/tweet-reply.png'); }
ol.timeline li .tweet-meta ul li.retweet a { background-image: url('../images/tweet-retweet.png'); }
ol.timeline li .tweet-meta ul a { color: #595959; }
ol.timeline li .tweet-meta img { border: 3px solid #E5E1D8; }
ol.timeline li .tweet-body {
	width: 563px; height: 109px; float: left; padding: 15px 15px 15px 30px;
	background: url('../images/tweet-body-vert.png') no-repeat; color: #333333;
	line-height: 1.5em; position: relative; left: -8px; font-family:Georgia, serif; font-style:italic;
}
ol.timeline li .tweet-body .inner {
	padding-left:10px;
}
ol.timeline li .tweet-timestamp {
	display:block;
	float:right;
	font-size:0.7em;
	font-weight:bold;
	padding-right:4px;
	position:relative;
	right:35px;
	text-align:right;
	top:-10px;
}
ol.timeline li .tweet-timestamp a { color: #6B97A6; }

a.timeline-button {
	display: block; text-align: center; margin: 0.5em auto 0.5em auto;
	background: url('../images/timeline-button.png') no-repeat; color: #000;
	clear: both; width: 165px; padding: 9px 16px 7px 16px; height:24px;
}

ol.timeline .twitter-user-name {
	float: left; position: relative; top: -12px;
	font-family: Georgia, 'Times New Roman', Serif; font-size: 0.8em; font-style: italic;
}
