/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align: top
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#subscribe-text {
height:0!important;
display:none!important;	
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#453325;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 18px
}
h1 span {
font-size: 25px;
display:block;	
}
h2 {
	color:#000;
	font-size: 18px;
	font-weight: bold
}
h2.widget-title {
line-height:1.2;
margin-bottom:8px;	
}
h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px
}


h3 span {
display:block;
font-size:19px;	
}

h3 a {
	text-decoration:none;
}


h3 a:hover {
	color:#960000;
	text-decoration:underline;
}

h4 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 15px
}

h4 span {
display:block;
font-size:14px;	
}
h5 {
	color: #291201;
	font-size: 60px;
	line-height: 1;
	margin-top: 0;
	float:left;
	width:100%;
	margin:0px 0 18px -25px;
}

.alignnone {margin-top:-100px!important;}
h5.half {
	color: #291201;
	font-size: 60px;
	line-height: 1;
	margin-top: 0;
	float:left;
	width:480px;
	margin:0px 0 18px -25px;
}

h5.donate {
	color: #291201;
	font-size: 60px;
	line-height: 1;
	margin-top: 0;
	float:left;
	margin:0px 0 18px -10px;
	width:100%;
}

h5 span {
	display:block;
	font-size: 50px;
	
}

h5.chapter {
	padding:0 0 40px 0;
	margin:0px 0 10px -25px;
	text-align:center;
	width:103%;
	background-image: url(../images/chapter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h6 {
	color:#291201;
	font-size:68px;
	line-height:75px;
	font-weight:normal;
	margin-bottom:45px;
	
}
h6.chap-title {
		text-align:center;
	width:103%;
	margin:0px 0 18px -25px;
	font-size:45px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

#book-bkd p {
	color:#453325;
	line-height:23px;
	font-size: 15px;
	margin: 0 0 15px;
}

p {
	color:#453325;
	line-height:23px;
	font-size: 15px;
	margin: 0 0 18px;
}

.book-contain p {
font-size: 14px;	
}

p img {
	line-height:0;
	margin:0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}

.float {
	margin-bottom: 0px;
	margin-right: -55px;
	margin-top:-20px;
	float: right;
}

.float2 {
	margin-bottom: 15px;
	margin-left:15px;
	margin-top:0px;
	float: right;
}

.float3 {
	margin-bottom: 0px;
	margin-right: 25px;
	margin-top:0px;
	float: left;
}
a:focus, a:hover {
	color:#000;
	outline: none medium
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c5684), color-stop(1, #443f67) );
	background:-moz-linear-gradient( center top, #5c5684 5%, #443f67 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5684', endColorstr='#443f67');
	background-color:#5c5684;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	margin:15px 0 15px 0;
	padding:0 15px 0 15px;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
}
.button:hover {
	color:#fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #443f67), color-stop(1, #5c5684) );
	background:-moz-linear-gradient( center top, #443f67 5%, #5c5684 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#443f67', endColorstr='#5c5684');
	background-color:#443f67;
}.button:active {
	position:relative;
	top:1px;
}

.form-button {
	background-color:#443f67;
    border: 0 none;
    color: #fff !important;
    display: block;
    float: left;
	font-size:18px;
    margin-top: 10px !important;
    padding: 5px 20px !important;
	 font-family: 'Times New Roman', serif;
	 letter-spacing:4px;
	 cursor:pointer;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;

}
.form-button:hover {
		background-color:#5c5684!important;
}

.paypalbutton {

    display: inline-block;
    color: #333333;
    border-radius: 2%;
    box-shadow: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 24px;
    width: auto;
	background-image:url('../images/pp.png') no-repeat top right 100% auto;
	border-radius:5px;
	width:400px;
	border:5px solid #cccdcb;
}

.paypalbutton:hover {
    background-color: #3498DB;
}

a.donate-btn {
	background-color:#da5144;
    border: 0 none;
    color: #ffffff !important;
    display: block;
    float: left;
	position:absolute;
	right:0;
	top:0;
	font-size:16px;
	z-index:9999999999999999;
    padding: 8px 40px !important;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
	letter-spacing:7px;

}

a.donate-btn:hover,a.donate-btn:focus {
	background-color:#ab3529;color: #ffffff !important;
}


a {
	color: #da674d;
	text-decoration: none;
}

.form-wrap {
	width:600px;
	margin:0 auto;
	}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0;
}
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom: 10px;
	width: 100%
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
	padding: 0
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* forms.css */
label {
	font-size: 16px;
	font-style: italic;
	
}
.login-col1 {
width:250px;
float:left;	
margin:40px 25px 0 60px
}

.login-col2 {
width:480px;
float:left;	
margin:40px 25px 0 0px
}

.login-col2 p {
font-size:13px;
margin:0 0 5px 0;
}

.mgm_form p {
margin:15px 0 10px 0;
}




#lost-password label {
	font-size: 12px;
	font-style: italic
}

fieldset {
	padding:10px;
	
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color: #fff
}

input[type=text], input[type=password] {
	color: #7d5438;
	background-image: url(../images/input1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 15px;
	font-weight: normal;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	margin: 0;
	padding: 0 0 4px 0;
	position: relative;
	top: 0px;
	left: 0px;
	width: 216px !important;
	border: 0

}
.form-wrap input[type=text] {
	color: #7d5438;
	background-image: url(../images/input2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 15px;
	font-weight: normal;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%!important;
	border: 0

}

.line {margin-top:10px;width:40px}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin: 0
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
.login {
	width: 216px;
	height:25px;
	position:relative;
	background-image: url(../images/input1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:20px 0 0px 0;
	left:0px;	
	
}

.login input {
	color: #7d5438;
	font-size: 15px;
	font-weight: normal;
	background-image:none;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 216px !important;
	border: 0
}
.submit-btn {
position:relative;
float:right;	
top:10px;
margin:0;
right:25px;
width:92px;
}
.login input:focus {
outline:none;
border:none;	
}

textarea {
	margin-top: 3px;
	margin-left: 0px;
	padding: 5px;
	width: 96%;
	height: 95px;
	resize: none;
	background-color: transparent;
	border:3px double #452801;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.contact-form {
	position:relative;
	width: 861px;
	height: 362px;
	margin:25px 0 0 0;
	left:-12px;
	background-image: url(../images/contact_bkd.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	
}

#nav a {
font-size:13px;
font-style:italic;
color:#000;	
}

.contact-form-align {
	padding:15px 20px 0px 30px;
}

div.input3 {
	width: 215px;
	height:25px;
	position:relative;
	background-image: url(../images/input1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px 0 10px 0;
	left:0px;	
}
div.input3 input {
	color: #7d5438;
	font-size: 15px;
	font-weight: normal;
	background-image:none;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 216px !important;
	border: 0
}

.post1 {
width:109px;
height:106px;
position:absolute;
float:right;
right:3px;
bottom:2px;	
}
#pagination select {
margin-top:5px;
border:#63544a solid 1px;
font-size:14px;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#f3e4cf;	
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	margin:10px 0 0 0;
	top:0;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
.error, .notice, .success {
	border:none
}
.error {
	border-color:#FF6633;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
label.error {
	width: 0px;
	height: 0px;
	display: none;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* grid.css */
.container {
	margin: 0 auto
}
.showgrid {
	background:url(src/grid.png);
}
.column, .col1, .col2, .col3, .col4, .col5 {
	float: left
}
.last {
	margin-right:0;
}
.col1 {
	width: 440px;
	margin-right: 35px;
}
.col2 {
	width: 430px
}
.col2 img {
display:none;	
}
.col3 {
	width:650px;
	margin-right:45px;
}
.col4 {
	width: 100%;
	position:relative;
	margin:0 0 25px 0;
}
.col5 {
	width: 390px;
}

.border {
	padding-right:4px;
	margin-right:5px;
	border-right:1px solid #eee;
}
.colborder {
	padding-right:24px;
	margin-right:25px;
	border-right:1px solid #eee;
}
.prepend-top {
	margin-top:1.5em;
}
.append-bottom {
	margin-bottom:1.5em;
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#E5ECF9;
}
hr {
	color: #ddd;
	margin: 35px 0 15px 0;
	padding-top:0;
	width: 100%;
	height: 30px;
	float: none;
	clear: both;
	border:none;
	background-image: url(..//images/hr.png);
	background-repeat: no-repeat;
	background-position: center top;
}
hr.space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}
.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
	height:0;
}
/* layout.css */
body {
	background-color: #fff;
	background-image: url("../images/bdy.jpg");
	background-repeat: repeat;
	background-position: left top
}
#site {
	background-image: url("../images/site.jpg");
	background-repeat: no-repeat;
	background-position: center top
}

#scrollTop {
	position:fixed;
	width:39px;
	height:39px;
	text-indent:-999em;
	bottom:0;
	left:50%;
	z-index:99999;
	margin:0 auto 0 auto;
	background-image: url("../images/scroll.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#tips-area {
float:left;
left:0;
position:fixed;
z-index:9999;
top:50px;
width:0;
}
img#wpstats {
display:none;	
}
.expander {
	
	position:relative; 
	float:left;
}

.tip-contain {
	width:253px;
	height:226px;
	position:relative;
	float:left;
	padding:0;
	background-image: url(../images/tip_contain.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#login-contain {
padding:44px 0 15px 15px;	
}

#lost-password {
	width:100%;
	position:absolute;
	bottom:25px;
}

#lost-password a {
	font-style:italic;
	text-decoration:none;
	margin:0 0 0 25px;
}

#lost-password a:hover {
	
	text-decoration:underline;
	
}

div#tip-btn {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position:relative;
	float:right;
	z-index: 9999;
	top: 12px;
	left: 0px;
	width: 58px;
	height: 42px;
	z-index:9999;
}
div#tip-btn a:link,div#tip-btn a:visited {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 42px;
	background-image: url(../images/tip_link.png);
	background-repeat: no-repeat;
	background-position: right top;
}
div#tip-btn a:hover, div#tip-btn a:active {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 42px;
	background-image: url(../images/tip_link.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header-contain {
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 30;
	height: 400px
}
#header {
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 30;
	width: 975px;
	height: 400px
}
div#logo-btn {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9990;
	top: 46px;
	right: 0;
	width: 656px;
	height: 232px
	float: left
}
div#logo-btn a:link, div#logo-btn a:visited {
	background: url("../images/logo.png") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 656px;
	height: 232px
}
div#logo-btn a:hover, div#logo-btn a:active {
	background: url("../images/logo.png") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 656px;
	height: 232px;
}
ul#topnav {
	font-size: 1.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	left: 21px;
	width: 939px;
	float: left
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#topnav li a {
	text-indent: -9999px;
	height: 41px;
	float: left
}
ul#topnav li:hover a, ul#topnav li a:hover, ul#topnav li:nth-of-type(n):hover a, ul#topnav li:nth-of-type(n) a:hover {
	background-position: left bottom;
}

