/*///////////////////////////////////////////////////////////////////////////
//////
/////		Remember to put all HTML docs in quirks mode for IE using:
////		Put IE into quirks mode 
///			above the doctype declaration.
//			Developed with the help of Stu Nicholls' experiments at: http://cssplay.co.uk/
/
///////////////////////////////////////////////////////////////////////////
////
///  Layout Skeleton
*/

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin: 0.1px; 
	border:0; 
	overflow:hidden; /*to get rid of scroll bars in IE */
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0; 
	font-size:62.5%;
	font-family:Georgia, Times, Times New Roman, serif;
	border-top-width:0;
	border-bottom-width:0;
	background-color:#FFFFFF;
}

#topnav {
	position:absolute;
	top:141px; /*adjust based on height of banner image*/
	left:0px;
	display:block;
	width:260px;
	text-align:left;
	background-color:#FFFFFF;
	overflow:hidden;
	margin:0;
	padding:0 0 0 5px;
	list-style-type:none;
	line-height:1.8em; 
	z-index:200;
}	

#header { 
	height:141px; /*adjust based on height of banner image*/
	color:#FBF8F3;
	background-color:#FFFFFF;
	background-image:url(../images/kirkbride-banner.jpg); 
	background-repeat: no-repeat;
	background-position:left top;
	position:absolute;
	margin:0; 
	left:0;
	top:0;  
	display:block; 
	width:100%;
	z-index:200; 
	overflow:hidden;
	border:none;
}

#main {
	overflow:auto;	
	background-color:#FFFFFF;
	position:absolute;
	top:141px; /*adjust based on height of banner image*/
	bottom:0;
	right:0;
	left:0;
	border:0;
}

* html #main {
	position:absolute;
	border-top:#EEE4C9 solid 140px;
	top:0px;
	height:100%;
	width:100%;
	z-index:3;
}

#wrapper {
	min-width:900px;
	padding:0;
	margin:0;
	border:none;
	float:left;
}	

* html #wrapper {
	width:900px;
}	

#sidenav {
	float:left;
	height:100%;
	width:260px;
	background-color:#FFFFFF;
	text-align:left;
	margin:0;
	padding:0;
}	

#content {
	margin:0 0 0 260px;
	padding:0 0 10px 0;
	background-color:#FFFFFF;
}	

#subnav {
	width:600px; 
	margin:2.8em auto 2.5em 5px;
	background-color:#3B4115;
}	

#text {
	width:570px;
	margin:0 auto 0 20px;
	padding:0;
	text-align:justify;
}

/*remove border around cover*/
#text img.imgCover{
border: 0px;
}

#footnotes {
	width:570px;
	margin:0 auto 0 20px;
	padding:0;
	text-align:justify;
}

.footer {
	width:570px;
	margin:1em auto 0 20px;
	padding:0;
	text-align:left;
	font-size:1.1em;
}			

/*/////////////////////////////////
/////
/// INDEX STYLES
*/

#index #main { /*note these styles do not include a banner; see Rambo for example with banner*/
	top:0; 
	padding-top:4em;
}

* html #index div#main { 
	border-top-width:0;
	top:0;
	padding-top:4em;
}

#index div#sidenav {
	margin-top:101px;
}

#index #topnav {
	top:0;
	padding-top:141px; /*adjust height based on banner image*/
}	


/*/////////////////////////////////
/////
/// TOP NAV STYLES
*/

#topnav img {
	border:none;
}	

#topnav #searchbox {
	position:relative;
	top:0px;
}	

#topnav #searchbox #searchForm {
	margin:0 0 0 5px;
	padding:5px 0 10px 0;
}

#topnav input#term {
	margin:0;
	padding:0;
	width:145px;
}	

#topnav input#submit {
	position:absolute;
	left:160px;
	top:4px;
}	

#topnav ul {
	margin:0;
	padding:1em 25px 0 0;
	list-style-type:none;
	line-height:1.8em;
}


#topnav ul li {
	font-size:1.1em;
	display:inline;
	margin:0;	
	padding:0;
}	

#topnav ul li a {
	margin:0.5em 0 0 0;
	padding:1px 5px 1px 0.5em;
	display:inline;
}	

