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

/* this stylesheet is for the cricket and katydid species list pages */

body {
	margin: 0px;
}


/* BEGIN HEADER */
header {
	text-align: center;
	background-color: white;
	border: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;	
	padding: 0px 0px 0px 0px;
	width: 950px;
	}

/* BEGIN MAIN */
main {
	background-color: white;
	border: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 20px;	
	padding: 5px 0px 5px 0px;
	width: 950px;	
	}

/* title checklist of crickets or katydids north of mexico */
h1.listtitle {
	background-color: white;
	border: none;
	font-size: 24px;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;	
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 950px;}


/* table with menu to links for family subfamily tribe */
table.menu {
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px 0px 20px 0px;
	width: 840px;
	}

td.menucolumn {
	border: none;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	vertical-align:top;
	width: 280px;
	}



/* first introductory paragraph starts with in this checklist */
p.paragraph1 {
	font-size: 14px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	width: 800px;
	}

/* second introductory paragraph starts with few species of crickets and katydids */
p.paragraph2 {
	
	font-size: 14px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	width: 800px;
	}



/* species list table */
table.thelist {
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px 0px 0px 55px;
	width: 960px;
	}

td.column {
	border: none;
	font-size: 16px;
	padding: 0px 5px 0px 5px;
	vertical-align:top;
	width: 440px;
	}

/* headings for species list includes family subfamily tribe */
h2.speciestitle {
	background-color: white;
	border: none;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 18px 2px 0px 2px;
	text-align: left;
	width: 440px;}

/* headings for tribe conocephalini to reduce space before */
h2.speciestitletett {
	background-color: white;
	border: none;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 2px 2px 0px 2px;
	text-align: left;
	width: 440px;}

h2.genus {
	background-color: white;
	border: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 5px 2px 0px 2px;
	text-align: left;
	width: 400px;}

/* species name */
h3.species {
	background-color: white;
	border: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 2px 2px 2px 2px;
	text-align: left;
	width: 370px;}

/* species name at end of sublist for family to give space to next taxonomic title */
h3.speciesend {
	background-color: white;
	border: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 2px 2px 10px 2px;
	text-align: left;
	width: 370px;}

/* species name at end of sublist for genus to give space to next taxonomic title */
h3.speciesendgenus {
	background-color: white;
	border: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 2px 2px 3px 2px;
	text-align: left;
	width: 370px;}



/* last paragraph after checklist */
p.paragraph3 {
	font-size: 14px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 200px 0px;
	text-align: justify;
	width: 800px;
	}
/* END MAIN */

/* BEGIN FOOTER */

/* END FOOTER */


















