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

body {
	background-color:#222;
}
a { color:inherit; text-decoration:none; }
a:hover { color:inherit; text-decoration:none; }
a:visited { color:inherit; text-decoration:none; }
a:active { color:inherit; text-decoration:none; }


#hp {
    display: none !important;
}

#header_content {
	background-color:white;
	width:auto;
	border-bottom: 10px solid #EEE;
}
#subscriber_content {
	width:auto;
	text-align:center;
	padding: 10px;
	margin-top:50px;
}
	#subscriber_content table {
		width: 95%;
		background-color: white;
		max-width: 700px;
		border: 20px solid white;
		text-align:center;
	}
	#subscriber_content td.header {
		font-size: 2em;
		font-weight: bold;
		font-family: Arial Black;
		text-transform: uppercase;
		color: rgb(180,0,0);
		text-align: center;
		padding-bottom: 20px;
		border: 2px solid #EEE;
	}
	#subscriber_content td input {
		-webkit-appearance: none;
		border: 2px solid #777;
		font-size: 1.5em;
		padding: 10px;
		text-align: center;
		margin: 10px;
		border-radius: 5px;
		background-color: #F9F9F9;
		color: #555;
		font-weight: bold;
		width: 75%;
		outline:none;
	}
	#subscriber_content td input:focus {
		border: 2px solid rgb(180,0,0);
	}
	#subscriber_content td input.button {
		background-color: rgb(180,0,0);
		border-radius: 0;
		color: white;
		width: 50%;
		border: 5px solid rgb(160,0,0);
	}
	#subscriber_content td.fineprint {
		padding: 20px 0 0 0;
		color: #777;
		font-style: italic;
	}
.content_body {
	width:auto;
	text-align:center;
	margin-top:50px;
	background-color:white;
	border-top: 10px solid #EEE;
}
.content_sell {
	width:auto;
	text-align:center;
	margin-top:25px;
	background-color:white;
	border-top: 10px solid #EEE;
}
#footer_content {
	width: auto;
	text-align: center;
	padding: 10px;
	margin: 20px 0 20px 0;
	color: #AAA;
	text-transform: uppercase;
	font-size: 0.85em;
}
	#footer_content a {
		color: #EEE;
		margin: 0px 10px;
		display: inline;
		display: inline-table;
	}

.infopod {
	text-align: justify;
	margin: 10px;
	border: 1px solid #EEE;
	background-color: #F9F9F9;
	display: inline-table;
	min-width: 250px;
}
	.infopod .header {
		font-size: 1.5em;
		text-align: center;
		text-transform: uppercase;
		color: white;
		background-color: rgb(180,0,0);
		padding: 10px 5px 5px 5px;
		border: 1px solid rgb(180,0,0);
		border-bottom: 5px solid rgb(150,0,0);
		font-weight: bold;
		cursor: pointer;
		text-decoration:none;
	}
	.infopod .text {
		padding: 20px 20px 15px 20px;
		font-weight: 400;
		color: #444;
	}
		.infopod .text strong {
			color: rgb(180,0,0);
		}
	.infopod .podimage {
		padding: 10px;
		text-align: center;
		background-color: white;
		border-bottom: 1px solid #EEE;
	}
		.podimage img {
			width: 45%;
		}
	.infopod .readmore {
		padding: 0px 10px 5px 0px;
		font-size: .9em;
		color: #777;
		text-align: right;
		font-style: italic;
		text-decoration: underline;
		cursor:pointer;
	}
	.infopod .podselect {
		text-align: center;
		padding: 20px 0px 0px 0px;
	}
	.podselect select {
		-webkit-appearance: none;
		outline: none;
		padding: 10px;
		border: 2px solid #777;
		font-size: 1.5em;
		text-align: center;
		background-color: #FFF;
	}
	.infopod .podcheck {
		text-align: center;
		padding: 10px 0 0 0;
	}
	.podcheck input[type=checkbox] {
		margin: 5px 10px 0px 0px;
	}
	.podcheck table {
		width: auto;
		margin: 10px 10px 0px 10px;
		display:inline-table;
		border: 1px solid #DDD;
	}
	.podcheck td {
		text-align: left;
		width: auto;
		padding: 10px;
		font-size: 1.1em;
		font-weight: bold;
		border-bottom: 1px solid #999;
		background-color:white;
	}
	.podcheck td:hover {
		background-color: rgb(180,0,0);
		color: white;
		border: 1px solid white;
	}
	.podlist {
		text-align: center;
		padding: 25px 0px 25px 0px;
		font-size: 1.1em;
		font-weight: bold;
		border-bottom: 1px solid #EEE;
		background-color: white;
	}
		.podlist select {
			-webkit-appearance: none;
			background: white;
			padding: 10px 30px;
			font-size: 1.3em;
		}
	.podtext {
		width: auto;
		height: 125px;
		line-height: 125px;
		text-align: center;
		font-size: 45px;
		color: rgb(140,0,0);
		background: white;
		cursor: pointer;
	}
		.podtext a {
			text-decoration:inherit;
			color:inherit;
		}
