/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #ffffff;
	margin: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;	
}

#page-background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* centering and framing */
#wrap, #footer, #juxta {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 950px;
	overflow: hidden;
}

#wrap {
	background: #fcfcfc;
	text-align: left;	
}

/* page structure */

#main {
	width: 545px;
	padding-left: 55px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 20px;
	margin: 0;
	min-height: 335px;
	height: 335px; /* for ie 6 only */
	text-align: left;
}

#mainbottom {
	width: 100%;
	margin: 0;	
	padding-top: 30px;
	padding-left: 55px;	
	background: #efefef;
	text-align: left;	
}

	/* for use on #main for pages with no #mainbottom */
.long1 { 
	min-height: 500px !important;
	height: 500px !important; /* for ie 6 only */
}

.long2 { 
	min-height: 600px !important;
	height: 600px !important; /* for ie 6 only */
}

html > body #main,
html > body .long1,
html > body .long2 {
/* override the ie 6-only height, above */
	height: auto !important;
}


#sidebar {
	position: absolute;
	top: 0px;
	left: 650px;
	background: #4d4d4d;
	width: 250px;
	min-height: 400px;
	margin-bottom: -13500px;
	padding-bottom: 13500px;
	background-color: #4d4d4d;
}

.featured #sidebar {
	background: #4d4d4d;
}

/* masthead */
h1 { 
	position: relative;
	width: 950px;
	height: 121px;
	margin: 0;
	padding: 0;
	background-image: url("images/masthead_background.jpg");
	background-repeat: no-repeat;	
}

h1 a {
	display: block;
	position: absolute;
	top: 33px;
	left: 55px;
}

h1 span {
	display: none;
}

/* primary navigation (nav1) */

#nav1 {
	width: 100%;
	height: 50px;
	background: #fff;
	margin: 0;
	padding: 0;
}

#nav1 ul {
	list-style: none;
	margin: 0;	
	padding: 0;	
	margin-left: 56px;
	text-align: left;
}

#nav1 li {
	float: left;
}

#nav1 a {
	display: block;
	padding-top: 18px;
	width: 85px;
	font-size: 1.1em;
	font-weight: bold;	
	text-transform: uppercase;
	text-decoration: none;
	color: #000;	
}

#nav1_articles {
	width: 110px !important;
}

#nav1_bio {
	width: 62px !important;
}

#nav1_appearances {
	width: 140px !important;
}


#nav1 a:hover, .home #nav1_home, .books #nav1_books,
.articles #nav1_articles, .bio #nav1_bio, 
.appearances #nav1_appearances, .contact #nav1_contact
{
	text-decoration: underline;
	color: #f8992e;
}

/* main text and inline elements */

h2 {
	color: #d95303;
	margin-top: 0;
	font-size: 1.35em;
	font-weight: bold;	
	text-transform: uppercase;
}

.date {
	border-top: 1px dotted #000;
	padding-top: 15px;
	margin-top: 20px;
}

#main .cover {
	float: left;
	border: 1px solid #000;
	margin-right: 20px;
	margin-bottom: 10px;	
}

#main .coverhome {
	float: left;
	border: 1px solid #000;
	margin-right: 20px;
	margin-bottom: 40px;
}

#main p, ul {
	font-size: 1.1em;
	line-height: 1.4em;
}

#mainbottom p {
	width: 500px;
	margin-bottom: 0px;
	font-size: 1.0em;
	line-height: 1.8em;
}

#mainbottom h2 {
	width: 550px;
	font-size: 1.2em;
	font-weight: bold;
}


#main a, #mainbottom a {
	color: #d95303;
}

#main a:hover, #mainbottom a:hover {
	background: #d95303;
	color: #ffffff;
}

#main .bookblock {
	float: left;
	width: 160px;
	height: 295px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

#main .midbook {
	margin-left: 32px;
	margin-right: 32px;
}

#main .bookblock a {
	color: #000;
	text-decoration: none;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
}

#main .bookblock a:hover {
	color: #fff;
}

#main .bookblock img {
	border: 1px solid #000;
}

h3 {
	color: #073311;
	font-size: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#main .bookblock h3 {
	margin-bottom: 0;
}

#main h4, #mainbottom h4 {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

#stepitup {
	border: 1px solid #000;
	color: #000;
	background: #fff;
	padding: 10px;
}

#eaarthbox {
	border: 1px solid #000;
	color: #000;
	background: #fff;
	padding: 2px;
}

/* sidebar text and inline elements */

#sidebar img {
	border-bottom: 25px solid #4d4d4d;
}
 
#sidebar h3, #sidebar div.separator {
	height: 22px; 
	margin: 0;
	margin-top: -3px; /* for ie 6 only */
	padding-top: 3px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;	
	text-align: center;
	text-transform: uppercase;
}

