/*
Theme Name: BP Columns
Theme URI: http://buddypress.org
Description: A 3 Column Buddypress theme.
Version: 1.2
Author: modemlooper
Author URI: http://twitter.com/modemlooper
Template: bp-default
Tags: buddypress, three-columns
*/

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

/* Custom styles */

@import url( custom.css );

html {
background:#51D6E8 url(http://bloggerluv.com/wp-content/uploads/2010/06/bg.png) repeat-x;
}

body {
background:none !important;
}

/* Header */

#header {
margin-top:30px;

}




#header ul#nav {
margin-right:-10px !important;
top:112px !important;
}

#leftSidebar h3.widgettitle {
background: #F2808E url(http://bloggerluv.com/wp-content/uploads/2010/06/h2header-bg.png) repeat-x;
border-left:1px solid #E85163;
border-right:1px solid #E85163;
border-bottom:1px solid #E85163;
}

#sidebar h3.widgettitle {
background: #F2808E url(http://bloggerluv.com/wp-content/uploads/2010/06/h2header-bg.png) repeat-x !important;
border-left:1px solid #F7F2F3;
border-right:1px solid #F77786;
border-bottom:1px solid #F77786;
}


