@charset "utf-8";
/* CSS Document */

/*-----------main layout---------------*/

body {
	font-family:"Courier New", "Courier", monospace;
	font-size:110%;
	color:#000000;
	padding:0px;
	border:0px;
	margin:0px;/*
	margin-left:40px;
	margin-top:40px;*/
	text-align:center;
	background-color:#ffffff;
}
#content {
	width:300px;
	margin:0px auto;
	text-align:left;
	/*
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;*/
	}
/* style for right container, one page spread */
#main {
	margin-top:40px;
	margin-left: auto;
    margin-right: auto;
	padding-left:320px;
	padding-right:200px;
	background:#FFFFFF;
	border:0px solid #a49188;
	font-family:"Courier New", monospace;
	font-size:100%;
	}
/* style for right container, double page spread */
#main2x {
	margin-top:40px;
	margin-left: auto;
    margin-right: auto;
	padding-left:338px;
	padding-right:270px;
	width:700px;
	height:350px;
	background:#FFFFFF;
	border:0px solid #a49188;
	font-family:"Courier New", monospace;
	font-size:100%;
	}
/* style for right container, five page width spread */
#main5x {
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	padding-left:350px;
	padding-right:350px;
	width:1750px;
	height:350px;
	background:#FFFFFF;
	border:0px solid #a49188;
	font-family:"Courier New", monospace;
	font-size:100%;
	}
/* right side layout */
#left_col {
	font-size:75%;
	position:absolute;
	margin-left:0px;
	margin-top:80px;
	width:100px;
	z-index:100;
}
#logo {
	position:absolute;
	left:30px;
	top:20px;
	}
	
/* frame for display content */
#pdf {
	position:relative;
	top:80px;
	left:0;
	z-index:1;
	}
#pdf_mobile {
	display:none;
	}
#pdf-m {
	margin:auto;
	text-align:center;
	position:relative;
	width:400px;
	top:90px;
	z-index:1;
	}
#page {
	margin-right:50px;
	}
.venues {
	font-size:80%;
	z-index:3;
}

	/* unused 
#projects{
z-index:3;
}
 
#frame {
	position:fixed;
	top:30px;
	left:300px;
	z-index:20;
	}*/

