/*
Theme Name: BuddyPress Default
Theme URI: http://buddypress.org/extend/themes/
Description: The default theme for BuddyPress.
Version: 1.2.5
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 );


/* Extras */
#sidebar1 {
	width: 200px;
	position: absolute;
	border: 1px solid #E4E4E4;
}

div#content2 {
	float: left;
	width: 900px;
	margin-left: 200px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

div#content2 .padder {
	margin-right: 225px;
	border-right: 1px solid #e4e4e4;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
	div#content2 .left-menu {
		float: left;
		width: 170px;
	}

	div#content2 .main-column {
		margin-left: 190px;
	}
	
	div#sidebar1 div#sidebar-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
	}

	div#sidebar1 div#sidebar-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	div#sidebar1 ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sidebar1 ul#bp-nav li {
			padding: 10px 15px;
		}

	div#sidebar1 h3.widgettitle {
		background: #eaeaea;
		padding: 5px 15px;
		font-size: 12px;
		clear: left;
	}

	div#sidebar1 .widget_search {
		margin-top: 20px;
	}
		div#sidebar1 .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	div#sidebar1 ul#recentcomments li, div#sidebar1 .widget_recent_entries ul li {
		margin: 10px 10px;
	}

	div#sidebar1 ul.item-list img.avatar {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
		div#sidebar1 div.item-avatar img {
			width: 40px;
			height: 40px;
			margin: 1px 1px 1px 8px;
		}

		div#sidebar1 .avatar-block { overflow: hidden; }

	div#sidebar1 ul.item-list div.item-title {
		font-size: 12px;
	}

	div#sidebar1 div.item-options {
		margin: -20px 0 0 -10px;
		padding: 5px 15px;
		font-size: 11px;
	}

	div#sidebar1 div.item-meta, div#sidebar div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	div#sidebar1 div.tags div#tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

#sidebar3 {
	width: 620px;
	padding: 13px 25px 0 24px;
}
