/* INFO
==============================
	- Show:		Design Shanghai	
	- Css by:   Joe Thom
	- Version:  1.0.0
*/

/* CN SPECIFIC CSS
============================== */
* {
	font-family: 'adobe-heiti-std', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust:none;
}
h1, h2, h3, h4, h4, h5, h6 {
	font-family: 'adobe-heiti-std', sans-serif;
    margin:0px;
    font-weight: 300;
    line-height: 150%;
}
h1 {
	font-size:5em;
}
h2 {
	font-size:4.2em;
}
h3 {
	font-size:3.6em;
}
h4 {
	font-size:3em;
}
h5 {
	font-size:2.4em;
}
h6 {
	font-size:2em;
}
p {
	font-family: 'adobe-heiti-std', sans-serif;
	font-size: 1.6em;
    line-height: 150%;
    font-weight: 300;
}
a {
	cursor: pointer;
}
strong {
	font-weight: bold;
}