/* ==|== primary styles =====================================================
   Primary styles
   Author: FalconIA
   ========================================================================== */

body {
	font-family: 'Microsoft YaHei', simHei, Arial, sans-serif
}

#site-description {
	font-size: 1.2em;
}

/* =====================================
   Menu
   ================================== */

#menu #menu-inner-wrapper {
	background: url(/css/2.0/images/whitetrans.png);
	border-radius: 5px;
	padding: 5px;
	overflow: hidden;
}

#menu ul {
	background: url(/css/2.0/images/darktrans.png);
	float: left;
}

#menu li {
	border-radius: 3px;
	margin: 2px 0 2px 2px;
}
	#menu li:nth-child(2n+1) {
	}
	#menu li:last-child {
		margin-right: 2px;
	}
	#menu li a {
		background: url(/css/2.0/images/whitetrans.png);
		padding: 0.25em 1.25em;
	}
		#menu li a:hover {
			background: url(/css/2.0/images/blacktrans.png);
		}
	#menu li span {
		padding: 0.25em;
	}
		#menu li span em {
			color: #BFC3CF;
			font-weight: bold;
			display: block;
			border-radius: 3px;
			margin: -0.25em;
			padding: 0.25em 1.25em;
		}
	#menu li:first-child span {
		margin-left: 0.3em;
	}

#menu .hide-menu {
	background: transparent;
	float: right;
}
	#menu .hide-menu li {
		background: transparent;
	}
		#menu .hide-menu li a {
			background: transparent;
			color: #BFC3CF;
		}
			#menu .hide-menu li a span {
				margin: 0;
				padding: 0;
				visibility: hidden;
			}
		#menu .hide-menu li a:hover {
			background: url(/css/2.0/images/whitetrans.png);
			color: #74C2E1;
		}
			#menu .hide-menu li a:hover span {
				visibility: visible;
			}

/* =====================================
   Main
   ================================== */

#main {
	padding-top: 15px;
	width: auto;
	float: none;
}

.entry {
	margin-top: 6px;
}

.entry-title {
	/*text-align: center;*/
	position: relative;
}
	.entry-title h2 {
		text-indent: -4em;
		margin-left: 9em;
		width: 24em;
		overflow: visible;
	}

#font-resize {
	float: right;
	position: absolute;
	right: 14px;
	bottom: 7px;
}
	#font-resize span {
		/*cursor: help;*/
	}
	#font-resize a {
		cursor: pointer;
	}

/* =====================================
   Footer
   ================================== */

#processtime {
	color: #666C7F;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

.copyright {
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
}

.version {
	font-size: 9px;
}

.copysign {
	font-size: 11px;
	line-height:16px;
	vertical-align: top;
}

/* ==|=======================================================================
   ========================================================================== */

#old-ie-notice {
	font-family: 'Microsoft YaHei', simHei, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	/*text-transform: uppercase;*/
	background: url(/css/2.0/images/whitetrans.png);
	*background: #434549;
	color: #4AB2D6;
	margin: 5px 0;
	padding: 0.4em 1em;
}
	#old-ie-notice p {
		margin: 0;
	}
	#old-ie-notice a {
		text-decoration: underline;
	}

#dev-notice {
	clear: both;
	margin: 0 15px;
	padding-top: 21px;
	text-align: center;
}
	#dev-notice em {
		text-align: left;
		text-transform: uppercase;
		margin: 0 auto;
		display: inline-block;
	}
		#dev-notice em a {
			/*font-weight: bold;*/
		}
	#dev-notice del {
		font-size: 12px;
		text-decoration: none;
		display: block;
		clear: both;
	}

/* =====================================
   Novel & Volume thumbs
   ================================== */

.thumbWrapper {
	text-align: center;
	margin: 6px 3px 0px 3px;
	width: 180px;
	float: left;
}

