/* 
Theme Name: Yowlink
Theme URI: http://yowlink.com/themes/yowlink/ 
Description: Yowlink default theme
Version: 1.0
Author: Yowlink.com 
Author URI: http://yowlink.com/ 
Template: bp-default 
Tags: buddypress, two-column, grey, green
*/

/* 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 );

#header {background:url(http://yowlink.com/files/2010/02/yowlink-outline-green.png) no-repeat; background-color:#f7fff7; }

ul#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	list-style: none;
	bottom: 0;
	max-width: 65%;
}
	ul#nav li {
		float: left;
		margin: 0 5px 0 0;
	}
		ul#nav li a {
			display: block;
			background: #f5f5f5;
			color: #555;
			text-decoration: none;
			padding: 5px 15px;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul#nav li.selected a, ul#nav li.current_page_item a {
				color: #f0fff0;
				background:#103010;
			}
			ul#nav a:focus { outline: none; }

#footer {
	padding: 5px;
	text-align: center;
	background:#365736

	color: #bbfbbb;
	text-shadow: #fafffa 3px 3px 0;
}
	#footer a {
		color: #abebab;
	}