/*--------- styling for links --------*/
/* general */
A {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
A:link    { color: black }
A:hover { color: gray }
A:active  { color: olive }
A:focus {color:olive}


/* navigation buttons */
A.nav {
	font-size:90%;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
A.nav:link    { color: black;
font-size:90%;}
A.nav:hover { color: gray;
font-size:90%;}
A.nav:active  { color: olive;
font-size:90%;}
A.nav:focus {color:olive;
font-size:90%;}


/* images without border, white background */
A.img{text-decoration:none;color:#FFFFFF;}
A.img:link{text-decoration:none;color:#FFFFFF;}
A.img:hover{text-decoration:none;color:#FFFFFF;}
A.img:active{text-decoration:none;color:#FFFFFF;}


/* images without border,black background */
A.img2{text-decoration:none;color:#000000;}
A.img2:link{text-decoration:none;color:#000000;}
A.img2:hover{text-decoration:none;color:#000000;}
A.img2:active{text-decoration:none;color:#000000;}

/*style for years' links*/
a.current{color:#333;
	}
a.current:hover{color:#999;
	}

a.grey{color:#999;
	}
a.grey:hover{color:#666;
	}


/* -------pharagraph-----------*/

P {
	font-family:"Courier New", "Courier", monospace;
	color:#000000;
	padding:0px;
	border:0px;
	margin:0px;
	text-align:left;
	background-color:#ffffff;
}

P.bold {font-weight:bold;}

p.title {
	margin-top:30px;
	font-weight:bold;
	font-size:150%;
	text-align:center;
}

/*paragraph menus*/

P.menu_item {font-weight:bold;
font-family:"Courier New", "Courier", monospace;
/* padding-left:10px; */}      /* <------------------------*/

P.menu_item_short {font-weight:bold;
word-spacing:-4px;}

P.menu1 {
	font-weight:normal;
	
}
.menu_no {
	font-weight:bold;
	color:#333;
}

P.menu2 {
	font-weight:normal;
	color:#666666;     /* <------------------------*/
	padding-left:10px;  /* <------------------------*/
}

P.menu2no {      /* <------------------------*/
	color:#CCCC99;
	font-weight:normal;
	padding-left:10px;
}
P.menu3 {
	font-weight:bold;

	text-align:center;
}

P.year {font-weight:bold;
font-family:"Courier New", "Courier", monospace;
/*text-indent: -5px;*/}



	
/*---::::::::::::::::::::§---menus---§:::::::::::::::::::::::---*/

	
/*------------ menu links---------------*/

/* menus 1st level*/
A.menu1, A.menu1:visited{/*display:block; display:inline-block;*/ 
	color:#000; 
	width:100px; 
	float:left; 
	padding-left:10px;
	z-index:50;}

A.menu1:hover { color: gray }
A.menu1:active  { color: olive }
A.menu1:focus {color:olive}
/* menus 2nd level */

A.menu2, A.menu2:visited{/*display:block; display:inline-block; 
	solid:#FFFFFF;
	color:#000; 
	solid:#FFFFFF;*/ 
	width:210px;  
	float:left; 
	padding-left:10px;
	z-index:50;}

A.menu2:hover { color: gray }
A.menu2:active  { color: olive }
A.menu2:focus {color:olive}
/* menu current */
A.menu_in, a.menu_in:visited {
	padding-left:10px;
	color:gray; 
	padding: 0px;
	font-weight:bolder;
}
A.menu_in:hover { color: gray }
A.menu_in:active  { color: olive }
A.menu_in:focus {color:olive}
/* menu not current */
A.menu_no, a.menu_no:visited {
	color:#999; 
	padding: 0px;
	font-weight:bolder;
}
A.menu_no:hover { color: gray}
A.menu_no:active  { color: olive }
A.menu_no:focus {color:olive}


A.no, A.no:visited{color:gray;}
A.no:hover  { color: gray;}
A.no:active{ color: gray;}
A.no:focus {color:gray;}


/*------------ menu layout---------------*/

.menu_arrow{
	display:none;}
	
.menu {
z-index:25;
	}
.menu ul{
width:145px;
top:180px;
list-style-type:none;
z-index:20;
	}	
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	}
/* get rid of the table */
table {position:absolute; top:0; left:0;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;  float:left;
	top:0px;
	margin-left:80px; padding:0px;
	/*width:120px;*/
	}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
/* make the 2nd level visible when focus is on it */
.menu_focus ul ul {
	visibility:visible;
	}
	
/* 3rd level */

/* hide the 3rd level and give them a positon absolute so that they take up no room */
.menu ul :hover ul ul{
	visibility:hidden;
	position:absolute;
	top:0px;
	margin-left:140px;
	width:210px;
	z-index:2;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the 3rd level visible when focus is on it */
.menu_focus ul ul ul  {
	visibility:visible;
	}



/* ----------navigation bar----------- */
p.nav {
	margin:auto;
	text-align:right;
	color:gray;
	solid:#FFFFFF; 
	}
#nav_bar{
	font-size:120%;
position:absolute;
	left:360px;
	top:50px;
	text-align:left;
	width:380px;
	height:20px;
	font-size:90%;	
}
#download{
	left:120px;
	z-index:5;
	font-size:90%;
	}	
#prev-next{
	text-align:left;
	position:absolute;
	left:20px:
	z-index:2;
	}


/*--------------- style for popups -----------*/
 a span.downl{display: none;}
 a:hover span.downl {
 	color:#000000;
 	display: block;
   	position: absolute; 
	width:200px;
   	top:-20px; 
	left:-30px; 
   	z-index: 200;
   	text-align:left;
	font-size:75%;}
 a span.downl2x{display: none;}
 a:hover span.downl2x {
 	color:#000000;
 	display: block;
   	position: absolute; 
	width:200px;
   	top:-20px; 
	left:-30px; 
   	z-index: 200;
   	text-align:left;
	font-size:75%;}
 a span.prev{display: none;}
 a:hover span.prev {
 	color:#000000;
 	display: block;
   	position: absolute; 
   	top:-20px; left:-90px; 
   	width: 200px;
   	z-index: 200;
   	text-align: center;
	font-size:75%;}
 a span.next{display: none;}
 a:hover span.next {
 	color:#000000;
 	display: block;
   	position: absolute; 
   	top:-20px; left:-40px; 
   	width: 200px;
   	z-index: 200;
   	text-align: center;
	font-size:75%;}
	
pNext { height:500px;}	
/*------- intro css layout ------------*/
#maintitle {
	text-align:center;
	/*
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;*/
	}
#logointro {
	position:absolute;
	left:0px;
	top:0px;
	}
p.address {
	position:absolute;
	top:0px;
	right: 5px;
	text-align:right;
	}
p.introtitle {
	text-align:left;
	font-size:250%;
	font-weight:bold;
	position:absolute;
	top:160px;
	left:10px;
	}
#introtext {
	top:250px;
  	left:10px;
	position:absolute;
	width:480px;
	height:200px;
	background:#FFFFFF;
	border:0px solid #a49188;
	margin:1em auto;
	padding:5px;
	font-family:"Courier New", monospace;
	font-size:80%;
	text-align:justify;
			}
			
			
	/* ------------------- booklet  layout -------------- */
			
/*cropmarks*/
#crop_LT {
	position:absolute;
	left:0px;
	top:0px;
}

#crop_RT {
	position:absolute;
	left:925px;
	top:0px;
}

#crop_LB {
	position:absolute;
	left:0px;
	top:475px;
}

#crop_RB {
	position:absolute;
	left:925px;
	top:475px;
}