#topnav ul li a:link, #topnav ul li a:active, #topnav ul li a:visited {
	text-decoration:underline;
	color:#59161C;
}

#topnav ul li a:hover, #topnav ul li a:focus {
	text-decoration:none;
	color:#666666;
}

#index #topnav .index, #help #topnav .help, #print #topnav .print {
	color:#666666;
	text-decoration:none;
}	


/*////////////////////////////////////////////////////////////////////////
////
///	 SIDE NAV STYLES
*/

#sidenav {
	background:#FFFFFF;
}

#sidenav h1 {
	color:#000000;
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:5.8em 15px 0 20px;  
}	

#sidenav ul {
	margin:0;
	padding:1.5em 15px 0 0/*15px*/;
	list-style-type:none;
	line-height:1.8em;
}

#sidenav ul li {	
	font-size:1.2em;
	display:inline; /*for correct display in IE6*/
}

#sidenav ul li a {
	margin:0.5em 0 0 0;
	padding:1px 5px 1px 20px;
	display:block;
}

#sidenav ul li a:link, #sidenav ul li a:active, #sidenav ul li a:visited {
	color:#563D27;
	text-decoration:none;
}

#sidenav ul li a:hover, #sidenav ul li a:focus {
	color:#FFFFFF;
	background-color:#3B4115;
	text-decoration:none;
}	

#sidenav ul#links-out {
	line-height:1.5em;
}

#sidenav ul#links-out li {
	font-size:1.1em;
	margin:1px 0;	
	padding:0;
}	

#sidenav ul#links-out li a:link, #sidenav ul#links-out li a:active, #sidenav ul#links-out li a:visited {
	text-decoration:none;
	color:#666666;
}	

#sidenav ul#links-out li a:hover, #sidenav ul#links-out li a:focus {
	background-color:#FFFFFF;
	text-decoration:none;
	color:#563D27;
}

#preamble #sidenav .preamble, #chapter1 #sidenav .chapter1, #chapter2 #sidenav .chapter2, #chapter3 #sidenav .chapter3, #chapter4 #sidenav .chapter4, #chapter5 #sidenav .chapter5, #chapter6 #sidenav .chapter6, #chapter7 #sidenav .chapter7, #acknowledgments #sidenav .acknowledgments, #author #sidenav .author, #bibliography #sidenav .bibliography, #encomia #sidenav .encomia, #extended-captions #sidenav .extended-captions, #galleries #sidenav .galleries, #iaq #sidenav .iaq {
	color:#FFFFFF;
	background-color:#3B4115;
}

/*////////////////////////////////////////////////////////////////////////
////
///	 SUBNAV STYLES
*/

#subnav h1 {
	font-size:1.2em; 
	line-height:1.4em; 
	font-weight:bold;
	text-align:left;
	margin:0; 
	padding:1.0em 12px 0.2em 12px;
	color:#FFFFFF;
	background-color:#A68262;	
}

#subnav h2 {
	font-size:1.8em; 
	line-height:1.4em; 
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0 12px 0.4em 12px;
	color:#FFFFFF;
	background-color:#A68262;	
}

#acknowledgments #subnav h2, #author #subnav h2, #bibliography #subnav h2, #encomia #subnav h2, #extended-captions #subnav h2, #galleries #subnav h2, #iaq #subnav h2, #preamble #subnav h2, #synopsis #subnav h2, #print #subnav h2, #help #subnav h2 {
	padding-top:0.4em;
}

#subnav ul {
	margin:0;
	padding:1em 0 1em 30px;
	list-style-type:none;
	display:block;
	font-size:1.4em;
	line-height:2em;
}

#subnav ul li a:link, #subnav ul li a:active, #subnav ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#subnav ul li a:hover, #subnav ul li a:focus {
	color:#FFFFFF;
	text-decoration:underline;
}	

#subnav ul li ul {
	margin:0;
	padding:0 0 0 12px;
	list-style-type:none;
	font-size:1em; /*1 x 1.2em = 1.2em*/ 
}


/*////////////////////////////////////////////////////////////////////////
////
///	 CONTENT STYLES
*/

#content a:link, #content a:active, #content a:visited {
	text-decoration:underline;
	color:#563D27;
}

