@charset "utf-8";
/* CSS Document */

/*..................*
 * General settings *
 *..................*/

html { 	overflow-y: scroll;} /* force vertial scroll bar on every page */

a.page-link:link {
	color: black;
	font-weight: bold;
	color: blue;
	text-decoration: none; 
}

a.page-link:visited {
	color: black;
	font-weight: bold;
	color: blue;
	text-decoration: none; 
}

p{ 
	font-family: inherit;
	text-align: justify;
}

p.caption {
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p.gt-header-loc {
	background-color: pink;
	font-size: 1.3em;
	font-weight: bold;
	color:white; 
	text-align: right; 
	width: 350px;
	position: relative; 
	right: -60%; 
	bottom: -85%;
}


table.center {
	 margin-left:auto; 
     margin-right:auto;
}

span.dropcap {
	font-size: 72px; 
	font-weight: bold;
	float: left; 
	margin: 0 7px 0 0; 
	line-height: 0.8;
}

/*................................*
 * Additional Navigation Settings *
 *................................*/

.navigation {
	 margin-bottom: 0px;
	 display: block;
	 height: 2.2em;
	 background: #292929;
	 background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
     background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
	 /* padding-top: 5px; */

}


#previous-arrow {
  position: fixed;
  left: 12%;
  top: 96%;
  width: 25em;
  margin-top: -2.5em;
  z-index: 200;
}

#next-arrow {
	position: fixed;
	right: -15%;
	top: 96%;
	width: 25em;
	margin-top: -2.5em;
	z-index: 200;

}

div.page-arrows {
	position: fixed;
	top: 90%;
	width: 950px;
	/*align: center; */
	z-index: 200;
	background: none;
	
}

td.page-arrow-left {
	width: 20%; 
	text-align: left;
}

td.page-arrow-center {
	width: 60%;
}

td.page-arrow-right {
	width: 20%; 
	text-align: right; 
}
	


/*................................*
 *         Image Settings         *
 *................................*/
 
img.shadow {
	box-shadow: 5px 5px 5px #888888;
	border: black 1px solid;
	margin: 0px 10px 10px 0px;
	
}

div.cap-image-right {
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}

div.cap-image-left {
	float: left;
	margin: 0px 5px 5px 5px;
	font-weight: bold;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}

div.cap-image-center {
	margin: 0px 5px 20px 5px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}

div.gt-plaque {
	float: right;
	margin: 0px 10px 10px 15px; 	
}

div.gt-header {
		height: 250px;
}




/*................................*
 *         Header Settings        *
 *................................*/
 
table.gt-header {
	background-color: #ADB96E;
	height: 250px;
}

table.std-header{
	width: 100%; 
	border-collapse: collapse; 
	padding: 0px; 
	margin: 0px; 
	height: 250px;	
}

td.header {
	width: 50%; 
	vertical-align: top; 
	background-color: transparent;
}

p.gt-header {
	font-weight: bold; 
	font-size: 24px; 
	text-align: right; 
	padding-right: 20px; 
	background-color: inherit;
	padding-top: 215px;
}

p.gt-header-title {
	/*font-family: 'Alfa Slab One', Verdana, Geneva, sans-serif; */
	font-size: 60px; 
	text-align: center; 
	letter-spacing: 0.05em;
}

p.gt-header span {
	background: rgba(999,999,999, 0.8);
}

.postc-left {
position: relative;
z-index: 0;
}

.postc-left:hover{
background-color: transparent;
z-index: 50;
}


/*********************************************************
 *            Manage postcard enlargement                *
 *********************************************************/
.postc-left span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1500px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.postc-left span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.postc-left:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -350px;
left: 0; /*position where enlarged image should offset horizontally */

}

.postc-right span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1500px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.postc-right span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.postc-right:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 800px;
left: 350px; /*position where enlarged image should offset horizontally */

}

/*********************************************************
 *           Image Decoration & Caption Management       *
 *********************************************************/

.default-caption {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}

.default-boundary {
 margin:10px; 
 border: thin black solid;
}

.default-center-table {
	width: 100%; 
	border: 0; 
	margin: 0;
	
}
 
.default-table-caption {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
