/* ---margins, padding, and positions--- */

html {
	overflow: hidden;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: "Liberation Sans","Arial",sans-serif;
	font-size: 15px;
	/*font-size: x-small;*/
	font-size-adjust: .52;
	background: #fff;
}

/* the two main divs - all others are sub-divs withing these two ----------------*/

div.side {	
	padding: 0;
	margin: 0;
	position: absolute;	
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 11em;
	overflow: hidden;	
}

div.main {
	padding: 0;
	margin: 0;
	position: absolute;	
	top: 0px;
	left: 11em;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	border-left-style: ridge; 
	border-width:4px;
}

/* sub-classes for div.side ----------------------------------------------------- */

div.menu {
	padding: 10px;
	margin: 0;
	font-family: "Liberation Sans","Arial",sans-serif;
	font-size-adjust: .52;
	font-size: 1em;
}

h1.menu{
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

/* the next-prev buttons for image pages */

div.next-prev{
	padding: 0px;
	margin: 0;
	width:100%;
	position: absolute;	
	/*top: 150px;*/
	bottom: 5px;
	text-align: center;
}

a.next-prev{
	font-size:2em;
	font-weight: 600;
}	

/* sub-classes for main ------------------------------------------------------- */

/* the "bread-crumb line across the top */


.path {
	/*
	padding: 0;
	margin:2px;
	margin-left:5px;
	margin-bottom:10px;
	margin-top:11px;
	*/
	/*height: 36px;*/
	padding:0;
	margin:0;
	margin-right:4px;
	margin-left:5px;
	margin-bottom:10px;
	margin-top:11px;
	font-size: 1.1em;
	font-weight: 100;
}

.path-table{
	width: 100%;
	padding: 0px;
	margin: 0;
	border-width: 0;
	border-collapse: collapse;
	
}

.context-symbol{
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 10px;
	font-weight:900;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 14px;
	width:16px;
	height:16px;
}

.context-symbol-image{
	margin: 0px;
	padding: 0px;
	width:16px;
	height:16px;
	position: absolute;	
	bottom: 5px;
	right: 5px;
}

.path-heading{
	font-size: 1.1em;
	font-weight: 600;
}

/* horizontal rule (blue bar) because <hr> wasn't consistent */
div.horizontal-rule{
	/*position: absolute;*/
	padding: 0px;
	margin:0px;
	height:3px;
	font-size:2px;
	margin-left:12px;
	margin-right:13px;
}

/* all content goes in this div */
div.content {
	margin:50px;
	margin-top:40px;
	padding-bottom:25px;
}

/* this centers and limits the width of text pages */
div.center{
	margin: auto;
	padding:0;
	max-width: 50em;
}

/* text style used within frame-text and frame-image-page divs */
div.text {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-weight: normal;
	font-size: 1em;
	font-size-adjust: .5;
	line-height: 1.4em;
}

/* slight modification of right margin for image-index pages */
div.image-index-page {
	margin-right:12px;
	margin-left:12px;
	margin-top:12px;
	padding-top:23px;
	padding-left:38px;
}

/* image-boxes used in narrative text pages */

.image-box{
	width:399px; 
	border:0;
}

img.image-box{
	margin-bottom: 6px;
}

div.image-box {
	position: relative;	
	padding: 5px;
	/*margin-top: 15px;*/
	margin-bottom: 20px;
	font-size: 13px;
	font-family: "Liberation Sans","Arial",sans-serif;
	font-size-adjust: .52;
	line-height: 1.3em;
	/*clear:both;*/
}

/* mod the image-box div based on its location - right or left */
div.float-left{
	float: left;
	margin-right: 10px;
}

div.float-right{
	float: right;
	margin-left: 10px;
}

/* mod the paragraph style if there's an image to the left or right */
p.image-left{
	clear:right;
}

p.image-right{
	clear:left;
}

/* classes for image-index boxes */
div.image-index {
	border-width:1px;
	border-style:solid;
	display: inline;
	float: left;
	padding: 7px;
	padding-bottom: 0;
	margin: 0;
	margin-right: 25px;
	margin-bottom: 25px;
	font-size: 13px;
	font-family: "Liberation Sans","Arial",sans-serif;
	font-size-adjust: .52;
	line-height: 1.4em;
	text-align:center;
	width:159px;
}

img.image-index{
	border:0;
}

/* image page class */
img.image-page {
	margin-bottom: 10px;
	border-width:3px;
	border-bottom-style: groove;
	border-right-style: groove;
	border-top-style: ridge;
	border-left-style: ridge;
}	

/* class for menu-page menu items */
div.menu-page{
	border-width:3px;
	border-left-style: solid;
	margin-bottom:40px;
}

.menu-page-text{
	font-family: "Liberation Sans","Arial",sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	padding: 3px;
	margin:0;
	margin-bottom:4px;
}

/* tooltip */

div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	width:280px;
	margin:0;
	padding:6px;
	padding-left:0px;
	padding-right:24px;
	color:#000;
	font-family: "Liberation Sans","Arial",sans-serif;
	font-size:1em;
	line-height:1.3;
	background-color:#dee7f7;
	border-width:1px;
	border-style:solid;
	border-color:#336; 
}

span.tip{
	background-color:#eef0f4;
}

hr{
	clear:both;
}

div#tipDiv a:link{
	color:#3437a0;
}

div#tipDiv a:visited{
	color:#57608f;
}
