/*///////////////////////////////////////////////////////////////////////////
//////
/////		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; 
	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:140px; /*adjust based on height of banner image*/
	left:0px;
	display:block;
	width:241px;
	text-align:left;
	background-color:#fff;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.8em; 
	z-index:200;
}	

#topnavcontent {
	margin-left:15px;
}
		
#header { 
	height:140px; /*adjust based on height of banner image*/
	color:#FFF;
	background-color:#c04c27;
	background-image:url(../images/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:140px; /*adjust based on height of banner image*/
	bottom:0;
	right:0;
	left:0;
}

* html #main {
	position:absolute;
	border-top:#c04c27 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:241px;
	background-color:#FFFFFF;
	text-align:left;
	margin:0;
	padding:0;
}	

#content {
	margin:0 0 0 251px;
	padding:0 0 10px 0;
	background-color:#FFFFFF;
}	

#subnav {
	width:584px; 
	margin:20px auto 2em 6px;
	background-color:#fff;
}	

#text {
	width:554px;
	margin:0 auto 0 21px;
	padding:0;
	text-align:justify;
}

#footnotes {
	width:554px;
	margin:0 auto 0 21px;
	padding:0;
	text-align:justify;
}

.footer {
	width:554px;
	margin:1em auto 0 21px;
	padding:0;
	text-align:left;
	font-size:1.2em;
}			

/*/////////////////////////////////
/////
/// 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:100px;
}

#index #topnav {
	top:0;
	padding-top:140px;
}	


/*/////////////////////////////////
/////
/// TOP NAV STYLES
*/

#topnav #searchbox {
	position:relative;
	top:0px;
}	

#topnav #searchbox #searchForm {
	margin:0;
	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 0 0 0;
	list-style-type:none;
	line-height:1.8em;
}

#topnav ul li {
	font-size:1.1em;
	color:#f38d19;
	display:inline;
	margin:0;	
	padding:0;
}	

#topnav ul li a {
	margin:0.5em 0 0 0;
	padding:1px 2px 1px 0.3em; 
	display:inline;
}	

#topnav ul li a:link, #topnav ul li a:active, #topnav ul li a:visited {
	text-decoration:underline;
	color:#663322;
}

#topnav ul li a:hover, #topnav ul li a:focus {
	text-decoration:none;
	color:#f38d19;
}

.index {
	padding-left:5px;
}

#index #topnav .index, #help #topnav .help, #print #topnav .print {
	color:#663322;
	text-decoration:none;
}	


/*////////////////////////////////////////////////////////////////////////
////
///	 SIDE NAV STYLES
*/

#sidenav {
	background:#fff;
}

#sidenav h1 {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:6em 15px 0 20px;
}

#sidenav ul {
	margin:1em 0 0 0;
	padding:0;
	list-style-type:none;
	line-height:2.0em;
}

#sidenav ul li {	
	font-size:1.4em;
	display:inline; /*for correct display in IE6*/
}

#sidenav ul li a {
	margin:0;
	padding:6px 5px 6px 20px;
	display:block;
}


#sidenav ul#credits li span {
	margin:0;
	padding:6px 5px 6px 20px;
	display:block;
	color:#666666;
}


#sidenav ul li a:link, #sidenav ul li a:active, #sidenav ul li a:visited {
	color:#41190d;
	text-decoration:none;
}

#sidenav ul li a:hover, #sidenav ul li a:focus {
	color:#fff;
	background-color:#c04c27;
	text-decoration:none;
}	


#sidenav ul#links-out, #sidenav ul#credits {
	margin-top:1.5em;
	line-height:1.1em;
}

#sidenav ul#links-out li, #sidenav ul#credits 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:#41190d;
}

