@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

#readOverlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

#readInner {
	text-align: left;
	line-height: 1.4em;	
	margin: 80px auto;
}

#readInner a {
	color: blue;
	text-decoration: underline; 
}

#readInner * {
	margin-bottom: 1px;
}

#readInner img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
        max-width: 480px;
        max-height: 480px;
}

#readInner h1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
	font-size: 1.2em;
}
#readInner blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
#readFooter {
	display: block;
        clear: both;
	border-top: 1px solid #333;
	height: 360px :
	margin-bottom: 260px;
}

#readFooter img {
        float: right;
}

.size-small {
	font-size: 16px;
}
.size-medium {
	font-size: 22px;	
}
.size-large {
	font-size: 30px;
}
.size-x-large {
	font-size: 38px;
}

.size-xx-large {
	font-size: 46px;
}

.style-blackwhite {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #030303;
	color: #FCFCFC;
}
.style-novel {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #F4F3DB;
	color: #222;
}
.style-ebook {
	font-family:Arial, Helvetica, sans-serif;
	background: #eee;
	color: #333;
}
.style-ebook h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
}
.style-newspaper {
	font-family:"Times New Roman", Times, serif;
	background: #F7F7F7;
	color: #222;
}
.style-newspaper h1, .style-blackwhite h1 {
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style-terminal {
	font-family: "Lucida Console", Monaco, monospace;
	background: #1D4E2C;
	color: #C6FFC6;
}

.margin-wide {
	width: 55%;
}
.margin-medium {
	width: 75%;
}
.margin-narrow {
	width: 95%;
}
