@charset "utf-8";
/* CSS Document */

/* container */
div.google-buzz{ }
/* ul list */
ul.gbw{
	padding:0;
	margin:0;
	height:290px; 
	/* fixed height so surrounding content will not flicker with transitions */
}
ul.gbw li{ background-color:#111111;
	color:#FFFFFF;
	border:1px solid #333333;
	float:left;
	margin:1px 0 1px 0;
	padding:2px;
	list-style-type:none;
	height:58px;
	overflow:hidden;
	width:100%;
}
/* meta : date, source */
ul.gbw span.gbw-meta {
	color:green;
	display:block;
	font-size:95%;
	margin:3px 0 0;
}
ul.gbw span.gbw-meta a{
	color:green;
	text-decoration:none;
}
ul.gbw span.gbw-meta a:hover{
	text-decoration:underline;
}

/* customize links */
ul.gbw a.gbw-link { color:#FFCC33; }
/* customize @user links */
ul.gbw a.gbw-at { color:#999999; }
/* customize #hashtags links */
ul.gbw a.gbw-hashtag { color:#FF0000; }
