/*
Theme Name: FGCSCW BuddyPress
Theme URI: http://buddypress.org
Description: BuddyPress Theme for FGCSCW Web Site
Version: 1.0
Author: Michael Koch
Author URI: http://www.kooperationssysteme.de/
Template: bp-default
Tags: buddypress, two-column, fgcscw
*/

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

ul#nav {
        left: 420px;
        right: auto;
}
ul#nav li a {
        padding: 2px 10px;
        background: url( ../../plugins/buddypress/bp-themes/bp-default/_inc/images/60pc_black.png );
}


/* widget columns */

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

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

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

.widget {
	margin-bottom: 20px;
}

h3.widgettitle {
	background: rgb(234, 234, 234);
	font-size: 12px;
	padding: 5px 15px;
}

.padderHome {
	padding: 20px;
}

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

