@charset "UTF-8";

/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 99%;
	font-family: "Lucida Grande";
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


body {
	font: 100%/130% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background: #000 url(_im/starry-bknd.gif) repeat fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtr #container {
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #bigBookTop {
	width: 540px;
	height: 508px;
	background: url(_im/big-book-bknd.png) no-repeat 0px 0px;
	padding: 142px 450px 0px 90px;
}
.oneColFixCtr #bigBookTop #kicker {
	font: italic 24px/31px Georgia, "Times New Roman", Times, "serif italic";
}
.oneColFixCtr #bigBookTop h1 #deck1 {
	font: normal 36px/86px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: white;
}
.oneColFixCtr #bigBookTop h1 #deck2 {
	font: normal 122px/84px Georgia, "Times New Roman", Times, "serif italic";
	color: #bfd3dc;
}
.oneColFixCtr #bigBookTop h1 #deck3 {
	font: normal 137px/142px Georgia, "Times New Roman", Times, "serif italic";
	color: #bfd3dc;
}
.oneColFixCtr #bigBookTop #byline {
	font: normal 25px/52px Georgia, "Times New Roman", Times, "serif italic";
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
}

.oneColFixCtr #bigBookMidRefl {    /* This div only contains the book reflection, and is wrapped around the copy so it stretches vertically downward, without needing a height value. */
	background: url(_im/book-refl.jpg) no-repeat 667px 0px;
	padding: 0px 60px 10px 90px;
	margin: 0;
}
.oneColFixCtr #bigBookMidContent {
	background: url(_im/blue-box-mid.png) repeat-y 30px;
}
.oneColFixCtr #rightCol {
	width: 306px;
	float: right;
}
.oneColFixCtr #rightCol h2 {
	font: italic normal 32px/39px Georgia, "Times New Roman", Times, "serif italic";
	color: #fae716;
	padding: 0 10px 0 5px;
}
.oneColFixCtr #rightCol h2 #deck2 {
	font: italic 16px/24px Georgia, "Times New Roman", Times, "serif italic";
	color: #fae716;
	padding: 5px 0 22px 1px;
	display: block;
}
.oneColFixCtr #rightCol a {
	text-decoration: none;
}
.oneColFixCtr #rightCol #AmazonBtn a {
	border: 0;
}
.oneColFixCtr #rightCol table {
	border: 0;
	margin: 0;
	padding: 8px 0 22px 4px;
	font: normal 13px/21px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: white;
}
.oneColFixCtr #rightCol table td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.oneColFixCtr #rightCol table td.left {
	font: normal 10px/21px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #89b3cf;
	letter-spacing: .25em;
	text-transform: uppercase;
	padding-right: 17px;
}
.oneColFixCtr #rightCol .socialBox {
	width: 294px;
	background: url(_im/social-box-top.jpg) no-repeat;
	display: block;
	margin: 0px 0 0 0;
	padding: 21px 20px 0px 24px;
	font: normal 11px/15px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #0c0d0e;
}
.oneColFixCtr #rightCol .socialBox a {
	color: #3b599d;
	text-decoration: none;
}
.oneColFixCtr #rightCol .socialBox a:hover {
	color: #3b599d;
	text-decoration: none;
	border-bottom: 1px dotted #3b599d;
}
.oneColFixCtr #rightCol .socialBox a img {
	border: 0;
	float: left;
	padding-right: 14px;
}
.oneColFixCtr #rightCol .socialBoxBtm {
	width: 294px;
	height: 27px;
	background: url(_im/social-box-btm.jpg) no-repeat;	
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}


