/* $Id: local-sample.css 6555 2010-02-24 20:21:15Z chris $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

#header-group-wrapper {
  background: #000000;
}

.header-group-inner {
  padding: 15px 0 10px 0;
}

/* Header Top */
.header-top-wrapper {
  float: right;
  min-height: 32px;
}

/* Header top region */
.header-top-region {
  padding: 0px 0 0 0;
}

/* Vertical align table data */ 

table.views-view-grid td {
   vertical-align: top;
}