html > body #sidebar h3,
html > body #sidebar div.separator  {
/* to override ie 6-only setting above */
	margin-top: 0;
}

#sidebar p {
	margin: 0;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: 1em;
	line-height: 1.9em;
	text-align: left;
	color: #ffffff;
}

#sidebar p.leadin {
	padding-bottom: 0;
	padding-top: 0;
	font-size: 1.1em;
	line-height: 1em;
	margin-top: 20px;
	color: #FEFDDF;
}

#sidebar a {
	color: #ffffff;
}

#sidebar a:hover {
	background: #ffffff;
	color: #f8992e;
}

#sidebar ul {
	font-size: 1.1em;
	line-height: 2.1em;
	list-style: none;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;	
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: left;
	color: #fff;
}

.booklist li {
	border-bottom: 1px dotted #5C6F56;
}

.noborder {
	border-bottom: none !important;
}

.booklist a, .storelist a {
	text-decoration: none;
}

.booklist a:hover, .oilhoney #book_oilhoney, .gwr #book_gwr, .eaarth #book_eaarth, .american #book_american, .reader #book_reader, .fight #book_fight, .deep #book_deep, .radiofreevermont #book_radiofreevermont,
.end #book_end, .enough #book_enough, 
.wandering #book_wandering, .longdistance #book_long, .maybe #book_maybe, .hundred #book_hundred, .hope #book_hope, .age #book_age, 
.quiz #book_quiz, .message #book_message, .facts #book_facts, .newsweather #book_newsweather, .eaarthbook #book_eaarthbook, .eaarthexcerpt #book_eaarthexcerpt, .eaarthdiscussion #book_eaarthdiscussion, .eaarthpraise #book_eaarthpraise, .eaarthlinks #book_eaarthlinks, .endofnatureeaarth #book_endofnatureeaarth {color: #f8992e;}

.storelist {
	list-style-image: url("images/square-orange.gif") !important;
	margin-left: 40px !important;
	margin-top: 5px !important;
}


.storelist a {
	font-variant: small-caps;
	letter-spacing: 0.07em;
}

.shorty {
	margin-top: 0;
	margin-bottom: 30px !important;
	text-align: right !important;
}

.morelink {
	/*background: #000; #184814; #5C6F56;
	border: 1px dotted #fff;
	*/
	color: #d95303;
	padding: 0px;
	text-decoration: underline;	

}

.morelink a:hover {
	background: #fff;
	color: #f00;
	border: 1px dotted #f00;
}

.bgorange {
	background: #d95303;
	color: #ffffff;
}

.bgyellow {
	background: #092707;
	color: #ffffff;
}

.bgblack {
	background: #000000;
}


.bggreen {
	background: #4d4d4d;
}
/* convenience classes */

.grey {
	color: #424242;
}

.centertxt {
	text-align: center;
}

.byline {
	text-align: right;
	margin-top: 0px;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	padding-bottom: 3px;
}

/* footer */

#footer {	
	position: relative;
	height: 100px;
	background: #efefef;
	text-align: left;	
}

#signup {
	width: 250px;
	height: 67px;
	margin: 0;
	margin-left: 650px;
	background: #a7ad98;
	color: #172100;
	font-size: 0.9em;
}

#signup p {
	margin: 0;
}

#signup #email {
	float: left;
	width: 150px;
	height: 18px;
	margin-top: 5px;	
}

#signup #sub {
	float: left;
	height: 20px;
	width: 55px;
	margin-top: 9px;
	margin-left: 7px;
	background: #bf2c02;
	color: #fff;
	border: 1px solid #000;
	font-size: 0.85em;	
}

.footnav {
	height: 23px;
	padding-left: 50px;
	padding-top: 9px;
	background: #fff;
	color: #000000;
	font-size: 0.85em;		
}

.footnav  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footnav  li {
	display: block;
	float: left;
	padding-left: 5px;	
}

.footnav p {
	display: inline; /* for the benefit of IE 6 */
	float: right;
	margin-top: 0px;
	margin-right: 51px;	
}

.footnav a {
	color: #000000;
	text-decoration: none;
}

.footnav a:hover {
	text-decoration: underline;
}

#footer p a {
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer .legal, #footer .legal a {
	color: #666;
}



/* Footer: Juxtaprose link */
#juxta {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 5px;
}

#juxta a {
	font-size: 0.85em;
	color: #666;
	padding-right: 51px;	
	text-decoration: none;
}

#juxta p {
	font-size: 0.85em;
	color: #666;
	margin-top: 0;
	padding-top: 0;
}

#juxta span, .detail {
	font-style: italic;
}

#juxta a:hover {
	text-decoration: underline;
}
