/*
Theme Name: BuddyPress Dusk
Theme URI: http://technicallyconnected.com/themes/dusk/
Description: Dark theme for BuddyPress.
Version: 1.0
Author: Jesse Anger
Author URI: http://technicallyconnected.com/
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( ../../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 );

body { background: #000; }
#footer { text-shadow: 0 0 0 #fafafa; }
#header { margin-bottom: 0px; }

/* 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: 250px;
	float: left;
	position: relative;
}

#second-section-2 {
	max-width: 650px;
	float: left;
	left: 275px;
	position: absolute;
	right: 275px;
}

#third-section-2 {
	width: 250px;
	float: right;
	position: relative;
}

.widget {
	margin-bottom: 20px;
}

h3.widgettitle {
	background: rgb(234, 234, 234);
	font-size: 12px;
	padding: 5px 15px;
	color: #444444;
}

.padderHome {
	padding: 20px;
}

#col-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

.widget .avatar-block {
	min-height: 50px;
}

.post-content img {
	max-width: 550px;
}

.new_forum_post .activity-inner img {
	width: 150px;
	height: 150px;
}
