/* || General setup */

html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  width: 1200px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
}

/* || typography */

h1, h2, h3 {
  font-family: 'Sonsie One', cursive;
  color: #2a2a2a;
}

p, input, li, a {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #2a2a2a;
}

h1 {
  font-size: 4rem;
  color: white;
  text-shadow: 2px 2px 10px black;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.2rem;
}

p, li, a {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* || header layout */

#main td, #aside td, #footer td {
  padding: 10px;
}

#content {
  margin-right: 10px;
}

#nav {
  height: 50px;
}

#nav td {
  padding: 20px;
}

#nav a {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}


input {
  font-size: 1.6rem;
  height: 32px;
  width: 100%;
}

button {
  width: 100%;
  height: 32px;
  background: #333;
  border: 0;
  color: white;
}
