/*
Theme Name: BuddyPress IMP
Theme URI: http://implabs.net
Description: Implabs.net theme for BuddyPress.
Version: 1.0
Author: Jason Shanks
Author URI: http://jasonshanks.com/
Template: bp-default
Tags: buddypress, two-column, imp, inkahoots
*/

/* 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 */
body {
	background: #fff top left repeat-x;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
	width: 90%;
	min-width: 1100px;
	max-width: 1100px;
	margin: 0 auto; 
}

/* headers */
h2 { font-size: 22px; margin-bottom: 20px; }


/*anchors */
a { color: #ed0d8c; text-decoration: none; }
a:hover, a:active { color: #ed0d8c; text-decoration: underline; }
a:focus { outline: 1px dotted #ccc; }


/* > Header
-------------------------------------------------------------- */

#header {
	background: url(http://implabs.net/wp-content/images/banner1.png) no-repeat !important;
}

#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
color:#00000;
height:95px;
margin-top:25px;
margin-bottom:0px;
padding-top:25px;
position:relative;
}

	#header #search-bar {
		position: absolute;
		top: 72px;
		right: 0;
		width: 100%;
		text-align: right;
	}


/* wp-admin-bar */
#wp-admin-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 25px;
	font-size: 11px;
	width: 100%;
	z-index: 1000;
}
		body#bp-default #wp-admin-bar .padder {
			min-width: 1100px;
			max-width: 1100px;
		}

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


/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
	float: left;
	width: 360px;
	margin-left: -360px;
	margin-top: 1px;
	border-left: 0px solid #FFFFFF;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	background: url( ../images/sidebar_back.gif ) top left repeat-x;
}

.entry{
	width:500px;
	}