/*
---

name: Layout

requires: [CSS.Progress, CSS.Icons]

provides: [CSS.Layout]

...
*/
#skiplinks,
#skiplinks li {
  display: inline;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#skiplinks a {
  background: #FFF;
  border: 2px solid #333;
  left: -9999px;
  outline: none;
  padding: 6px 5px;
  position: absolute;
  top: 154px;
  z-index: 10;
}

#wrapper {
  background-color: #FFF;
  -moz-box-shadow: 0 0 16px #CCC;
  -webkit-box-shadow: 0 0 16px #CCC;
  box-shadow: 0 0 16px #CCC;
  margin: 0 auto 110px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  max-width: 1220px;
}
#wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.centreColumn {
  width: 100%;
  margin-bottom: 60px;
}
.centreColumn:after {
  clear: both;
  content: "";
  display: table;
}
.centreColumn > .sleeve {
  padding: 0px 300px 0 0;
}
.centreColumn > .sleeve > .main {
  width: 100%;
  float: left;
  padding-right: 20px;
}
.centreColumn .rightColumn {
  float: right;
  margin-left: -300px;
  width: 300px;
  padding-left: 0;
  clear: none;
}

.centreContent + .centreColumn,
.centreContent + .centreColumn + .rightColumn {
  margin-top: 32px;
}

/* FOOTER */
.footer {
  clear: both;
  border-top: 1px solid #E7E7E7;
  padding-top: 11px;
}
.footer:after {
  clear: both;
  content: "";
  display: table;
}
.footer .sleeve:after {
  clear: both;
  content: "";
  display: table;
}
.footer p {
  font-size: 1.2em;
  line-height: 1.3334;
  padding: 0;
}
.footer ul {
  margin: 0;
  float: left;
}
.footer ul:after {
  clear: both;
  content: "";
  display: table;
}
.footer li {
  list-style: none;
  border-left: 1px solid #E7E7E7;
  float: left;
  font-size: 1.2em;
  line-height: 1.3334;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.footer li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.footer p.site {
  float: right;
}
