html, body {
  background: url(dotted-square-pattern.png);
  margin: 0;
}

#lv0 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  width: 690px;
  margin: 0 auto;
  background: white;
  min-height: 100%;
}

#lv0 img {
  max-width: 100%;
}

#lv0 > img {
  display: block;
}

#lv0 > .margins {
  margin: 0 70px;
  position: relative;
}

h1, h2, h3 {
  font-family: 'Calibri Bold';
  font-weight: normal;
  font-size: 48px;
  color: #999;
  margin: 40px 0 20px;
}

h2 {
  font-size: 26px;
  color: black;
}

h3 {
  font-size: 18px;
  color: black;
}

p {
  font-family: 'Adelle Light';
  font-size: 17px;
  line-height: 1.5em;
  color: #555;
}

p a {
  font-family: 'Adelle Light Italic';
  color: #1122cc;
  text-decoration: underline;
  font-weight: normal;
}

p a:hover {
  text-decoration: none;
}

figure {
  margin: 1em 0;
}

figure label {
  font-family: 'Calibri Regular';
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  margin: 0 35px;
}

nav {
  color: #ccc;
  background: #444;
  display: block;
  text-align: center;
}

nav a {
  font-family: 'Calibri Regular';
  font-size: 14px;
  line-height: 38px;
  color: #ccc;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 12px;
}

nav a:hover {
  text-decoration: underline;
}

#login {
  margin: 140px 0 140px 147px;
}

#login button {
  height: 30px;
  border: none;
  background: #888;
  padding: 0 15px;
  margin-bottom: 10px;
  border-radius: 3px;
  color: white;
  font-family: 'Calibri Regular';
  font-size: 14px;
}

#login input {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border-radius: 4px;
  float: left;
}
