.googlePlus {
	overflow: hidden;
}

.googlePlus .subHeadline {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 14px;
	height: 18px;
	margin: 0 12px 10px;
	padding: 10px 0 5px 0;
}

.googlePlus .subHeadline span {
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	height: 15px;
	margin-right: 5px;
	width: auto;
	font-weight: bold;
}

.googlePlus .profilePhoto {
	float: left;
	margin-left: 12px;
}

.googlePlus .profileName {
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	margin-left: 82px;
}

.googlePlus .profileButtonContent {
	background-color: #4889F0;
	float: left;
	border: 1px solid #3F79D5;
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 29px;
	margin: 8px 10px 0;
}

.googlePlus .profileButtonContent a, .googlePlus .profileName a {
	text-decoration: none;
}

.googlePlus .profileButtonContent:hover {
	background-color: #3F79D5;
	border-color: #3B71C6;
}

.googlePlus .profileButton {
	background-image: url('../images/googlePlusButton.png');
	background-position: 0 0;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: block;
	float: none;
	height: 29px;
	line-height: 29px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
}

.googlePlus .profileCircles {
	clear: both;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px 10px 10px 12px;
}