body {
  font-family: "museo-slab", georgia, serif;
  line-height: 1.4;
  color: #333;
  background: #FCF5D4;
  padding-bottom: 3em;
  }
header {
  padding-top: 2em;
  text-align: center;
  }
.center {
  text-align: center;
  }
h1 {
  margin: 0;
  font-size: 3em;
  font-weight: 100;
  }
.stats {
  margin-top: 1em;
  }
.wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 1em;
  }
.full {
  max-width: none;
  border-top: 10px solid rgba(0,0,0,.1);
  border-bottom: 10px solid rgba(0,0,0,.1);
  margin: 2em 0;
  }
.full img {
  display: block;
  width: 100%;
  }

nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }
nav li, nav a {
  display: inline-block;
  }
nav a {
  padding: .4em 1em;
  margin: .3em 0;
  text-decoration: none;
  color: #fff;
  background: #d1483e;
  border-radius: 4px;
  }
nav a:hover {
  color: #fff;
  }

.menu ul {
  padding: 0 1em;
  margin: 0;
  }
.menu_item {
  list-style: none;
  margin-bottom: 1.5em;
  }
.menu_item .name {
  font-size: 1.1em;
  font-weight: bold;
  margin-left: -1em;
  }
.menu_item .price {
  color: #4FBB6D;
  display: block;
  }
.price-small:before, .price-large:before {
  content: 'small';
  font-weight: normal;
  font-size: .7em;
  font-family: verdana;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(0,0,0,.45);
  margin-right: .2em;
  }
.price-large {
  margin-left: .7em;
  }
.price-large:before {
  content: 'large';
  }
.menu_item .description {
  color: rgba(0,0,0,.7);
  margin-top: .2em;
  }

.category {
  padding-top: 2em;
  border-top: 2px solid rgba(0,0,0,.07);
  }
h2 {
  color: #d1483e;
  padding-top: 1.5em;
  }

.pad {
  padding: .5em;
  margin: 0;
  }
a {
  text-decoration: none;
  color: #d1483e;
  border-bottom: 1px dotted rgba(0,0,0,.2);
  opacity: .7;
  }
a.yelp {
  border: 0;
  }
a:hover {
  opacity: 1;
  }
.big {
  margin-top: .2em;
  font-size: 1.5em;
  line-height: 1;
  color: rgba(0,0,0,.4);
  }
img {
  max-width: 100%;
  }
.photo-caption {
  font-size: .8em;
  color: rgba(0,0,0,.7);
  font-style: italic;
  text-align: right;
  display: block;
  margin-bottom: 1.5em;
  }

.yelp {
  opacity: .6;
  }
.yelp:hover {
  opacity: 1;
  }

.weak {
  color: rgba(0,0,0,.5);
  font-size: .85em;
  }

.tinycredit a {
  font-size: .75em;
  text-decoration: none;
  border: 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(0,0,0,.4);
  }

@media (min-width: 600px) {

}
