div#contentWrap {
	position: relative;
}

div#social-media {
	
}
div#social-media > a {
	display: block;
	float: left;
	padding-left: 1.5em;
}
div#social-media-links {
	float: left;
	padding: 1em 0 0 1.5em;
}
div#social-media-links a {
	line-height: 16px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-attachment: left center;
	display: block;
}

div#tweets {
	background-color: #fff;
	width: 300px;
	padding: 4px;
	height: 320px;
	float: right;
	clear: right;
}

p.tweet {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 18px;
	background-color: #eee;
}

	p.tweet span.tweet-id {
		display: none;
	}
	
	p.tweet span.pubdate {
		background-color: #ddd;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: block;
		font-size: 10px;
		text-transform: uppercase;
		text-indent: 10px;
		cursor: default;
	}
	
	p.tweet a {
		display: block;
		text-decoration: none;
		padding: 3px 10px;
		color: #000;
	}