body {
	background-color: black;
	color: white;
	font-size: 85%;
}

hr {
	height: 3px;
	color: white;
	background: white;
	margin: 3px 0;
}

h1, h2, h3, h4, h5 {
	color: white;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h4, h5 {
	line-height: 1;
}

a, a:hover {
	color: #1189C5;
}

p {
	text-align: justify;
}

ul.menu {
	margin: 6px 0 0 0;
}

ul.menu li {
	display: inline;
	padding-right: 4px;
}

.white {
	background-color: white;
	color: black;
}

.white h1, .white h2, .white h3, .white h4, .white h5 {
	color: #8C8C8C;
}

.main.container div {
	margin-top: -3px;
	margin-bottom: -6px;
	padding-top: 3px;
	padding-bottom: 8px;
}

img#bottles {
	padding: 2px 0 0 10px;
}

ul.products.admin {
	margin-left: 0;
	margin-bottom: 0.25em;
}

.products.admin li {
	display: inline;
}

.admin.constant {
	position: fixed;
	right: 5px;
	top: 5px;
	background-color: black;
	border: 1px solid white;
	padding: 0 2px;
}

div.notice {
	border-style: none;
	color: #8C8C8C;
	background: none;
}

.editable-text form textarea {
	width: 100%;
}

.editable-text form input {
	display: inline;
}

.editable-text a.edit-link {
	font-size: smaller;
}

.headings br {
	margin-bottom: 15px;
}

.headings img#welcome {
	padding-top: 30px;
}

.headings img {
	padding-bottom: 6px;
}

#translucent, #overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
}

#translucent {
	background-color: black;
	opacity: .9;
	z-index: 100;
}

#overlay {
	z-index: 101;
	display: table;
}

#overlay #middle {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#overlay #middle * {
	font-weight: bold;
	text-decoration: none;
}