/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Widget - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* you will find code for the Twitter Widget below */

.twitter {}

.twitter a {
	color: #929292;
}

.twitter-bar li {
	margin: 20px 0;
	font-size: .875em;
	line-height: 18px;
	color: #231F20;
}

.twitter-bar p { margin: 0; padding: 0; }

.twitter-bar a.user {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	color: #929292;
	font-size: 1.142857143em;
}

.twitter-bar span.time { 
	font-size: .857142857em;
	font-style: italic;
	}

.twitter-bar img.icon { 
	width: 25px;
	height: 25px;
	}


/* you will find code for the Twitter Overheard page below */

.overheard .article { padding-top: 5px; padding-bottom: 10px; }

.overheard .article p { margin: 0; padding: 0; }

.overheard .tweet { 
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px solid #C5C5C5;
	clear: both;
}
	.overheard .tweet.alpha { border-top: 0; }

.overheard .avatar { 
	float: left;
	width: 48px;
	padding-left: 15px;
}

.overheard .text { 
	float: right;
	width: 550px;
	padding-right: 115px;
}

.overheard img.icon {
	width: 48px;
	height: 48px; 
}

.overheard .time { font-size: .75em; color: #929292;}

.overheard .twtr-tweet-text {
	margin-left: 65px !important;
	font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
}

.overheard .article a { text-decoration: none; }

.overheard a.user { 
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	display: block;
	color: #231F20;
	
}

.overheard .twtr-widget .twtr-tweet-text em {
	margin-top: 5px;
	font-style: normal;
	}
