/* /////////////////////////////////
	Hungry Hearts CSS 
	by Craig Rachow
	http://www.forwardslash.net.au
///////////////////////////////// */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr,table { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 14px 'trebuchet ms', tahoma, arial, verdana;
	color: #651c26;
	background: #39261d url('../i/bg.jpg') repeat left top;
	line-height: 18px;
}

.center {
	width: 770px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -500px;
}

#header {
	height: 110px;
	overflow: visible;
}

#banner {
	height: 390px;
	background: transparent url('../i/bg-banner.gif') no-repeat left top;
	margin-top: 14px;
	padding-left: 21px;
}
#banner-big {
	background: transparent url('../i/bg-banner-big.gif') no-repeat left top;
	margin-top: 14px;
	padding-left: 21px;
	height: 1000px;
}
#banner-cafe {
	background: transparent url('../i/bg-banner-cafe.gif') no-repeat left top;
	margin-top: 14px;
	padding-left: 21px;
	height: 3100px;
}
#banner-test {
	background: transparent url('../i/bg-banner-test.gif') no-repeat left top;
	margin-top: 14px;
	padding-left: 21px;
	height: 1800px;
	padding-right: 21px;
}




#content {
	padding: 0px;
}

#footer {
	color: #CCCCCC;
	font-size: 11px;
	clear: both;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h1 {
	font-size: 20px;
	color: #651c26;
	font-weight: normal;
	padding: 20px 0px 2px 29px;
	margin: 0px;
	position: relative;
	left: -4px;
}

h1#homeH1 {
	padding-top: 20px;
	text-indent: -5px;
	left: -20px;
}

h1#cafeH1 {
	background: transparent url('../i/h1-staff.gif') no-repeat left 20px;
	text-indent: -5000px;
}

h1#historyH1 {
	background: transparent url('../i/h1-history.gif') no-repeat left 20px;
	text-indent: -5000px;
}

h2 {
	margin: 0px 7px 0px 0px;
	padding: 20px 29px 0px 0px;
	color: #651c26;
	text-transform: uppercase;
	font: normal 13px georgia, "times new roman", times;
}

h3 {
	font: normal 13px georgia, "times new roman", times;
	margin: 18px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
}
.cafemenu {
	font-size: 12px;

}


p {
	margin: 18px 0px 18px 0px;
}

ul {
	margin: 12px 0px 12px 0px;
	list-style-type: none;
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #fff;
}

a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: dotted 1px #666666;
}

a.noBorder:hover {
	border-bottom: 0;
}

#footer a,
#footer a:visited {
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
	border-bottom: 0;
}

a#vo2 {
	padding: 2px 0px 2px 14px;
	margin-left: 14px;
	border-left: solid 1px #4c3429;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#logo {
	margin: 5px 0px 0px 0px;
	float: left;
	display: inline;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	float: right;
	margin-top: 52px;
	padding-right: 10px;
	height: 20px;
}

ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding-bottom: 2px;	
}

ul#nav li a,
ul#nav li a:visited {
	line-height: 0px;
	margin: 0px;
	color: #c9bcae;
	text-decoration: none;
	border-bottom: 0;
	padding: 0px 11px 2px 11px;
	font-size: 14px;
	font-weight: bold;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

ul#nav li a.current,
ul#nav li a.current:visited {
	color: #fff;
}

/* /////////////////////////////////
	SECTION NAV
///////////////////////////////// */

ul#sectionNav {
	float: right;
	margin: 0px;
	padding-right: 15px;
	height: 63px;
}

ul#sectionNav li {
	display: block;
	float: left;
	margin: 0;
	height: 63px;
	position: relative;	
}

ul#sectionNav li a,
ul#sectionNav li a:visited {
	font: normal 11px georgia, "times new roman", times;
	text-transform: uppercase;
	line-height: 63px;
	margin: 0px;
	text-decoration: none;
	border-bottom: 0;
	display: block;
	padding: 0px 18px;
}

ul#sectionNav li a:hover {
	text-decoration: none;
}

ul#sectionNav li#location { width: 100px; }
ul#sectionNav li#menu { width: 72px; }
ul#sectionNav li#feedback { width: 98px; }

/* /////////////////////////////////
	MENU NAV
///////////////////////////////// */

div#subNav {
	position: absolute;
	left: 0px;
	top: 53px;
	z-index: 10;
	height: auto;
	width: 178px;
}

