/*  
Theme Name: BuddyPress Default
Theme URI: http://buddypress.org/extend/themes/
Description: The default theme for BuddyPress.
Version: 1.1.2
Author: BuddyPress.org
Author URI: http://buddypress.org
Tags: buddypress, three-columns, white, orange, flexible-width
Template: bp-sn-parent
*/

/* Font styles */
@import url( ../bp-sn-parent/_inc/css/fonts/12px.css );

/* Layout styles for home page, internal pages and blog/directory pages */
@import url( ../bp-sn-parent/_inc/css/layout/home-page/2c-right.css );
@import url( ../bp-sn-parent/_inc/css/layout/internal-pages/3c-left.css );
@import url( ../bp-sn-parent/_inc/css/layout/blog-dir-pages/2c-right.css );

/* Default theme admin bar styles */
@import url( _inc/css/adminbar.css );

/* Default theme styles */
@import url( _inc/css/screen.css );

/* Uncomment the following line and add your custom styles to '_inc/css/custom.css' */
/* @import url( _inc/css/custom.css ); */

/*

/* Updated content for NBN */


/*---- home page recent posts ----*/
}
.row1 { 
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
.col1 {
	width: 650px;
	float: left;
	padding-left: -10px;
}
.col2 {
	width: 650px;
	float: right;
}

/*---- home page most popular posts ----*/

#block_1
	{
	float: left;
	width: 10%;
	height: 200px
	}
#block_2
	{
	float: left;
	width: 26.666%;
	margin-left: 10;
	height: 200px;
	padding-right: 7px;
	padding-left: 7px;
	}
#block_3
	{
	float: left;
	width: 26.666%;
	margin-left: 36;
	height: 200px;
	padding-right: 7px;
	padding-left: 7px;
	}
#block_4
	{
	float: left;
	width: 26.666%;
	margin-left: 63.333;
	height: 200px;
	padding-right: 7px;
	padding-left: 7px;
	}
#block_5
	{
	float: left;
	width: 5%;
	margin-left: 90;
	height: 200px
	}
	
