body{
  color: #333;
}
img{
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
address{
  margin-bottom: 0;
}
header{
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #00CC00;
  border-top: 1px solid #00CC00;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #00CC00;
}
footer{
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 2em;
  color: gray;
}
.logo{
  font-family: 'Lobster', cursive;
  font-size: 30px;
  display: block;
  color: #00CC00;
}
.logo:hover{
  text-decoration: none;
  color: #4cdb4c;
}
.logo-catchphrase{
  font-size: .9em;
}
.menu-title{
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
  font-weight: normal;
}
.detail-title{
}
.detail-title-caption{
  font-size: 0.5em;
  color: #888;
}
.detail-thumbnail-container{
  margin-left: -3px;
}
.detail-thumbnail{
  float: left;
  background-color: #EEE;
  width: 113px;
  height: 87px;
  margin-left: 3px;
  margin-bottom: 3px;
  line-height: 87px;
  text-align: center;
}
.detail-thumbnail img{
  max-width: 113px;
  max-height: 87px;
}
.bookmark-item{
  border: 1px solid gray;
  padding: 15px;
  background-color: #F5ECCE;
}
.bookmark-item-title{
  color: #c4bca4;
  font-weight: bold;
}
.bookmark-item-tag a{
  color: gray;
}
.bookmark-item-tag a:before{
  content: '[';
}
.bookmark-item-tag a:after{
  content: ']';
}

/* handy */
.lh2{
  line-height: 2em;
}
.bold{
  font-weight: bold;
}
.large-text{
  font-size: 1.2em;
}
.small-text{
  font-size: 0.8em;
}
.gray-text{
  color: gray;
}
.bb-gtt{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
.block{
  display: block;
}
/* shorthand */
.pa{
  padding: 15px;
}
.mb{
  margin-bottom: 15px;
}