#content {
	width:720px;
	padding:10px;
	background-color:#e0e0e0;
	}

#main {
	overflow:hidden;
	padding:5px;
	background-color:white;
	}
	
#main img {
	float:left;
	margin:0 10px 0 0;
	border:0;
	}
		
#tweets {
	}

#tweets ul {
	padding:0;
	margin:5px 0 0 0;
	list-style:none;
	}
	
#tweets li {
	min-height:32px; /* for one line twats */
	margin-top:5px;
	padding:5px 10px 5px 45px;
	background:url(images/t_small-c.png) 10px 10px no-repeat white;
	font-size:13px;
}

#tweets span.tweet_date { /*jquery.tweetable */
	display:block;
	font-style:italic;
	font-size:10px;
	color:#b22222;
	text-align:right;
	}

#tweets .hash {
	font-weight:bold;
	} 

#tweets .reply {
	} 

