/*
Theme Name: Custom Practical Mum
Theme URI: http://practicalmum.com
Description: Custom Practical Mum
Version: 1.2
Author: SHIFT24.com
Author URI: http://shift24.com
Tags: buddypress, two-columns, custom-header, white, blue
*/

/***
 * The default theme styles.
 */
@import url( _inc/css/default.css );

/***
 * The admin bar styles.
 */
@import url( _inc/css/adminbar.css );

/***
 * The buddypress original styles... well some of them.*/

@import url( _inc/css/default-bpress.css ); 


.widget-menu li {
border-bottom:1px solid #ffecf9;
padding-bottom:5px;
padding-right: 15px;
padding-left: 15px;
}

.widget-menu li a {
color:#ff5f88;
}

.widget-menu li a:hover {
color:#5a5a87;
}

northsidebar .widget-menu, #sidebar .widget-menu
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #c7c9ca;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 16px;
padding-left: 0px;
}

.response_body {
line-height:18px;
}

.entry p {
margin:15px 0;
}