.infobody {
}
	.infobody .header {
		background-color: rgb(180,0,0);
		padding: 20px 20px 15px 20px;
		border: 1px solid rgb(180,0,0);
		border-bottom: 5px solid rgb(150,0,0);
		font-size: 2em;
		text-transform: uppercase;
		color: white;
		font-weight: bold;
	}
	.infobody .text {
		text-align: left;
		padding: 20px;
		font-size: 1.1em;
		color: #444;
	}
.error {
	padding: 10px;
	background-color: rgb(255,240,240);
	font-weight: bold;
	border: 1px solid rgb(180,0,0);
}
.noscript {
	margin: 10px;
	padding: 10px;
	background: rgb(255,240,240);
	font-size: 1.1em;
	font-weight: bold;
	color: rgb(150,0,0);
	border: 1px solid #AAA;
}
#headlinks {
    position: absolute;
    right: 250px;
    top: 27px;
}
	#headlinks a {
		padding: 5px 15px;
		background: transparent;
		border-bottom: 1px solid #CCC;
		margin: 5px;
	}
#social {
	position: absolute;
	right: 30px;
}
	#social img {
		width: 30px;
	}
.doc_topic {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 10px;
	background: #f9f9f9;
	border-bottom: 1px solid #333;
	margin: 40px 0 10px 0;
}
.doc_text {
	padding: 0 20px;
	margin: 5px 20px;
	border-left: 2px solid;
}
.doc_tiny {
	padding: 0 20px;
	font-size: .9em;
	font-style: italic;
}
.doc_date {
	margin: 100px 50px 50px 50px;
	text-align: center;
	background: rgb(240, 240, 240);
	padding: 30px;
	font-size: 1.5em;
	font-weight: bold;
}

.content_special {
	background: transparent;
	border-left: none;
	border-right: none;
	border: none;
	margin: -10px 0 -30px 0;
	max-height: 200px;
	overflow: hidden;
	white-space: nowrap;
	padding: 40px 0;
}
	.content_special a {
		text-decoration:none;
		border:0;
	}
	
.authorsignup {
}
	.authorsignup input {
		padding: 5px;
		border: 1px solid #AAA;
		border-radius: 3px;
		font-size: 1.1em;
		background: rgb(244, 252, 255);
		color: #333;
		text-align:center;
	}
		.authorsignup input.optional {
			border-style: dashed;
			border-color: #CCC;
		}
		.authorsignup input.button {
			margin: 5px;
			padding: 10px 15px;
			background: rgb(0,100,140);
			color: white;
			font-weight: bold;
			border: 1px solid #777;
		}
		.authorsignup input.button:hover {
			background: rgb(0,105,145);
			border-color: white;
		}
	.authorsignup td {
		font-variant: small-caps;
		vertical-align: middle;
		padding: 10px;
		border-bottom: 1px solid #EEE;
		border-top: 1px solid #EEE;
	}
	.authorsignup .description {
		padding: 10px 15px;
		font-size: .8em;
		color: #666;
		vertical-align: middle;
		font-variant: normal;
		font-style: italic;
		border-left: 2px solid #DDD;
		vertical-align: middle;
	}
	.authorsignup .sectionheading {
		text-align: center;
		background: #FBFBFB;
		color: #444s;
		font-weight: bold;
		font-size: 1.3em;
		border-bottom: 5px solid #DDD;
		border-top: none;
		text-transform: uppercase;
		padding-bottom: 5px;
	}
	.authorsignup label {
		font-variant: normal;
		color: #555;
		font-size: .9em;
	}
		.authorsignup label input {
			margin-right: 5px;
		}
.bookshelf {
	margin-bottom: 50px;
	padding: 25px 0px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}