* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #5c5c5c;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
header {
  background-image: url('../_img/logo.png');
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 1010px;
  position: relative;
  height: 213px;
}
header #social {
  position: absolute;
  top: 20px;
  right: 0;
}
header #social > a {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  display: block;
  margin: 1px;
}
header #social > a#icon-facebook {
  background: url('../_img/social/Facebook.png');
}
header #social > a#icon-twitter {
  background: url('../_img/social/Twitter.png');
}
header #social > a#icon-google {
  background: url('../_img/social/Google-plus.png');
}
header #social > a#icon-youtube {
  background: url('../_img/social/Youtube.png');
}
header #social > a#icon-bandzone {
  background: url('../_img/social/bandzone.png');
}
h1 {
  text-indent: -9999px;
}
ul {
  list-style: none;
}
nav {
  background-color: #cf302c;
  width: 100%;
  opacity: .75;
  height: 41px;
}
nav ul {
  max-width: 1010px;
  margin: 0 auto;
}
nav ul>li {
  float: left;
  line-height: 41px;
  margin: 0 15px;
}
nav > ul > li:first-child {
  margin-left: 0;
}
nav > ul > li > a {
  display: block;
  padding: 0 5px;
  color: #fff;
}
nav > ul > li > a:hover, nav > ul > li > a:focus, nav > ul > li > a.active {
  background-color: #A7120F;
  text-decoration: none;
}
#content {
  width: 1010px;
  margin: 20px auto 0 auto;
}
#content > section {
  float: left;
  width: 694px;
  word-wrap: break-word;
  margin-bottom: 100px;
}
#content > section h3 {
  font-weight: 400;
  font-size: 28px;
}
#content > section p {
  text-align: justify;
  line-height: 1.8;
  font-size: 14px;
}
#content > section li {
  margin: 5px;
}
h2 {
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 10px;
}
aside {
  width: 296px;
  float: right;
  font-size: 14px;
}
aside > div#side {
  background-color: #cf302c;
  background-image: url('../_img/mistake2.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: .75;
  min-height: 300px;
  padding: 20px 20px 45px 20px;
  color: #fff;
}
aside h5 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
aside ul li {
  margin-bottom: 5px;
}
aside > div#side a {
  color: #C7C7C7;
}
aside footer {
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}
.reset {
  border: 0 none;
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}