/*
Theme Name: BuddyPress My Rides Theme
Theme URI: http://buddypress.org/extend/themes/
Description: Rides component custom theme.
Version: 1.2.4
Author: BuddyPress.org
Author URI: http://buddypress.org
Tags: buddypress, two-columns, custom-header, white, blue

** IMPORTANT - DO NOT COPY THIS THEME **
If you want to make a custom theme based on this theme, DO NOT copy and edit it. By
doing this you will make upgrades and maintainence much harder for yourself.
Instead, please read this codex page on how to build a BuddyPress child theme:

http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
*/

/***
 * The default theme styles.
 */
@import url( _inc/css/default.css );

/***
 * The admin bar default styles
 */
@import url( _inc/css/adminbar.css );


/* Color Pallete */
.color0 {
	color: #373939;
}
.color1 {
	color: #746C5F;
}
.color2 {
	color: #5A4F39;
}
.color3 {
	color: #E99D19;
}
.color4 {
	color: #CCA96F;
}
.color5 {
	color: #6a6b00;
}
.color6 {
	color: #807D63;
}

#header {
	width: 960px !important;
	margin: 0px auto 20px;
}

#container {
	width: 940px !important;
	padding: 10px;
	margin: 0px auto 0px;
}

#wp-admin-bar .padder {
	max-width: 960px !important;
	min-width: 940px !important;
}