/*
  LAYOUT ----------------
  This file should only contain rules pertaining
  to how things are laid out. You know. Wireframe.
*/

.center {
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
}

.main-content {
  width: 980px;
  float: left;
}

.main-content .main-column {
  width: 735px;
  float: left;
}

.main-content .search-box {
  padding: 12px 20px;
}

.main-content .search-box,
.main-content .content-header,
.main-content .hfeed {
  border-left: 1px solid #aaadb5;
  border-right: 1px solid #aaadb5;
}

.main-content .hfeed,
.main-content .search-box {
  border-bottom: 1px solid #aaadb5;
}

.main-content .search-box {
  border-top: 1px solid #aaadb5;
}

.main-content .sidebar-first {
  width: 245px;
  float: right;
}

.sidebar-second {
  width: 250px;
  float: right;
  margin-top: -20px;
}

.footer {
  margin-top: 60px;
  clear: both;
}

.main-content-area {
  margin-top: 40px;
}