/*
Theme Name: BuddyPress Dusk
Theme URI: http://example.org/themes/dusk/
Description: Dark theme for BuddyPress.
Version: 1.0
Author: John Doe
Author URI: http://example.org/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/

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



@import url(../../themes/bp-dusk/_inc/css/default.css);

@import url(../../themes/bp-dusk/_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 {
	width: 370px;
	float: left;
	position: relative;
}

#second-section-2 {
	max-width: 650px;
	float: left;
	left: 370px;
	position: absolute;
	right: 200px;
	width: 380px;
}

#third-section-2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border-right:0 solid #777777;
	float:left;
	height:280px;
	margin-bottom:0;
	margin-left:10px;
	margin-top:-30px;
	position:relative;
	width:750px;
}

#fifth-section-5 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border-right:0 solid #777777;
	float:left;
	height:auto;
	margin-bottom:0;
	margin-left:-10px;
	margin-top: -15px;
	position:relative;
	width:750px;
}



#fourth-section-2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	margin-bottom: 20px;
	margin-left:20px;
	margin-top:20px;
	position:relative;
	width:740px;
}

.widget {
	margin-bottom: 20px;
}

h3.widgettitle {
	background: #777;
	font-size: 12px;
	padding: 5px 15px;
	color: #fff;
	margin-top: -1px;
	margin-left: 25px;
}


.padderHome {
	background:#FFFFFF none repeat scroll 0 0;
	margin-bottom:40px;
	padding:20px 30px 20px 10px;
	width:735px;
	border-right:20px solid #777;
}

#col-wrap {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	float:left;
	margin-left:-10px;
	margin-right:0;
	margin-top:0px;
	overflow:hidden;
	position:relative;
	width:775px;
	border-right: 20px solid #777;
}

#col-last {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	float:left;
	margin-left: 0px;
	margin-right:0;
	margin-top:0px;
	overflow:hidden;
	position:relative;
	width:740px;
}

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

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

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

.linkssection ul li  {
	display: inline;
	list-style-type: none;
	padding: 30px;
	background: 
}