/* Theme Name: Buddyeleven Theme URI: www.udanda.com Description: Buddyeleven is a widgetized Child theme for Buddypress and Wordpress MU developed by Udanda Technologies. Theme has 6 widget areas - header, footer, 2 sidebars, index top and index bottom. This provides flexibility to conveniently add any widgets including sliders, category and page menu listings, featured categories, popular posts, images, recent comments, forum activities etc in any of these additional widget areas. These widget areas, other than sidebars, are hidden if no widgets are added to them, making it convenient to use only the area that is required. Buddyeleven uses templates from bp-default from Buddypress, hence any upgrades to Buddypress and Buddypress default theme will be automatically incorporated in most of the cases. Author: Ram Purohit, Udanda Technologies Author URI: http://udanda.com Template: bp-default Version: 0.1 Tags: buddypress, blue, three-columns, left-sidebar, right-sidebar . buddyeleven and indiaeleven are © Udanda Technologies (www.udanda.com) . */ /* Inherit the default theme styles */ @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css ); /* Inherit the admin bar styles */ @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css ); /* Buddyeleven elements */ /* Styling for be-sidebar -------------------------------------------------------------- */ @import url( _inc/css/be-sidebar.css ); /* Styling for be-header -------------------------------------------------------------- */ @import url( _inc/css/be-header.css ); /* Styling for be-index areas -------------------------------------------------------------- */ @import url( _inc/css/be-index.css ); /* Styling for footer widget areas -------------------------------------------------------------- */ @import url( _inc/css/be-footer.css ); /* Override Sidebar - width increased from original 224 -------------------------------------------------------------- */ div#sidebar { float: left; width: 324px; margin-left: -326px; margin-top: 1px; border-left: 1px solid #e4e4e4; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; background: url( ../../plugins/buddypress/bp-themes/bp-default/_inc/images/sidebar_back.gif ) top left repeat-x; } /* Override Content - right margin increased from original 225 and included left margin -------------------------------------------------------------- */ div#content .padder { margin-right: 325px; margin-left: 175px; border-right: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; } /* > Override Container - included top margin -------------------------------------------------------------- */ div#container { position: relative; margin-top: 10px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: #fff; overflow: hidden; }