/* 
Theme Name: Yowlink
Theme URI: http://yowlink.com/themes/yowlink/ 
Description: Yowlink default theme
Version: 1.01
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; }

div.entry { 	font-family: Gill Sans, Verdana;
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 5px;
	border: 1px solid #c0ffc0;
 }

h2 {
	font-family: Gill Sans, Verdana;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: bold;
}

h3.yowlinkfree {
	font-family: Gill Sans, Verdana;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

h3#logo {
	font-weight: bold;
	color: #135513;
}

h4.yowlinkfree {
	font-family: Gill Sans, Verdana;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #508050;
}

.profile-count, .profile-count-none	{
	background    : #efffef; 
	font-family   : Gill Sans, Verdana;
	font-size     : 12px;
	letter-spacing: 1px;
	padding-left  : 0px;
	padding-right : 0px;
	border        : 1px solid #c0ffc0;
	width         : 40px;}

input.findit 
	{
	font-family   : Gill Sans, Verdana;
	font-weight   : bold;
	letter-spacing: 1px;
	color         : #dd0000;
	height        : 25px;
	}
input#sidebar-user-login
	{
	width         : 20px;
	}

.button {
    padding         : 5px 10px;
    display         : inline;
    color           : #000000;
    background: #58aa00;
    border          : none;
    cursor          : pointer;
    font-weight     : bold;
    border-radius   : 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #af0;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }

p#login-text,
div#login-text
{
	background-color    : #ffe0e0;
	padding-left  : 3px;
	padding-right : 3px;
	padding-top   : 3px;
	padding-bottom: 3px;
	border        : 2px solid #ffc0c0;
}

div.login-text {
	background-color    : #ffa0a0;
	color         : #00ff00;
}

div.sidebar-me {
	background-color    : #e0ffe0;
	padding-left  : 3px;
	padding-right : 3px;
	padding-top   : 5px;
	padding-bottom: 5px;
	border        : 2px solid #c0ffc0;
}

tr.normal {
	background-color: transparent;
	cursor: auto;
}

tr.highlight {
	background-color    : #e0ffe0;
	cursor: pointer; cursor: hand;
}

a#yowPMs {
    text-decoration: none;
}
a#YOWRed {
    text-size       : 12px;
    font-weight     : bold;
    color           : #991010;
    text-decoration : none;
}
