/*--  filename = about_photos.css  --*/

body {
	background: white;
	overflow-y: visible;  /*--  x-axis scrollbar  --*/
	overflow-x: visible;  /*--  y-axis scrollbar  --*/
}

.txt {
	position: relative;
	top: 60px;
	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: 0% 12% 0% 12%;
	margin: 0px;
	line-height: 18px;
	z-index: 1;
}

.txt_writing_title {
	position: relative;
	top: 60px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: white;
	color: black;
	font-weight: 600;
	font-size: 130%;  /*--  Allows use of "em" sizes  --*/
	border: 0px solid #6d0019;
	padding: 0% 12% 0% 12%;
	margin: 0px;
	line-height: 30px;
	z-index: 1;
}
.txt_writing {
	position: relative;
	top: 60px;
	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: 0% 12% 0% 12%;
	margin: 0px;
	line-height: 24px;
	z-index: 1;
}

.h1-shortBio {    /*--  Defines class <h1>.  --*/
	position: absolute;
	font-variant: small-caps;
	display: block;
	top: 26px;
	left: 50%;
	transform: translate(-50%, -0%);
	text-align: center;
	
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight: 600;
	color: #a90329;
	border: 0px solid #6d0019;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        padding: 0.5% 0% 0.5% 0%;
        z-index: 999;
}

a {
	text-decoration: none;
	color: red;
}

a:hover{  /*--  mouse hover  --*/
	background-color: #6d0019;
}

a:active{  /*--  the moment of clicking  --*/
	background: #6d0019;
	background:    -moz-radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background:         radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-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;
}

/*----------------------------------------------------*/
/*--  National Public Radio  --*/
.npr {
	border: 0px solid #6d0019;
	position: relative;
	top: 60px;
	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  --*/
	text-align: center;
	padding: 5% 20% 0% 20%;
	margin: 0px;
	line-height: 18px;
}

/*----------------------------------------------------*/
/*--  Last Copyright & Modified Date  --*/
/*--  vietnam-pubs.html  --*/
/*--  Use HTML: <span class="JSHcopyright"> to invoke --*/
.JSHcopyright{
	position: fixed;
	bottom: 50px; /*--  larger # is higher from bottom of window. --*/
	left: -25px;  /*--  force to left  --*/
	width: 110px;
	height: 35px;
	border: 1px solid #a90329;
	margin:  1px 0px 0px 3px;  /*-- Outside border top right bottom left --*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
		/*--  Text color is defined on individual pages.  --*/
		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);
}
