body {
  font-family: 'PT Sans Narrow', sans-serif;
  background-color: #eee;
  background-image: url("../images/tile.png");
  margin: 0;
}

h1 {
  font-size: 4em;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.1;
  text-align: center;
  padding: 10px;
  color:#903;
}
a:hover {
	text-decoration:none;
}
h2 {
  font-size: 2em;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.1;
  text-align: center;
  padding: 8px;
  color:#903;
}

h3 {
  font-size: 1.5em;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.1;
  text-align: center;
  padding: 4px;
  color:#702;
}

p {
  font-size: 1.6em;
  text-align: center;
  padding: 5px;
}
li {
	font-size:1.5em;
}

nav {
  height: 40px;
  width: 100%;
  background-color:#069;
  color: #eee;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  display:inline-block;
  float: left;
}
nav a {
  display: inline-block;
  width: 110px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  color: #eee;
  text-decoration: none;
  font-size:16px;
}
nav li:hover {
  background-color: #903;
}
nav a#openup {
  display: none;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.8em;
  }

  nav {
    height: auto;
    border-bottom: 0;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav li {
    width: 100%;
    float: left;
    position: relative;
  }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
    background: #333;
    border-bottom: 1px solid #555;
  }
  nav a:hover {
    background: #444;
  }
  nav a#openup:after {
    content: "|||";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari and Chrome */
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 20px;
  }
  nav a#openup {
    display: block;
    background-color: #333;
    width: 100%;
    position: relative;
  }
}
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.footer {
	background:#069;
	color:#FFF;
	padding:8px;
	text-align:center;
}
.footer a {
	color:#FC0;
}
.active {
	color:#FCC;
}
/* For IE 6/7 (trigger hasLayout) */