#acknowledgments #sidenav .acknowledgments,
#introduction #sidenav .introduction,
#chapter1 #sidenav .chapter1,
#chapter2 #sidenav .chapter2,
#chapter3 #sidenav .chapter3,
#chapter4 #sidenav .chapter4,
#chapter5 #sidenav .chapter5,
#chapter5 #sidenav .chapter5,
#chapter6 #sidenav .chapter6,
#illustrations #sidenav .illustrations,
#appendix #sidenav .appendix,
#abbreviations #sidenav .abbreviations,
#bibliography #sidenav .bibliography
{
	color:#fff;
	background-color:#c04c27;
}

/*////////////////////////////////////////////////////////////////////////
////
///	 SUBNAV STYLES
*/

#subnav h1 {
	font-size:1.1em; 
	line-height:1.1em; 
	font-weight:bold;
	text-align:left;
	margin:0; 
	padding:0 15px;
	background-color:#fff;
	text-transform: uppercase;
	color: #5a4936;
}

#subnav h2 {
	font-size:2.4em; 
	line-height:1.2em; 
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0.2em 15px 0 15px;
	background-color:#fff;
	color: #5a4936;
}

#abbreviations #subnav h2,
#introduction #subnav h2,
#acknowledgments #subnav h2,
#print #subnav h2,
#bibliography #subnav h2,
#help #subnav h2,
#illustrations #subnav h2
{
	padding-top:0em;
}

#subnav ul {
	margin:0;
	padding:1em 0 1em 15px;
	list-style-type:none;
	display:block;
	font-size:1.4em;
	line-height:2em;
	visibility: hidden;
	display: none;
}

#subnav ul li a:link, #subnav ul li a:active, #subnav ul li a:visited {
	color:#5a4936;
	text-decoration:none;
}

#subnav ul li a:hover, #subnav ul li a:focus {
	color:#000000;
	text-decoration:none;
}	

#subnav ul li ul {
	margin:0;
	padding:0 0 0 12px;
	list-style-type:none;
	font-size:1em; /*1 x 1.4em = 1.4em*/ 
}

#subnav ul li ul li {
	margin:0;
	padding:0;
	font-size:1em; /*1 x 1.4em = 1.4em*/

}

/*////////////////////////////////////////////////////////////////////////
////
///	 CONTENT STYLES
*/

#content a:link, #content a:active, #content a:visited {
	text-decoration:underline;
	color:#5a4936;
}

#content a:hover, #content a:focus {
	text-decoration:none;
	color:#666666;
}

#text p {
	font-size:1.3em;
	line-height:1.8em;
}

#bibliography p {
	padding-left:15px;
	text-indent:-15px;
}

.paranum {	
	float:right; 
	text-align:right;	
	font-size:0.846em; /* 1.3em x .846 = 1.1em*/
	font-weight:bold;	
	padding-top:0.2em; 
	margin-right:-20px; 
	position:relative; 
	left:30px;
}

#text h3 {
	color: #5a4936;
	font-size:2.2em;
	line-height:1.4em;
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0;
}

#text h3#first {
	margin:0;
}	

#text h3 a.footnotelinks {
	font-size:0.5em; /*2.2em x 0.5 = 1.1em*/
	top:-1em;	
}	

#text h4 {
	color: #5a4936;
	font-size:1.6em;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
	margin:1em 0 0 0;
	padding:0;
}

#text h4 a.footnotelinks {
	font-size:.688em; /*1.6em x .688 = 1.1em*/
	top:-0.6em;
	font-weight:normal;
}	
	
#text h5 {
	color: #5a4936;
	font-size:1.3em;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
/*	margin:1em 0 -0.7em 0; */
	padding:0;
}

#text .footnotelinks {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:.846em; /*1.3em x .846 = 1.1em*/
	position:relative;
	top:-0.4em;
	margin:0 2px;
}

blockquote .footnotelinks {
	font-size:.917em; /*1.2em x .917 = 1.1em*/
}	

#text a.footnotelinks:link, #text a.footnotelinks:visited, #text a.footnotelinks:active {	
	text-decoration: underline;
	color:#5a4936;
}

#text a.footnotelinks:hover, #text a.footnotelinks:focus {	
	text-decoration: none; 
	color:#666666;
}
 	
