/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Nav Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url(../img/background-stripes.png) top left repeat;
}

#container {
	width: 810px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

.floatleft {
	float: left;
	display: inline;
}

img.floatleft {
	margin: 0 20px 10px 0;
}

.floatright {
	float: right;
	display: inline;
}

img.floatright {
	margin: 5px 0 10px 20px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/* Typography
--------------------------------------------------------------------------------------- */
p, ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

ul {
	margin-left: 16px;
}

ul li {
	margin-bottom: 2px;
}


h2 {
	font-size: 26px;
	line-height: 28px;
	text-transform: uppercase;
	font-style: italic;
	color: #c00;
	border-bottom: solid 1px;
	margin: 0 0 4px 0;
	padding: 0 0 2px 0;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	margin: 0 0 4px 0;
	color: #030;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 2px 0;
}

h4 em {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
h1 {
	width: 810px;
	height: 102px;
}

#facebook {
	width: 260px;
	margin: 12px 0 12px 30px;
	clear: left;
	float: left;
	display: inline;
}

#youtube {
	width: 425px;
	margin: 12px 0 0 21px;
	float: left;
	display: inline;
}

/* Nav Layout
--------------------------------------------------------------------------------------- */
#nav {
	background: url(../img/nav-bg.png) top left no-repeat;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0 10px;
}

#nav a {
	color: #fff;
	text-transform: uppercase;
}

#nav a:hover {
	color: #ccc;
}

#nav li.current a {
	color: #ccc;
	text-decoration: none;
}



/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	background: url(../img/body-bg.png) top left repeat-y;
	padding: 10px 24px;
	float: left;
	width: 762px;
}

#content.contact {
	padding: 10px 50px;
	width: 710px;
}


#text {
	float: left;
	display: inline;
}

p.big {
	font-size: 16px;
	line-height: 18px;
}

#text.home p.big {
	line-height: 20px;
}

#text.home {
	width: 380px;
}

#text.about p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 22px;
}

#hours {
	border: double 3px #060;
	background: #eee;
	width: 250px;
	margin: 0 auto 6px auto;
	padding: 5px 20px;
}

#hours h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #060;
	text-align: center;
	border-bottom: solid 1px #060;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
}

#hours ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	margin: 0 0 4px 0;
	text-align: right;
}

#hours ul span {
	display: block;
	float: left;
	width: 120px;
	text-align: left;
}

p.edison {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	margin-top: 30px;
}

#text.grocery {
	width: 452px;
}

div.cols {
	width: 361px;
	padding: 0 15px 0 5px;
	float: left;
}

div.right {
	padding: 0 5px 0 15px;
}

div.cols p {
	margin-bottom: 0;
	line-height: 15px;
	text-transform: uppercase;
}

div.cols p.center {
	margin-bottom: 4px;
}

div.cols h3 {
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

div.cols img {
	margin: 5px 0 20px 0;
}

ul.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #ccc;
}

ul.nobb {
	padding: 0;
	border: none;
}

ul.price li {
	display: inline;
	margin: 0 22px 0 0;
}

div.cols p.price {
	margin: 4px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 11px;
}

div.please {
	text-align: center;
	border: solid 1px #c00;
	padding: 6px 20px 0 20px;
	margin: 0 0 10px 0;
}

div.cols div.please p {
	margin-bottom: 6px;
}

ul.list li {
	line-height: 13px;
	margin: 0 0 6px 0;
	display: block;
}

ul.list span {
	float: left;
	width: 290px;
}

p.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	color: #fff;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */
address {
	display: block;
	clear: both;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/footer-bg.png) top left no-repeat;
	padding: 9px 0 6px 0;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	font-style: normal;
}

address a, address a:link, address a:active, address a:hover, address a:visited {
	color: #ccc;
}

#container table { /* HIT COUNTER THINGY */
	text-align: center;
	margin: 0 auto;
}

p.counter {
	text-align: center;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	margin: 10px 360px;
}