﻿	
/* --------------------------------------------------------------------------------------------------------------------- common */
#cnzz {
	display: none;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	-behavior: url("_hacks/whatever_hover.htc");
	font: 12px "Segoe UI Light", "Segoe UI", "Microsoft Jhenghei";
	font: 12px "Segoe UI Light", "Microsoft Jhenghei"\9;
	font-weight: lighter;
	min-height: 1000px;
	background: #000 url(../img/bkg_hack.jpg) fixed no-repeat top center;
	background-size: 100%;
	cursor: default;
}
* {
	line-height: 16px;
	padding: 0;
	border: 0;
	margin: 0;
	font-weight: 100;
	text-decoration: none;
}
*, .category, #tags h1, #tags h3, a h2 {
	color: #fff;
}
h1, h2, h3, a:hover, a:active, #intro li, #intro li *, a h2:hover {
	color: #B8DC47;
}
.reserved:hover {
	color: #f00;
}
.content a.back {
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 60px;
	float: right;
}
/* ----------------------------------------------------------------------------------------------------------------------- text */

h1, h2, h3 {
	text-align: left;
}
h1 {
	font-size: 15px;
	margin-bottom: 30px;
}
h2 {
	font-size: 13px;
	margin: 30px 0;
}
h3 {
	font-size: 12px;
	margin: 16px 0 8px 0;
}
p {
	margin-bottom: 16px;
}
em {
	font-style: normal;
}
/* --------------------------------------------------------------------------------------------------------------- interspace */
.clear {
	display: block;
	clear: both;
}
.content li a, .content p a, .note a {
	border-bottom: 1px solid;
	padding-bottom: 1px;
}
.separate {
	display: inline-block\9;
	font-family: "Microsoft Yahei";
	border-right: 1px solid;
}

#header .separate {
	margin: 0 30px;
	color: #000;
}

.content {
	width: 880px;
	background: url(../img/content_bkg.png);
	-background: url(../img/content_bkg_ie6.png);
	padding: 120px 50px 50px 50px;
	
}
.content h1 {
	margin-bottom: 50px;
	font-size: 28px;
}
/* ------------------------------------------------------------------------------------------------------------------ position */
#wrapper, #banner, .content, .note {
	position: relative;
}
#header #logo, #sidebar {
	float: left;
}
.content, .content .note, #footer #links {
	float: right;
}
#wrapper {
	display: none;
	width: 980px;
	margin: auto;
}
#footer {
	margin-top: 30px;
	height: 420px;
	font-size: 12px;
	background:url(../img/content_bkg.png);
	-background:url(../img/content_bkg_ie6.png);
}






#header {
	background: url(../img/header.jpg) no-repeat center;
	height: 85px;
	width: 100%;
}
	
#header h1 {
	width: 565px;
	margin: auto;
	padding: 30px 0 0 430px;
	padding-top: 10px\9;
}

#wrapper {
	padding-top: 100px;
}

#footer span {
	padding-top: 10px\9;
	display: block;
	float: left;
	margin: 80px 50px 0 50px;
	
}

#copyright {
	width: 880px;
	position: absolute;
	left: 50px;
	bottom: 30px;
}

/*#footer span a:hover {
	color: #fff;
}

span a {
	display: inline-block;
	width: 200px;
	height: 20px;
	background: #B8DC47;
	padding: 10px 0 0 20px;
	color: #000;
}*/