#content a:hover, #content a:focus {
	text-decoration:none;
	color:#666666;
}

#text p {
	font-size:1.3em;
	line-height:1.8em;
}

#text p.center-text {
	text-align:center;
}	

#bibliography p {
	padding-left:15px;
	text-indent:-15px;
}

.paranum {	
	float:right; 
	text-align:right;	
	font-size:0.833em; /*1.2em x .833 = 1.0em*/
	font-weight:bold;	
	padding-top:0.2em; 
	margin-right:-20px; 
	position:relative; 
	left:30px;
}

#text h3 {
	font-size:1.4em;
	line-height:1.8em;
	font-weight:bold;
	text-align:left;
	margin:1.5em 0 1em 0;
	padding:0;
}

#text h4 {
	font-size:1.3em;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	margin:1.5em 0 0 0;
	padding:0;
}
	
#text h5 {
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	margin:1em 0 -0.7em 0;
	padding:0;
}

#text .footnotelink {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:.769em; /*1.3em x .769 = 1em*/
	position:relative;
	top:-0.4em;
	margin:0 2px;
}

blockquote .footnotelink {
	font-size:1em; /*1em x 1 = 1em*/
}	

blockquote.epigraph .footnotelink {
	font-size:.769em;
}	

/*#text a.footnotelink:link, #text a.footnotelink:visited, #text a.footnotelink:active {	
	text-decoration: underline;
	color:#563D27;
}

#text a.footnotelink:hover, #text a.footnotelink:focus {	
	text-decoration: none; 
	color:#666666;
}*/
 	
a.backlink {
	font-size:.917em /*1.2em x .917 = 1.1em*/
}	
	
blockquote {
	width:470px;
	margin:0 50px;
	font-size:1.2em;
	line-height:1.8em;
}

blockquote.another {
	margin-top:1em;
}	

blockquote.epigraph {
	width:500px;
	margin:0 35px;
	font-size:1.3em;
	line-height:1.8em;
}	

.name {
	text-align:right;
	font-size:1em;
}

a.toplink {
	display:block;
	text-align:right;
	margin:0;
	padding:0;
}

#text a.toplink {
	font-size:1.1em;
	margin-bottom:1em;
}


/*///////////////////////////////////////////////////////////////////////////
////
///  RESOURCEBOX AND LINKBOX STYLES
*/

p img, blockquote img, table img, div img {
	border:1px solid #000000;
}

.resourcebox, .videobox {
	margin:0;
	padding:5px; 
	background-color:#3B4115;
	border:1px solid #3B4115; 	
	text-align:left; 
	/*font-family:Verdana, Helvetica, sans-serif;*/	
	font-size:.846em; /*1.3em x .846 = 1.1em*/ 
	line-height:1.6em; 
}

/*.linkbox {
	margin:0;
	padding:0.5em; 
	background-color:#000000;
	border:1px solid #000000; 	
	text-align:left; 
	font-family:Verdana, Helvetica, sans-serif;	
	font-size:.846em; 1.3em x .846 = 1.1em
	line-height:1.6em;  
}*/

.left {
	float:left;
	margin:0.5em 1em 0.5em 0;
}

.right {
	float:right;
	margin:0.5em 0 0.5em 1em;	
}

.center {
	float:left;
	text-align:center;
	margin:0.5em auto 0.5em auto;
}

.middle {
	float:left;
	text-align:left;
	margin:0.5em auto 0.5em auto;
}		

.wide {
	width:202px;
}

.tall {
	width:130px;
}

.resourcebox img {
	text-align:center;
}

.resourcebox .caption {
	background: url(../images/icon_magnify.gif) no-repeat 1px 6px;
	display:block;
	text-align:left;
	text-indent:18px; 
	padding:0.5em 2px 0 2px;
	color:#FFFFFF; 
}

.videobox .caption {
	background: url(../images/icon_video.gif) no-repeat 1px 6px;
	display:block;
	text-align:left;
	text-indent:18px; 
	padding:0.5em 2px 0 2px;
	color:#FFFFFF; 
}

table .resourcebox .caption, table .videobox .caption {
	font-size:1.3em; /*.846em x 1.3 = 1.1em*/
	line-height:1.6em; 	
	padding:0.5em 2px 0 2px;	
}