ul#topnav a.home, ul#topnav li:nth-of-type(1) a {
	background: url("../images/tn_1.gif") no-repeat;
	width:113px
}
ul#topnav a.kates-diaries, ul#topnav li:nth-of-type(2) a {
	background: url("../images/tn_2.gif") no-repeat;
	width: 259px
}
ul#topnav a.history-uncovered, ul#topnav li:nth-of-type(3) a {
	background: url("../images/tn_3.gif") no-repeat;
	width: 145px
}
ul#topnav a.visit-with-us, ul#topnav li:nth-of-type(4) a {
	background: url("../images/tn_4.gif") no-repeat;
	width: 161px
}
ul#topnav a.secret-service-club, ul#topnav li:nth-of-type(5) a {
	background: url("../images/tn_5.gif") no-repeat;
	width: 129px
}
ul#topnav a.contact, ul#topnav li:nth-of-type(6) a {
	background: url("../images/tn_6.gif") no-repeat;
	width: 131px
}

ul#topnav hr {
	margin: 10px 0 5px 30px;
	padding: 0;
	width: 915px;
	border-top: 1px solid #201604;
	border-bottom: 1px solid #78694d
}
ul#topnav li .sub {
	background-image: url("../images/sub_bg2.jpg");
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
	position: absolute;
	z-index: 999;
	top: 42px;
	width: 458px;
	height: auto;
	float: left;
	left:0;
	-moz-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.5);
	-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.5);
}
ul#topnav li .sub.pos1 {
	width:235px;
	
}
ul#topnav li .sub.pos2 {
	width:400px;
	
}
ul#topnav li .sub.pos3 {
	width:400px;
	
}
ul#topnav li .row {
	margin-bottom: 0;
	width: 100%;
	float: left;
	clear: both
}
ul#topnav li .sub ul {
	list-style: none;
	padding: 17px 0 19px 10px;
	margin: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	color: #e6e4ce;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	width: auto;
}
ul#topnav .sub h2 {
	color: #e6e4ce;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 5px
}
h2.underline {
	color: #e6e4ce;
	margin: 15px 30px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #e0dec5
}
ul#topnav .sub ul li h2 a {
	color: #e6e4ce;
	font-size: 15px;
	text-decoration: underline;
	background-image: none;
	margin-top: 0;
	margin-bottom: 4px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	border: 0
}
ul#topnav .sub ul li a {
	color: #000;
	font-size: 15px;
	line-height:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-indent: 0;
	display: block;
	padding: 5px;
	margin:0px;
	height: auto;
	float: none
}
ul#topnav .sub ul li a:hover {
	text-decoration: none;
	background-color:#000;
	color:#fff;
}
#contentArea {
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	width: 975px;
	padding:18px 0 0px 0;
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.content-align {
	padding:0 35px 0 35px;
}

