/*
Theme Name: BuddyPress Sweet
Theme URI: 
Description: Sweet theme for BuddyPress.
Version: 1.0
Author: Derek Collins
Author URI: http://sportscade.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 );


body{

max-width: 1250px;
min-width: 1250px;
font-family: Arial, Helvetica, sans-serif;
font-color: #222324
}


div#sidebar {
width: 300px;
}

div#content {
width: 1134px;
}
