/* structure */
#header {
	width: 960px;
	margin: 15px auto 0 auto;
	padding: 0 20px;
	text-align: left;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#content {
	padding: 10px 20px;
}

/* extended structure */
#top-bar {
	text-align: right;
}

#admin-header {
  padding: 3px 0;
  background: #FFFF99;
  border-bottom: 1px solid #D1D17D;
}

#nav {
	margin-top: 10px;
	padding: 5px 10px;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}

body.modal #header,
body.modal #content {
	width: 500px;
	margin: 0 auto;
}
body.modal #header {
	margin-top: 100px;
}

body.modal #content {
	border: 10px solid #dcdcdc;
}

/* shop */
table#shop {
	border: 10px solid #dcdcdc;
}
table#shop tr {
	border-bottom: 1px solid #dcdcdc;
}
table#shop th {
	background: #dcdcdc;
}
table#shop td {
  padding: 1em;
  vertical-align: top;
}

/* addresses */
ul#addresses li {
	margin-bottom: 1em;
}

/* orders */
table#orders th {
  background: #dcdcdc;
}
table#orders td {
  padding: 1px 10px;
}

#menu_block {
  margin: 10px 0 50px 0;
  padding: 10px 20px;
  border: 10px solid #aaa;
}

li.menu_listing {
  margin-bottom: 20px;
}
li.menu_listing .available_until {
  color: #555;
  font-style: italic;
}
li.menu_listing h3 {
  font-size: 150%;
}

li.menu_listing a {
  font-size: 120%;
}


table.login_or_signup {
  width: 100%;
}
table.login_or_signup td {
  vertical-align: middle;
}
table.login_or_signup h2 {
  margin-top: 0;
}
