/*
Theme Name: Avenue K9 (Basic)
Theme URI: http://www.avenueb2.com
Description: Default theme for members of AvenueK9.com 
Version: 1.2
Author: Michael Kuhlmann
Author URI: http://www.michaelkuhlmann.com
Template: bp-default
Tags: buddypress, two-column, yellow, green, fixed width, 1024
*/

@import url(_inc/css/default.css);

body {
	background: #333 url(_inc/images/08original.gif) repeat;
	font-size: 12px;
	font-family: Arial, Verdana;
	line-height: 160%;
	color: #333;
	width: 100%;
	width: 960px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
        body.activity-permalink {
		min-width: 500px;
		max-width: 760px;
	} 

h2 {
	margin: 10px 0;
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin: 15px 0;
	color: #333;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
	color: #333;
}  

a { color: #990000;}


.padder { padding: 15px; }
.clear { clear: left; }

p {	margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

img.avatar {
	float: left;
	border: 2px solid #eee;
}

.ajax-loader {
	background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}

span.activity, div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin-top: 8px;
	text-decoration: none;
}

/* > Admin Bar
-------------------------------------------------------------- */

#wp-admin-bar .padder {
	width: 960px !important; /* Line up the admin bar with the content body in this theme */
}

/* > Header
-------------------------------------------------------------- */

#header {
	position: relative;
	color: #fff;
	height: 140px;
	padding-top: 25px;
}
	body.activity-permalink #header { height: 65px; }

	#header #search-bar {
		position: absolute;
		top: 90px;
		left: 0;
		width: 100%;
		text-align: right;
	}
		body.activity-permalink #header #search-bar { display: none; }

		#header h1 {
                        position: absolute;
                        top: 90px;
		}

		#header #search-bar .padder {
			padding: 10px 0;
		}

		#header #search-bar input[type=text] {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px inset #990000;
			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: 12px;
		left: 15px;
		width: 44%;
	}
		#header h1 a {
			color: #111;
			font-size: 26px;
			text-decoration: none;
		} 