ul#menuNav {
	padding: 20px 10px 20px 10px;
	margin: 0;
}

ul#menuNav li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	height: 20px;		
}

ul#menuNav li a,
ul#menuNav li a:visited {
	font-size: 11px;
	text-transform: none;
	line-height: 11px;
	margin: 0px;
	text-decoration: none;
	border-bottom: 0;
	display: block;
	padding: 4px 8px;
	height: auto;
}

ul#menuNav li a:hover {
	text-decoration: none;
}

/* /////////////////////////////////
	BANNER
///////////////////////////////// */

#banner .photo {
	display: block;
	float: right;
	margin: 1px 0px 0px 20px;
	padding: 6px 0 0 0;
}

#banner p {
	margin-bottom: 0px;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

.box {
	width: 236px;
	font-size: 11px;
	margin-top: 26px;
	float: left;
	margin-left: 15px;
	display: inline;
	background: transparent url('../i/bg-box.gif') no-repeat left bottom;
	padding: 0px 0px 26px 0px;
}


.box p {
	margin: 8px 18px;
}

#cafebox {
	width: 242px;
	background-position: 6px bottom;
	margin-left: 9px;
}

#cafebox p {
	margin-left: 24px;
}

#noodleshopBox {
	width: 242px;
	background-position: 0px bottom;
}

#noodleshopBox p {
	margin-right: 24px;
}

.pageTop {
	height: 10px;
	background: transparent url('../i/page-top.gif') no-repeat left bottom;
	color: #b9a896;
	text-indent: -5000px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	margin-top: 14px;
}

.pageBottom {
	height: 17px;
	background: transparent url('../i/page-bottom.gif') no-repeat left top;
	color: #b9a896;
	text-indent: -5000px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.page {
	background: transparent url('../i/bg-page.gif') repeat-y left top;
	padding: 0px 0px 10px 0px;
}

.page p,
.page li,
.page h3 {
	margin-left: 26px;
	margin-right: 32px;
}

.dark {
	background: #b9a896;
}

p.dark {
	margin: 18px 7px 18px 6px;
	padding: 18px 25px 18px 20px;
}

div.dark {
	margin: 0px 7px 0px 6px;
	padding: 18px 20px 18px 20px;
}

div.half {
	width: 49%;
}

.sectionHead {
	height: 63px;
	line-height: 0px;
}

/* /////////////////////////////////
	TABLES
///////////////////////////////// */

table.menu {
	margin: 0px 7px 0px 6px;
	width: 757px;
}

table.menu td {
	padding: 12px 0px 12px 20px;
	vertical-align: top;
}

table.menu td.left {
	width: 380px;
	padding-right: 40px;
}

table.menu td.right {
	width: 290px;
}

table.menu h3 {
	margin: 0;
}

table.menu p {
	margin: 4px 0px 0px 0px;
	font-size: 12px;
	font-style: italic;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */

form, fieldset {
	border: 0;
}

#feedbackForm {
	margin: 0px 7px 0px 6px;
}

#feedbackForm fieldset {
	padding: 12px 20px;
}

#feedbackForm label {
	display: block;
	float: left;
	width: 100px;
}

#feedbackForm .input {
	width: 300px;
	padding: 3px;
	font: normal 11px "trebuchet ms", tahoma, arial;
	color: #fff;
	background: #39261d;
	border: dotted 1px #000;
}

#feedbackForm .input:focus {
	border: dotted 1px #b79a8d;
}

#feedbackForm .button {
	margin-left: 100px;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer p {
	margin: 22px 0px 18px 24px;
	
}

/* /////////////////////////////////
	CAFE SECTION
///////////////////////////////// */

#cafeboxPage h2 {
	color: #209a65;
}




/* /////////////////////////////////
	CATERING SECTION
///////////////////////////////// */

#cateringPage h2 {
	color: #c13e02;
}




/* /////////////////////////////////
	CONTACT SECTION
///////////////////////////////// */


#contactPage h2 {
	color: #c48300;
}




#googlemap {
	display: block;
	float: right;
	margin: 1px 0px 0px 20px;
	padding: 20px 15px 10px 10px;
}
#cafeimagebox {
	display: block;
	float: right;
	margin: 1px 0px 0px 20px;
	padding: 20px 15px 10px 10px;
}
#cateringpics {
	display: block;
	float: right;
	margin: 1px 0px 0px 20px;
	padding: 20px 15px 10px 10px;
}

