/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #0c3f36;
	color: #000;
	margin: 0;
	font-family: "times new roman", times, serif;
	font-size: 80%;
	text-align: center;	
}

/* page structural elements */
#masthead {
	width: 100%;
	height: 165px;
	background: #fff; 	
	border-top: 10px solid #1b3934;
	border-bottom: 1px solid #1b3934;
	text-align: center;		
}

#core {
	width: 100%;
	background: #efefef;	
}

#wrap, #footwrap {
	position: relative;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;	
}

/* column layout */
.col {
	display: inline; /* ie6 only */
	float: left;
	min-height: 300px;
	height: 300px; /* ie6 only */		
	margin-top: 25px;
	padding-bottom: 25px;
}

#cola {
	width: 374px;
	margin-left: 48px;
	text-align: left;	
}

#colb {
	width: 230px;
	margin-left: 111px;		
}

#home #cola {
	width: 280px;
	text-align: center;	
}

#home #colb {
	width: 285px;
	margin-left: 150px;
}

#books #cola {
	width: 720px;
	text-align: left;
}

#booksmore #colb {
	text-align: right;
}

#legal #cola {
	width: 632px;
	text-align: left;
}

/* .box is only for #colb */
.inside .box {
	width: 200px !important;
	min-height: 200px;	
	height: 200px; /* ie6 only */
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #000;
	background: #fff;
}

html>body .col {
	height: auto !important; /* override ie6-only rules above */
}

/* masthead contents */
#masthead h1 {
	display: block;
	width: 802px;
	height: 51px;	
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	background-image: url("images/masthead.gif");
	background-repeat: no-repeat;
}

#masthead h1 a {
	display: block;
	width: 802px;
	height: 51px;
	text-decoration: none;
}

#masthead h1 a span {
	display: none;
}


/* primary navigation (nav1) */

#nav1 {
	width: 500px;
	list-style: none;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#nav1 li {
	display: inline; /* ie6 only */
	float: left;
	margin-left: 0;	
	margin-right: 20px;
	border: 1px solid #fff;
}

#nav1 #li_home {
	margin-left: 20px;
}

#nav1 a {
	display: block;
	height: 23px;
	width: 20px; /* ie6 only */
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;	
	border: 3px solid #fff;
	color: #000;
	font-size: 1.25em;	
	text-transform: uppercase;
	text-decoration: none;
}

html>body #nav1 a {
	width: auto; /* override ie6-only rule above */
}

#nav1 a:hover, 
#home #nav1_home, #books #nav1_books, #booksmore #nav1_books,
#bio #nav1_bio, #news #nav1_news, 
#commentary #nav1_commentary, #contact #nav1_contact, #events #nav1_events {
	color: #770001;
}

#home #li_home, #books #li_books, #booksmore #li_books, 
#bio #li_bio, #news #li_news, 
#commentary #li_commentary, #contact #li_contact,#events #li_events {
	background: #cfe0d5;
	border: 1px solid #770001;	
}


/* main (cola) text and inline elements */
h2 {
	color: #770001;
	font-size: 1.9em;
	font-weight: normal;
}

#cola h3 {
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
}

.col a { 
	color: #770001;
}

.col a:hover { 
	background: #cfe0d5;
}


#cola h3 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;	
}

#cola h3 a:hover {
	background: inherit;
	border-bottom: 1px solid #999;	
}

.inside #cola p {
	font-size: 1.1em;
	line-height: 1.7em;
}

#cola ul {
	font-size: 1.1em;
	line-height: 1.3em;	
}

#cola ol {
	list-style-position: inside; /* ie6 only */
	margin-left: 0;
	margin-bottom: 25px;
	padding-left: 0;
	font-size: 1.1em;
	line-height: 1.3em;	
}

html>body #cola ol {
	list-style-position: outside; /* override ie6-only rule above */
}

ol[className="fixol"] {
	list-style-position: inside !important; 
	/* ie7-only, override general rule above */
}


#cola ol li {
	margin-bottom: 15px;
}

/* sidebar (colb) text and inline elements */
#colb img {
	border: 1px solid #000;
}

.inside .box img {
	border: 0 !important;
}

.inside .box {
	text-align: right;
}

#colb h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px;
}

#colb ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 20px;
}

#colb a  {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}

#colb a:hover {
	background: inherit;
	border-bottom: 1px solid #999;
}	

/* home page contents */
#home #cola p {
	font-size: 0.95em;
	margin-top: 10px;
	margin-bottom: 5px;
}

#home #colb blockquote {
	color: #770001;
	margin: 0;
	padding: 0;
	font-size: 1.26em;
	letter-spacing: 0.011em;
	text-align: left;	
}

#contact #colb blockquote {
	color: #770001;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: left;	
}

#home #colb blockquote p {
	margin-top: 20px;
	margin-bottom: 0;	
	line-height: 1.9em;
}	
	
#home #colb .byline, #contact #colb .byline {
	margin-top: 0;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;	
}

/* books page contents */
#books #cola .bookblurb {
	display: inline; /* ie6-only */
	float: left;
	width: 200px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

#books #cola .midcol {
	margin-left: 57px;
	margin-right: 57px;
}

.bookblurb img {
	border: 1px solid #000;
}

/* commentary page contents */
#cola h3.entry { 
	margin-bottom: 0;
}

#commentary #cola .postbody {
	font-size: 1.1em;
	line-height: 1.35em;
}

#commentary #cola .postbody p {
	font-size: inherit !important;
	line-height: inherit !important;
}

/* convenience classes */
.notop {
	margin-top: 0;
}

.bigtop {
	margin-top: 25px;
}

.smalltop {
	margin-top: 5px;
}

.nobottom {
	margin-bottom: 0;
}

.bottomborder {
	border-bottom: 1px dotted #555;
	padding-bottom: 35px;
}

.bottomborder2 {
	border-bottom: 1px solid #770001;
	padding-bottom: 25px;
}

.byline {
	margin-top: 0;
	font-weight: bold;
	text-align: right;
}

.reviews {
	margin-bottom: 0;
	padding-bottom: 0;
}

.nound {
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.clr {
	clear: both;
}

.listing {
	line-height: 1.1em !important;
	margin-top: 0 !important;
}

.separator {
	height: 8px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;	
	background-image: url("images/separator.gif");
	background-position: 50% 0;
	background-repeat: no-repeat;	
	text-align: center;
}

/* footer */
#footer {	
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	color: #f5f5f5;
	font-size: 0.95em;	
}

#footer #copy {
	width: 400px;
	margin: 0;	
	padding-top: 20px;
	text-align: left;	
}

#footer a {
	color: #f5f5f5;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #bookmark {
	margin-top: 39px;
	text-align: right;
}

#footer ul {
	float: right;	
	list-style: none;
	width: 300px;
	margin-top: 20px;
	padding: 0;
}

#footer li {
	display: block;
	float: right;
	margin-left: 5px;	
}

/* Footer: Juxtaprose link */
.juxta {
	clear: both;
	font-size: 0.9em;
	margin-top: 40px;
	padding-bottom: 5px;
	text-align: right;
	text-decoration: none;
}

.juxta span {
	font-style: italic;
}

#footer .juxta a {
	color: #354;
}

#footer .juxta a:hover {
	color: #f5f5f5;
	text-decoration: underline;
}