/*
Theme Name: BuddyPress Saranagathi
Theme URI: http://saranagathi.org/blogs/themes/bp-saranagathi
Description: Saranagathi theme for BuddyPress.
Version: 1.0
Author: Kailas Ramasamy
Author URI: http://saranagathi.org/blogs/members/ramasamy/
Template: bp-default
Tags: buddypress, two-columns, custom-header, white, blue
*/

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

a { color: #1fb3dd; }
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; }

#footer {
    padding: 25px;
    text-align: center;
    color: #444;
    text-shadow: #fafafa 1px 1px 0;
}
#footer a {
    color: #1fb3dd;
}

#footer ul {
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    list-style: none;   
}

#footer li {
    display: inline;
}

