.twitted {
	width: 16em;
	margin-bottom: 1.5em;
	/*border: 1px solid #888;*/
}

.twitted h2 {
	/*margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;*/
	font-size: 100%;
	/*line-height: 20px;*/
	text-transform: uppercase;
	color: #3f4d1b;
	letter-spacing: 1px;
	font-weight: normal;
}

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

.twitted ul#twitter_update_list {
	margin: 0;
	/*padding: 0 0.8em;*/
	padding: 0;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	/*margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;*/
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px dotted #b8cd85;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	/*display: block;*/
	
	font-size: 100%;
	line-height: 16px;
	/*color: #3f4d1b;*/
	color: #B8CD85;
	font-style: italic;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #A6CD48;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #738D32;
	font-size: 70%;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	font-size: 80%;
	font-style: italic;
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #b8cd85;
	background-color: none;
	border: 1px dotted #b8cd85;
}
.twitted p.profileLink a {
	color: #b8cd85;
	text-decoration: none;
}
.twitted p.profileLink a:hover {
	color: #b8cd85;
	text-decoration: none;
	background-color: #536724;
}