/*
Theme Name: Streets of China Print
Theme URI: 
Description: 
Version: 1.0
Author: Vox Media Group
Author URI: http://www.voxmediagroup.net
*/

* {
 margin: 0px;
 padding: 0px;
}

/* GENERAL ELEMENTS */
#header #description, 
#main #address h2, 
#main #sponsors, 
#main #adsense, 
#main #disclaimer, 
#main #introduction, 
#main #tools, 
#main #form, 
#footer #copyright, 
#footer #webdesign,
.screenOnly {
 display: none;
}

body, h1, h2, h3, h4 {
 font-family: "Century Gothic", "TW Cen MT", "Futura", Arial, Helvetica, sans-serif;
 font-weight: normal;
}

#header #header-inner #title {
 text-align: center;
 visibility: visible;
}
#header #header-inner #tagline {
 font-size: 11px;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 font-weight: bold;
 margin-bottom: 2em;
 text-align: center;
 visibility: visible;
}

#main #address {
 display: block;
 border: none;
 background-color: #fff;
 margin: 5em 0px;
 visibility: visible;
}

#main #address p.chinese {
 font-size: 34px;
 text-align: center;
 /* font-family: "Arial Black" "Century Gothic", "TW Cen MT", "Futura", Arial, Helvetica, sans-serif; */
 /* font-weight: bold; */
 visibility: visible;
}
#main #address p.english {
 font-size: 22px;
 text-align: center;
 /* font-family: "Arial Black" "Century Gothic", "TW Cen MT", "Futura", Arial, Helvetica, sans-serif; */
 /* font-weight: bold; */
 visibility: visible;
}

#print-footer {
 visibility: visible;
}
#print-footer p {
 text-align: center;
}

img {
 border: none;
}