/*
Theme Name: SPoint.me Child Theme 
URI: http://spoint.me/
Description: Child Theme. Based on default buddypress 1.2 theme.
Version: 1.0
Author: Arno Nel
Author URI: http://arnonel.com/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the admin bar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/* Custom styles */
body {
	background: #99d7e4 url( rainbow_4.png ) top left repeat-x;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 170%;
	width: 90%;
	min-width: 960px;
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}

#header {
	position: relative;
	color: #fff;
	background: url( ../images/default_header.jpg);
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 25px;
}
	#header #search-bar {
		position: absolute;
		top: 25px;
		right: 0;
		width: 100%;
		text-align: right;
	}

		#header h1 {
			line-height: 230%;
		}

		#header #search-bar .padder {
			padding: 10px 20px;
		}

		#header #search-bar input[type=text] {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px inset #888;
			padding: 2px;
			margin-right: 4px;
		}

		#header #search-bar input[type=submit] {
			font-size: 11px;
			padding: 1px 4px;
			margin-left: 4px;
		}

	#header h1 {
		position: absolute;
		bottom: 0;
		left: 20px;
		width: 44%;
		margin: 0 0 -5px 0;
	}
		#header h1 a {
			color: #fff;
			font-size: 26px;
			text-decoration: none;
		}

/* Moderator Avatars Arno 3 Veronique 27 */

img.avatar.user-1-avatar, img.avatar.user-3-avatar, img.avatar.user-27-avatar {
	background: #ffffff;
	padding: 5px;
	border: 2px solid #ddd;
/* Round Corners (native in Safari, Firefox and Chrome) */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
/* Add the Shadow */
	-moz-box-shadow: 2px 2px 2px #dddddd;
	-webkit-box-shadow: 2px 2px 2px #dddddd;
}

