/*
* Ghettochip
*/

html {
  font-size: 87.5%;
  font-family: 'Monaco';
  background-color: #f0f5f1;
}
a {text-decoration:none;}
p, ul {
  width: 60% !important;
  margin: 0 auto !important;
  padding-bottom: 2em;
}
li {
  list-style:none;
}
header {
  background-color:#555;
  width: 100%;
}
header h1 {
  font-size:0;
  height:200px;
  background: url(../images/ghettochip_blue_fade.png) no-repeat;
}
#main {
  margin-top: 20px;
}
#nav {
  width: 140px;
  border: 2px solid #20cefa;
  border-bottom: 10px solid #20aafb;
  border-right: 6px solid #20cefa;
  background: #ffeebb;
}
#nav li {
  background: #dddddd;
  padding: 4px;
  border: 1px solid #bbb;
  border-bottom: 5px solid #333;
  border-right: 3px solid #bbb;
  text-align: center;
}
footer {
  position: absolute;
  bottom:107px;
  right: 10px;
  font-size: 0.75em;
  height: 3em;
}
footer a {
  font-size: 1.8em;
  font-family: 'Monaco', 'Geneva';
  color: black;
  background-color: #ff0000;
  padding: 2px 4px 2px 4px;
}