.content-align2 {
	padding:0 68px 0 68px;
}

/*div.content-align2 p:first-child:first-letter {
	float:left;
	padding:5px 8px 5px 0;
font-size:62px;	
}*/
.first-letter {
	float:left;
	padding:0px 10px 0 3px;
	margin:0px 8px 0px 0;
font-size:69px;	
line-height:0;
height:auto;

}

#main-banner {
	position:relative;
	width:938px;
	height:338px;
	left:15px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
div#free-novel {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position:absolute;
	z-index: 9999;
	bottom: 70px;
	right: 50px;
	width: 364px;
	height: 28px;
	display:block;
	z-index:9999;
}
div#free-novel a:link, div#free-novel a:visited {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 364px;
	height: 28px;
	background-image: url(../images/china_button.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#free-novel a:hover, div#free-novel a:active {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 364px;
	height: 28px;
	background-image: url(../images/china_button.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.book-contain {
	float:left;
	margin:10px 0 10px 0;
	position:relative;
	
	
}

.book-pic {
	float:left;
	margin-right:15px;
	width:152px;
	
}

.book-description {
	float:left;
	width:270px;
}

.post-title {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0 10px 0;
	
}

.post-title a {
	color:#1e120f;
	
}

.post-date {
	width:78px;
	height:117px;
	margin:0 5px 0 0;
	background-image: url(../images/post-date.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

.month {
	color:#1e120f;
	margin:53px 0 0 0;
font-size: 10px;
line-height:0;
text-align:center;	
height:auto;
text-transform:uppercase;
}
.day {
	color:#1e120f;
	font-size: 21px;
text-align:center;
font-weight:bold;
}
.post-title-descrip {
	margin:25px 0 0 0;
	width:80%;
	float:left;
	
	
}

.post-title-descrip2 {
	margin:25px 0 0 0;
	width:90%;
	float:left;
	
	
}

#posts-widget {
	width:938px;
	float:left;
	left:18px;
	margin:15px 0 0 0;
	padding:0 0 25px 0;
	position:relative;
	background-image: url(../images/footer_posts.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	
}

#posts-widgetbtm {
	width:938px;
	height:18px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-image: url(../images/footer_postsbtm.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#post-col1 {
	float:left;
	margin:30px 0px 0 28px;
	width:330px;
}
#post-col2 {
	margin:35px 0 0 0;
	float:left;
	width:550px;
}

ul#post-nav {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px 0 15px 0;
	padding: 0;
	position: relative;
	z-index: 9999;
	left: 0;
	width: 420px;
	float: left
}
ul#post-nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#post-nav li a {
	text-indent: -9999px;
	height: 41px;
	margin:0;
	padding:0;
	float: left
}
ul#post-nav li:hover a, ul#post-nav li a:hover {
	background-position: left bottom;
}
ul#post-nav li.activeSlide a {
	background-position: left bottom;
}
ul#post-nav a.recent-posts {
	background: url("../images/pst1.jpg") no-repeat;
	width: 154px;
	margin-right:30px;
}
ul#post-nav a.recent-comments {
	background: url("../images/pst2.jpg") no-repeat;
	width: 209px
}
#toggle-posts {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:420px;
	float:left;
	
}
.post-contain {
	float:left;
	margin:15px 0 2px 0;
	line-height:15px;
	width:550px;
	position:relative;
	
}
.post-date2 {
	color:#000;
	font-size:16px;
	line-height:18px;
	text-align:right;
	padding:25px 0 0 0;
	margin:0 25px 0 0;
	top:-28px;
	width:90px;
	height:25px;
	float:left;
	position:relative;
	background-image: url(../images/feather.png);
	background-repeat: no-repeat;
	background-position: left top;	
	
}

