/* $Id: local-sample.css 7156 2010-04-24 16:48:35Z 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 */

/* This is the site-wide default text color - needed to be darker ... */
html {
  color: #222;
}

/* ... but leave the titles alone - so set back to the original default color */
h1, h2, h3, h4, h5, h6  {
  color: #666;
}

/* change the header background to an image - remove the padding added by AM3.1 */
#header-group-wrapper {
  background: #838383 url("../images/gtech.jpg") center repeat-x;
  padding: 0;
}

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

/* remove the CAPITALISATION in the tabs */
#primary-menu ul.menu {
  text-transform: none;
}

/* more fixes for padding etc hover images for tabs */
#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: left -41px;
}

#primary-menu ul.menu li:hover a:link,
#primary-menu ul.menu li:hover a:visited,
#primary-menu ul.menu li.hover a:link,
#primary-menu ul.menu li.hover a:visited,
#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a, 
#primary-menu ul.menu li.active-trail a:link,
#primary-menu ul.menu li.active-trail a:visited {
  background-position: right -46px;
  color: #fff;
}

/* alter text color for all, padding for certain tabs */
#primary-menu ul.menu li a:link, #primary-menu ul.menu li a:visited {
  color: #333;
  padding: 3px 10px 3px 0;
}

/* remove extra padding added in preface region added by AM3.1 */
.preface-top-wrapper {
  padding-top: 0;
}
.view-display-id-block_1 div.views-field-field-node-gallery-image-fid {
    text-align: left;
}

/* Styling for the red banner with the logo in the forum posts*/
.paid_member_logo {
  position: relative;
  right: 12px;
}
/* Styling for the red banner with the logo in the forum posts when replying to comments*/
.page-comment .paid_member_logo {
  position: relative;
  right: 22px;
}
