/*
Theme Name: BuddyPress Trash Talking Fans
Theme URI: http://trashtalkingfans.com/
Description: Trash Talking Fans for BuddyPress.
Version: 0.1
Author: TrashTalkingFans.com
Author URI: http://trashtalkingfans.com/
Template: bp-default
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( ../../plugins/buddypress/bp-themes/bp-default/style.css );

/***
 * Override default theme styles.
 */

h4 {
	font-size: 14px;
	font-weight: normal;
}

body {
	min-width: 1000px;
	max-width: 1000px;
}
	body.activity-permalink {
		min-width: 1000px;
		max-width: 1000px;
	}

div#header {
	margin-bottom: 10px;
}

div#sidebar {
	width: 340px;
	margin-left: -342px;
}

body.activity-permalink div#sidebar {
	background: #FFF;
}

div#content .padder {
	margin-right: 341px;
}

	ul.item-list li div.meta {
		width: 380px;
	}

	.activity-list li.mini .activity-content {
		margin-right: 0px;
	}

	body.activity-permalink .activity-list li.mini .activity-meta,
	.activity-list li.mini .activity-meta {
		position: relative;
		right: 0px;
	}

	div.post ul, div.post ol, div.post dl {
		margin: 0 0 18px 2.3em;
	}

#footer {
	padding: 25px 25px 50px;
	color: #000;
}

	#footer a {
		color: #1FB3DD;
	}

	#footer .copyright {
		float: left;
		margin: 0;
	}

	#footer .menu {
		float: left;
		height: 20px;
		padding: 0;
		margin: 0 20px;
	}

	#footer li, #footer .current_page_item, #footer .page_item {
		float: left;
		margin: 0 5px;
	}

/* adminbar.css */

		body#bp-default #wp-admin-bar .padder {
			min-width: 1000px !important;
			max-width: 1000px !important;
		}

		body#bp-default.activity-permalink #wp-admin-bar .padder {
			min-width: 1000px !important;
			max-width: 1000px !important;
		}

