@charset "utf-8";
/* CSS Document */

img {
border: none;
}

#settings {
	display: block;
	width: 640px;
	height: 100px;
}

div.settings-box, div#bookmarklet {
	float: left;
}
div#bookmarklet {
	width: 150px;
	text-align: center;	
}

div#style {
	width: 120px;
	margin-left: 20px;
}
div#size {
	width: 140px;	
}
div#margin {
	width: 140px;	
}

.settings-box label {
	margin-left: .5em;
	cursor: pointer;
}
.settings-box p {
	margin: .1em 0;	
}
#readHiddenContent {
	display: none;	
}
#example {
	display: block;
	width:640px;
	height: 250px;
	overflow: auto;
}
#articleContent {
	text-align: left;
	line-height: 1.4em;	
	margin: 1em auto;
}
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */
/* Size options */
.size-small {
	font-size: 12px;
}
.size-medium {
	font-size: 18px;	
}
.size-large {
	font-size: 26px;
}
.size-x-large {
	font-size: 34px;
}

/* Style options */
.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 {
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

/* Margin Options */
.margin-x-wide {
	width: 35%;
}
.margin-wide {
	width: 55%;
}
.margin-medium {
	width: 75%;
}
.margin-narrow {
	width: 95%;
}
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */



/* LOCK IN H1 SIZING */
#articleContent h1 {
	font-size: 1.2em !important;
	display: block;
	text-transform:capitalize;
}
#articleContent {
	line-height: 1.4em;	
}

