/**
 * @file
 * Positioning for a fixed-width, desktop-centric layout.
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/*
 * Center the page.
 */
/* line 46, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.not-front #page,
#header .inner,
#header .inner-under,
#footer .inner,
.region-bottom {
  /* If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. */
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/*
 * Apply the shared properties of grid items in a single, efficient ruleset.
 */
/* line 63, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second {
  padding-left: 25px;
  padding-right: 25px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
}

/*
 * Containers for grid items and flow items.
 */
/* line 46, /usr/local/rvm/gems/ruby-1.9.3-p392/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, /usr/local/rvm/gems/ruby-1.9.3-p392/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* line 78, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
#header {
  position: relative;
}

/*
 * Navigation bar
 */
/* line 86, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
#main {
  position: relative;
}
/* line 89, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.page-search #main, .section-category #main {
  padding-top: 0;
}

/* line 93, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
#navigation {
  position: absolute;
  top: 0;
  /* Move the navbar up inside #main's padding. */
  height: 3em;
  width: 910px;
}

/*
 * The layout when there is only one sidebar, the left one.
 */
/* line 105, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-first.not-front #content {
  /* Span 4 columns, starting in 2nd column from left. */
  float: left;
  width: 694px;
  margin-left: 216px;
  margin-right: -960px;
}
/* line 109, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-first.not-front .region-sidebar-first {
  /* Span 1 column, starting in 1st column from left. */
  float: left;
  width: 190px;
  margin-left: 0px;
  margin-right: -240px;
  padding-right: 0;
}
/* line 115, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-first.not-front.page-search, .sidebar-first.not-front.section-category {
  /* Search Results have a tweaked layout */
}
/* line 116, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-first.not-front.page-search #content, .sidebar-first.not-front.section-category #content {
  /* Span 4 columns, starting in 2nd column from left. */
  float: left;
  width: 590px;
  margin-left: 320px;
  margin-right: -960px;
}
/* line 120, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-first.not-front.page-search .region-sidebar-first, .sidebar-first.not-front.section-category .region-sidebar-first {
  /* Span 1 column, starting in 1st column from left. */
  float: left;
  width: 294px;
  margin-left: 0px;
  margin-right: -344px;
  padding-left: 0;
}
/* line 127, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-first.not-front .inner-under .title-wrap {
  float: left;
  width: 294px;
  margin-left: 0px;
  margin-right: -344px;
}
/* line 130, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-first.not-front .inner-under .tabs-wrap {
  float: left;
  width: 614px;
  margin-left: 320px;
  margin-right: -984px;
}

/*
 * The layout when there is only one sidebar, the right one.
 */
/* line 141, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-second.not-front #content {
  /* Span 4 columns, starting in 1st column from left. */
  float: left;
  width: 694px;
  margin-left: 0px;
  margin-right: -744px;
}
/* line 145, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.sidebar-second.not-front .region-sidebar-second {
  /* Span 1 column, starting in 5th column from left. */
  float: left;
  width: 190px;
  margin-left: 744px;
  margin-right: -984px;
  padding-left: 0;
}

/*
 * The layout when there are two sidebars.
 */
/* line 156, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.two-sidebars.not-front #content {
  /* Span 3 columns, starting in 2nd column from left. */
  float: left;
  width: 478px;
  margin-left: 216px;
  margin-right: -744px;
}
/* line 160, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.two-sidebars.not-front .region-sidebar-first {
  /* Span 1 column, starting in 1st column from left. */
  float: left;
  width: 190px;
  margin-left: 0px;
  margin-right: -240px;
  padding-right: 0;
}
/* line 165, /var/www/ccs/hub6/src/css/sass/layouts/fixed-width.scss */
.two-sidebars.not-front .region-sidebar-second {
  /* Span 1 column, starting in 5th column from left. */
  float: left;
  width: 190px;
  margin-left: 744px;
  margin-right: -984px;
  padding-left: 0;
}
