/*top_CSS
--------------------------*/

.postit {
  position:absolute;
  width:212px;
  height:161px;
  top: 368px;
  left: 616px;
  background-image:url(/img/top/clip.png);
}
.postit div{
  color:#66321C;
  margin:56px 0 0 50px;
  font-size:20px;
  line-height: 30px;
}
.postit a{
  color:#66321C;
}

.bottom {
  width:870px;
  margin:1em auto 0;
  min-height: 250px;
}

.bottom_box {
  width:228px;
  margin:0 10px;
  float:left;
}


.bottom_box h3 {
  text-align:center;
  padding-bottom:8px;
  margin-top:0;
  color:#563323;
  background-image:url(/img/top/border.png);
  background-repeat:no-repeat;
  background-position: 0px bottom;

}

.mediaquote {
  background:url(/img/top/quotemark_brown.png) no-repeat scroll right bottom transparent;
  margin-bottom:10px;
}

.bottom_box ul{
  padding-left:1em;
  margin:1em 0;
}

.bottom_box li{
  margin:0 0 10px ;
  padding:0;
}
.tweetbox {
  height:149px;
  background:url(/img/top/tweetbox.png) no-repeat scroll top left transparent;
  margin-top:20px;

}
.tweetbox #latest_tweet {
  height: 70px;
  font-size: 11px;
  padding: 10px;
  overflow:hidden;
}
.tweetbox #latest_tweet a{
  color:#563323;
}
.tweetbtn {
  display:block;
  margin-top:26px;
  margin-left:77px;
}
