/* Tweaks to styles for Chinese site */
/* Mostly just to change font sizes and some nav item widths */


/* LINE HEIGHT AND TYPOGRAPHY */
/* working with a 27 pixel grid */
/* total line height 27px, font-size 18px equivalent */
/* ems used for all vertical type measurements to keep the spacing constant, margins should be add up to the same as lineheight */

body { 
	font-size: 110%;
	font-family: '宋体', SimSun, Arial, Helvetica, sans-serif;
}
html>body {
	font-size: 18px;
}

.zh { /* for chinese text */
	font-family: "Arial Unicode MS", Verdana, sans-serif;
	font-weight: bold;
	color: #222;
}
.en { /* for english text */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #222;
}


p {
	font-size: 1em;
}


h1 {
	font-weight: bold;
	font-family: "MS Hei", Helvetica, Arial, Verdana, sans-serif;
}

h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1.4em;
	font-family: "MS Hei", Helvetica, Arial, Verdana, sans-serif;
}


#footer {
	font-family: '宋体';
	font-size: 0.8em;
	font-weight: normal;
}

/* links */

#page a {
	text-decoration: none;
	border-bottom: 1px solid #D65900;
	padding: 0 0 1px 0;
}

#footer a {
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding: 0 0 1px 0;
}
#footer a:hover {
	color: #D65900;
	text-decoration: none;
	border-bottom: 1px solid #D65900;
	padding: 0 0 1px 0;
}
#page div.thumbnails li a, #page div.center a {
	border-bottom: none;
}

#footer a.jump-link {
	font-size: 1em;
	border-bottom: 1px solid #D65900;
}


/* navigation */
/* main navigation */

/* widths of the links in the top navigation */
#header ul li a {
	font-family: '宋体';
	font-weight: normal;
}

#header li#home {
	width: 60px;
}
#header li#find {
	width: 95px;
}
#header li#contact {
	width: 85px;
}
#header li#about {
	width: 85px;
}
#header li#menu {
	width: 60px;
}
#header li#catering {
	width: 80px;
}
#header li#photos {
	width: 71px;
	margin: 0;
}
#header li#lang {
	width: 81px;
	margin: 0;
}
	
/* MISC */

.caption {
	font-size: 0.777em;
}


.plain {
	font-size: 0.772em;
}


dl {
	font-size: 1em;
}

dt {
	font-family: "MS Hei", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
}

dd {
	font-size: 0.777em;
}
div.thumbnails h2 {
	font-size: 1.9em;
}

/* list of menu items */
div.menu-list h3 {
	font-weight: bold;
	color: #EA5F00;
	font-size:1.4em;
}

/* STYLED LISTS */
ul.small li, ul.links li {
	font-size: 0.777em;
}
	
/* FORMS */
/* put the form inputs/selects/etc in ol / li */

form {
	font-size: 0.777em;
}
form div.notes {
	font-size: 0.9em;
}
form div.notes h3 {
	font-family: '宋体';
	font-size: 1.5em;
	font-weight: normal;
}

/* standard width of form elements */
form input, form select, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}

/* printing a message */
div.message {
	font-size: 0.777em;
}

