/*  
Theme Name: MEPress2
Theme URI: 
Description: Modern Evil Press v2.0
Version: 1.0
Author: modernevil
Author URI: http://modernevil.com/

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Begin Typography & Colors */
body {
	font-family: Skia, "Skia2", verdana, arial, sans-serif;
	background: #FFFFFFF;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	}
p {
	//padding-bottom: 0.5em;
	}

#page {
	font-family: Skia, "Skia2", verdana, arial, sans-serif;
	background-color: white;
	text-align: left;
	padding: 0;
	width: 1000px;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 100%;
	}

#headerimg {
	height: 200px;
	width: 100%;
	}

#headerimg .description {
	font-size: 20px;
	text-align: center;
	}

#content {
	margin: 0 60px 0 200px;
	width: 500px;
	padding: 2em 0 0 0;
	}

.post {
	padding: 0  1em 2em 1em;
	text-align: justify;
	}

.entry {
	font-size: 1em;
	line-height: 1.25em;
	}

.entry-date {
	float: left;
	width: 50px;
	height: 50px;
	}

.entry-date h3 {
	color: white;
	font-size: 9px;
	font-weight: normal;
	padding: 0 0 0 12px;
	margin: 0;
	text-transform: uppercase;
	}
	
.entry-date h4 {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 6px 0 0;
	margin: 0;
	text-align: center;
	}

.entry-meta {
	border-top: thin solid #69F;
	border-bottom: thin solid #69F;
	color: #999;
	font-size: 12px;
	line-height: 4px;
	}

.entry-related {
	}

.post hr {
	display: block;
	}

#footer {
	font-family: Skia, "Skia2", verdana, arial, sans-serif;
	font-size: 12px;
	padding: 20px 0 30px;
	margin: 0 auto;
	width: 400px;
	clear: both;
	border: none;
	}

small {
	font-size: 12px;
	}

a, a:visited {
	text-decoration: none;
	}

a:hover, a:active {
	color:: #FF0000;
	text-decoration: none;
	}

h1, h2, h3, ME1 {
	font-weight: bold;
	}

h1 {
	font-size: 1.3em;
	line-height: 1.2em;
	}
ME1 {
	font-size: 1.3em;
	line-height: 1.0em;
	}
ME2 {
	font-size: 1.2em;
	line-height: 1.0em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	border: none;
	}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	}

h2 .comments {
	color: #DDD;
	}

h2.pagetitle {
	padding: 0 0 0 0;
	}

h3 {
	font-size: 24px;
	padding: 0;
	}

h2, h2 a, h2 a:visited, h3 {
	}

h3 a, h3 a:visited {
	}

h3 a:hover {
	border: none;
	}

h2 a:hover {
	}

.entry a:hover {
	}

.entry a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 16px "Microsoft JhengHei", "Lucida Grande", "Microsoft YaHei", Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
	}

#commentform p {
	font-family: "Microsoft JhengHei", "Lucida Grande", "Microsoft YaHei", Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.subscribe-to-comments {
	font-size: 12px;
	}

small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: 0.7px;
	}


/* End Typography & Colors */


/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 4px 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	}

.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.archive-list li a:hover {
	border: none;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 0 50px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	margin: 0 50px 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	font-size: small;
	display: block;
	text-align: center;
	}

.navigation a:hover {
	border: none;
	color: #666;
	}
/* End Various Tags & Classes*/

#leftNav {
	position: fixed;
	top: -10px;
	left: 0;
	width: 200px;
	height: 600px;
	padding: 6px auto;
	text-align: center;
	font-size: 0.9em;
	z-index: 5;
	}
#leftNav a, #leftNav a:visited, #leftNav a:hover, #leftNav a:active {
	//padding-bottom: 2em;
	//margin-bottom: 2em;
	}
#etc {
	position: absolute;
	bottom: 0.5em;
	left: 6px;
	font-size: 0.75em;
	line-height: 0.9em;
	padding-top: 1em;
	z-index: 1;
	}
.logo {
	border:none;
	padding:0px 0px 5px 0px;
	width: 200px;
	height: 200px;
	}
.pub-name {
	padding:50px 0 5px 0;
	font-size:4.25em;
	line-height:100%;
	}
#BookCover {
	position: fixed;
	top: 3em;
	left: 700px;
	width: 300px;
	}
.bigCover {
	width: 300px;
	height: 480px;
	}
.medCover {
	width: 90px;
	height: 144px;
	}
.smallCover {
	width: 55px;
	height: 88px;
	}
#smallCoverNav {
	position: relative;
	top: -15px;
	}
.bookClass {
	font-size: 1.5em;
	font-weight: normal;
	}
.book-desc {
	line-height:125%;
	}
.bookEdition {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	}
.bookLinks {
	padding-left: 1.5em;
	}
#buyBox {
	float: right;
	width: 15em;
	border: thin solid #000000;
	margin: 1em;
	padding: 0.5em;
	background: #EEEEEE;
	font-size: 0.85em;
	}
.product-image, .product-title, .product-price, .product-shipping {
	visibility:hidden;
	position:absolute;
	height:0px;
	width:0px;
	font-size:0em;
	}
.smBreak {
	line-height:25%;
	}
.author {
	font-size:1.2em;
	font-weight:normal;
	}
.bump {
	padding-top:0.7em;
	padding-bottom:0.5em;
	}
.catalog {
	font-size:0.9em;
	line-height:1em;
	padding:1em;
	}
.catalog a {
	line-height:1em;
	}
.subscribe {
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	margin: 1em;
	padding: 0.5em;
	}