/*  
Theme Name: BuddyPress Default Member Theme
Theme URI: http://buddypress.org
Description: The default member theme for BuddyPress. This theme handles all non-blog pages.
Version: 1.0-RC2
Author: Andy Peatling
Author URI: http://apeatling.wordpress.com
*/

@import url(css/loader.php);

#header h1 a.brought {
         text-indent: -999em;
         background: url(./images/brought-to-you.gif) top left no-repeat;
         overflow: hidden;
         width: 210px;
         height: 35px;
         display: block;
         float: left;   
	}

#header h1 a {
		text-indent: -999em;
		background: url(./images/logo.gif) top left no-repeat;
		overflow: hidden;
		width: 214px;
		height: 35px;
		display: block;
		float: left;
	}
#header ul#nav{ clear:both;
		float: right;
		margin: -31px 0 0 0;
	}
div.clear2{clear:both}
