/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #a09e68; 
	color: #383737;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;	
}

html {
     overflow-y: scroll;
}

/* centering and framing */
#wrap, #footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding: 0;		
	padding-left: 10px;	
	text-align: left;
}

#wrap {	margin-bottom: 0;
	background: #484848;
	background-image: url("images/background.jpg");
	background-repeat: repeat-y;
	background-position: 910px -21px;	
}

/* masthead */
#masthead {
	width: 865px;;
	height: 112px;
	background: #e1e08d;
}

#masthead h1 {
	display: inline; /* for ie6 only */
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	padding: 0;
}

#masthead h1 span {
	display: none;
}	

#masthead #emblem {
	display: inline; /* for ie6 only */
	float: left;
	margin-top: 25px;
	margin-left: 315px;
}

/* primary navigation (nav1) */
#nav1 {
	height: 43px;
	width: 825px;	
	list-style: none;
	margin: 0;
	padding-left: 40px;
	background: #923b39;
	color: #fff;
}

#nav1 li {
	float: left;
}

#nav1 a {
	display: block;
	width: 100px;
	height: 29px;
	padding-top: 14px;
	color: #fff;
	line-height: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #fff;
}

#nav1 #nav1_contact {
	border-right: 0;
}

#nav1 #nav1_writings {
	height: 35px;
	padding-top: 8px;
}

#nav1 #nav1_appearances {
	width: 125px;
}

#nav1 a:hover,
.home #nav1_home, .news #nav1_news, .books #nav1_books, 
.writings #nav1_writings, .bio #nav1_bio, .contact #nav1_contact, .appearances #nav1_appearances {
	background: #2a2a2a;
}

/* page structural elements */

#main {
	width: 607px;
	min-height: 500px;
	height: 500px; /* for ie6 only */
	margin: 0;
	padding-left: 32px;
	padding-top: 50px;
	padding-bottom: 25px;
	padding-right: 226px;
	background: #fff;	
	border-bottom: 1px solid #fff;
}

html>body #main {
	height: auto; /* override ie6-only rule above */
}

.camp #main {
	width: 801px;
	padding-right: 32px;	
}

#sidebar {
	position: absolute;
	top: 200px;
	left: 670px;
	width: 230px;
}

/* main text and inline elements */

#main h2, #main h3 {
	margin-left: 35px;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#main p {
	margin-left: 35px;
	margin-right: 52px;
	line-height: 1.9em;
	font-size: 1.05em;
}

#main div.imgbox {
	float: right;
	display: inline; /* for ie6 and ie7-only */
	clear: both;
	width: 210px;
	color: #999;
	font-size: 0.9em;
	margin-right: 17px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#main div.imgbox2 {
	float: right;
	display: inline; /* for ie6 and ie7-only */
	width: 349px;
	color: #999;
	font-size: 0.9em;
	margin-right: 17px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#main div.imgbox3 {
	float: left;
	display: inline; /* for ie6 and ie7-only */
	width: 150px;
	color: #999;
	font-size: 0.9em;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 32px;
	margin-bottom: 40px;
	text-align: center;
}

#main div.imgbox a, #main div.imgbox2 a, #main div.imgbox3 a {
	text-decoration: none;
}

#main div.imgbox img, #main div.imgbox2 img, #main div.imgbox3 img {
	border: 1px solid #000;
}


#main a.twocovers {
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 1px solid #000;	
}

#main ul, #main ol {
	padding-left: 65px;
	margin-left: 0px;
	line-height: 1.3em;	
	font-size: 1.05em;
	padding-right: 40px;
}

#main ul li, #main ol li  {
	margin-bottom: 15px;
}

#main a {
	color: #890E0B;
}

#main a:hover {
	background: #890E0B;
	color: #fff;
}

.separator {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.homeimg {
	float: left;
	margin-right: 20px;
	border: 1px solid #000;
}

/* convenience classes */
.allcaps {
	text-transform: uppercase;
}

.regline {
	line-height: 1.3em !important;
}

.bigtop {
	margin-top: 30px;
}

.bigbottom {
	margin-bottom: 20px;
}

.medpadtop {
	padding-top: 15px;
}

.notop {
	margin-top: 0 !important;
}

.nobottom {
	margin-bottom: 0 !important;
}

.centered {
	text-align: center;
}

.smfo {
	font-size: 0.85em !important;
}

.clr {
	clear: both;
}

.botmar {
	margin-bottom: 20px;
}

.leftmar {
	margin-left: 30px;
}

.byline {
	text-align: right;
	margin-top: 0 !important;
	font-weight: bold;
}

/* sidebar text and inline elements */
#sidebar blockquote {
	font-family: "Times New Roman", times, serif;
	font-size: 2.2em;
	line-height: 2.0em;
	color: #6189a2;
	margin: 0;
	padding: 0;
	width: 175px;
}

.home #sidebar blockquote {
	width: 180px;
}

#sidebar p, #sidebar a {
	color: #6189a2;
}

#sidebar a:hover {
	background: #6189a2;
	color: #fff;
}

/* footer */
#footer {	
	height: 35px;	
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 5px;
	background: #923b39;
	color: #fff;
	font-size: 0.85em;
}


#footer p {
	display: inline; /* for ie6 only */
	float: left;
	width: 130px;
	margin: 0;
	margin-left: 1px;
}

#footer div {
	float: left;
	width: 670px;
	text-align: left;
}


#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: block;
	float: left;
	margin-left: 4px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fef169;
}

#footer p a {
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}


/* Footer: Juxtaprose link */

.juxta {
	display: block;
	float: right;
	color: #999;
}

.juxta span, .detail {
	font-style: italic;
}

.juxta a:hover {
	text-decoration: underline;
}