/*
Theme Name: Buddypress Northings
Theme URI: http://northings.com/themes/northings/
Description: Northings theme for BuddyPress.
Version: 1.0
Author: Marcus J Wilson
Author URI: www.marcusjwilson.net
Template: bp-default
Tags: buddypress, two-column, magazine
*/

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


/* > Global Elements
-------------------------------------------------------------- */

body {
	width: 960px;
}

h2 { font-size: 22px; margin-bottom: 18px; }
h3 { font-size: 18px; }

/* > Admin Bar
-------------------------------------------------------------- */

body#bp-default #wp-admin-bar .padder {
	max-width: 960px;
}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
	width: 253px;
	margin-left: -255px;
}

/* > Content
-------------------------------------------------------------- */

div#content .padder {
	margin-right: 254px;
}
	div#content .left-menu {
		float: left;
		width: 170px;
	}

	div#content .main-column {
		margin-left: 190px;
	}
