/* $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: black;
}

#gallerix-grid {
  text-align:center;
}

tbody {
  border-top: none;
}

/* Header adjustments */
.main-wrapper {
  padding-top: 15px;
}

.preface-top-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

#header-group-inner-inner {
  padding: 10px 0;
}

.block {
  margin-bottom: 0;
}
