@charset "utf-8";
/* CSS Document */

/*** HTML tag styles ***/
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1rem;
	line-height:1.2;
	margin-top:0;
}

article {
	//text-align:center;
	width:100%;
	max-width:600px;
	margin:0 auto;
	background-color:white;
	//padding:20px;
	border-width:thin;
	border-color:black;
	border-style:solid;
}

h1 {
	color:#006666;
}

h1, h2, h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:SlateBlue;
}

li{
	font-size:1rem;
}

mark {
	//color:#0000FF;
	//font-weight: bold;
	background-color:#CAFFFF;
}

noscript h2 {
	text-align:center;
	vertical-align:middle;
}

/*** Class IDs ***/
.authorName {
	margin-left:4rem;
}

.citation {
	martin-top:0;
	margin-left:4rem;
}

.center-80-percent { 
	display:block; 
	width:80%; 
	margin-right:auto;
	margin-left:auto;
	max-width:357px;
}

.header-fancy {
	font-family: 'Croissant One', cursive;
	font-weight: bold;
	font-size:1.8rem;
	margin-top:0;
}

.keyquotes {
	text-align:left;
}

.pad-20 {
	padding:20px;
}

.search-input {
	width:100%;
}

.target-highlight {
	background-color:#80FFFF;
}

.text-left-80-percent {
	width:80%; 
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	max-width:357px;	
}

.text-left-100-percent {
	width:100%; 
	margin-right:auto;
	margin-left:auto;
	text-align:left;	
}

.toc {
	text-align:right;
}

.toc-header {
	text-align:left;
	margin-bottom:0;
}

/*** Element IDs ***/
#banners {
	margin-top:1.5rem;
}

#hdr1 {
	//margin-bottom:100px;
}

#searchsect {
	//margin-top:100px;
	align:center;
	clear:both;
}

#searchtbl {
	//margin-top:100px;
	width:100%;
	border-width:1px;
	border-style:solid;
}

/* Two column format for wider devices */
@media (min-width:481px) {

	#list1 {
		float:left;
		text-align:left;
		width:50%;
		margin-bottom:20px;
	}

	#list2 {
		float:left;
		text-align:left;
		width:50%;
		margin-bottom:10px;		
	}

}

@media (min-width:481px) and (max-width:1000px) and (orientation: landscape) {
	p {
		//font-size:.6rem;
	}
}