/*
Theme Name: Zouklips Buddypress
Theme URI: http://www.zouklips.com/
Description: Zouklips theme for BuddyPress.
Version: 1.0
Author: Richard
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 );

div.post h2.pagetitle a, div.post h2.posttitle a {
	color:#C94093;
	text-decoration:none;
}
div.post h2.pagetitle a:hover, div.post h2.posttitle a:hover{
	color:#000;
	text-decoration:none;
}

a {
	color:#C94093;
	text-decoration:underline;
}

a:hover {
	color:#555;
	text-decoration:none;
}

#header h1 a
{
	text-indent:-9999px;
	display:block;
	width:100%;
}
