/*
Theme Name: BuddyPress modified
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
*/
/* @import url("../../plugins/buddypress/bp-themes/bp-default/style.css"); */
@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);
body {
	background-color: #eaeaea;
	background-image: url( ../images/background.gif );
	background-repeat: repeat-x;
	background-position: top left;
	color: #555;
	font-size: 14px;

	line-height: 170%;
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
}

/*	font-family: Verdana, Verdana, Geneva, sans-serif; */
