/*
Theme Name: BuddyPress Widget Theme (5 widget columns)
Theme URI: http://buddypress.org
Description: Widgetized home page for default BuddyPress theme with 4 or 5 columns. (default=4 columns)
Version: 1.2
Author: karto, (Theme based on modemlooper's BuddyPress Widget Theme)
Author URI: 
Template: bp-default
Tags: buddypress
*/

/* 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 );

/* widget columns */

#first-section {
	margin-right: 690px;
}

#second-section {
	float: right;
	width: 210px;
	margin-right: 20px;
}

#third-section {
	float: right;
	width: 210px;
      margin-right: 20px;
}

#fourth-section {
     float: right;
	width: 210px;
}

#fifth-section {
     margin-left: 20px;
     float: right;
	width: 100px;
display: none; /* To use 5 widget columns, delete this line and reduce the pixel width of all 5 sections (columns) */
}

.widget {
	margin-bottom: 20px;
}

h3.widgettitle {
	background: rgb(234, 234, 234);
	font-size: 12px;
	padding: 5px 15px;
}

.padderHome {
	padding: 20px;
}