/**
 * Theme Name: Float-O-Holics
 * Theme URI: http://floatoholics.com
 * Description: The Float theme, child theme of the default theme for BuddyPress.
 * Version: 1.2
 * Author: Austin Passy
 * Author URI: http://frostywebdesigns.com
 * Template: bp-default
 * Tags: buddypress, two-columns, custom-header, white, blue
 * 
 * http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
 */

/* Default */
@import url( ./library/css/default.css );

/* 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 );

#header #logo {
	background: url(images/logo.png) no-repeat 0 0;
	height: 125px;
	left: 0;
	top: 0px !important;
	text-indent: -999px;
	position: absolute;
}
#logo a {
	display: block;
	height: 125px;
	width: 500px;
	text-indent: -999px;
	visibility: hidden;
}
#logo a:active {
	outline: none;
}
.attachment p.attachment {
	text-align: center;
}
