/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/


html {
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* for centering layout in IE 5.x */
	background: #56130f url(../images/shared/bgTexture.jpg);
}


/* Container for entire page content */

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* counter the centering in the body tag */
}

#header {
	position: relative;
	height: 67px;
	width: 780px;
	margin: 45px -30px 0 -30px;
	padding: 0 30px;
	background: url(../images/shared/pageHeader.gif) no-repeat;
}

#pageContent {
	position: relative;
	width: 780px;
	min-height: 420px;
	margin: 0 -30px 0 -30px;
	padding: 40px 30px 0 30px;
	background: url(../images/shared/contentBG.gif) repeat-y;
}

#footer {
	position: relative;
	width: 780px;
	margin: 0 -30px 0 -30px;
	padding: 40px 30px 5px 30px;
	background: url(../images/shared/pageFooter.gif) no-repeat;
}


.clear {
	clear: both;
}


/* ------------------------------------------------------------------------------------------------------*/
/* HEADER BLOCK (LOGO & MAIN NAV)  ----------------------------------------------------------------------*/


#header h1 {
	text-indent: -5000px;	
}



#calloutBanner {
	width: 764px;
	height: 164px;
	position: relative;
	margin: -94px 8px 40px 8px;
	background: url(../images/home/calloutBanner_bg.jpg) no-repeat bottom;
}

#authorPhoto {
	float: left;
	margin: 0 0 0 26px;
}

#callOutBook {
	float: right;
	margin: 30px 107px 0 0;
}







ul#mainNav {
	width: 153px;
	list-style: none;
	font-size: 10px;
	line-height: 10px;
	background: url(../images/shared/mainNav_horizRule.gif) top no-repeat;
	float: left;
}

ul#mainNav li{
	width: 153px;
	padding: 9px 0 9px 0;
	background: url(../images/shared/mainNav_horizRule.gif) bottom no-repeat;
}

ul#mainNav li a {
	margin: 0 0 0 29px;
	width: 153px;
	height: 10px;
	display: block;
	text-indent: -5000px;
	border: none;
}

/* Basic Link Styles */

#mainNav a:link		{ color: #00747a; text-decoration: none; }
#mainNav a:visited	{ color: #a2ad00; text-decoration: none; }
#mainNav a:hover	{ color: #00747a; text-decoration: none; }
#mainNav a:active	{ color: #00747a; text-decoration: none; }
#mainNav a:focus	{ outline: 0; }

/* Nav Rollovers */


#mainNav .home a { background: url(../images/shared/nav_home.gif) no-repeat; width: 48px; }
#mainNav .home a:hover  { background-position: -48px 0; }
#mainNav .home a:focus  { outline: 0; }
#mainNav .about a { background: url(../images/shared/nav_about.gif) no-repeat; width: 54px; }
#mainNav .about a:hover  { background-position: -54px 0; }
#mainNav .about a:focus  { outline: 0; }
#mainNav .commentary a { background: url(../images/shared/nav_commentary.gif) no-repeat; width: 113px; }
#mainNav .commentary a:hover  { background-position: -113px 0; }
#mainNav .commentary a:focus  { outline: 0; }
#mainNav .books a { background: url(../images/shared/nav_books.gif) no-repeat; width: 52px; }
#mainNav .books a:hover  { background-position: -52px 0; }
#mainNav .books a:focus  { outline: 0; }
#mainNav .archives a { background: url(../images/shared/nav_archives.gif) no-repeat; width: 79px; }
#mainNav .archives a:hover  { background-position: -79px 0; }
#mainNav .archives a:focus  { outline: 0; }
#mainNav .contact a { background: url(../images/shared/nav_contact.gif) no-repeat; width: 76px; }
#mainNav .contact a:hover  { background-position: -76px 0; }
#mainNav .contact a:focus  { outline: 0; }

/* "Current Page" Highlight States */
#home #mainNav .home { background: url(../images/shared/nav_highlight.gif) no-repeat; background-position: 0 bottom; }
#home #mainNav .home a { background: url(../images/shared/nav_home.gif) no-repeat; background-position: -48px 0; }
#about #mainNav .about { background: url(../images/shared/nav_highlight.gif) no-repeat; background-position: 0 bottom; }
#about #mainNav .about a { background: url(../images/shared/nav_about.gif) no-repeat; background-position: -54px 0; }
#commentary #mainNav .commentary { background: url(../images/shared/nav_highlight.gif) no-repeat; background-position: 0 bottom; }
#commentary #mainNav .commentary a { background: url(../images/shared/nav_commentary.gif) no-repeat; background-position: -113px 0; }
#books #mainNav .books { background: url(../images/shared/nav_highlight.gif) no-repeat; background-position: 0 bottom; }
#books #mainNav .books a { background: url(../images/shared/nav_books.gif) no-repeat; background-position: -52px 0; }
#archives #mainNav .archives { background: url(../images/shared/nav_highlight.gif) no-repeat; background-position: 0 bottom; }
#archives #mainNav .archives a { background: url(../images/shared/nav_archives.gif) no-repeat; background-position: -79px 0; }
#contact #mainNav .contact { background: url(../images/shared/nav_highlight.gif) no-repeat; background-position: 0 bottom; }
#contact #mainNav .contact a { background: url(../images/shared/nav_contact.gif) no-repeat; background-position: -76px 0; }







