/* BuddyBar Widget Styling */

$botmarg: 0.5em;

#bbw-avatar {
	float 		: left;
	margin-right: $botmarg;
	width 		: 75px;

	img {
		height 	: 75px;
		width 	: 75px;
	}
}

.bbw-user-link {
	font-size 		: large;
	font-weight 	: bold;
	margin-bottom 	: $botmarg;
}

.bbw-module {
	display 		: inline-block;
	height 			: 145px;
	list-style 		: none;
	margin-bottom 	: $botmarg !important;
	vertical-align 	: top;
	width 			: 49%;
}

.bbw-module-title {
	font-size 	: medium;
	font-weight : bold;
}

.bbw-module-link {
	margin 	: 0;
	padding : 0 1em 0 0 !important;
}

#bbw-profile {
	height 	: 85px;
	width 	: 60%;
}
