/* IE6 Only */
* html .twitted {
	width: 490px;
	margin-bottom: 24px;
	float:right;
	margin: 0 6px 0 0;
}

.twitted {
	width: 490px;
	margin-bottom: 24px;
	float:right;
	margin: 0 12px 0 0;
}

.twitted h2 {
	margin: 0;
	padding: 5px 0 0;
	color: #444;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/home/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
	display:inline;
	width:503px;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	display:inline;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: inline;
	float:left;
	width:100%;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #A59A79;
	text-decoration:none;
	width:100%;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #A59A79;
	text-decoration:none;
}

.twitted ul#twitter_update_list li a:hover {
	/* timestamp link */
	color: #6AACBD;
	text-decoration:none;
}

.twitted ul#twitter_update_list li.firstTweet {
	float:left;
	width:240px;
	height:60px;
	padding:10px 10px 0 0;
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
	float:right;
	width:230px;
	height:60px;
	padding:10px 0 0 10px;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 10px 0 0;
	float:left;
}

.twitted p.profileLink a {
	color: #444;
	text-decoration:none;
	width:100%;
}

.twitted p.profileLink a:hover {
	color: #6AACBD;
	text-decoration:none;
}
