/**
 * @file
 * Positioning for responsive 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 49, ../../sass/layouts/responsive-sidebars.scss */
#page,
.global-nav-inner,
#primary-nav,
.header-inner,
.top-footer-inner,
.footer-inner,
.bottom-inner {
  /* For screen sizes larger than 1200px, prevent excessively long lines of text
     by setting a max-width. */
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/*
 * Apply the shared properties of grid items in a single, efficient ruleset.
 */
/* line 68, ../../sass/layouts/responsive-sidebars.scss */
.top-stripe,
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 22px;
  padding-right: 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("/sites/default/themes/globaltheme/polyfills/boxsizing.htc");
}

/*
 * Containers for grid items and flow items.
 */
/* line 78, ../../sass/layouts/responsive-sidebars.scss */
#header,
#main,
#footer {
  *position: relative;
  *zoom: 1;
}
/* line 52, ../../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 56, ../../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

@media all and (min-width: 480px) and (max-width: 959px) {
  /*
   * Use 3 grid columns for smaller screens.
   */
  /*
   * The layout when there is only one sidebar, the left one.
   */
  /* line 95, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-first #content {
    /* Span 2 columns, starting in 2nd column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 99, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-first .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
    margin-top: 1.5em;
  }

  /*
   * The layout when there is only one sidebar, the right one.
   */
  /* line 111, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-second #content {
    /* Span 2 columns, starting in 1st column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 115, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-second .region-sidebar-second {
    /* Span 1 column, starting in 3rd column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
    margin-top: 1.5em;
  }

  /*
   * The layout when there are two sidebars.
   */
  /* line 127, ../../sass/layouts/responsive-sidebars.scss */
  .two-sidebars #content {
    /* Span 2 columns, starting in 2nd column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: both;
  }
  /* line 132, ../../sass/layouts/responsive-sidebars.scss */
  .two-sidebars .sidebars {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
}
@media all and (min-width: 960px) {
  /*
   * Use 5 grid columns for larger screens.
   */
  /*
   * The layout when there is only one sidebar, the left one.
   */
  /* line 153, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-first #content {
    /* Span 4 columns, starting in 2nd column from left. */
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  }
  /* line 157, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-first .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }

  /*
   * The layout when there is only one sidebar, the right one.
   */
  /* line 167, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-second #content {
    /* Span 4 columns, starting in 1st column from left. */
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
  /* line 171, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-second .region-sidebar-second {
    /* Span 1 column, starting in 5th column from left. */
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /*
   * The layout when there are two sidebars.
   */
  /* line 181, ../../sass/layouts/responsive-sidebars.scss */
  .two-sidebars #content {
    /* Span 3 columns, starting in 2nd column from left. */
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: -75%;
  }
  /* line 185, ../../sass/layouts/responsive-sidebars.scss */
  .two-sidebars .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 189, ../../sass/layouts/responsive-sidebars.scss */
  .two-sidebars .region-sidebar-second {
    /* Span 1 column, starting in 5th column from left. */
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /* line 199, ../../sass/layouts/responsive-sidebars.scss */
  .page-node-draft #content {
    /* Span 2 columns, starting in 2nd column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /* line 201, ../../sass/layouts/responsive-sidebars.scss */
  .page-node-draft #content #content {
    /* Span 3 columns, starting in 2nd column from left. */
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: -75%;
  }
}
/* line 208, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 {
  /*
   * The layout when there is only one sidebar, the left one.
   */
  /*
   * The layout when there is only one sidebar, the right one.
   */
  /*
   * The layout when there are two sidebars.
   */
}
/* line 212, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 body {
  width: auto;
  min-width: 960px !important;
}
/* line 223, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 #page,
html.lt-ie8 .global-nav-inner,
html.lt-ie8 #primary-nav,
html.lt-ie8 .header-inner,
html.lt-ie8 .top-footer-inner,
html.lt-ie8 .footer-inner,
html.lt-ie8 .bottom-inner {
  width: 1200px !important;
}
/* line 233, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 .sidebar-first #content {
  /* Span 4 columns, starting in 2nd column from left. */
  float: left;
  width: 900px;
  margin-left: 300px;
  margin-right: -1200px;
}
/* line 237, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 .sidebar-first .region-sidebar-first {
  /* Span 1 column, starting in 1st column from left. */
  float: left;
  width: 300px;
  margin-left: 0px;
  margin-right: -300px;
}
/* line 247, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 .sidebar-second #content {
  /* Span 4 columns, starting in 1st column from left. */
  float: left;
  width: 900px;
  margin-left: 0px;
  margin-right: -900px;
}
/* line 251, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 .sidebar-second .region-sidebar-second {
  /* Span 1 column, starting in 5th column from left. */
  float: left;
  width: 300px;
  margin-left: 900px;
  margin-right: -1200px;
}
/* line 261, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 .two-sidebars #content {
  /* Span 3 columns, starting in 2nd column from left. */
  float: left;
  width: 600px;
  margin-left: 300px;
  margin-right: -900px;
}
/* line 265, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 .two-sidebars .region-sidebar-first {
  /* Span 1 column, starting in 1st column from left. */
  float: left;
  width: 300px;
  margin-left: 0px;
  margin-right: -300px;
}
/* line 269, ../../sass/layouts/responsive-sidebars.scss */
html.lt-ie8 .two-sidebars .region-sidebar-second {
  /* Span 1 column, starting in 5th column from left. */
  float: left;
  width: 300px;
  margin-left: 900px;
  margin-right: -1200px;
}
