/*
Theme Name: BuddyPress Mojjo
Theme URI: http://mojjo.com/themes/mojjo/
Description: Mojjo theme for BuddyPress.
Version: 1.0
Author: Greg Strockbine
Author URI: http://trollbox.com/
Template: bp-default
Tags: buddypress, two-column, grey, mojjo
*/

/* 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 {
        background: #333333 url( ../images/homepage/bg.gif );
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana, sans-serif;
        line-height: 170%;
        color: #555;
        width: 90%;
        min-width: 960px;
        max-width: 1250px;
        margin: 0 auto;
        padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme\
 */
}
