
@import url(common.css);
@import url(layout.css);
@import url(lightbox.css);


.news-title {
  margin-bottom: 5px;
  font-size: 12px;
}
.news-img {
  float: left;
  border: 2px solid #795739;
  margin-right: 10px;
}

#menu-title {
  color: #c76b22;
  line-height: 24px;
  font-size: 15px;
  font-weight: bold;
  font-family: Georgia, serif;
}

.menu-item-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.menu-item-title small {
  font-weight: normal;
  padding-left: 20px;
}
.menu-item-desc {
  margin-bottom: 10px;
  color: #795d35;
}

.gallery-title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
.gallery-images {
  margin-top: 10px;
}
.gallery-images img {
  border: 2px solid #795739;
  margin-left: 10px;
  margin-bottom: 10px;
}
.gallery-images img.first {
  margin-left: 0;
}
