
/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Arial, Sans-Serif;
  color: #333;
}

.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }

.widecolumn { line-height: 1.6em; }

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
  float: right;
}

h1, h2, h3, .inline-widgets #wp-calendar caption, .blogname, .blogdesc {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
}
h1, .blogdesc {display:none;}
h3 { color:#FFF;}

#content { font-size: 1.4em; }

.blogname {
  font-family: Arial, Sans-Serif;
  font-size: 4em;
  margin-top:  15px;
}

.blogname, .blogname a, blogname a:hover, .blogname a:visited, .blogdesc {
  text-decoration: none;
  color: white;
}

.blogname, .blogdesc { 
  font-weight: bold;
  position: absolute;
  z-index: 100;
  margin-left: 15px;
}

.blogdesc { 
  font-size: 1.2em;
  margin-top:  60px; 
}

.posttitle, #comments, #respond {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 1.6em;
}

.posttitle, .posttitle a, .posttitle a:hover, .posttitle a:visited {
  text-align: left;
  text-decoration: none;
  color: #DB4F00;
}

.posttitle-archive, .posttitle-search, #comments, #respond { font-size: 1.5em; }

.pagetitle { font-size: 1.6em; }

.widgettitle, .sidebars li.linkcat h2 {
  font-family: Arial, Sans-Serif;
  font-size: 1.2em;
}

.inline-widgets .widgettitle, .inline-widgets #wp-calendar caption { font-size: 1.4em; }

.sidebars .widgettitle, #wp-calendar caption, cite { text-decoration: none; }

.widgettitle a { color: #333; }

.widecolumn .entry p { font-size: 1.05em; }

small, .postmetadata, strike { color: #777; }

code { font: 1em 'Courier New', Courier, Fixed; }

blockquote {
  color: #555;
  font-style: italic;
}

em {
  font-style: italic;
  font-weight: normal;
}

acronym, abbr, span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
}

a { font-weight: bold; text-decoration: none; }

a:hover { font-weight: bold; text-decoration: none; background: #DE4B00;}

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar a { text-decoration: none; }

#wp-calendar caption { font: bold 1.2em Arial, Sans-Serif; }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

.text-shadow { color: #333; }

.text-stroke-tl, .text-stroke-tr, .text-stroke-bl, .text-stroke-br { color: #000; }

.narrowcolumn .postmetadata { text-align: left; }

.four04 {
  font-weight: bold;
  font-size: 18pt;
  letter-spacing: -.1em;
  text-align: center;
  margin-top: 10px
}

.four04-big {
  font-size: 50pt;
  letter-spacing: -.05em;
  line-height: .6em;
  margin-top: .3em;
}
/* End Typography & Colors */



/* Begin Structure */
* {
 padding: 0; 
 margin: 0;
}

p { margin: 1em 0; }

body {
  background-color: #FFFFFF;
    text-align: center;
  margin: 0 0 20px 0;
}

#page {
  margin: 20px auto;
  text-align: left;
  width: 763px;
}

#header {
  background: url(images/header.png);
  height: 243px;
  width: 763px;
}

#headerimg {
  position: relative;
  left: 13px; 
  top: 11px;
  height: 226px;
  width: 737px;
    background: url('schemes/orange/images/head.jpg') bottom center no-repeat;
  } 

#main {
  background: url(images/bg.png);
  width: 733px;
  padding: 9px 15px;
}

#main>table { width: 100%; }

.narrowcolumn { width: 100%; }

.narrowcolumn, .widecolumn, #sidebar1, #sidebar2 {
  vertical-align: top;
  padding: 0 3px;
}

.alt {
  background-color: #fafafa;
  border-top:    1px solid #eee;
  border-bottom: 1px solid #eee;
}

.postmetadata { background-color: #fff; }

#footer {
  background: url(images/foot.png);
  border: none;
}
.bkgr { border: 1px solid #EEEEEE;}

.post {
  position: relative;
  clear: both;
  text-align: justify;
  padding: 5px 15px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #EEEEEE;
}

.narrowcolumn .postdata { padding-top: 5px; }

.widecolumn .postmetadata { margin: 30px 0; }

.smallattachment {
  text-align: center;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata, .entry, .inline-widgets, .clear { clear: both; }

#footer {
  margin: 0 auto;
  width: 763px;
  height: 68px;
}

#footer p {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
}


.sidebars {
  width: 210px;
  background: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 5px;
  overflow: hidden;
}

.pagetitle {
  margin-top: 30px;
  text-align: center;
}

.post .pagetitle {
  margin-top: inherit;
  text-align: left;
  font-size: 1.5em;
}

.sidebars .widgettitle { margin: 5px 0 0 0; }

.comments { margin: 40px auto 20px; }

