#twitter {
	width: 292px;
	margin-top: 15px;
}	
	
.twitted {
	
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0 0 0 22px;
	padding: 0;
	background: transparent url("loader.gif") no-repeat 13px 2px;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0 0 20px 0;;
	padding: 0 35px 20px;
	width: 222px;
	background: url(../../images/columnTwoSep.gif) no-repeat 2px 100%;
}

	.twitterLeft .twitted ul#twitter_update_list li {
		background: url(../../images/columnTwoSep.gif) no-repeat 0 100% !important;
		}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	font-size: 1.2em;
	color: #7d7d7d;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #00a5d2;
	border-bottom: 1px solid #00a5d2;
	text-decoration: none;
	font-style: normal;
}

.twitted ul#twitter_update_list li span a:hover {
text-decoration: none;
border-bottom: none;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #a4a4a4;
	text-decoration: none;
	font-size: 1.1em !important;
	font-family: arial;
	font-style: italic;
	text-transform: capitalize;
}

.twitted ul#twitter_update_list li a:hover {
text-decoration: underline;
border-bottom: none;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 30px 0 0;
	padding: 0 35px 20px;
	color: #fff;
}