/* Potala CSS */

html {
	font-size: 16px;
	line-height: 24px;
}

body {
	background: url('img/top.png') #900 repeat-x top left fixed;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

#page {
	background-color: #fc3;
	width: 80%;
	max-width: 960px;
	margin: 40px auto;
	padding: 40px 40px 20px 40px;
}

#content {
	text-align: center;
} 

header img {
	width: 100%;
}

h1, h2, h3, h4, h5 {
	color: #333;
	font-weight: 700;
	margin: 0;
}

h1 {
	font-size: 2.25rem;
	line-height: 2.25rem;
	padding: 2rem 0 .5rem 0;
}

h2 {
	font-size: 1.75rem;
	line-height: 2.25rem;
	padding: 1rem 0;
}

h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	padding: .5rem 0 0 0
}

h4 {
	font-size: 1.25rem;
	line-height: 1.25rem;
	padding: .5rem 0 0 0
}

h5 {
	font-size: 1.1rem;
	line-height: 1.1rem;
	padding: .5rem 0 0 0
}

.subinfo {
	font-weight: 400;
	font-size: .9rem;
}

.small {
	display: inline;
	font-size: .8rem;
}

.big {
	font-size: 1.25rem;
}

.big-bold {
	font-size: 1.25rem;
	font-weight: bold;
}

p {
	margin: .25rem 0 .5rem 0;
	padding: 0;
}

a {
	color: #900;
	text-decoration: none;
	display: inline-block;
	outline: none !important;
}

a:hover {
	color: #000;
}

.yelp {
	padding: 1rem 0;
}

#menu {
	margin: 0 auto;
	padding: .5rem 0 2rem;
	border-top: 1px solid #900;
}

#menu h2 {
	padding-bottom: 0;
}

#menumaker {
	text-align: left;
	margin: 0 5%;
}

#mm-date,
#mm-chef {
	text-align: center;
}
#mm-chef {
	padding-bottom: 1rem;
}

ul {
	margin: .5rem 0 1rem;
}

li {
	margin: .15rem 0;
	list-style-type: disc;
}

li span {
	display: block;
	color: #333;
	font-size: .9rem;
	line-height: 1.25rem;
}

footer {
	font-size: .9rem;
	line-height: 1.25rem;
	border-top: 1px solid #900;
	padding: 30px 0 0 0;
}

.foot-head {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.foot-hours {
	float: left;
	text-align: left;
	margin-right: 40px;
	margin-bottom: 10px;
}

.foot-address {
	text-align: right;
	margin-bottom: 10px;
}

.notice,
.note {
	width: 80%;
	padding: 10px;
	line-height: normal;
	margin: 1rem auto 2rem;
	font-weight: 700;
	border: double 5px #900;
}
.note {
	margin: 0 auto 3rem;
	font-weight: 400;
	border: solid 1px #333;
}
.reviews a {
	white-space: nowrap;
}

.hide { display: none; }

@media only screen and (max-width: 768px) {
	#menumaker {
		margin: 0 2.5%;
	}
}

@media only screen and (max-width: 512px) {
	#page {
		padding: 20px;
	}
	#menumaker {
		margin: 0;
	}
}
