@import url("shared.posts.css");
@import url("shared.tweets.css");
@import url("shared.tweetdeck.css");

div#left-column {
	width: 465px;
	float: left;
}
div#right-column {
	width: 465px;
	float: left;
	margin-left: 10px;
}

div.box h2 {
	color: #666;
}
div#banners-container {
	padding-bottom: 10px;
}
div#banners-container p {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.banner {
	width: 465px;
	overflow: hidden;
}
div#splash {
	background-color: black;
	display: block;
	width: 960px;
	height: 400px;
	text-align: center;
	overflow: hidden;
}
div#splash a:hover {
	color: #ccc;
}
div#splash p.flash-alt-text {
	line-height: 400px;
}
div#posts-box {
	margin-top: 10px;
}
div#posts {
	margin-top: 10px;
}
div#promo-box {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
div.promo-banner {
	width: 111px;
	height: 111px;
	overflow: hidden;
	float: left;
}
div.promo-banner img {
	width: 111px;
	height: 111px;
}
