/*--  filename = jspeed.css  --*/

/*----------------------------------------------------*/
/*--  Publication citations & links  --*/
/*--  Use: div class="jspeed" to invoke.  --*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background: white;
	overflow-y: visible;  /*--  x-axis scrollbar  --*/
	overflow-x: visible;  /*--  y-axis scrollbar  --*/
}

table#table1 {
	position: relative;
	top: 25px;
	width: 86%; 
	margin-left: 7%; 
	margin-right: 7%;
}

table#table2 {
	position: relative;
	top: 35px;
	width: 40%; 
	margin-left: 30%; 
	margin-right: 30%;
}

/*--  Used in index.html to control space below photo.  --*/
table#table3 {
	position: relative;
	top: 20px;
	width: 40%; 
	margin-left: 30%; 
	margin-right: 30%;
}    

table, td, th {
	width: 50%;
	text-align: left;
}

.img-sigX {
	position: relative;
	display: block;
	height:auto;
	max-width: 500px;
	height: auto;
}


hr {
	position: relative;
	display: block;
	width: 80%;
	margin-top: 3.5em;
	margin-bottom: 0.5em;
	border-style: inset;
	border-width: 1px;
}

.txt {	
	position: relative;
	top: 36px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: white;
	color: black;
	font-weight: 400;
	font-size: 100%;  /*--  Allows use of "em" sizes  --*/
	padding: 0% 5% 2% 5%;
	margin: 0px;
	line-height: 18px;
}

.h1-jspeed {
	display: block;
	position: relative;
	font-variant: small-caps;
	top: 36px;
	left: 50%;
	transform: translate(-50%, -0%);
	text-align: center;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 40px;
	line-height: 60px;
	font-weight: 600;
	/*--  text-transform: uppercase;  --*/
	color: black;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
        padding: 0px 0px 5px 0px;
}

a {
	color: black;
	display: inline;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	background-color: transparent;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	padding: 1px 3px 1px 3px;  /*--  inside border.  top right bottom left --*/
}

a:hover{
	color: white;
	background-color: #C70603;  /*--  orangish maroon  --*/
	text-decoration: none;
	background:    -moz-radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);  /*--  dark maroon, bright maroon, light maroon  --*/
	background:         radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);  /*--  dark maroon, bright maroon, light maroon  --*/
	-webkit-border-radius: 5px;
    	border-radius: 5px;
}

a:active{  /*--  the moment of clicking  --*/
	color: white;
	text-decoration: none;
	background: #6d0019;  /*--  dark maroon  --*/
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	box-shadow:         0px 1px 1px rgba(255,255,255,0.9);
}

a:visited{
	color: #8c8c8c;  /*--  silver gray  --*/
	background: #6d0019;  /*--  dark maroon  --*/
	text-decoration: none;
}

.txt {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: white;
	color: black;
	font-weight: 400;
	font-size: 100%;  /*--  Allows use of "em" sizes  --*/
	border: 0px solid #6d0019;  /*--  dark maroon  --*/
	padding: 0px 20px 20px;
	margin: 0px;
	line-height: 18px;
}

div.h1-jspeed {    /*--  Defines div class <h1>.  --*/
	position: relative;
	top: 25px;
	padding: 0px 0px 20px 0px;
	border:  0px solid green;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	font-style: normal;
	color: #C70603;  /*--  orangish maroon  --*/
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

div.h2-jspeed {    /*--  Defines div class <h2>.  --*/
	position: relative;
	top: 20px;
	padding: 0px 0px 20px 0px;
	border:  0px solid green;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #C70603;  /*--  orangish maroon  --*/
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

/*----------------------------------------------------*/
/*--  Last Copyright & Modified Date  --*/
/*--  vietnam-pubs.html  --*/
/*--  Use HTML: <span class="JSHcopyright-vnPubs"> to invoke --*/

.JSHcopyright{
	position: fixed;
	bottom: 50px; /*--  larger # is higher from bottom of window. --*/
	left: -35px;  /*--  force to left  --*/
	width: 110px;
	height: 35px;
	border: 1px solid #6d0019;  /*--  dark maroon  --*/
	margin:  1px 0px 0px 3px;  /*-- Outside border top right bottom left --*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
		/*--  Color is defined on individual pages.
			vietnam-pubs.html = color: #009966??; /*-- green --*/
		   /*-- about_photos.html = color: #009966??;
			       index.html = color: white;  --*/
		color: black;
		background-color: transparent;
		font-size: 0.5625em;
		letter-spacing: 0px;
		line-height: 8px;
		font-weight: 100;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		padding: 3px 0px 0px 0px;  /*-- Inside Border top right bottom left --*/
	/*--  Rotate  --*/
	-ms-transform: rotate(-90deg);  /*--  IE 9  --*/
	-webkit-transform: rotate(-90deg);  /*--  Chrome, Safari, Opera  --*/
	transform: rotate(-90deg);
}
