#distinctpress-admin-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	background: #292929;
	-webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.35);
	box-shadow: inset 0px 1px 6px rgba(0,0,0,0.35);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #eee;
	display: none;
	font-size: 13px;
	line-height: 1;
	line-height: 1.9em;
	z-index: 9999; /* Above the menu shadow */ 
}

#distinctpress-admin-bar .inner {
	padding: 20px 10px 15px 10px;
}

#distinctpress-admin-bar strong {
	display: block;
	margin-left: 56px;
}

#distinctpress-admin-bar strong a {
	color: #FFF;
}

#distinctpress-admin-bar .avatar,
#distinctpress-admin-bar .icon {
	position: absolute;
	top: 50%;
	left: 10px;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	margin-top: -22px;
}

#distinctpress-admin-bar .dismiss {
	background-color: #eee;
	border-radius: 3px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69);
	color: #222;
	display: block;
	float: right;
	margin: -3px 0px 0px 20px;
	padding: 2px 8px;
	text-decoration: none;
}

#distinctpress-admin-bar .social {
	display: inline-block;
}

#distinctpress-admin-bar .follow {
	display: block;
	float: left;
	margin-bottom: -14px;
	margin-left: 15px;
	max-width: 120px;
}