/* Custom CSS - write your own CSS values to overwrite the ones from BuddyPress Default Home Theme */

.widget_ds_sitewide_output_widget ul li {height:80px;}

.ftd-clear-1 {
 height:40px;
 clear:both;
}

.widget-error {
	padding: 10px;
	background: #fff9df;
	display:none;
}

a.css-roll-1, a.css-roll-1:link, a.css-roll-1:visited {
    color:#CFCFD0; 
    text-decoration: none;
    line-height:30px;
    text-align: center;
    display: block;
    height: 30px;
    width: 130px;
    background-image: url(http://feedthedragon.net/images/nav-button.png);
    background-color:#333333;
    background-repeat:no-repeat;
    background-position:top center;
}

a.css-roll-1:hover {
    color:#FFFFFF;
    background-color:#999999;
    background-repeat:no-repeat;	
    background-position:bottom center;
}