/* ----------------------------------------------------------CSS File created by James M. Branum - Version 1.2Last Changed: December 14, 2019Colors:  	85% gray = #d9d9d9 	70% gray = #b3b3b3	60% gray = #999999	Gray or 50% Gray = #808080	Body border = #B1B1B1	nav text = #111111	header h1 gradient = #87ceeb (skyblue) and #e0ffff (lightcyan)	Typography:	body: "Helvetica, Arial, sans-serif"References:See https://www.w3schools.com/CSSref/func_radial-gradient.asp for details on radial-gradient See https://www.w3schools.com/CSSref/css3_pr_box-sizing.asp for box-sizing---------------------------------------------------------- *//****Website as a whole ****//* ----- *, *:before, *:after {box-sizing: inherit;} ---- */
body {font-family: Helvetica, Arial, sans-serif; margin-left: auto; margin-right: auto; max-width: 100%; min-width: 256px; padding-top: 8px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px; background-color: black;}body, section, img, header h1, article, section {border: 2px solid #B1B1B1; border-radius: 16px; margin-left: 20px; margin-right: 20px;}img.small {float: left; height: 100px; width: 100px;}  img.medium {float: left; max-width: 360px; width: 50%;}img.right {clear: both; float: right; border: 2px solid #B1B1B1; border-radius: 16px; margin-right: 20px}img.righton {float: right; border: 2px solid #B1B1B1; border-radius: 16px; margin-right: 20px}img.round {border: 2px solid #B1B1B1; border-radius: 16px;}blockquote {font-style: italic;	color: #808080;}.footnote {vertical-align: super; font-size: smaller}/* --------------- Table: --------------- */table {margin-left: auto;    margin-right: auto;	border: #39c;	width: 90%	border-collapse: collapse;	border: 1px;	font-size: small}	tr.top {border: 2 px; background-color: #808080}	th {padding: 5px;	border: 1px #39C;	text-align: left;}td {padding: 5px;	border: 1px #39C;	text-align:left;}.text {text-align: left;}.sources {font-size: xx-small}.xsm {font-size: x-small}.sm {font-size: small}.red {color: red; font-size: large;}tr:nth-of-type(even) {background-color:#F5FAFC}/* --------------- Wrapper: --------------- */.wrapper {background-image: url("leather.jpg"); 	background-color: white;	min-width: 700px;	max-width: 1024px;	margin-left: auto;	box-shadow: 3px 3px #666666;	margin-right: auto;	width: 80%;	border: 2px solid Black; 	border-radius: 10px; }.content {float: left; width: 80%}.rightcol {float:left; width: 20%}.center {margin-left: auto; margin-right: auto; text-align: center}/*  #90C7E3 *//**** header ****/header{margin-left: 20px; margin-right: 20px;}
header p {float: left; font-size: 16px; font-weight: bold; margin-top: 0px;} header h1 {background-image: url("graphics/wichitamts-rainbow.jpg"); background-repeat: yes; max-height: 284px; text-align: center; margin-left: auto; margin-right: auto; border: 2px solid #B1B1B1; border-radius: 16px; background-color: black;}	
/**** nav menu ****/
nav ul {list-style-type: none; background-color: #d9d9d9; border: 2px solid Black; border-radius: 10px; font-family: sans-serif; font-weight: bold; padding: 16px;}
nav ul li {display: inline; border-right: 2px solid #111111; padding-right: 8px; padding-left: 8px; color: white;}
nav ul li:last-child {border-right: none;}
nav ul li a {text-decoration: none; color: #111111;}nav ul li a.spanish {text-decoration: none; color: red;}
nav li.selected{color: #606060;}
nav ul li a:hover {text-decoration: underline;}/*	**** Article ****	article {float: left; background-color: white;}**** aside ****aside {clear: initial; float: left; width: 34%;}*/
/**** section ****/section {background-color: #FFFFFF; margin-bottom: 24px; min-height: 320px; padding-left: 24px; padding-right: 24px;}
/**** footer ****/footer {background-color: #d9d9d9; width: 50%; margin-left: auto; margin-right: auto; clear: both; border: 2px solid #B1B1B1; border-radius: 8px; padding: 20px; margin-bottom: 20px}
footer p.copyright {float: left; margin-top: 0px;}
footer p.contact {text-align: right;}