BODY {
	margin: 0px; 
	padding: 0px;
	background-color: #ffffff;
	
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: 400;
}

@font-face {
	font-family: GeosansLight;
	src: url("GeosansLight.eot"); /* EOT file for IE */
}
@font-face {
	font-family: GeosansLight;
	src: url("GeosansLight.ttf"); /* TTF for CSS3 browsers */
}
@font-face {
	font-family: GeosansLight-Oblique;
	src: url("GeosansLight-Oblique.eot"); /* EOT file for IE */
}
@font-face {
	font-family: GeosansLight-Oblique;
	src: url("GeosansLight-Oblique.ttf"); /* TTF for CSS3 browsers */
}

H1, H2, H3, H4 {
	font-family: GeosansLight, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#content > H1, #content > H2, #content > H3 {
	margin-left: 10px;
}

H1 {
	margin-top: 0;
	color: #00853e;
	font-family: GeosansLight-Oblique, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: 100;
}

H2 {
	margin-top: 0;
	font-weight: 700;
	font-size: x-large;
}

H3 {
	font-weight: 100;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: large;
	margin-top: 0;
}

/* Header contains navigation and logo */
#header {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0 20px;
	
	background-image: url("dot4.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	
	position: relative;
}
/* Navigation links */
#header UL {
	font-size: xx-large;
	font-family: GeosansLight, "Trebuchet MS", Helvetica, Arial, sans-serif;
	
	display: inline;
	padding: 0px; margin: 0px;
}
#header LI {
	padding: 2px 25px;
	margin: 0;
	display: inline;
}
#header LI:hover {
	background-color: #f4f4f4;
}
#header LI a:link, #header LI a:visited {
	color: #ff6000;
	text-decoration: none;
}
#header LI:hover a {
	color: #c06317;
}
/* Kahala Kitchens logo */
#header #logo {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
}
#header #logo IMG {
	border-style: none;
}
/* e-mail address and phone number in nav */
#header #contact-info {
	font-size: small;
	font-style: italic;
	color: #aaaaaa;
	margin: 0;
	padding: 5px 10px;
	
	position: absolute;
	top: 0;
	left: 0;
}
#header #contact-info P {
	margin: 0;
}

/* Content for each page */
#content {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	color: #333333;
}

/* sets left and right to 0 */
.alpha {
	margin-left: 0 !important;
}
.omega {
	margin-right: 0 !important;
}

/* subpage navigation */
ul.subpage-nav {
	padding: 0;
	margin: 0 10px 20px;
}
ul.subpage-nav li {
	list-style-type: none;
	display: inline;
}
ul.subpage-nav a:link, ul.subpage-nav a:visited {
	color: #999999;
	border: 1px solid #ffffff;
	padding: 5px;
	text-decoration: none;
}
ul.subpage-nav a:hover {
	color: #ff6000;
	border: 1px solid #ffffff;
}
ul.food-nav li.active-page a:link, ul.subpage-nav li.active-page a:hover, ul.subpage-nav li.active-page a:visited {
	color: #ff6000;
	border: 1px solid #ff6000;
}

/* Home page */
#blurb {
	margin-left: auto;
	margin-right: auto;
	width: 706px;
	
	margin-top: 0;
}
.pic-row {
	margin: 0;
	margin-left: 120px;
	padding: 0;
}
.pic-row LI {
	height: 70px;
	width: 94px;
	border: 3px double #aaaaaa;
	margin: 10px;
	padding: 0;
	float: left;
	
	list-style-type: none;
	display: inline;
}

/* Food pages */
.food {
	width: 460px;
	min-height: 500px;
	margin: 0 10px;
	
	float: left;
	display: inline; /* ie6 double-margin fix */
}
.food-tab {
	width: 460px;
	margin: 0 10px;
	
	float: left;
	display: inline; /* ie6 double-margin fix */
}
.food-tab p {
	color: #1a6840;
}

/* Location page */
.location {
	width: 278px;
	height: 148px;
	margin: 0 10px 30px;
	padding: 30px 10px;
	float: left;
	display: inline; /* ie6 double-margin fix */
	
	border: 1px solid #aaaaaa;
	
	word-wrap: break-word;
	color: #1a6840;
}
.location-pic {
	width: 296px;
	height: 206px;
	margin: 0 10px 30px;
	padding: 1px;
	float: left;
	display: inline; /* ie6 double-margin fix */
	
	border: 1px solid #aaaaaa;
}
.location h3 {
	color: #00853e;
}
.location a {
	font-size: small;
}
.location a:link {
	color: #4180c2;
}
.location a:visited {
	color: #6464ad;
}
.location a:hover {
	color: #ff0000;
}

/* About page */
.about-pic {
	margin: 0 0 0 20px;
	padding: 1px;
	border: 1px solid #aaaaaa;
	width: 376px;
	height: 240px;
	
	float: right;
}
#about {
	margin: 0 10px;
}
/* FAQ */
#faq {
	margin: 0 10px;
}
#faq H3 {	
	color: #c06317;
}

/* Store */
.store-pic {
	width: 296px;
	height: 206px;
	margin: 0 10px 30px;
	padding: 1px;
	float: left;
	display: inline; /* ie6 double-margin fix */
	
	border: 1px solid #aaaaaa;
	clear: left;
}

.store-desc {
	width: 620px;
	height: 206px;
	margin: 0 10px 30px;
	float: left;
	display: inline; /* ie6 double-margin fix */
}
