/*
our palette
#000600 #203B00 #627530 #E6F7FC #94AA7E

*/
html {
	font-size: 100%;
	overflow-y: scroll;
	background-color: #E6F7FC;
}
div.clear {
	width:0px;
	height: 0px;
	clear: both;
}
.borderless {
	border-style: none;
}
a.buy-button {
	background: #94AA7E url(../images/btn_background.png) repeat-x scroll 0 0;
	color: #000600;
	font-weight: normal;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #000600;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	padding: 1px 6px 2px 6px;
}
ul.no {
	padding:0;
	list-style-type: none;
}
ul.no li {
	margin-bottom:.3em;
}
p {
	text-align: left;
}
.book {
	font-weight: bold;
}
.slug {
	color: #333333;
	font-size: .75em;
	line-height: 1.2;
	margin: 1ex 0;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	white-space: nowrap;
}
/* because ie thru 7 doesn't quote quotes */
q:before, q:after {
    content: ""; 
}
.textbox, .blurb {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
div.textbox {
	border: 1px solid black;
	background-color: rgb(169,187,151); /*#94AA7E; /*E6DDD4;*/
	z-index: 2;
	font-size: 85%;
}
div.textbox p {
	margin: .5em;
}
body.kluge {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	background-color: #DFD2B2;
	color: #000600;
	margin: 12px auto 12px auto;
	border: 2px solid #183800;
	width: 800px;	/* net width=800 */
}
body.kluge h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Courier New", monospace;
}
img {
	border: 1px solid #000000;
}
#footer {
	margin: 0 auto 0 auto;
	padding:1em 0;
	text-align: center;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 80%;
}
#footer div {
	margin:.5em 0 0 0;
	padding:0;
}
#nav {
	text-align: center;
	margin: 2em auto 2em 0;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
#nav > a, a.back {
	color: #000600;
	text-decoration: none;
	margin: 0 .5em;
}
#nav > a:link,a.back:link {
}
#nav > a:visited, a.back:visited {
}
#nav > a:hover, a.back:hover {
	border-bottom: 1px solid black;
}
#nav > a:active, a.back:activve {
}
#nav img, a.back img {
	border-style: none;
}
body.home #nav > a.home,
body.about #nav > a.about,
body.books #nav > a.books,
body.writing #nav > a.writing,
body.travels #nav > a.travels,
body.contact #nav > a.contact
{
	border-bottom: 3px solid red;
	text-decoration: none;
	cursor: default;
}
#content {
	margin: 0;
}
#col1 {
	margin: 0 12px;
	text-align: center;
}
#col1 p, #col2 p, #col1 h2, #col2 h2 {
	margin-right:12px;
}
#col2 h2 {
	margin-top: 0;
}

/* home */
body.home #content {
	position: relative;
}
body.home #col1 {
	width: 200px;
	height: auto;
	float:none;
	position: relative;
	left:0;
	top:0;
}
body.home #col1 ul.blurbs {
	padding-left:0;
	list-style: none;
	text-align: left;
	margin: 1em auto;
	width: 180px;
}
body.home #col1 ul.blurbs li {
	margin-bottom:1em;
}
body.home #col1 ul.blurbs li span:first-child {
	font-weight: bold;
}
body.home #col2 {
	padding-top:0px;
	width: 580px;
	overflow:visible;
	float:right;
}
body.home #col2 h2 {
	margin-top: 0;
}
body.home #col2 ul.cover-list {
	list-style: none;
}
table.cover-list {
	width:100%;
}
table.cover-list td {
	text-align: center;
}
table.cover-list img.cover {
	margin: 0 auto;
	display: block;
	border-style: none;
	padding-bottom: 4px;
}
body.home #col2 p span:first-child {
	font-weight: bold;
}
#typekeys {
	position:absolute;
	right: -2px;	/* account for the border */
	width: 800px;
	z-index:0;
	border-width: 1px 2px 2px 2px;
	border-style: solid;
	border-color: black;
}
/* about */
body.about #col1 {
	float: none;
}
body.about  #col1 img {
	margin-bottom: 10px;
}
body.about #col2 {
	float: right;
	width: 476px;
	margin-left:12px;
}
/* books */
body.books #col1 {
	width: 200px;
}
body.books #col2 {
	float: right;
	width: 575px;
}
body.books #booklist {
	margin: 12px;
}
body.books table#booklist {
	width: 100%;
}
table#booklist td {
	text-align: left;
	vertical-align:top;
	padding-top:1em;
}
table#booklist td.covers {
	text-align: center;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
table#booklist td.covers img {
	border-style: none;
}
table#booklist td.desc {
	padding-left:5px;
	padding-right:5px;
}
table#booklist td.desc h3 {
	margin:0;
}
table#booklist td.slugcol {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

table#booklist div.slug {
	text-align: left;
	padding-bottom: 3px;
	margin-top:0;
}
table#booklist td p {
	margin-top:0;
}
/* writing */
body.writing #col1 {
	float:none;
	width: 300px;
}
body.writing #col2 {
	float:right;
	width: 476px;
	margin-left:12px;
}
/* travels */
body.travels #col1 {
	width: 180px;
	float: none;
}
body.travels #col2 {
	float: right;
	width: 596px;	
}
body.travels .textbox {
	z-index: 3;
	position: relative;
	width: 220px;
	margin-left: 375px;
	border-right: 0 none;/* cuz flush with body border */
}
body.travels .textbox h2 {
	text-align: center;
}
body.travels #smilancopy {
	display:none;
}
/* contact */
body.contact #col1 {
	float: left;
	width: 500px;
	text-align: left;
}
body.contact #col2 {
	margin-left: 520px;
}
body.contact fieldset {
	border-style: none;
}
address {
	font-style: normal;
	line-height: 1.2em;
}
/* input form styling */
body.contact label {
	padding-bottom: 5px;
	display:block;
}
.textin label {
	display: inline;
}
div.textin {
	margin-top: 10px;
	border:1px solid #6A6456; 
	padding:0px 2px 0px 4px;
	color: #9C652C;
	background-color: white;
	width: 35em;
}
div.textin label {
	font-size: 87.5%;
	margin-right: .8em;
	display: inline;
	font-weight: bold;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
div.textin input {
	font-family: inherit;
	border-style: none; 
	background-color: transparent; 
	border-width: 0;
	color: #7E2113;
	width: 25em;
}
button {
	display:inline; 
	font-size:87.5%; 
	padding-right: 5em; 
	padding-left: .51em;
	border:1px solid #a1a1a1;
	cursor: pointer;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
/* essays */
body.essay #col1 {

}
body.essay #col2 {
	float: right;
	width: 584px;
	margin-right: 12px;	
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	line-height: 1.3em;
}
body.essay #col2 h2 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin-top: 1.2em;
}
body.essay #col2 h2:first-child {
	margin-top: 0;
}

