/*--  filename = afl.css  --*/

/*----------------------------------------------------*/
/*--  Publication citations & links  --*/
/*--  Use: div class="recipes" 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  --*/
}

div.h1-afl {    /*--  Defines div class <h1>.  --*/
	position: relative;
	top: 55px;
	padding: 0px 0px 20px 0px;
	border:  0px solid green;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	font-variant: small-caps;
	font-style: normal;
	color: #C70603;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

div.h2-afl {    /*--  Defines div class <h2>.  --*/
	position: relative;
	top: 40px;
	padding: 0px 0px 20px 0px;
	border:  0px solid green;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 25px;
	font-style: normal;
	color: #C70603;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

a{
	display: inline;
	border-style: none;  /*--  solid, dotted, dashed  --*/
	border-width: 1px; border-color: red;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	background-color: transparent;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	text-decoration: none;
	text-shadow: 3px 1px 1px rgba(0,0,0,0.3);
	padding: 1px 3px 1px 3px;  /*--  inside border.  top right bottom left --*/
}

a:hover{  /*--  mouse hover  --*/
	color: white;
	background-color: #C70603;
	text-decoration: none;
	background:    -moz-radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background:         radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-border-radius: 5px;
    	border-radius: 5px;
}

a:active{  /*--  the moment of clicking  --*/
	text-decoration: none;
	background: #6d0019;
	-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;
	background: #6d0019;
	text-decoration: none;
}

table {
	position: relative;
	top: 8%;
	left: 5%;
}

.txt {
	position: relative;
	border: 1px solid red;
	top: 8%;
	left: 5%;
	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;
	padding: 0px 20px 20px;
	margin: 0px;
	line-height: 18px;
}

/*----------------------------------------------------*/
/*--  Last Copyright & Modified Date  --*/
/*--  vietnam-pubs.html  --*/
/*--  Use HTML: <span class="JSHcopyright-vnPubs"> to invoke --*/

.JSHcopyright-vnPubs{
	position: fixed;
	bottom: 50px; /*--  larger # is higher from bottom of window. --*/
	left: -25px;  /*--  force to left  --*/
	width: 110px;
	height: 35px;
	border: 1px solid #6d0019;
	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: #C70603;
		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);
}
