/*!
 * PageBuilder LESS v2.0
 *
 * Copyright 2013 GrindMedia, LLC
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Created by the team at GrindMedia http://www.grindmedia.com/
 *
 * These styles display the basic layout for GrindMedia sites built using the
 * PageBuilder framework.
 */
/* ===== General Scaffolding ================================================ */
.container {
  width: 970px;
  margin: 0 auto;
}
.row {
  margin: 0;
  *zoom: 1;
}
.row:before,
.row:after {
  line-height: 0;
}
.row:after {
  clear: both;
}
.main {
  width: 640px;
  margin: 0 10px 0 0;
  float: left;
  *zoom: 1;
}
.main:before,
.main:after {
  line-height: 0;
}
.main:after {
  clear: both;
}
.sidebar {
  width: 300px;
  float: right;
}