blockquote {
	width:400px;
	margin:0 77px;
	font-size:1.2em;
	line-height:1.6em;
}

blockquote.another {
	margin-top:1em;
}	

blockquote.margin-top {
	margin-top:1em;
}	

.name {
	text-align:right;
}

a.toplink, a.subnavtoplink {
	display:block;
	text-align:right;
	margin:0;
	padding:0;
}

#text a.toplink, #text a.subnavtoplink {
	font-size:1.2em;
	margin-bottom:1em;
}


/*///////////////////////////////////////////////////////////////////////////
////
///  RESOURCEBOX AND LINKBOX STYLES
*/

#index p img {
	border: none !important;
}

p img, blockquote img, table img, div img {
	border:2px solid #c04c27;
}

.resourcebox {
	margin:0;
	padding:0.5em; 
	background-color:#c04c27;
	border:1px solid #c04c27; 	
	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:#c04c27;
	border:1px solid #c04c27; 	
	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:205px;
}

.tall {
	width:130px;
}

.thumb_map {
	width:196px;
}

.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; 
}

table .resourcebox .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 {
	font-size:.846em; /*may have to adjust this*/
}

.resourcebox .video {
	background:transparent url(../images/icon_video.gif) no-repeat scroll 1px 6px;
	color:#FFFFFF;
	display:block;
	padding:0.5em 2px 0;
	text-align:left;
	text-indent:18px;
}

table .resourcebox .video {
	font-size:1.3em; /*.846em x 1.3 = 1.1em*/
	line-height:1.6em; 	
	padding:0.5em 2px 0 2px;	
}

* html table .resourcebox .video {
	font-size:.846em; /*may have to adjust this*/
}


.linkbox .link {
	background: url(../images/icon_window.gif) no-repeat 1px 6px;
	display:block;
	text-indent:18px; 
	text-align:left;
	padding:0.5em 2px 0.5em 2px;
	color:#FFFFFF; 
}

table .linkbox .link {
	font-size:1.3em; /*.846em x 1.3 = 1.1em*/
	line-height:1.6em; 	
	padding:0.5em 2px 0 2px;	
}

* html table .linkbox .link {
	font-size:.846em; /*may have to adjust this*/
}

#text p .linkbox .link a:link, #text p .linkbox .link a:active, #text p .linkbox .link a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}

#text p .linkbox .link a:hover, #text p .linkbox .link a:focus {
	text-decoration:none;
	color:#FFFFFF;
}

/*some of the below may be redundant*/
.linkbox .reference
{
	background:transparent url(../images/icon_window.gif) no-repeat scroll 1px 6px;
	color:#FFFFFF;
	display:block;
	padding:0.5em 2px;
	text-align:left;
	text-indent:18px;
}

.linkbox .pdf
{
	background:transparent url(../images/icon_pdf.gif) no-repeat scroll 1px 6px;
	color:#FFFFFF;
	display:block;
	padding:0.5em 2px;
	text-align:left;
	text-indent:18px;
}

.linkbox 
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:0.846em;
	line-height:1.6em;
	text-align:left;
}

#text p .linkbox .reference a:link,
#text p .linkbox .reference a:active,
#text p .linkbox .reference a:visited,
#footnotes p .linkbox .reference a:link,
#footnotes p .linkbox .reference a:active,
#footnotes p .linkbox .reference a:visited,
#text p .linkbox .pdf a:link,
#text p .linkbox .pdf a:active,
#text p .linkbox .pdf a:visited
{
	text-decoration:underline;
	color:#fff;
}

#text p .linkbox .reference a:hover,
#text p .linkbox .reference a:focus,
#footnotes p .linkbox .reference a:hover,
#footnotes p .linkbox .reference a:focus,
#text p .linkbox .pdf a:hover,
#text p .linkbox .pdf a:focus
{
	text-decoration:none;
	color:#000;
}
/*/////////////////////////////////////////////////////////////////
////
///  AUDIO STYLES 
*/