* html table .resourcebox .caption, * html table .videobox .caption {
	font-size:.786em; /*may have to adjust this; logically should be .917 em*/
}

.resourcebox .caption a, .videobox .caption a {
	color:#EAD2B1;
}	

#text .resourcebox .caption a:link, #text .resourcebox .caption a:active, #text .resourcebox .caption a:visited, #text .videobox .caption a:link, #text .videobox .caption a:active, #text .videobox .caption a:visited {
	text-decoration:underline;
	color:#EAD2B1;
}

#text .resourcebox .caption a:hover, #text .resourcebox .caption a:focus, #text .videobox .caption a:hover, #text .videobox .caption a:focus {
	text-decoration:none;
	color:#FFFFFF;
}


/*/////////////////////////////////////////////////////////////////
////
///  AUDIO STYLES 
*/

/*see Rambo for model; may need to tweak these styles*/
.mp3player {
	width:240px; 
	float:left;
	border:2px solid #3B4115;
	padding:0.5em;
	background-color:#3B4115;
	color:#003366;
	height:auto;
	font-size:1.1em; 
	text-align:left;
}

.mp3player .caption {
	color:#FFFFFF; 
	margin:0;
	line-height:1.6em;
}

#text .mp3player a:link, #text .mp3player a:active, #text .mp3player a:visited {
	text-decoration:underline;
	color:#EAD2B1;
}

#text .mp3player a:hover, #text .mp3player a:focus {
	text-decoration:none;
	color:#FFFFFF;
}


/*/////////////////////////////////////////////////////////////////
////
///  LIST STYLES
*/

ul.helper {
	list-style-type:none;
	margin:-1.2em 0 1em 0;
	padding:0 0 0.5em 0;
}

ul.helper li {
	font-size:1.2em;
	line-height:1.8em;
}	
	
ul.printer {
	list-style-type:none;
	margin:1em 0 0 0;
	padding:0;
}

ul.printer li {
	font-size:1.2em;
	line-height:1.8em;
	padding:0 0 0.5em 0;
}		

dl {
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:1.8em;
}	

dt {
	margin:0;
	padding:0.5em 0 0.5em 0;
}	

dd {
	margin-left:25px;
}	

ul.pre {
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:1.8em;
} 

ul.pre li {
	list-style-type:none;
}	

ol {
	margin:0.5em 0 0 20px;
	padding:0;
	font-size:1em;
	line-height:1.8em;
}

ol.number li {
	list-style-type:decimal;
}

ol.number li ul {
	font-size:1em;
	line-height:1.8em;
}

ol.number li ul li {
	list-style-type:none;
}	
	
ol.alpha li {	
	list-style-type:upper-alpha;
}	
/*dt {
	float:left;
	width:80px;
	padding:0.5em 0;
}	

dl#abbrev dt {
	font-size:1.2em;
	line-height:1.8em;
}	

dd {
	margin-left:90px;
	padding:0.5em 0;
}	

dl#abbrev dd {
	font-size:1.2em;
	line-height:1.8em;
}	*/

/*/////////////////////////////////////////////////////////////////
////
///  FOOTNOTE STYLES
*/

#footnotes p {
	font-size:1.2em;
	line-height:1.8em;
}	

#footnotes h3 {
	font-size:1.3em;
	font-weight:bold;
	padding-top:1.5em;
	margin:0;
}	


/*///////////////////////////////////////////////////////////////////////////
////
///  DETAIL STYLES
*/

body.detail {
	background-image:url(../images/spacer.gif); 
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0; 
	padding:0; 
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:62.5%;
	overflow:auto;
	width:100%;
}

#detailWrapper {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
}	

#detailHeader {
	height:141px;
	border:none;
	background-image:url(../images/kirkbride-banner.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#FBF8F3;
	background-color:#FBF8F3;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
}

#detailBody {
	margin:25px;
	padding-bottom:10px;
}

#detailBody img {
	border:#ccc solid 2px;
}

#detailBody #detailText {
	float:left;
	width:275px;
	padding-right:25px;
}	

#detailBody h1 {
	font-size:1.3em;
	line-height:1.8em;
	font-weight:bold;
	width:250px;
	margin-right:0;
	padding-right:0;
}	

