body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#444;
}

/* formatacao global */

* {
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
}

img {border:none;}

a {
	color:#B03512;
}

a:hover {text-decoration:underline;}

.twitted {
	width:250px;
}

.twitted p.preLoader {
	margin: 0;
	padding: 3em 1em 1em 8em;
	background: transparent url(../images/loader.gif) 6em 3em 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;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding:13px 0 13px 0;
	text-align:left;
	border-bottom: 1px dotted #c2c2c2;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	font-weight:normal;
	color:#B03512;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	font-weight:bold;
	color:#444;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}
