/*
Theme Name: TBM Connect V.1
Theme URI: http://www.byhandmedia.com
Description: Version 1 of TBM Connect site.
Version: 1.0
Author: byhandmedia.com and BuddyPress.org
Author URI: http://www.byhandmedia.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 default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/* Start making design adjustments below this line */
	
/* > Edited Content
---- */

a {
	color: #148cae;
	text-decoration: none;
}

a:hover, a:active {
	color: #376c7b;
	text-decoration: underline;
}

a:focus { outline: 1px dotted #ccc; }