@charset "UTF-8";
/*Wong's Wok CSS Document */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 140%;
}
table {border-collapse: collapse;}
a {text-decoration: none;}
a img {border: none;}
div:empty {height: 10px;}

#wrapper {
	width: 960px;
	margin: 0 auto 20px;
}

/*header*/
header {
	background: url(../_images/header_bkg.jpg) no-repeat;
	height: 94px;
	position: relative;
}
#logo {
	width: 500px;
	height: 145px;
	position: absolute;
	top: 2px;
	left: 25px;
}
#logo p {
	color: #f00;
	font-size: 4em;
	font-weight:700;
	font-style:italic;
	padding: 45px 0 0;
}
nav {
	float: right;
	width: 455px;
	margin: 50px 0 0;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: table;
}
nav li {
	display: inline-block;
	border-right: solid 1px #7013a0;
}
nav li:last-child {
	border-right: none;
}
nav ul li a {
	font-size: 1.6em;
	color: #7013a0;
	padding: 5px 10px 7px;
	display: block;
}
nav ul li a:hover {
	background: #7013a0;
	color: ivory;
}

/*section*/
section {
	padding: 50px 20px 20px;
	background: #eff1d2 url(../_images/background.jpg) no-repeat;
	overflow: hidden;
}
section h1 {
	color: #6D7F33;
	font-size: 3em;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	margin-bottom: 25px;
	border-bottom: dotted 2px #6D7F33;
	padding-bottom: 25px;
}
section > h2 {
	background: #D9534F;
	color: ivory;
	width: 98%;
	padding: 8px 0;
	font-size: 1.8em;
	font-weight: 400;
	text-align: center;
	clear: both;
}

/*aside*/
aside.left {
	float: left;
	width: 600px;
}
aside.left h2 {
	font-size: 2.5em;
	line-height: 150%;
	font-weight: 600;
	margin-left: 20px;
}
aside.left h2 a {
	color: black;
}
aside.left h2 small {
	font-size: 0.5em;
	font-weight: 400;
	font-style: italic;
}
aside.right {
	float:right;
	width: 250px;
	position: relative;
	padding-top: 280px;
	margin-right: 50px;
}
aside.right p {
	font-size: 2em;
	line-height: 160%;
	text-align: center;
	margin-top: 20px;
}
aside.right p+p {
	margin-top: 0;
}

#home_logo {
	position: absolute;
	width: 450px;
	height: 340px;
	background: url(../_images/wongs_wok_logo.png) no-repeat;
	background-size: 100%;
	top: -45px;
	left: -150px;
}

#marquee {
	margin: 25px 0 10px 20px;
	width: 550px;
}
marquee img {
	width: 275px;
	height: auto;
}


/*table*/
.dishesTbl {
	width: 80%;
	margin: 20px auto 30px;
	border-bottom: solid 1px #770C0D;
	border-spacing: 0;
}
.dishesTbl caption {
	font-family: 'Pinyon Script', cursive;
	font-size: 4em;
	color:#ba262b;
	margin-bottom: 10px;
}
.dishesTbl td:first-child {
	width: 275px;
	color: #ba262b;
	font-size: 1.4em;
	font-weight: 400;
	text-align: center;
}
.dishesTbl thead th {
	text-align: right;
	font-size: 1.2em;
	font-weight: 400;
	color: #ba262b;
	padding: 0 10px 5px 0
}
.dishesTbl tr td {
		vertical-align: top;
		padding-bottom: 10px;
}
.dishesTbl td img {
	margin: 0 auto 7px;
	display: block;
	width: 225px;
	height: 155px;
}
.dishesTbl tr div {
	display: inline-block;
	width: 15px;
}
.dishes {
}
.dishes span {
	float: right;
	margin-right: 15px;
}
.dishes li {
	font-size: 1.8em;
	line-height: 180%;
	padding-left: 8px;
	margin-left: 30px;
}
.dishes li img {
	display: inline;
	margin: 0 0 -2px 5px;
	width: 14px;
	height: auto;
}
.dish_24B {
	list-style-type: none;
	margin-top: 8px;
	counter-reset: step 23;
}
.dish_24B li {
	font-size: 1.8em;
	/*line-height: 180%;*/
	padding-left: 8px;
	margin-left: 30px;
	position: relative;
	counter-increment: step;
}
.dish_24B li:before {
	content: counter(step) "B" ".";
	position: absolute;
	top: 0;
	left: -35px;
}
.dish_24B span {
	float: right;
	margin-right: 15px;
}


.special {
	padding: 0;
	margin: 20px 0 20px 70px;
	font-size: 1.6em;
	line-height: 150%;
	float: left;
	width: 25%;
}
.special li img {
	width: 14px;
	height: auto;
	margin-top: -10px;
	transform: translateY(5px);
}

/*figure*/
figure {
	float: left;
}
figure figcaption {
	font-size: 1.6em;
	text-align: center;
	padding: 15px 0;
	line-height: 180%;
}
figcaption span {
	background: #D9534F;
	font-size: 1.2em;
	font-weight: 700;
	color: ivory;
	padding: 3px 20px;
	border-radius: 15px;
	margin-bottom: 50px;
	text-shadow: 1px 1px 1px #333;
}

article {
	clear: both;
	font-size: 1.1em;
	text-align: center;
	font-style: italic;
}
article img {
	margin-bottom: -4px;
}

#party_tray {
	width: 650px;
	margin: 0 auto 20px;
	height: 425px;
	overflow: hidden;
	font-size: 2em;
	line-height:200%;
	padding: 150px 0;
}
#party_tray img {
	width: 300px;
	height: auto;
	transform:rotate(-15deg);;
	margin: -110px 20px 0 50px;
	box-shadow: 10px 10px 10px rgba(20, 20, 20, .3);
}
#party_tray a {
	color: inherit;
}

/*footer*/
footer {
	clear: both;
	text-align: center;
	font-size: 1.4em;
	color: #333;
	background: #e4ebc8;
	height: 45px;
	padding-top: 15px;
}
footer a {
	color: inherit;
}
footer a:hover {
	text-decoration: underline;
}

/*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;}
.purpletype {
	color: #a352cd;}
hr.dashed {
	width: 98%;
	border:none;
	border-top: dashed 2px #017662;
	margin: 1em 0 2em;
}
