body {
  color:#555;
  font-family: "Hoefler Text", Georgia, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align:left;
  text-transform: normal;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
  letter-spacing: normal;
  line-height: 1.5em;
  background:#85bd15 url(assets/bg.png) repeat-x;
  margin:0px;
  padding:0px;
}

img {
  display:block;
}

a {
  color:#7db202;
  text-decoration:none;
}

a:hover {
  background-color:#fff;
}

/* ------------------------------------------------ */
/*    MAIN CONTAINERS                               */
/* ------------------------------------------------ */

#parallax {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height:510px;
  overflow:hidden;
  z-index:100;
}

img.parallax {
  width:1280px;
  height:510px;
}

img.parallax.ground {
  width:100%;
}

#container {
  position:relative;
  top:-110px;
  left:0px;
  width:970px;
  margin:0 auto -100px auto;
  padding:10px 0;
  overflow:hidden;
  z-index:1000;
  clear:both;
}

#navigation {
  position:relative;
  height:50px;
  background: transparent url(assets/logo.png) no-repeat top right;
  clear:both;
}

#content {
  position:relative;
  width:500px;
  margin:0 auto 0 auto;
  overflow:hidden;
  background: #fff url(assets/bg-content.png) repeat-x;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  clear:both;
}

h1.from-twitter {
  display:block;
  position:relative;
  height:60px;
  text-indent:-15000px;
  background: transparent url(assets/h1-from-twitter.png) no-repeat;
}

#tweets {
  min-height:250px;
  margin:0 20px 20px 20px;
}

#tweets p {
  margin:0 0 1em 0;
}
#tweets a.timelink {
  color:#a1a49a;
}

#footer {
  display:block;
  position:relative;
  margin:0 auto -100px auto;
  color:rgb(80,100,80);
  text-align:center;
  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  clear:both;
}