.text-shadow    { position: absolute; top: +2px; left: +2px; z-index: 98; }
.text-stroke-tl { position: absolute; top: -1px; left: -1px; }
.text-stroke-tr { position: absolute; top: -1px; left: +1px; }
.text-stroke-bl { position: absolute; top: +1px; left: -1px; }
.text-stroke-br { position: absolute; top: +1px; left: +1px; }
.text-stroke-tl, .text-stroke-tr, .text-stroke-bl, .text-stroke-br { z-index: 99; }

.switch-post {
  float: right;
  position: relative;
  right: -10px;
  border: 1px solid #DB4F00;
}

/* End Structure */



/* Begin Images */
.png { behavior: url(http://www.saltrestaurantbeijing.com/wp-content/themes/mandigo/js/iepngfix.htc.php?blank=http://www.saltrestaurantbeijing.com/wp-content/themes/mandigo/images/1x1.gif); }

p img { max-width: 95%; }

.entry img {
  float: left;
  margin: 3px 10px 3px 0px;
    background: #fff;
  border: 1px solid #333;
  padding: 3px;
  }

img.nofloat, img.nowrap, .nofloat img, .nowrap img, .smallattachment img, .attachment img, .entry img.wp-smiley { float: none; }

.entry img.wp-smiley {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

img.noborder {
  background: inherit;
  border: 0;
  padding: inherit;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

img.alignright, img.alignleft {
  display: inline;
}

.alignright { float: right; }

.alignleft { float: left }
/* End Images */



/* Begin Lists */
ol, ul { padding: 0 0 0 20px; }

ol ol, ol ul, ul ul, ul ol { padding: 0 0 0 10px; }

ul {
  margin-left: 0;
  list-style: none;
  list-style-type: circle;
} 

li { margin: 3px 0 4px 5px; }

.postdata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

ol li, {
  list-style: decimal outside;
  list-style-image: none;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  margin: 0 auto;
  padding: 0 3px; 
  text-align: center;
}

#content #searchform {
  margin-bottom: 10px;
  text-align: left;
}

#content #searchform #s {
  border: 1px dashed #bbb; 
  width: 200px;
  padding: 2px;
}

#content #searchsubmit {
  position: relative;
  top: 6px;
}

.entry form { text-align: center; }

select { width: 130px; }

/* End Form Elements */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }

acronym, abbr { border-bottom: 1px dashed #999; }

blockquote {
  margin: 15px 10px 0 10px;
  padding: 0 20px 0 20px;
  border: 1px dashed #ddd;
  border-left: 0;
  border-right: 0;
  background: #fff;
}

.center { text-align: center; }

a img { border: none; }

.navigation .alignleft  { 
  padding: 10px 0 0 10px;
  width: 50%;
  text-align: left;
}

.navigation .alignright {
  padding: 10px 10px 0 0;
  width: 50%;
  text-align: right;
}

.pages {
  display: inline;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  padding: .6em 0;
  width: 100%;
}

.pages li {
  list-style-type: none;
  display: inline;
  margin: 0 1em;
}

.pages a, .pages a:hover {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  letter-spacing: -.08em !important; letter-spacing: -.1em;
  text-decoration: none;
}

/* Menu */

.menu {
	list-style: none;
	position: relative;
	padding:0;
}
.menu li {
	margin: 0;
	padding:0 5px;
	display: inline;
	list-style:none;
	background:none;
}
.menu li a {
	text-decoration:none;
}
.menu li a:link, .menu li a:visited {
  padding: 3px 5px;
  color:#FFFFCC;
}

.menu li a:hover, .menu li.current_page_item a:link, .menu li.current_page_item a:visited, .menu li.current_page_item a:hover, .menu li.current_page_item a:active {
	background:#DB4F00;
	color:#fff;
}

/* END Menu */

/* Sub */

.sub {
	list-style: none;
	float: right;
	margin-top: -20px;
	margin-right: 20px;
}
.sub li {
	margin: 0;
	padding:3px;
	display: inline;
	list-style:none;
	background:none;
}
.sub li a {
	text-decoration:none;
}
.sub li a:link, .sub li a:visited {
  padding: 1px;
  color:#DB4F00;
}

.sub li a:hover {
	background:#FFFFFF;
	color:#DB4F00;
}

/* END Sub */

#footer a, #footer a:hover {
  color: #333;
}

.postinfo { padding-bottom: 1em; }

.postinfo .posttitle { line-height: .9em; }

.head_overlay {
  background: url(images/head_overlay.png);
  }

#rss {
  float: right;
  padding-right: 4px;
}

.inline-widgets { padding-left: 0; }

.inline-widgets li { list-style-type: none; }

.inline-widgets li ul { padding-left: 2em; }

.inline-widgets li li { list-style-type: circle; }

.textwidget { padding-right: 10px; }

.googlemap img { background: inherit; }
/* End Various Tags & Classes*/