#crop_LT2 {
	position:absolute;
	left:0px;
	top:0px;
}

#crop_RT2 {
	position:absolute;
	left:475px;
	top:0px;
}

#crop_LB2 {
	position:absolute;
	left:0px;
	top:475px;
}

#crop_RB2 {
	position:absolute;
	left:475px;
	top:475px;
}

/*cover*/
p.book_title-cover {
	font-size:150%;
	font-weight:bold;
}


	


#booklet-logo {
text-align:left;
position:absolute;
	left:155px;
	top:110px;
	}
/* old 
#booklet-logo {
	position:relative;
	text-align:left;
	left:-20px;
	top:50px;
	}*/
	
#book_title-cover {
text-align:left;
position:absolute;
margin-left:auto;
margin-right:auto;
padding-left:130px;
	top:340px;
	font-size:110%;
}


/*layout*/

#showcase {
position:absolute;
	width:650px;
	height:650px;
	top:150px;
	left:325px;
	z-index:200;
	}
#showcase-3x {
position:absolute;
	width:1400px;
	height:650px;
	top:150px;
	left:325px;
	z-index:200;
	}	
/*txt*/
#book_txt-L {
z-index:2;
position:absolute;
left:40px;
top:50px;
width:410px;
}
#book_txt-R {
z-index:2;
left:500px;
top:50px;
position:absolute;
width:410px;
}
#book_txt-L50 {
z-index:2;
position:absolute;
left:50px;
top:50px;
width:410px;
}
#book_txt-R50 {
z-index:2;
left:500px;
top:50px;
position:absolute;
width:410px;
}
p.book {
font-size:60%;
text-align:left;
line-height:135%;
}

/*captions*/
p.caption {
font-size:50%;
line-height:95%;
font-family:"Courier New", Courier, monospace;
}
#book_cap-L {
z-index:2;
left:40px;
top:400px;
position:absolute;
width:410px;
}
#book_cap-R {
z-index:2;
left:500px;
top:400px;
position:absolute;
width:410px;
}
#book_cap-L4 {
z-index:2;
left:50px;
top:300px;
position:absolute;
width:410px;
}
#book_cap-R4 {
z-index:2;
left:500px;
top:300px;
position:absolute;
width:410px;
}

/* IMAGES */
#book_img{
left:25px;
top:25px;
position:absolute;
/*border:thin dashed;*/
}
#book_img-L{
left:25px;
top:25px;
position:absolute;
/*border:thin dashed;*/
}
#book_img-R {
left:475px;
top:25px;
position:absolute;
/*border:thin dashed;*/
}
#book_img-L50{
left:10px;
top:25px;
position:absolute;
/*border:thin dashed;*/
}
#book_img-R50 {
left:460px;
top:25px;
position:absolute;
/*border:thin dashed;*/
}

#book_img-L-TL{
left:230px;
top:25px;
position:absolute;
z-index:250;
/*border:thin dashed;*/
}


#book_button-L {top:25px; left:25px; position:absolute; height:450; width:450; z-index:99}

#book_button-R {top:25px; left:475px; position:absolute; height:450; width:450; z-index:99}

#book_button-3x {top:25px; left:25px; position:absolute; height:450; width:1350; z-index:99}

.test { display:none; position:fixed; border: dashed #666666; margin-top:0px; margin-left:100px;}