#detailBody p {
	font-size:1.2em;
	line-height:1.8em;
	width:250px;
	margin-right:0;
	padding-right:0;
}

#detailBody p.credit {
	margin:1em 0;
	font-size:1.1em;
	line-height:1.6em;
}

#detailBody a:link, #detailBody a:active, #detailBody a:visited {
	text-decoration:underline;
	color:#563D27;
}

#detailBody a:hover, #detailBody a:focus {
	text-decoration:none;
	color:#666666;
}

/*///////////////////////////////////////////////////////////////////////////
////
///  BOOK INFO STYLES
*/

#bookinfo {	
	text-indent:-1500px;
	overflow:hidden;
	color:#000000;
} 

#index #bookinfo {
	display:none;
}	

/*///////////////////////////////////////////////////////////////////////////
////
///  Galleries STYLES
*/

.pgGalleries {	}

.pgGalleries table {
text-align:center;
margin: 0 auto 0 auto;
border: 0px;
}

.pgGalleries td {
text-align:center;
vertical-align:top;
padding: 10px;
}

#chapterListing {
	display:block;
	text-align: center;
	background-color:#FFFFFF;
	overflow:hidden;
	margin: auto 0;
	padding:0;
	list-style-type:none;
	font-size:1.1em;
	line-height:1.8em; 
	z-index:200;
}

#chapterListing li {
text-align: left;
display: inline;
}

/*-------------------------------------------------------------------------------------------------------
CSS Needed
*/

#overlay_bt img{
border: 0px;
}
	
#swfbox{
z-index: 900;
}

#overlay{
width: 200px;
height: 200px;
z-index: 800;
}

.swfbox_default {
}

.overlay_default {
}

.swfbox_Firefox2 {
	position: fixed;
	top: 1%;
	left: 25%;	
}

.overlay_Firefox2 {
	position:absolute;
	top: 0px;
	left: 0px;
	background-color:#000000;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.swfbox_IE6 {
	position: absolute;
	top: 3%;
	left: 25%;
}

.overlay_IE6 {
	position:absolute;
	top: 0px;
	left: 0px;
	background-color:#000000;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.swfbox_IE7 {
	position: fixed;
	top: 3%;
	left: 25%;
}

.overlay_IE7 {
	position:absolute;
	top: 0px;
	left: 0px;
	background-image:url(../images/bg.png);
	background-repeat: repeat;
}

.swfbox_IE67 {
	position: fixed;
	top: 3%;
	left: 25%;
}

.overlay_IE67 {
	position:absolute;
	top: 0px;
	left: 0px;
	background-image:url(../images/bg.png);
	background-repeat: repeat;
}


.overlay_Opera9 {
	position:absolute;
	top: 0px;
	left: 0px;
	background-color:#000000;
	opacity: 0.5;
}

.swfbox_Opera9 {
	position:absolute;
	top: 5%;
	left: 25%;
}

.swfbox_MAC_Firefox{
	position: absolute;
	top: 0px;
	left: 25%;
}
.overlay_MAC_Firefox {
	position:absolute;
	top: 0px;
	left: 0px;
	background-image:url(../images/bg.png);
	background-repeat: repeat;
}

.swfbox_Safari{
	position: absolute;
	top: 3%;
	left: 25%;

}
.overlay_Safari {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#000000;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;	
}
#overlay_bt{
cursor:pointer;
}

/*///////////////////////////////////////////////////////////////////////////
////
///  SEARCH STYLES
*/
	
body#search #sidenav h1 {
	padding-top:6.75em;
}	

body#search blockquote.g {	
	margin-left:0px;
}

body#search p.g{
	margin-bottom:0px;
}

body#search td.s {
	padding-top:0px;
	margin:0px;
	font-size:13px;
	line-height:20px;
}

body#search blockquote.g table {
	margin:0px;
}

body#search span.l {
	padding:0px;
	margin:0px;
}

body#search span.b {
	font-size:13px;
}

body#search span.s {
	font-size:12px;
}

body#search div.n {
	margin-top:20px;
}	

body#search table#resultsText {
	margin-top:10px;
}		
/* --  used for searches that return no results, and others */   
body#search span.p {
	font-size:12px;
}		
