/*--  filename = vertical_footer_copyright.css  --*/

/*--  Below is from main.css & works.  --*/
/*----------------------------------------------------*/
/*--  Last Copyright & Modified Date  --*/
/*--  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 red;
	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.
			about_photos.html = color: #009966??;
			index.html = color: #white;
 			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);
}
