body {
  font-family: sans-serif;
  font-size: 10pt;
  margin: .5em;
  padding-bottom: 2.2em;
}
header,footer {
  padding: 0 7px;
}
article,header,footer {
  width: 1007px;
}
nav h1 {
  display: none;
}
#motherfucking-website {
  font-size: .8em;
  padding: 0 12px;
}
section {
  margin: 5px;
}
section > pre,
section > p {
  padding: 5px 10px;
}
section > .bar {
  padding: 0 5px;
}
section:target {
  border: 1px #9785a9 solid;
  outline: #9785a9 2px solid;
}
section:target h1 {
  text-shadow: #aaf 0 0 10px;
}
aside {
  position: fixed;
  bottom: 0;
  left: 10px;
}
.mod,.group,aside,section {
  border: 1px #b7c5d9 solid;
  vertical-align: top;
}
.mod,.group,aside {
  text-align: left;
}
.mod,.group {
  width: 490px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ie-box-sizing: border-box;
  margin: 0 5px 5px;
}
nav ul {
  margin: 5px;
  padding: 0;
  width: 989px;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li:not(:first-of-type):before {
  content: "\00a0|\00a0";
}
div.mod:nth-of-type(2n+1),div.group:nth-of-type(2n+1) {
  margin-right: 0;
}
.group div.mod {
  border: none;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
h1,h2,p {
  padding: 5px;
}
p:first-of-type {
  margin-top: 5px;
}
p:last-of-type {
  margin-bottom: 5px;
}
h1, h2  {
  margin: 0;
}
aside, .bar {
  background-color: #eaecf0;
}
.bar {
  font-weight: normal;
  border-bottom: 1px #b7c5d9 solid; 
}
.group .mod:not(:first-of-type) {
  border-top: 1px #b7c5d9 solid; 
}
.lewd, .nude, .archive {
  text-transform: uppercase;
  float: right;
  margin: -1.6em .2em 2px;
  font-size: .8em;
  font-weight: bold;
  border-bottom: 1px black dashed;
}
a {
  text-decoration: none;
  color: #048;
}
a:hover {
  color: #000;
}
h6,footer {
  font-size: .7em;
}
#footerbox {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
}
