﻿@import url(img_fading.css);
/* --------------------------------------------------------------------------------------------------------------------- common */
body {
	background: #fff;
	font: 12px Georgia, "Microsoft Yahei";
	cursor: default;
}
* {
	line-height: 16px;
	padding: 0;
	border: 0;
	margin: 0;
	font-weight: 100;
	text-decoration: none;
	text-align: justify;
	word-break: break-all;
}
*, .category, #tags h1, #tags h3 {
	color: #999;
}
a:hover, a:active, h1, h2, h3, #intro li, #intro li * {
	color: #000;
	background: none;
}
.reserved:hover {
	color: #f00;
}
/* ----------------------------------------------------------------------------------------------------------------------- text */
.note {
	width: 180px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #000;
	background: url(../img/global/arrows/down.png) no-repeat top center;
}
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 {
	font-family: "Microsoft Yahei";
	border-right: 1px solid;
}
.content, .separate {
	border-color: #fff;
}
/*#header .separate {
	border-color: #fff;
}*/
#header .separate {
	margin: 0 30px;
}
.content .separate, #contact .separate, #footer .separate, .meerkat .separate, #submit .separate, #loop .separate {
	margin: 0 12px;
}
#sidebar div {
	padding-top: 30px;
}
.content {
	padding: 30px 0;
}

/* ------------------------------------------------------------------------------------------------------------------ position */
#wrapper, #header, #banner, .content, .note {
	position: relative;
}
#header #logo, #sidebar {
	float: left;
}
#header #nav, .content, .content .note, #footer #links {
	float: right;
}
#wrapper, #cnzz {
	display: none;
	width: 960px;
	margin: auto;
	margin-top: 30px;
}
#footer {
	font-size: 11px;
	clear: both;
	padding: 70px 0 10px;
}