/*
 * Theme Name: Raptor Presentations
 * Description: Custom theme for Raptor Presentations
 * Version: 1.1
 * Author: Dion Mendel
 * 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 );

/* Customise the default header */
@import url( _inc/css/header.css );

/* hack for menu - TODO do this properly */
div.textwidget li {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* Use better default fonts */
body {
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

/* Make blockquotes stand out less */
div.post blockquote {
  font-style: normal;
  font-size: 12px;
}

/* Increase width of group names in widget */
ul.item-list li div.item-title, ul.item-list li h4 {
  width: 100%;
}

/* Latest forum image */
div.latest-image-div {
  clear: both;
  width: 200px;
  margin-left: -15px;
  padding-bottom: 5px;
}
div.latest-image-div img {
  display: block;
  margin: 0 auto;
}
div.latest-image-caption h4 {
  font-weight: normal;
  margin: 0 0 3px;
}
div.latest-image-caption img.avatar {
  margin: 5px 10px 10px 0;
}

/*
 * Hidden elements from the default theme
 */

/* Hide default login text */
p#login-text {
  display: none;
}

/* hide @user info until activity streams are activated */
h2.fn span.highlight {
  display: none;
}

/* Hide home tab for groups */
li#home-personal-li {
  display: none;
}
