* {
  margin: 0;
  padding: 0;
}

html, body {
  font: 12px/24px Georgia, "Times New Roman", Times, serif;
  background: url(images/web-bg-paper.jpg) repeat center top;
  color: #53483e;
}

h1 {
  font-size: 31px;
  line-height: 28px;
  padding-left: 5px;
  margin-top: 10px;
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
  padding-left: 5px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}

a, a:visited, a:active {
  text-decoration: none;
  color: #813b17;
  font-weight: bold;
  padding-left: 10px;
}

a:hover {
  text-decoration: underline;
}

p {
  padding-left: 8px;
  margin-top: 10px;
  letter-spacing: 1px;
}

span {
  font-weight: bold;
  font-style: italic;
}

#main-wrapper {
  background: url(images/web-bg-paper-top.jpg) repeat-x center top;
}

#content-wrapper {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  background: url(images/content-bg.jpg) no-repeat;
}

#footer {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 20px;
  font-size: 11px;
  color: #908371;
  padding-top: 20px;
}

#footer a {
  padding: 0;
}

#content {
  width: 400px;
  float: left;
  margin-top: 330px;
  margin-left: 35px;
}

#contact-form {
  width: 270px;
  float: right;
  margin-top: 415px;
  margin-right: 40px;
}

#slug {
  margin-bottom: 20px;
  margin-top: 10px;
}

#slug p {
  margin-top: 0;
}

#slug a.external-link {
  text-align: left;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  letter-spacing: 3px;
  background: url(images/astrick.gif) no-repeat;
  padding-left: 28px;
  text-transform: uppercase;
}

#slug a:hover.external-link {
  text-decoration: none;
  color: #53483e;
}

#slug a.cdbaby.external-link {
  display: block;
  height: 29px;
  width: 255px;
  padding: 0;
  background-image: none;
  margin: 6px 0 0;
}

#slug a.itunes.external-link {
  display: block;
  height: 29px;
  width: 255px;
  padding: 0;
  margin: 11px 0 20px;
  background-image: none;
}

#slug a.bandcamp.external-link {
  display: block;
  height: 29px;
  width: 255px;
  padding: 0;
  background-image: none;
  margin: 91px 0 0;
}

#logo {
  background: url(images/logo.png) no-repeat;
  display: block;
  height: 110px;
}

form p {
  font-style: italic;
  margin-top: 5px;
}

form input, form textarea {
  width: 229px;
  height: 22px;
  background-color: #eee9dd;
  padding: 1px 1px 1px 3px;
  font-size: 12px;
  color: #53483e;
  border: 1px solid #bdb394;
}

form textarea {
  height: 140px;
}

form .submit-button {
  background-color: #813b17;
  text-transform: uppercase;
  color: #d6c7a9;
  font: bold 80% Georgia, "Times New Roman", Times, serif;
  letter-spacing: 2px;
  width: 80px;
}

.clients {
  font-size: 13px;
  color: #f0ecec;
  display: block;
  margin-left: 7px;
}

/* My Comment */

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 1px;
}

.clear {
  clear: both;
}
