@charset "UTF-8";

p {
	padding-top: 0px;
	margin-top: 0px;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.fixFrame {
	clear: both;
}

body {
	background-color: #030a12;
	background-image: url(../images/bgTicker.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
	color: #a4b352;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}


#ticker {
	height: 20px;
	color: #495531;
	margin: 0px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 12px;
}

#mainContentContainer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#leftBar {
	position: relative;
	z-index: 9;
	width: 342px;
	float: left;
	margin-right: 7px;
}
#rightBar {
	float: left;
	width: 592px;
	position: relative;
}

#rightBar #nav .hi, #rightBar #nav .flat {
	text-align: center;
	float: left;
	margin-right: 7px;
}
#rightBar #nav {
	float: left;
	margin-bottom: 0px;
}
#rightBar #nav a {
	font-size: 18px;
	line-height: 18px; 
	padding: 3px 9px;
	display: block;
	
}
#rightBar #nav .on, #rightBar #nav a:hover {
	border: 1px solid #525d36;
	background-color: #030a12;
	color: #a4b352;
	text-decoration: none;
	padding: 2px 8px;
}
.vConnectorSpacer {
	height: 7px; 
	width: 30px;
	line-height: 7px;
	font-size: 1px;
}

#mailingList {
	float: right;
}
#mailingList .text_field {
	margin: 0px;
	padding: 0px 2px;
	width: 50px;
	background-color: #a4b352;
	color: #000;
	border: 1px solid #fff;
	height: 18px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

#mailingList .buttons {
	margin: 0px;
	padding: 0px 2px;
	background-color: #a4b352;
	color: #000;
	border: 1px solid #a4b352;
	height: 18px;
	font-size: 10px;
}

#rightBarContainerBG, #bookContainerBG {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	filter: alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	z-index: -1;
}
#rightBarContainerBG {
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
.bookContainer, #rightBarContainer, .leftbarContainer {
	position: relative;
	border: 1px solid #525d36;
	overflow: hidden;
}
.bookContainer {
	width: 342px;
	height: 228px;
	overflow: hidden;
}
#rightBarContainer {
	width: 592px;
}

.bookContainer {
	font-size: 11px;
	width: 340px;
}
#book, #content {
	position: relative;
	z-index: 10;
	padding: 6px;
}

.title {
	font-size: 28px;
	text-transform: lowercase;
	line-height: 28px;
}
.subhead {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.byline {
	font-size: 10px;
}

#leftBottomStuff {
	width: 160px;
	font-size: 10px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}


#rightBarContainer, .bookContainerr, .leftbarContainer {
	position: relative;
	z-index: 10;
}

#rightBar .title {
	margin-bottom: 12px;
}

#footer #nav a {
	float: left;
}

.leftbarContainer .content {
	padding: 10px;
}

.quote {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.attribution {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding-left: 85px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.moreLink {
	font-size: 12px;
}



#line {
	float: left;
	background-image: url(../images/line.png);
	width: 157px;
	height: 248px;

}





.formItem {
	margin-bottom: 12px;
}
.formItem .fieldLabel {
	font-size: 12px;
}

#misclinks {
	position: relative; margin-top: 10px; float: right; border: 1px solid green; border: 1px solid #525d36; padding: 12px; font-size: 11px; width: 150px;
}
#audiobook_samples {
	position: absolute;
	top: 490px;
	left: 165px;
	border: 1px solid green;
	border: 1px solid #525d36;
	width: 150px;
}

#toptabs {
	position: absolute; top: 5px; left: 0px; z-index: 11;
}

#toptabs a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 9px;
}

#toptabs a.hi {
	border: 1px solid #525d36;
	border-bottom: 0px;;
	background-color: #030a12;
	color: #a4b352;
	text-decoration: none;
	padding: 2px 8px;
	padding-bottom: 0px;
}

#homepage_hero, #homepage_hero_small {
	border: 1px solid #525d36;
	position: absolute;
	top: 240px;
	left: 165px;
	width: 400px;
	height: 243px;
}

#homepage_hero_small {
	width: 174px;
	height: auto;
}
#homepage_hero_small .title {
	font-size: 18px;
	line-height: 20px;
}
#homepage_hero_small .subtitle {
	margin-top: 6px;
}
#homepage_hero_small img {
	width: 150px;	
}