#mainNav ul#subnav {
	list-style: none;
	font-size: 11px;
	line-height: 11px;
	margin:  10px 0 0 28px;
	padding: 0;
	background-image: none;
}

#mainNav ul#subnav li{
	margin: 0 0 8px 0;
	padding: 0 0 0 8px;
	background-image: none;
	background: url(../images/shared/listBullet_subnav.gif) 0 3px no-repeat;
}


/* Definition and rollover state for "arrow" bullet graphic  */

#mainNav ul#subnav li a {
	display: block;		/* This is set so that the bullet still lines up at top in subnav elements whose image-text break up into two lines*/
	/* height: 1%;			Fixes IE to not display bullets with a minimum height taller than <li> text when display set to block */ 
	padding: 0;
	margin: 0;
	width: auto;
	text-indent: 0;
	background-image: none;
}

#mainNav li#home ul#subnav li a {
	display: block;		/* This is set so that the bullet still lines up at top in subnav elements whose image-text break up into two lines*/
	height: 1%;			/* Fixes IE to not display bullets with a minimum height taller than <li> text when display set to block */ 
	text-indent: 0;
	background-image: none;
}

#mainNav #subnav a:link		{ color: #777777; text-decoration: none; background-image: none; }
#mainNav #subnav a:visited	{ color: #777777; text-decoration: none; background-image: none; }
#mainNav #subnav a:hover	{ color: #550000; text-decoration: none; background-image: none; }
#mainNav #subnav a:active	{ color: #550000; text-decoration: none; background-image: none; }
#mainNav #subnav a:focus	{ outline: 0; }


/* Styles for indicating in subnav list the current page within section */

#mainNav #subnav li.currentPage {
	background: url(../images/shared/listBullet_subnav_on.gif) 0 3px no-repeat;
}

#mainNav #subnav li.currentPage a:link { color: #550000; font-weight: bold }
#mainNav #subnav li.currentPage a:visited { color: #550000; font-weight: bold }








/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / MAIN CONTENT  --------------------------------------------------*/

#mainContent {
	margin: 0 120px 0 0;
	padding: 0;
	float: right;
	width: 470px;
}


/* Definitions for two-column layout  */

#mainContent.twoColumn .col1{
	width: 300px;
	float: left;
}

#mainContent.twoColumn .col2{
	width: 145px;
	float: right;
}



/* Definitions for three-column layout  */

#mainContent.threeColumn .col1{
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
}

#mainContent.threeColumn .col2{
	width: 160px;
	margin: -2px 0 0 180px;
	padding: 2px 0 0 0;		/* Giving top padding & margin is an attempt to fix a weird issue where the middle column appears lower than the other columns. */
}

#mainContent.threeColumn .col3{
	width: 160px;
	margin: 0;
	padding: 0;
	float: right;
}



/* ------------------------------------------------*/
/* All text styles for Main Text Block area -------*/


#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 21px;
	letter-spacing: .02em;
	font-weight: normal;
	margin: 0 0 18px 0;
	padding: 0;
	color: #550000;
}

#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	letter-spacing: .2em;
	margin: 0 0 8px 0;
	color: #777777;
	text-transform: uppercase;
}

#mainContent p {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #777777;
}

#mainContent ul {
 	list-style-type: none;
	padding: 0;
	margin: 0 0 14px -3px;
	font-size: 11px;
	line-height: 14px;	
	color: #777777;
}

#mainContent li {
	margin: 8px 0 4px 0;
	background-image:url(../images/shared/listBullet.gif);
	background-repeat: no-repeat;
	background-position: .4em .4em;
	padding-left: 13px;
}


#mainContent a:link { color: #550000; text-decoration: none; }
#mainContent a:visited { color: #550000; text-decoration: none; }
#mainContent a:hover { color: #550000; text-decoration: none; background: url(../images/shared/linkStyle_on.gif) repeat-x bottom; }
#mainContent a:active { color: #550000; text-decoration: none; background: url(../images/shared/linkStyle_on.gif) repeat-x bottom; }
#mainContent a:focus { outline: 0; }

#mainContent .horizRule {
	margin: 15px 0 10px 0;
	font-size: 6px;
	line-height: 6px;
	border-bottom: 1px solid #ECEDED;
	clear: both;
}


/* Used to indicate phone/fax/email markers in the text blocks on the Contact page */

.indicatorLetter {
	font-size: 10px;
	font-weight: bold;
	color: #00747a;
}

.bookCover {
	position: relative;
	wisth: 15px;
	margin: 35px -12px 0x -6px;
}

#purchaseLinks {
	text-align: right;
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------------------------------------------------------------*/
/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/

#footer p {
	margin: 0 0 0 28px;
	color: #9a7270;
	font-size: 9px;
	line-height: 10px;
}

#footer a:link {
	color: #9a7270;
	text-decoration: none;
}
#footer a:visited {
	color: #9a7270;
	text-decoration: none;
}
#footer a:hover {
	color: #9a7270;
	text-decoration: none;
	background-image: url(../images/shared/linkStyle_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer a:active {
	color: #9a7270;
	text-decoration: none;
}


