/*
Theme Name: BuddyPress Widget Theme
Theme URI: http://buddypress.org
Description: Widgetized home page for default BuddyPress theme.
Version: 1.2.6
Author: modemlooper
Author URI: http://twitter.com/modemlooper
Template: bp-default
Tags: buddypress, three-columns
*/

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

/* Wide Thin Thin */

#first-section {
	margin-right: 560px;
}

#second-section {
	float: right;
	width: 260px;
	margin-right: 20px;
}

#third-section {
	float: right;
	width: 260px;
}

/*Thin Wide Thin */
#first-section-2 { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
	}
#third-section-2 {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
	}
#second-section-2 {
	position:relative;
	padding: 0 225px;
}


.widget {
	margin-bottom: 20px;
}

h3.widgettitle {
	background: rgb(234, 234, 234);
	font-size: 12px;
	padding: 5px 15px;
	color: #444444;
	margin-top: 0;
}

.padderHome {
	padding: 20px;
}

#col-wrap {
	position: relative;
	margin: 0;
	padding: 0;
}

.widget .avatar-block {
	min-height: 50px;
}

.post-content img {
	max-width: 550px;
}

.new_forum_post .activity-inner img {
	width: 150px;
	height: 150px;
}