/**
Google buzz module by Cedric Walter - www.waltercedric.com
simple layout without blurb boxes
*/

#googlebuzz_wrapper {
	padding: 5px;
	background-color: #FFFFFF;
}

#googlebuzz_title {
	background: url(../img/logo.png) no-repeat right;
	font-size: 20px;
	font-weight:bold;
	line-height: 40px;
}

.googlebuzz_post_title {

	font-weight:bold;
}

#googlebuzz_post {
	padding: 5px;
	background-color: #F3F3F3;
	color: #333333;
	margin-bottom: 1px;
}

#googlebuzz_time {
	font-style: italic;
	color: #999999;
}

#googlebuzz_small {
	background: url(../img/small.png) no-repeat right;
	height: 25px;
	display: block;
}

.googlebuzz_twitter {
	background: url(../img/twitter.png) no-repeat left;
	height: 10px;
}

.googlebuzz_rss {
	background: url(../img/rss.png) no-repeat left;
	height: 10px;
}