#header {
  background: #000;
  border: 1px solid #000;
}

#blogTitle, #navigator, #main  {
  width:1200px;
}

#blogTitle h1 a, #navList a:hover{
  text-shadow: none;
}
.catListTitle {
  background: #000;
}

#mainContent {
  width: 930px;
}
.dayTitle {
  width: 110px;
  height: 44px;
  padding: 10px 10px 10px 0;
  left: -140px;
}
.day {
  margin-left: 140px;
  padding: 5px 15px 5px 15px;
}
.postCon img {
  max-width: 765px;
}