.oneColFixCtr #leftCol {
	width: 580px;
	float: left;
	padding: 6px 0 0 0;
}
.oneColFixCtr #leftCol p {
	font: normal 21px/33px Georgia, "Times New Roman", Times, "serif";
	color: #d2e2e9;
	padding-bottom: 20px;
}
.oneColFixCtr #leftCol h4 {
	padding: 3px 0 10px 0;
}
.oneColFixCtr #leftCol p.smaller {
	font: normal 16px/25px Georgia, "Times New Roman", Times, "serif";
	color: #d2e2e9;
	padding-bottom: 17px;
}
.oneColFixCtr #leftCol p a {
	font: normal 16px/25px Georgia, "Times New Roman", Times, "serif";
	color: white;
	text-decoration: none;
}
.oneColFixCtr #leftCol p a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
.oneColFixCtr #leftCol img#portrait {
	width: 237px;
	height: 237px;
	float: right;
	margin: 6px 0 10px 24px;
}


.oneColFixCtr .carousel {
	width: 1080px;
	height: 490px;
	background: url(_im/carousel-bknd.png) no-repeat 30px 0px;
	margin: 50px 0 0 0;
	padding: 25px 0 0 0;
}


.oneColFixCtr .blueBoxTop {
	margin: 50px 0 0 0;
	background: url(_im/blue-box-top.png) no-repeat 30px;
	height: 20px;
	width: 1080px;
}
.oneColFixCtr .blueBoxBtm {
	margin: 0 0 0 0;
	background: url(_im/blue-box-btm.png) no-repeat 30px;
	height: 20px;
	width: 1080px;
}


.oneColFixCtr #links {
	background: url(_im/blue-box-mid.png) repeat-y 30px;
	margin: 0px 0 0 0;
	padding: 0px 0px 4px 30px;
	/*border: 1px dotted red;*/
	font-size: 75%;
	line-height: 155%;
	color: #87b3cf;
}
.oneColFixCtr #links a {
	font-size: 120%;
	line-height: 140%;
	color: white;
	text-decoration: none;
}
.oneColFixCtr #links a:hover {
	color: yellow;
	text-decoration: none;
	border-bottom: 1px dotted yellow;
}
.oneColFixCtr #links ul {
	margin: 0;
	padding: 0 0 0 0px;
}
.oneColFixCtr #links li {
	margin: 0 0 11px;
	list-style: none;
	padding: 0 0 0 24px;
	background: url(_im/bullet.gif) no-repeat 0px 3px;
}
.oneColFixCtr #links div.column {
	width: 218px;
	margin-left: 30px;
	display:inline;
	float: left;
	position: relative;
}
.oneColFixCtr #links h2 {
	margin: 0px 0 26px 30px;
	padding: 7px 0;
	font: 220% Georgia, "Times New Roman", Times, serif;
	color: #87b3cf;
	font-weight: normal;
}
.oneColFixCtr #links h3 {
	margin: 0 0 17px 0;
	padding: 0;
	color: white;
	font-size: 140%;
	font-weight: normal;
}



.oneColFixCtr #footer {
	padding: 50px 0px 40px 30px;
	font-size: 70%;
	line-height: 150%;
	color: #808080;
}
.oneColFixCtr #footer img {
	float: left;
	margin: 4px 20px 15px 0;
}
.oneColFixCtr #footer a img {
	float: left;
	margin: 1px 10px 15px 0;
	border: none;
}
.oneColFixCtr #footer a {
	color: #bfbfbf;
	text-decoration: none;
}
.oneColFixCtr #footer a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
.oneColFixCtr #footer p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
.oneColFixCtr #footer div.columnDouble {
	width: 360px;
	margin-left: 30px;
	padding-left: 90px;
	display:inline;
	float: left;
	position: relative;
	background: url(_im/HeinleinBiography.com-starship-logo.jpg) no-repeat 0px 3px;
	vertical-align: top;
	/*border: 1px dotted orange;*/
}
.oneColFixCtr #footer div.column {
	width: 218px;
	margin-left: 40px;
	display:inline;
	float: left;
	position: relative;
	/*border: 1px dotted red;*/
}




/* Clear Floated Elements
--------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
