/*
Theme Name: PVPP
Theme URI: http://example.org/themes/dusk/
Description: A theme for our BE Project.
Version: 1.0
Author: Angad Sodhi
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 admin bar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );


div#container {
	position: relative;
	width: 100%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: none; //originally #fff
	overflow: hidden;
}

div#content .padder {
	margin-right: 235px;
	border-right: 1px solid #e4e4e4;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: #fff

}

div#sidebar .padder {
	background: #fff;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

div#sidebar {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}

#signup_form {
	background: #fff;
}