.post-comment {
	width:430px;
	float:left;
	position:relative;
	
}

.post-quote {
	width:410px;
	float:left;
	position:relative;
	
}
div.post-comment a, div.post-quote a {
	color:#7b4c37;
	font-size:15px;
	line-height:18px;
	margin:0;
	padding:0;
	text-decoration:none;
}

div.post-comment a:hover, div.post-quote a:hover {
	text-decoration:underline;
}
.post-comment span {
	color:#a98b7c;
	font-style:italic;
	display:block;
	text-align:center;
	width:120px;
	float:right;
	padding:0 0 13px 0;
	margin:15px 0 0 0;
	background-image: url(../images/post_icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.post-quote span {
	color:#a98b7c;
	display:block;
	font-size:12px;
	width:410px;
	font-style:italic;
	float:right;
	text-align:right;
	margin:4px 0 0 0;
}

.post-comment span a, .post-quote span a {
	font-style:italic;
font-size:11px;
}


#book-bkd {
	width:910px;
	position:relative;
	float:left;
	left:20px;
	margin:0 0 25px 0;
		
}
.book-odd {
		padding:25px 26px 25px 0;
	min-height:700px;
	background-image: url(../images/book_bkd.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}

.book-even {
		padding:25px 0 25px 26px;
	min-height:700px;
	background-image: url(../images/book_bkd2.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}

#epub {
width:676px;
height:133px;
position:relative;
left:58px;
top:-25px;
	
}
#epub-align {
	margin-bottom: 0px;
	margin-right: -55px;
	margin-top:-10px;
	float: right;
	width:429px;
}
#epub-diary {
width:405px;

position:relative;
left:10px;
top:-5px;
padding:0 0 10px 0;
	
}
div#epub1 {
	text-indent: -9999px;
	margin: 0 40px 0 0;
	padding: 0;
	position:relative;
	float:left;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 312px;
	height: 133px;
	display:block;
	z-index:9999;
}
div#epub1 a:link, div#epub1 a:visited {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 312px;
	height: 133px;
	background-image: url(../images/epub1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#epub1 a:hover, div#epub1 a:active {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 312px;
	height: 133px;
	background-image: url(../images/epub1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#epub2 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position:relative;
	float:left;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 312px;
	height: 133px;
	display:block;
	z-index:9999;
}
div#epub2 a:link, div#epub2 a:visited {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 312px;
	height: 133px;
	background-image: url(../images/epub2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#epub2 a:hover, div#epub2 a:active {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 312px;
	height: 133px;
	background-image: url(../images/epub2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#epub3 {
	text-indent: -9999px;
	margin: 0 20px 0 0;
	padding: 0;
	position:relative;
	float:left;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 191px;
	height: 84px;
	display:block;
	z-index:9999;
}
div#epub3 a:link, div#epub3 a:visited {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 191px;
	height: 84px;
	background-image: url(../images/epub3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#epub3 a:hover, div#epub3 a:active {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 191px;
	height: 84px;
	background-image: url(../images/epub3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#epub4 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position:relative;
	float:left;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 191px;
	height: 84px;
	display:block;
	z-index:9999;
}
div#epub4 a:link, div#epub4 a:visited {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 191px;
	height: 84px;
	background-image: url(../images/epub4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#epub4 a:hover, div#epub4 a:active {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 191px;
	height: 84px;
	background-image: url(../images/epub4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#pagination {
	position:relative;
width: 938px;
height:35px;
float:left;	
left:18px;
text-align:center;
}


#pagination a {
font-size:14px;
margin:0 1px 5px 1px;	
padding:3px;
text-decoration:none;
	
}

#pagination a.current {
background-color:#000;
color:#fff;
	
}

#pagination a:hover {
color:#de5e3b;	
}
div#prev-null {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position:absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 149px;
	height: 26px;
	display:block;
	z-index:9999;
	background-image: url(../images/prev_null.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#prev-page {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position:absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 149px;
	height: 26px;
	display:block;
	z-index:9999;
}
div#prev-page a:link, div#prev-page a:visited {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 149px;
	height: 26px;
	background-image: url(../images/prev.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#prev-page a:hover, div#prev-page a:active {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 149px;
	height: 26px;
	background-image: url(../images/prev.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#next-null {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position:absolute;
	z-index: 9999;
	top: 0px;
	right: 0px;
	width: 149px;
	height: 26px;
	display:block;
	z-index:9999;
	background-image: url(../images/next_null.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#next-page {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position:absolute;
	z-index: 9999;
	top: 0px;
	right: 0px;
	width: 149px;
	height: 26px;
	display:block;
	z-index:9999;
}
div#next-page a:link, div#next-page a:visited {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 149px;
	height: 26px;
	background-image: url(../images/next.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#next-page a:hover, div#next-page a:active {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 149px;
	height: 26px;
	background-image: url(../images/next.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer_contain {
	height: 142px
}
#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	position: relative;
	z-index: 9990;
	width: 975px;
	height: 142px;
}
#footer-home {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	position: relative;
	z-index: 9990;
	width: 975px;
	height: 142px;
	bottom:0;
}
#social {
width:450px;
height:21px;
position:absolute;
left:10px;
top:53px;	
}
#copyright {
	position: absolute;
	top: 50px;
	right:15px;
	text-align:right;
}
#copyright p {
	color: #352c06;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	margin: 0
}
#copyright a {
	color: #352C06;
	text-decoration: none
}
#copyright a:hover {
	text-decoration: underline
}

