@charset "UTF-8";
/* Waikiki Hawaiian Grill CSS Document */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
	display: block;
}

* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}

html {
	background: url(../_images/waikiki_bg.jpg) no-repeat bottom right fixed;
	background-size: contain;
	overflow-y: scroll;
}
table {border-collapse: collapse;}
a {text-decoration: none;}
a img {border: none;}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%;
	line-height: 130%;
	padding-top: 75px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: rgba(245,245,220,0.85);
	overflow:hidden;
}

#outside_header {
	background: #006837;
	width: 100%;
	height: 75px;
	position: fixed;
	z-index: 500;
	top:0;
	left: 0;
	padding-top: 25px;
	border-top: solid 15px #B3C135;
}
header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
header img {
	position: absolute;
	top: -25px;
	left: 10px;
	z-index: 510;
}
header ul {
	font-family: 'Julee', cursive;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	display: table;
	text-align: center;
	height: 30px;
}
header li {
	display: inline-block;
	position: relative;
}
header ul li a {
	font-size: 1.8em;
	color: white;
	display: block;
	padding: 0 10px;
	letter-spacing: 1px;
}
header li ul {
	position: absolute;
	top: 10px;
	padding-top: 25px;
	left: -35px;
	visibility: hidden;
}
header li:hover ul {
	visibility: visible;
}
header li:hover li {
	border-bottom: solid 1px wheat;
}
header li:hover li:last-child {
	border-bottom: none;
}
header li:hover ul li a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	background: #c00;
	color: khaki;
	width: 150px;
	padding: 6px 0;
}
header li:hover ul li a:hover {
	background: #008b8b;
}

/*Home*/
#home_logo {
	position: absolute;
	width: 500px;
	height: 285px;
	top: -10px;
	left: 0;
	z-index: 300;
}
#home_photo {
	position: absolute;
	width: 400px;
	height: 320px;
	top: -25px;
	left: 420px;
	z-index: 200;
}

aside.left {
	margin: 220px 5px 25px 100px;
	float: left;
	width: 350px;
}
aside.left h2 {
	font-family: 'Julee', cursive;
	font-weight: 400;
	font-size: 1.8em;
	margin: 8px 0;
	color: #c00;
}
aside.left p {
	font-size: 1.2em;
	line-height: 150%;
	margin-right: 25px;
}
aside.right {
	margin: 300px 0 0 10px;
	float: left;
	width: 375px;
}

.page_header {
	background: #00CED1;
	height: 70px;
	padding-top: 25px;
}
.page_header h1 {
	font-family: 'Ceviche One', cursive;
	font-size: 5em;
	text-align: center;
	color: #ff0;
	text-shadow: -2px -2px 0 #c00, 2px -2px 0 #c00, -2px 2px 0 #c00, 3px 3px 0 #c00;
	letter-spacing: 2px;
}

/*table*/
.menuTbl {
	width: 760px;
	margin: 15px auto 50px;;
	border-bottom: solid 2px SaddleBrown;
}
.menuTbl caption {
	font-family: 'Ceviche One', cursive;
	font-size: 4em;
	text-align: left;
	color: #86003a;
	padding: 5px 0 15px 5px;
	margin-bottom: 2px;
	border-bottom: solid 2px SaddleBrown;
	text-shadow: -2px -2px 0 khaki, 2px -2px 0 khaki, -2px 2px 0 khaki, 2px 2px 0 khaki;
}
.menuTbl th {
	font-size: 2em;
	color: #86003a;
	text-align: center;
	padding: 8px 0;
	border-bottom: solid 1px SaddleBrown;
}
.menuTbl tr td {
	font-size: 2em;
	line-height: 100%;
	font-weight: 600;
	padding: 8px 0 5px 5px;
	color: #86003a;
	border-bottom: solid 1px SaddleBrown;
	vertical-align: top;
}
.menuTbl td:last-child {
	text-align: right;
	padding-right: 8px;
	padding-left: 0;
}
.menuTbl small {
	font-size: 0.7em;
	font-weight: 400;
	color: #333;
}

.partyTbl {
	width: 760px;
	margin: 15px auto 50px;;
	border-bottom: solid 2px SaddleBrown;
}
.partyTbl th {
	color: #333;
	font-size: 1.6em;
	font-weight: 400;
	text-align: right;
	padding: 8px 10px 10px 0;
	border-bottom: solid 1px #333;
}
.partyTbl tr td {
	font-size: 2em;
	line-height: 100%;
	font-weight: 600;
	padding: 8px 10px 5px 0;
	color: #86003a;
	border-bottom: solid 1px SaddleBrown;
	vertical-align: middle;
	text-align: right;
}
.partyTbl td:first-child {
	text-align: left;
	padding-left: 5px;
	width: 35%;
}
.partyTbl small {
	font-size: 0.7em;
}
.partyTbl tr:hover {
	background: #E0F0A5;
}

/*dishes*/
.dishes {
	width: 275px;
	border: solid 8px orange;
	overflow: hidden;
	height: 225px;
	box-shadow: 5px 5px 5px rgba(60, 60, 60, .5);
	margin: -20px 10px 25px;
	float: left;
	position: relative;
}
.dishes img {
	width: 320px;
	height: auto;
}
.dishes p {
	font-size: 1.4em;
	font-weight: 600;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #017662;
	color: ivory;
	display: block;
	padding: 5px 0;
	box-shadow: 3px 3px 0 #B3C135;
	width: 180px;
	text-align: center;
}

/*favorites*/
.favorites {
	width: 210px;
	border: solid 6px orange;
	overflow: hidden;
	height: 195px;
	box-shadow: 5px 5px 5px rgba(60, 60, 60, .5);
	margin: -20px 10px 25px;
	float: left;
	position: relative;
}
.favorites img {
	width: 240px;
	height: auto;
}
.favorites p {
	font-size: 1.4em;
	line-height: 125%;
	font-weight: 600;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #017662;
	color: ivory;
	display: block;
	padding: 5px 0;
	box-shadow: 3px 3px 0 #B3C135;
	width: 180px;
	text-align: center;
}

/*footer*/
footer {
	background: rgba(255, 255, 255, .85);
	height: 65px;
	font-size: 1.4em;
	font-weight: 600;
	width: 960px;
	margin: 0 auto 50px;
	text-align: left;
	padding: 25px 0 0 35px;
	position: relative;
}
footer a {
	color: inherit;
}
footer a:hover {
	text-decoration: underline;
}
#small_logo {
	position: absolute;
	width: 200px;
	height: 115px;
	top: -50px;
	right: 20px;
}

/*classes*/
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both;}
.blockCenter {display: block; margin: 0 auto;}
.marginTop {margin-top: 10px;}
.marginRight {margin-right: 10px;}
.marginBottom {margin-bottom: 10px;}
.marginLeft {margin-left: 10px;}
