/* line 27, ../sass/layout.sass */
.sidebar {
  float: left;
}

/* line 30, ../sass/layout.sass */
#sidebar-second {
  float: right;
}

/* line 33, ../sass/layout.sass */
#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */
/* line 38, ../sass/layout.sass */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/* line 60, ../sass/layout.sass */
.one-sidebar #center-sidebar {width:615px; float:left;}
.front.no-sidebars #center-sidebar {width:615px; margin: 0 auto;}
#sidebar-first {
  width:315px;
}

/* line 70, ../sass/layout.sass */
#sidebar-second {
  width:315px;
}

/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just using the INNER div of each column */
/* line 77, ../sass/layout.sass */
.inner {
  padding: 0;
}

#sidebar-first .inner {padding:0 25px 0 0;}
#sidebar-second .inner {padding:0 0 0 25px;}

#navigation {
  float: left;
  padding: 0;
  width: 100%;
  height: 80px;
}

.default-width {width:930px; margin-left:auto; margin-right:auto;}

#content-bottom {clear:both;}
