#tweets {
float:left;
padding:10px 10px 0px 10px;
width:370px;}


#twitOuter {

}


#twitter {

	float:left;


}


.twitted {
	/*width: 16em;
	margin-bottom: 1.5em;
	border: 1px solid #888;*/
	/*width:350px;*/
	float:left;
	height:440px;

}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}





.twitted p.preLoader {
	background-color: transparent;
	background-image: url(../images/twitterloader.gif);
	background-repeat: no-repeat;
	background-position: center center;	/* generate your own loader gif: http://www.ajaxload.info */
	height: 123px;
	width: 350px;	
	
	
	
}







.twitted ul#twitter_update_list {
	/*margin: 0;
	padding: 0 0.8em;*/
	list-style-type: none;
	width:350px;
}

.twitted ul#twitter_update_list li {
	/*padding: 0.8em 0 1em 0;*/
	font-size:0.688em;
	padding:0px 20px 10px 20px;
	margin-bottom:10px;
	/*border-bottom: 1px solid #ccc;*/
	
		min-height:55px;
	height:auto !important;
	height:55px;
	
	background-image:url("../images/twitterBG.gif");
	background-position:center bottom;
background-repeat:repeat-x;
	
	
	
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	padding-bottom:3px;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #555555;
	font-weight:normal;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #16B5E5;
	font-size: 1em;
	font-weight:bold;
}


.twitted ul#twitter_update_list li a:hover {
	text-decoration:none;
}





.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;
}
