body {
  width: 72em;
  color: #3b4653;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  margin: 2em 2em 0;
  background: #aaa;
}

#main {
  width: 55em;
  padding: 0;
  background: #ffffdd;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  box-shadow: 3px 4px 1px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 3px 4px 1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 4px 1px 0 rgba(0,0,0,0.3);
}

#content {
  padding: .5em
}

h3 {
  color: #1b2026;
  font-size: 15px;
}

p {
  margin: 1em 0
}

a {
  color: #2562B0;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear
}

a:hover {
  color: #2DA6E3
}

h3 + ul {
  margin-top: 1em;
  margin-bottom: 2em
}

#header {
  margin-top: 20px;
  padding-bottom: 15px;
  padding-top: 20px;
  text-align: left;
  background: #222;
  -moz-border-radius-top-left: 1em;
  -webkit-border-top-left-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding: 1.5em
}

#header h1 {
  font-size: 2em;
  font-family: Helvetica;
  display: inline;
  color: #ffc426;
  font-weight: normal
}

#header h2 {
  font-family: "Courier", "Courier New";
  font-size: 1.4em;
  font-weight: normal;
  display: inline;
  margin-left: 2em;
  margin-top: 0.5em;
  color: #fff
}

#footer {
  margin: 20px 0 10px 0;
  padding: 10px;
  background: #222;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
  -moz-border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -moz-border-bottom-right-radius: 1em
}

.aside {
  float: right;
  clear: right;
  width: 15em;
  background: #ffffdd;
  margin: 0em 0em 0;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  box-shadow: 3px 4px 1px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 3px 4px 1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 4px 1px 0 rgba(0,0,0,0.3);
}

.aside + .aside {
  margin: 2em 0em 0;
}

.aside-header {
  -moz-border-top-left-radius: 1em;
  -moz-border-top-right-radius: 1em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  background: #222;
}

.aside h1 {
  font-size: 1.4em;
  font-family: Helvetica;
  font-weight: normal;
  color: #ffc426;
  text-align: center;
  margin-top: 0;
}