.thumbWrapper .thumb {
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	width: 160px;
	height: 226px;
	overflow: hidden;
	position: relative;
	display: table-cell;
	float: left;
}
	.thumbWrapper a .thumb {
		background: url(/css/2.0/images/whitetrans.png);
	}
	.thumbWrapper a:hover .thumb {
		background: url(/css/2.0/images/blacktrans.png);
	}
	.thumbWrapper.gray .thumb {
		filter: alpha(opacity=20);
		opacity: 0.2;
	}
	.thumbWrapper.gray a:hover .thumb {
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

.thumbImage {
	width: 160px;
	height: 226px;
	overflow: hidden;
}
	.thumbImage img {
		width: 160px;
		height: 226px;
	}

.thumbTitle,
.thumbUpdate {
	background: url(/css/2.0/images/darktrans2.png);
	border-radius: 10px 0;
	margin: 5px;
	padding: 5px 7px;
	max-width: 170px;
	position: absolute;
}
	a:hover .thumbTitle,
	a:hover .thumbUpdate {
		background: url(/css/2.0/images/darktrans3.png);
	}
.thumbTitle {
	font-size: 14px;
	text-align: left;
	left: 0;
	top: 0;
	float: left;
}
	.thumbTitle ._title {
	}
	.thumbTitle ._subtitle {
		font-size: 12px;
		white-space: nowrap;
	}
.thumbUpdate {
	font-size: 10px;
	text-alght: right;
	right: 0;
	bottom: 0;
}


/* =====================================
   Chapter
   ================================== */

#content .entry-title {
	text-align: center;
}

#toc {
	font-size: 12px;
	text-align: center;
	background: url(/css/2.0/images/darktrans.png);
	border-radius: 7px;
	margin: 0px 0px 10px 10px;
	padding: 1em;
	display: table-cell;
	float: right;
}

#tocTitle {
}

#tocToc {
	text-align: left;
	margin: 1em auto 0em;
}
	#tocToc ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
		#tocToc ul li a,
		#tocToc ul li a:visited {
			color: #989EAE;
		}
		#tocToc ul li a:hover {
			color: #4AB2D6;
		}

#text {
	font-size: 16px;
}
#text p {
	text-indent: 2em;
	margin: 0.5em 0;
	min-height: 1em;
}
#text.intro p {
	text-indent: 0em;
}

	#text p.subtitle {
		font-size: 18px;
		font-weight: bold;
		text-indent: 10em;
	}
	#text p.subend {
		clear: right;
	}

	#text .picture {
		text-indent: 0em;
		margin: 0.5em 0;
		margin-left: 0.5em;
		float: right;
	}
		#text .picture img {
			max-width: 900px;
			max-height: 650px;
		}
	#text .picture.notFloat {
		margin-left: 0px;
		/*margin-top: -24px;*/
		float: none;
	}
		#text .picture.notFloat:first-child {
			margin-top: 0px;
		}
	#text .picture.joinNext {
		margin-left: 0px;
	}
	#text .picture.clearNext {
		float: none;
		text-align: right;
	}


.contentTitle .sign,
#text .sign,  /* !! !? · … ♪ */
#text .sign1, /* — */
#text .sign1-2,
#text .sign2, /* —— */
#tooltip .sign,
#tooltip .sign1,
#tooltip .sign1-2,
#tooltip .sign2 {
	display: inline-block;
	width: 1em;
	/*height: 1.2em;*/
	overflow: visible;
	text-align: center;
	text-indent: 0em;
}
#text .sign,
#tooltip .sign {
	font-family: Arial, sans-serif;
}
#text .sign1,
#tooltip .sign1 {
	height: 1.1em;/**/
	overflow: hidden;/**/
}
#text .sign1-2,
#tooltip .sign1-2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	/*overflow: hidden;*/
}
#text .sign2,
#tooltip .sign2 {
	width: 2em;
	/*overflow: hidden;*/
}

#text .lost {
	text-align: center;
	text-indent: 0em;
	color: #666C7F;
	width: 4em;
	/*height: 1.2em;*/
	overflow: visible;
	display: inline-block;
}

#pagelink-wrapper {
}
#pagelink,
#pagelink-location {
	font-size: 12px;
	margin: 1em 0px 0px;
	padding: 0.5em;
	position: relative;
	float: right;
}
#pagelink {
	background: url(/css/2.0/images/darktrans.png);
	border-radius: 5px;
	z-index: 100;
}
	#pagelink ul {
		margin: 0px -0.5em 0px 0px;
		padding: 0px;
		position: relative;
		float: right;
		list-style-type: none;
	}
	#pagelink li {
		line-height: 25px;
		text-align: center;
		background: url(/css/2.0/images/darktrans2.png);
		border-radius: 3px;
		margin-right: 0.5em;
		height: 25px;
		display: block;
		float: right;
	}
	#pagelink li.disable {
		padding: 0px 10px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
		#pagelink li a,
		#pagelink li a:visited {
			color: #989EAE;
			padding: 0px 10px;
			display: block;
		}
		#pagelink li a:hover {
			background: url(/css/2.0/images/blacktrans2.png);
			color: #4AB2D6;
			border-radius: 3px;
	}
