/*
Theme Name: BuddyPress Limbricht.com
Theme URI: http://limbricht.com
Description: Theme for limbricht.com @ BuddyPress.
Version: 0.1
Author: Pascal Dreissen
Author URI: http://pascal.dreissen.nl/
Template: bp-default
Tags: buddypress, three-column, grey, light
*/


/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the admin bar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

img.avatar {
	background: #ffffff;
	padding: 4px;
	border: 1px solid #ddd;
/* Round Corners (native in Safari, Firefox and Chrome) */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
/* Add the Shadow */
	-moz-box-shadow: 2px 2px 2px #dddddd;
	-webkit-box-shadow: 2px 2px 2px #dddddd;
}
img.avatar.user-12-avatar {
	background: #ebf7ff;
	padding: 4px;
	border: 1px solid #ddd;
}
