/*
Theme Name: Reformation Studios Home Page
Theme URI: http://reformaitonstudios.com
Description: The Reformation Studios Home Page Design
Version: 1
Author: Jedidiah Hurt
Author URI: http://reformationstudios.com
*/
html, body {
  height: 100%;
}

body {
  background: #222;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  padding: 30px;
}

#content {
  width: 540px;
}

h1 {
  color: #aaa;
  font-size: 41px;
  font-weight: bold;
  line-height: 41px;
  letter-spacing: -3px;
  margin-bottom: 0;
  text-transform: uppercase;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 10px;
  margin-top: 0;
}
h3 {
  margin-bottom: 30px;
}
.artist h3, .contact-info h3 {
  margin-bottom: 0;
}
p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
}
p.note {
  color: #666;
  font-size: 12px;
}
.scratch-that {
  text-decoration: line-through;
}
a {
  border-bottom: 1px dashed #999;
  color:  #999;
  padding-bottom: 1px;
  text-decoration: none;
}
a:hover {
  border-bottom-style: solid;
  border-bottom-color: #bbb;
  color: #bbb;
}
ul {
  margin-bottom: 18px;
}
li {
  margin-bottom: 5px;
}

input.text {
  color: #000;
  margin-bottom: 3px;
  width: 254px;
}

.artist {
  margin-bottom: 18px;
}
#footer {
  color: #999;
  font-size: 14px;
  margin: 100px 0 -30px 0;
}