#disclaimer {
	position: absolute;
	bottom: 18px;
	right:8px;
	text-align:right;
}

#disclaimer a {
	font-size:15px;
	color: #974001;
	margin-right:5px;
	text-decoration: none
}
#disclaimer a:hover {
	text-decoration: underline
}



ul.xoxo, ul.xoxo ul {
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
}

ul.xoxo li, ul.xoxo ul li {
margin:0px;
padding:0px;
display:block;
float:left;
width:160px;
}

ul.xoxo li a, ul.xoxo ul li a {
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	font-size:14px;
	width:140px;
	float:left;
	padding:4px 0 4px 0px;
	margin:0;

}

ul.xoxo ul li a:hover {

	color:#960000;

}
#comments {
float:left;	
}

.comments-link a {
	color:#a98b7c;
	font-style:italic;
	display:block;
	text-align:center;
	text-decoration:none;
	width:120px;
	float:right;
	padding:0 0 13px 0;
	margin:0px 0 0 0;
	background-image: url(../images/post_icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

.comments-link a:hover {
color:#960000;

	
}

.comments-left {
	float:left;
	text-align:left;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width:65px;
	height:90px;
	padding:0px 0 0 0;
	margin:15px 17px 0 0;
}

.comments-left span {

	font-weight:normal;
	
}

.post-right {
	float:left;
	margin:15px 0 0 0;
	width:750px;
}

.form-col {
	margin:0px 0px 0 0;
width:216px;
float:left;	
}

#respond {
width:100%;
float:left;

	padding:10px 0 0 15px;
	margin:0 0 35px 0px;

}
#book-bkd .wp-caption-text, #book-bkd .wp-caption-dd {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	text-align:center;
color:#453325;
	padding:10px 0 0 0;
}
p.wp-caption-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
		line-height:14px;
	text-align:center;
