/**
Google buzz module by Cedric Walter - www.waltercedric.com
layout with blurb boxes and NO google profile images
*/

#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;
}

.googlebuzz_dialog {
	position: relative;
	margin-bottom: 16px; /**margin-bottom:0px;*/ *
	float: left;
	left:16px;
}

.googlebuzz_dialog .profile_img {
	float: left;
	
}

.googlebuzz_dialog .blurb_box {
	border: 5px solid #e5e5e5;
	float: left;
	padding: 5px 10px 5px 10px;
	width: 180px;
}

googlebuzz_dialog .blurb_box .blurb {
	width: 180px;	
}

.blurb_title {
  font-weight:bold;
}

.googlebuzz_dialog .blurb_box .blurb a {
	color: black;
	font: italic 12px georgia, serif;
	line-height: 21px;

}

.googlebuzz_dialog .blurb_box .blurb a:hover {
	color: #3b5998;
}

.googlebuzz_dialog .blurb_box .name a {
	font: bold 10px Arial, sans-serif;
	line-height: 14px;
	color: #999999;
	text-transform: uppercase;
}

.googlebuzz_dialog .blurb_box .name a:hover {
	color: #3b5998;

}

.blurb_arrow_left {
	position: absolute;
	background: url(../img/arrow_left.gif) no-repeat left;
	left: -9px; /*-left:63px; */
	top: 16px;
}

.googlebuzz_dialog.inv {
	position: relative; *
	float: left;
	left: 16px;
}

.googlebuzz_dialog.inv .profile_img {
	float: right;
}

.googlebuzz_dialog.inv .blurb_box {
	float: left;

}

.googlebuzz_dialog.inv .blurb_box .blurb {

}

.googlebuzz_dialog.inv .blurb_box .name {
	
}

.blurb_arrow_right {
	position: absolute;
	left: 205px;
	-left: 205px;
	top: 16px;
}
