/* <div id="header"> is used for the Tin Cans and String logo */
#header {
  width:660px;
  margin:40px auto 20px;
  border:1px solid #ccc;
  text-align: center;
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
}
.blog-style {
  font-family: Georgia, Serif;
  line-height:1.2em;
  font-weight:normal;
  font-variant:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  letter-spacing:.2em;
  color:#999;
  }
