/**
 * @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 43, ../../sass/layouts/fixed-width.scss */
#page,
.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: 984px;
}

/*
 * Apply the shared properties of grid items in a single, efficient ruleset.
 */
/* line 56, ../../sass/layouts/fixed-width.scss */
#header, #main, #navigation, #highlight, #front-blocks, #footer {
  padding-left: 10px;
  padding-right: 10px;
  border: 0 !important;
  word-wrap: break-word;
}

/* line 60, ../../sass/layouts/fixed-width.scss */
#highlight {
  border: 0 none !important;
  padding-left: 12px;
  padding-right: 12px;
  word-wrap: break-word;
  clear: both;
  float: left;
  width: 956px;
}

/*
 * Containers for grid items and flow items.
 */
/* line 52, ../../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#main:before, #main:after,
#footer:before,
#footer:after, #front-blocks:before, #front-blocks:after {
  content: "";
  display: table;
}
/* line 56, ../../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#main:after,
#footer:after, #front-blocks:after {
  clear: both;
}

/* line 79, ../../sass/layouts/fixed-width.scss */
#header {
  border: 0 none !important;
  word-wrap: break-word;
  height: 76px;
  padding: 0 20px;
  width: 944px;
}

/*
 * Navigation bar
 */
/* line 92, ../../sass/layouts/fixed-width.scss */
#main {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  clear: both;
}

/* line 99, ../../sass/layouts/fixed-width.scss */
body.front #front-blocks {
  clear: both;
  float: left;
  width: 960px;
  margin: 1em 0 2em 0;
}
/* line 104, ../../sass/layouts/fixed-width.scss */
body.front #front-blocks .block.first.odd {
  float: left;
  width: 226px;
  margin-left: 0px;
  margin-right: -246px;
}
/* line 107, ../../sass/layouts/fixed-width.scss */
body.front #front-blocks .block.even {
  float: left;
  width: 226px;
  margin-left: 246px;
  margin-right: -492px;
}
/* line 110, ../../sass/layouts/fixed-width.scss */
body.front #front-blocks .block.odd {
  float: left;
  width: 226px;
  margin-left: 492px;
  margin-right: -738px;
}
/* line 113, ../../sass/layouts/fixed-width.scss */
body.front #front-blocks .block.last.even {
  float: left;
  width: 226px;
  margin-left: 738px;
  margin-right: -984px;
}

/* line 122, ../../sass/layouts/fixed-width.scss */
body.front #main {
  padding-top: 1em;
}

/* line 126, ../../sass/layouts/fixed-width.scss */
#content-region {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: #dbdbdb 0 0 3px;
  -moz-box-shadow: #dbdbdb 0 0 3px;
  box-shadow: #dbdbdb 0 0 3px;
  padding: 2em 2em 5em;
  background: url("/sites/all/themes/inteva/images/logo-w.jpg") no-repeat scroll right 1em bottom 1em white;
  overflow: hidden;
}

/* line 136, ../../sass/layouts/fixed-width.scss */
#footer-region {
  background: url("/sites/all/themes/inteva/images/dot80.png") repeat scroll 0 0 transparent;
  border: 1px solid #565656;
  padding: 1em 2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 143, ../../sass/layouts/fixed-width.scss */
#footer {
  color: #FFFFFF;
  font-size: 85.7%;
  float: left;
  margin: 1em 0;
  width: 960px;
}
/* line 149, ../../sass/layouts/fixed-width.scss */
#footer a:link, #footer a {
  color: #00B0EA;
}

/* line 154, ../../sass/layouts/fixed-width.scss */
#copyright {
  margin-top: 1em;
}

/* line 158, ../../sass/layouts/fixed-width.scss */
#content {
  position: relative;
}

/* line 163, ../../sass/layouts/fixed-width.scss */
#highlight-region {
  width: 100%;
}

/* line 168, ../../sass/layouts/fixed-width.scss */
#navigation {
  /*  position: absolute;
    top: 0; Move the navbar up inside #main's padding. */
  height: 40px;
  width: 964px;
}

/*
 * The layout when there is only one sidebar, the left one.
 */
/* line 180, ../../sass/layouts/fixed-width.scss */
.sidebar-first #content {
  /* Span 19 columns, starting in 2nd column from left. */
  float: left;
  width: 718px;
  margin-left: 246px;
  margin-right: -984px;
}
/* line 184, ../../sass/layouts/fixed-width.scss */
.sidebar-first .region-sidebar-first {
  /* Span 5 column, starting in 1st column from left. */
  float: left;
  width: 226px;
  margin-left: 0px;
  margin-right: -246px;
}

/*
 * The layout when there is only one sidebar, the right one.
 */
/* line 194, ../../sass/layouts/fixed-width.scss */
.sidebar-second #content {
  /* Span 18 columns, starting in 1st column from left. */
  float: left;
  width: 718px;
  margin-left: 0px;
  margin-right: -738px;
}
/* line 198, ../../sass/layouts/fixed-width.scss */
.sidebar-second .region-sidebar-second {
  /* Span 6 column, starting in 10th column from left. */
  float: left;
  width: 226px;
  margin-left: 369px;
  margin-right: -615px;
}

/*
 * The layout when there are two sidebars.
 */
/* line 208, ../../sass/layouts/fixed-width.scss */
.two-sidebars #content {
  /* Span 13 columns, starting in 2nd column from left. */
  float: left;
  width: 513px;
  margin-left: 205px;
  margin-right: -738px;
}
/* line 212, ../../sass/layouts/fixed-width.scss */
.two-sidebars .region-sidebar-first {
  /* Span 5 column, starting in 1st column from left. */
  float: left;
  width: 185px;
  margin-left: 0px;
  margin-right: -205px;
}
/* line 216, ../../sass/layouts/fixed-width.scss */
.two-sidebars .region-sidebar-second {
  /* Span 6 column, starting in 5th column from left. */
  float: left;
  width: 226px;
  margin-left: 738px;
  margin-right: -984px;
}