#pagelink-location {
	width: 62px;
	height: 27px;
}
#pagelink-background {
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=75);
	opacity: 0.75;
}


/* =====================================
   Chapter
   ================================== */

.text-vert {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	float: right;
	position: relative;

	font-family: '@微软雅黑', '@黑体', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	padding: 6px 0;
	height: 42.5em;
	width: 450px;
}
	.text-vert.isTwoPage {
		width: 900px;
	}
	.text-vert#text-page-2 p:first-child {
		margin-right: 13px;
	}
	.text-vert p {
		margin: 0;
		text-indent: 0;
		min-width: 1.8em;
	}
	.text-vert p.newLine {
		text-indent: 2em;
	}
		.text-vert p span.sign,
		.text-vert p span.sign-2,
		.text-vert p span.sign-quotes-1,
		.text-vert p span.sign-quotes-2,
		.text-vert p span.sign-quotes-3,
		.text-vert p span.sign-quotes-4,
		.text-vert p span.sign-quotes-5,
		.text-vert p span.sign-quotes-6 {
			text-indent: 0em;
			display: inline-block;
		}
		.text-vert p span.sign {
			height: 1em;
		}
		.text-vert p span.sign-2 {
			height: 0.95em;
		}
		.text-vert p span.sign-quotes-1,
		.text-vert p span.sign-quotes-2 {
			height: 0.5em;
		}
		.text-vert p span.sign-quotes-1 {
			text-indent: -0.5em;
		}
		.text-vert p span.sign-quotes-3,
		.text-vert p span.sign-quotes-4,
		.text-vert p span.sign-quotes-5,
		.text-vert p span.sign-quotes-6 {
			height: 0.85em;
		}
		.text-vert p span.sign-quotes-3 {
			text-indent: -0.1em;
		}
		.text-vert p span.sign-quotes-4 {
			text-indent: 0.1em;
		}
		.text-vert p span.sign-quotes-5 {
			text-indent: 0.1em;
		}
		.text-vert p span.sign-quotes-6 {
			text-indent: -0.1em;
		}
	.text-vert p.isTitle {
		font-size: 20px;
		text-indent: 3em;
	}
	.text-vert p.afterTitle {
		line-height: 1.2em;
		width: 1em;
		min-width: 0;
	}
	.text-vert p.isSubTitle {
		text-indent: 6em;
	}
	.text-vert .picture {
		vertical-align: middle;
		width: 100%;
		height: 100%;
		margin: -6px 0;
		display: table-cell;
		position: absolute;
	}
	.text-vert.isTwoPage .picture {
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	.text-vert#text-page-2 .picture {
		writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
	}
		.text-vert .picture img {
			margin: auto;
			display: block;
		}

#toc-vert {
	padding-right: 32px;
	width: auto;
}
	#toc-vert p {
		font-size: 18px;
		line-height: 1em;
	}

#page-link-vert {
	text-align: center;
	padding: 0 10px 10px;
	overflow: hidden;
}
	#page-link-vert .return {
		width: 50px;
	}
	#page-link-vert .prevPage {
		float: right;
	}
	#page-link-vert .nextPage {
		float: left;
	}

#page-number-vert {
	padding: 10px 10px 0;
	clear: both;
}
	#page-number-vert .page1 {
		float: right;
	}


/* ==|=======================================================================
   DEBUG
   ========================================================================== */

#DEBUG {
	font-family: SimHei;
	text-align: left;
	padding: 5px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index:200
}
#DEBUG .debug-bg {
	background-color: black;
	border-radius: 10px;
	padding: 1px;
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
#DEBUG .debug-front {
	border: 1px dashed #4AB2D6;
	border-radius: 10px;
	position: relative;
	left: 0;
	top: 0;
	float: left;
}
#DEBUG .debug-title {
	text-align: center;
	color: #4AB2D6;
	border-bottom: 1px dashed #4AB2D6;
	height: 19px;
}
#DEBUG .debug-text {
	font-size: 12px;
	margin: 10px;
	max-height: 200px;
	/*overflow: scroll;*/
	overflow-x: auto;
}
	#DEBUG .debug-text pre {
		margin: 0;
	}
#DEBUG cite {
	font-style: normal;
	color: #4AB2D6;
}
