@charset "big5";
body {
	margin: 0px;
	background: #008CD7;
}
img {
	border-width: 0px;
}

#cotainer {
	margin: 0px auto;
	width: 980px;
}
#topbar {
	background: #333;
}

#content {
	font: 11pt/21px Tahoma, "新細明體";
	color: #535145;
	letter-spacing: 0.02em;
	background: url(images/index_22.jpg) repeat-y center top;
}
#intro {
	font: 11pt/21px Tahoma, "新細明體";
	color: #535145;
	letter-spacing: 0.02em;
	background: url(images/index_21.jpg) no-repeat top;
	padding: 10px 40px 20px 50px;
}
#commends {
	font: 11pt/21px Tahoma, "新細明體";
	color: #535145;
	letter-spacing: 0.02em;
	background: url(images/index_21.jpg) no-repeat top;
	padding: 10px 40px 20px 50px;
}
#author {
	font: 11pt/21px Tahoma, "新細明體";
	color: #535145;
	letter-spacing: 0.02em;
	background: url(images/index_21.jpg) no-repeat top;
	padding: 10px 40px 20px 50px;
}
#about {
	font: 11pt/21px Tahoma, "新細明體";
	color: #535145;
	letter-spacing: 0.02em;
	background: url(images/index_21.jpg) no-repeat top;
	padding: 10px 40px 20px 50px;
}
#reading {
	font: 11pt/21px Tahoma, "新細明體";
	color: #535145;
	letter-spacing: 0.02em;
	background: url(images/index_21.jpg) no-repeat top;
	padding: 10px 40px 20px 50px;
}
#morebooks {
	font: 11pt/21px Tahoma, "新細明體";
	color: #535145;
	letter-spacing: 0.02em;
	background: url(images/index_21.jpg) no-repeat top;
	padding: 10px 40px 20px 50px;
}
#youtube {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#footer {
	background: url(images/index_20.png) no-repeat top;
	vertical-align: top;
	padding-top: 30px;
	font: 10pt Tahoma, "新細明體";
	color: #066;
}
#footer a {
	color: #033;
	text-decoration: underline;
}


.text01 {
	font-weight: bold;
	color: #FF0;
}
.text02 {
	color: #063;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.text03 {
	color: #FFF;
	background: #933;
	padding: 4px;
}
.text04 {
	font: bold 13pt "標楷體";
	letter-spacing: -0.02em;
}
.text05 {
	color: #633;
}
#morebooks .bookInfo {
	font-size: 10pt;
	color: #666;
	text-align: center;
	vertical-align: top;
	background: #F1F0DC;
	border: 1px dotted #CCC;
	padding: 12px 5px 5px;
}

.imageR {
	display: block;
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.imageL {
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.bookInfo {
	font: 10pt/18px Tahoma, "新細明體";
	color: #FFF;
	padding-left: 10px;
	vertical-align: bottom;
}
.btn_area {
	background: url(images/index_15.jpg);
	height: 42px;
	width: 211px;
	padding-left: 10px;
}
.small {
	font-size: 10pt;
	line-height: 18px;
	color: #295B8D;
}
.morebook {
	padding-left: 10px;
}
.name {
	display: block;
	padding-left: 400px;
}
.titleImg {
	display: block;
	margin-left: -20px;
	margin-right: -20px;
}
.text06 {
	color: #930;
}
#morebooks .bookText {
	color: #648712;
	text-align: left;
	display: block;
}
.title {
	font: bold 16pt "標楷體";
	color: #933;
	letter-spacing: -0.04em;
}
#article {
	display: block;
	height: 450px;
	width: 870px;
	padding-right: 10px;
	overflow: auto;
}
.commendName {
	color: #663333;
	display: block;
	border-bottom: 1px dotted #999;
	text-align: right;
}
/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	
#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	font: 11pt/21px Georgia, "新細明體";
	color: #6D645F;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #CCCCCC;
	background: #E3E3E3;
	padding: 10px;
	}		
#content .lightwindow.page-options {
	color: #FFF;
	background: #70A7C5;
	padding: 2px 4px;
	font-size: 10pt;
	text-decoration: none;
}
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}


	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
	float: left;
	text-align: left;
	cursor: pointer;
	color: #FFFFFF;
	padding: 3px 5px 5px;
	margin: 0 10px 0 0;
	background: #996600;
	font-family: Tahoma, "新細明體";
	font-weight: bold;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}


#lightwindow p {
	color: #6D645F;
	padding-right: 10px;
}
/*-----------------------------------------------------------------------------------------------
Back to top button 
-----------------------------------------------------------------------------------------------*/
#back-top {
	position: fixed;
	bottom: 25px;
	margin-left: 935px;
}
#back-top a {
	width: 25px;
	display: block;
	text-align: center;
	font: bold 9px/100% Tahoma, "新細明體";
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #333;
}
/* arrow icon (span tag) */
#back-top span {
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: 7px;
	background: #FFCC00 url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	text-align: center;
}
#back-top a:hover span {
	background-color: #333;
}
#about table {
	color: #333;
	background: #F0EEE6;
}
#about .tdtitle {
	font-weight: bold;
	background: #EAC2A8;
}
#about .small {
	font-size: 10pt;
	line-height: 19px;
	color: #666;
}
