/* PAGE STRUCTURE */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: bitter;
}

a {
	color: #224372;
	text-decoration: none;
}

.fullwidth {
	width: 100%;
}

.centered {
	margin: 0 auto;
}

/* LOGO + HEADER */

#logo {
	background-repeat:no-repeat;
	background-size: contain;
	float: left;
	width: 18em;
//	margin: 5px 0 0 5px;
}

#logo h1 {
	display: none;
}

nav {
	display: inline-table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

nav li {
	float: left;
}

nav ul {
	float: right;
	position: absolute;
	right: 0px;
//	display: inline-block;
	list-style-type:none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
//	margin: 5px 0 0 0;
}

nav li {
	border-right: 1px solid #ccc;
	height: 3.5em;
//	display: block;
}

nav li a {
	padding: 1em;
	font-size: 1.1em;
	color: #4e9a06;
	text-decoration: none;
	display: block;
}

nav li:first-child {
	border-left: 1px solid #ccc;
}

nav li:hover {
	border-bottom: 1px solid #224372;
}

nav li a.this {
	color: #224372;
}

nav li a.special {
	color: red;
}

nav li a.large {
	font-size: 1.8em;
	padding: 0.355em;
}

div#popup {
	z-index: 100;
	background-color: #333;
	background-image: url('/images/menu-bg.jpg');
	background-repeat: repeat;
	width: 80%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 1em;
	display: none;
}

div#popup p {
	color: white;
	margin-bottom: 2em;
}

div#popup a {
	text-decoration: none;
}


div#popup hr {
	margin-bottom: 1em;
	border: 0;
	border-bottom: 1px solid white;
}

div#popup img {
	height: 2em;
}

/* PAGE CONTENT */

#content {
	background: #eee;
	padding-top: 1em;
}

.blurb {
	width: 90%;
	text-align: center;
	color: #444;
	margin: 0 auto 1em;
}

.message {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 2px solid red;
	background: #ffd5d5;
	padding: 5px;
}

.message h4 {
	color: red;
	text-style: bold;
	text-align: center;
}

.message p {
	color: red;
	text-align: center;
}

.product {
	border: 1px solid black;
	padding: 0.25em;
	margin: 0.25em;
	height: 11.25em;
}

.imgbanner {
	position: relative;
}

.banner {
	background: black;
	position: absolute;
	color: #d12;
	font-size: 4em;
	font-weight: bold;
	left: 0;
	top: 60%;
	//width: 100%;
}

#chemicalmap {
	display: block;
	width: 90%;
	margin: 0 auto;
}

/* LISTS */
div.listitem {
	width: 100px;
	height: 180px;
	border: 1px solid gray;
	border-radius: 5px;
	margin: 5px;
	float: left;
}

div.listitem img {
	display: block;
	margin: 5px auto 0;
}

div.listitem p {
	text-align: center;
	color: #444;
}

/* ADDRESS DETAILS */

div.location {
	border: 1px solid #ddd; 
	padding: 1em;
	font-size: 0.9em;
	color: #224372;
}

div.location .address {
	float: left;
}

div.location .hours {
	float: left;
}

div.location br {
	display:none;
}

/* SPECIALS */

div.special{
	margin-bottom: 1em;
}

div.special img {
	width: 12em;
	height: auto;
	float: left;
}

div.special .name {
	font-weight: bold;
}

/* SHOPFRONT IMG */
#shopfront {
	height: 15em; 
	display: block; 
	margin: 0 auto 1em;
	border: 1px solid black;
	padding: 0.25em;
}

/* PAYMENT METHODS */

ul.normal {
	list-style-type: disc;
	width: 80%;
	margin: 0 auto;
	color: #444;
}

/* FOOTER */

#footer {
	background: #224372;
	color: white;
	text-align: center;
}

#footer a {
	color: white;
	font-family: 'PT Sans Narrow', sans-serif;
}

#footer a.category {
	font-family: bitter;
}

.sitemap div {
	float: left;
	text-align: left;
	margin: 1em;
}

.legal {
	font-size: 0.75em;
}

#footer hr {
	width: 90%;
	margin: 1em auto;
	border: 0;
	border-bottom: 1px solid white;
}

.socialmedia img {
	margin: 1em;
}


