@charset "UTF-8";
/* CSS Document */

#sidebar .twitter {/*tacked to sidebar styles in base-styles*/
	position: relative;
	padding-top: 25px;
}
.twitter .twitter-logo {
	position: absolute;
	top: 5px;
	right: 10px;
}
.twitter h2 {}
.twitter dl {
	/*the tweet container*/
	color: #bf741c;
}
.twitter dt {
	/*the date*/
	color: #356035;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 8px;
}
.twitter dd {
	/*the tweet*/
	color: #bf741c;
	padding-bottom: 12px;
	border-bottom: 1px dotted #CCCCCC;
}