color:#453325;
	padding:10px 0 0 0;
}
.alignright {
float:right;
padding:0 0 0px 25px;	
	
}

.alignleft {
float:left;
padding:0 25px 0px 0;	
	
}

li.pingback, li.pingback p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:10px 0 10px 0;
	line-height:14px;
	font-size:11px;
	margin:0;
	list-style:none;
	height:auto;
	display:block;
}

ul.children {
	background-color: #EEE;
	margin: 0;
}

 #nav-below {
display:block;
width: 600px;
height:32px;
margin:25px 0 25px 0;
}


#nav-above {
display:block;
width: 600px;
height:32px;
margin:25px 0 0 0;
}



div.nav-previous {
	text-indent: -9999px;
	margin: 0 0 15px 0;
	padding:0;
	/*width:98px;
	height:32px;*/
	position: relative;
	z-index: 9990;
	top: 0px;
	float:left;
	left: 0px;
	display:block;
	z-index:9999;
	text-align:center;
}
div.nav-previous a:link, div.nav-previous a:visited {
	text-indent: -9999px;
	color:#fff;	
	background-color:#1d2028;
	display: block;
	margin: 0;
	padding: 0;
width:134px;
	height:22px;
	background-image: url(../images/nav_old.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	
}

div.nav-previous a:hover, div.nav-previous a:active {
	text-indent: -9999px;
	color:#fff;	
	background-color:#680d24;
    text-decoration:none;
	display: block;
	margin: 0;
	padding:0;
	width:134px;
	height:22px;
	background-image: url(../images/nav_old.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

div.nav-next {
	text-indent: -9999px;
	margin: 0 0 15px 0;
	padding:0;
	/*width:98px;
	height:32px;*/
	position: relative;
	z-index: 9990;
	top: 0px;
	float:left;
	left: 0px;
	display:block;
	z-index:9999;
	text-align:center;
}
div.nav-next a:link, div.nav-next a:visited {
	text-indent: -9999px;
	color:#fff;	
	background-color:#1d2028;
	display: block;
	margin: 0;
	padding: 0;
	width:134px;
	height:22px;
	background-image: url(../images/nav_new.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	
}

div.nav-next a:hover, div.nav-next a:active {
	text-indent: -9999px;
	color:#fff;	
	background-color:#680d24;
    text-decoration:none;
	display: block;
	margin: 0;
	padding:0;
width:134px;
	height:22px;
	background-image: url(../images/nav_new.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

div.continue-reading {
	text-indent: -9999px;
	margin: 0;
	padding:0;
	width:194px;
	height:31px;
	position: relative;
	z-index: 9990;
	top: 0px;
	left: 0px;
	display:block;
	z-index:9999;
	text-align:center;
}
div.continue-reading a:link, div.continue-reading a:visited {
	text-indent: -9999px;
	color:#fff;	
	background-color:#1d2028;
	display: block;
	margin: 0;
	padding: 0;
	width:194px;
	height:31px;
	background-image: url(../images/reading.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
	
}

div.continue-reading a:hover, div.continue-reading a:active {
	text-indent: -9999px;
	color:#fff;	
	background-color:#680d24;
    text-decoration:none;
	display: block;
	margin: 0;
	padding:0;
	width:194px;
	height:31px;
	background-image: url(../images/reading.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

.comment-meta a {
	float:left;
	padding:10px 0 0 0;
font-style:italic;
text-decoration:none;	
}

.page-link {
	width:630px;
	position:absolute;
	text-align:center;
float:left;	
left:160px;
}


.attachment-post-thumbnail {
	float: right;
	width: 388px;
	height: 478px;
	margin:0 0 15px 0;
}


	
.pin-it-btn-wrapper-shortcode {
float:left;	
}

.form-allowed-tags {
display:none;	
}

.comment-form {
    background-image: url("../images/contact_bkd.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 362px;
    left: -12px;
    margin: 0px 0 0;
    position: relative;
    width: 100%;
	float:left;
	padding:15px 20px 0 30px;	
}

.comment-form-author, .comment-form-email, .comment-form-url {
float:left;
width:31%;	
}

.comment-form-comment {
width:95%;
float:left;	
}

#reply-title {
float:left;
width:100%;	
margin:10px 0 10px 0!important;
}
.comment-notes {
font-size:11px;
font-style:italic;
margin-left:35px;	
}

input#submit {
 bottom: 2px;
    float: right;
    height: 106px;
    position: absolute;
    right: 31px;
	bottom:17px;
    width: 109px;
	background:url("../images/post1.gif")no-repeat left top;
	text-indent:-9999em;
	border:none;	
}
input#submit:hover {
cursor:pointer;	
	background:url("../images/post1_r.gif")no-repeat left top;
}
.comment-form p {
margin-bottom:5px!important;
margin-top:5px!important;	
}
#respond p.comment-subscription-form {
float:left;
width:50%;	
font-size:12px!important;
}
.subscribe-label {
font-size:13px;	
}