/*see Rambo for model; may need to tweak these styles*/
.mp3player {
	width:240px; 
	float:right;
	border:2px solid #000000;
	margin-left:12px;
	padding:0.5em;
	background-color:#000000;
	color:#003366;
	height:auto;
	font-size:.917em; 
	text-align:left;
}

.mp3player .caption {
	color: #FFFFFF; 
	margin:0;
}

#text p .mp3player a:link, #text p .mp3player a:active, #text p .mp3player a:visited {
	text-decoration:underline;
	color:#CCCCCC;
}

#text p .mp3player a:hover, #text p .caption a:focus {
	text-decoration:none;
	color:#FFFFFF;
}


/*/////////////////////////////////////////////////////////////////
////
///  LIST STYLES
*/

ul.helper {
	list-style-type:none;
	margin:-1.3em 0 1em 0;
	padding:0 0 0.5em 0;
}

ul.helper li {
	font-size:1.3em;
	line-height:1.8em;
}	
	
ul.printer {
	list-style-type:none;
	margin:1em 0 0 0;
	padding:0;
}

ul.printer li {
	font-size:1.3em;
	line-height:1.8em;
	padding:0 0 0.5em 0;
}		

dl {
	margin:0;
	padding:0;
	font-size:1.3em;
	line-height:1.8em;
}	

dt {
	float:left;
	padding:0.5em 0;
}	

.abbrev dt {
	width:80px;
}	

dd {
	padding:0.5em 0;
}	

.abbrev dd {
	margin-left:90px;
}	


/*/////////////////////////////////////////////////////////////////
////
///  TABLE STYLES
*/

table.box {
	border:none;
	text-align:center;
	margin:10px auto;
	padding:0;
}	

table.box tr {
	text-align:center;
	margin:0;
	padding:0;
}
	
table.box tr td {
	padding:0 0 0.5em 0;
	margin:0;
	border:none;
	vertical-align:top;
	text-align:center;
}	


/*/////////////////////////////////////////////////////////////////
////
///  FOOTNOTE STYLES
*/

#footnotes p {
	font-size:1.2em;
	line-height:1.6em;
}	

#footnotes h3 {
	font-size:1.6em;
	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:140px;
	border:none;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#fff;
	background-color:#c04c27;
	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.3em;
	line-height:1.8em;
	width:250px;
	margin-right:0;
	padding-right:0;
}

#detailBody p.credit {
	margin:1em 0;
	font-size:1.2em;
	line-height:1.6em;
}

#detailBody a:link, #detailBody a:active, #detailBody a:visited {
	text-decoration:underline;
	color:#5a4936;
}

#detailBody a:hover, #detailBody a:focus {
	text-decoration:none;
	color:#666666;
}

.schemata #image
{
	width: 600px;
	float: left;
	text-align: center;
}

.schemata #image img
{
	border: none !important;
	margin: 5px 0;
}

#Fullview img{ border: 0px; padding-right: 3px; }
#Fullview{ font-size: 1.2 em;}

/*///////////////////////////////////////////////////////////////////////////
////
///  BOOK INFO STYLES
*/

#bookinfo {	
	text-indent:-1500px;
	overflow:hidden;
	color:#000000;
} 

#index #bookinfo {
	display:none;
}


/*///////////////////////////////////////////////////////////////////////////
////
/// JQuery CSS
*/

#hundred-word table {
	font-size:1.2em;
	border-collapse: collapse;
}

#hundred-word th {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 2px 0;	
	text-align: center;
	border: #000 1px solid;
	line-height: 1.2;
}

#hundred-word td {
	padding: 2px 2px;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	vertical-align: top;
	text-align: center;
}

#hundred-word td * {
	padding: 6px 11px;
}

#hundred-word tr.alt td {
	background: #F2F2F2;
}

#hundred-word tr.over td {
	background: #bcd4ec;
}

#hundred-word tr.clicked td {
	background: #bcd4ec;
}

#hundred-word caption {
	display: node;
	visibility: hidden;
}
