/*
Theme Name: Lincoln-Eliot PTO
Theme URI: http://lepto.org/themes/lepto/
Description: Custimization of the default BuddyPress theme for the LEPTO.org site.
Version: 1.5
Author: Yanik Grignon
Author URI: http://lepto.org/members/ygrignon
Template: bp-default
Tags: buddypress, two-column, custom-menu
*/

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

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

/* Remove the space for the admin bar since we are never showing it */
body, body.wp-admin {
	padding-top: 0 !important;
}

/* Remove the z-index on the main elements of the page since it is messing up the slide down pannel. */
#header, #container {
	z-index: auto;
}
