#month-list {
  margin: 30px 0 20px 0;
  padding: 0 20px 10px 30px;
}

#month-list .month {
  margin: 10px 0 30px 0;
  

}

#month-list .month-title {
  font-size: 130%;
  margin: 0px 0 0px 0;
}

#month-list .day {
  padding: 10px 10px 5px 0px;
  margin-left: 20px;
  border-bottom: 1px dashed #cccccc;
}

#month-list .day-title {
  font-size: 130%;
}

#archive-title {
  margin: 0px 0px 20px 0px;
  text-align: right;
}



#archive #bottom-nav {
  text-align:center;
  font-size: 100%;  
  margin: 25px 0 0px 10px;
  
}

#archive #bottom-nav span {
  background-color: #efefef;
  padding: 5px 10px 5px 10px;
  color: #cccccc;
  
}

#archive #bottom-nav span a {
  background-color: #efefef; 
  color: #333333;
  
}
