﻿#body {
	box-sizing:border-box;
	padding: 2em;
	width: 100%;
	Height: 100%;
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	background-color: #000000;
	background-image:url('../images/CULTIVATOR for background detail 96 dpi black.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}
/* Portrait tablets, phones and small desktops */
@media  (max-width: 991px) {	
#body{
	padding: 2em;
	width: 100%;
	Height: 100%;
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	background-color: #000000;
	background-image:none;
}
}
#page {
	max-width: 1024px;
	height: 100%;
	margin: 0px auto 0px auto;
	box-sizing:border-box
}
@media only screen and (max-width: 699px) {
#page {
	width:100%;
	margin: 0px auto 0px auto;
}
}
#header {
	max-width: 1024px;
	padding-left: 50px;
	height: 200px;
	z-index: 1;
}
@media only screen and (max-width: 699px) {
#header {
	margin: 0px auto 1em auto;
	padding-left: 0px;
	text-align:center;
	padding-left: 0px;
}
}
.h_img {
	float:left;
	border:0px;
	max-width: 100%;
}
}
@media only screen and (max-width: 699px) {
.h_img {
margin: 0px auto 0px auto;
max-width: 100%;
height:auto;
float:none;
}	
}

#content {
	margin: 0px auto 0px auto;
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	color: #808080;
	padding-left: 50px;
	top: 20px;
	height: auto;
	padding-right: 50px;
}
@media only screen and (max-width: 699px) {
#content {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
}
}

#page_title {
	padding-left: 50px;
}
#timeline {
	table-layout: auto;
	border-spacing: 0em;
	empty-cells: hide;
}

#copyright {
	padding: 0px;
	margin: 20px auto 30px auto;
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: .75em;
	font-weight: 100;
	color: #F10118;
	text-align: center;
	top: 100px;
	clear: both;
}


.table-style_archive {
	border-width: 0;
	text-align: top;
}
/* Links */
a {
	color: #F10118;;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #F10118;;
}

.center {
	text-align: center;
}
dt {
	padding: 0px 0em 0px 0px;
	font-family: "Eras Light ITC", Arial, Tahoma, sans-serif;
	font-size: 1em;
	width: 6em;
	float: left;
	color: #808080;
	text-decoration: none;
	font-weight: 100;
	text-align: justify;
}
dd {
	color: #808080;
	font-size: 1em;
	text-decoration: none;
	font-family: "Eras Light ITC", Arial, Tahoma, sans-serif;
	width: auto;
	overflow: visible;
	font-weight: 100;
	left: 6em;
	clip: rect(auto, auto, auto, 6em);
}
/* Site typography */
h1 {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 2.5em;
	font-weight: 200;
	color: #CCCCCC;
}
h2 {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 2em;
	font-weight: 100;
	color: #CCCCCC;
}
h3 {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 1.50em;
	font-weight: 100;
	color: #CCCCCC;
}
h4 {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 1.25em;
	font-weight: 100;
	color: #CCCCCC;
}

p {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #CCCCCC;
	text-decoration: none;
}
/* Navigation*/
#navigation {
	padding-top: 25px;
	top: 150px;
	margin-left: 0px;
	text-align: left;
}
#navigation a {
	text-decoration: none;
	color: #F10118;
}
#navigation a:hover {
	color: #808080;
	text-decoration: none;
}
#navigation a:active {
	color: #808080;
	text-decoration: none;
}
#navigation ul {
	padding-left: 50px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}
#navigation li {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	text-decoration: none;
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	color: #F10118;
	margin-left: 0px;
	margin-bottom: .50em;
}
#navigation ul {
	padding-left: 50px;
	margin: 0px;
}
@media only screen and (max-width: 699px){
	#navigation {
	display:none;
}
}
#menu {
	height: 3em;
	width: 75px;
	display: none;
}
@media only screen and (max-width: 699px){
#menu {
	display: block;
	background-color: #000000;
}
}
.nav_dropbtn {
	background-color: #000000;	
	color: #F6ECEC;
	padding: 1em;
	font-size: 1em;
	text-decoration: none;
	border: none;
	height: 3em;
	width: 75px;
	cursor: pointer;
}
.nav_dropdown {
	position: relative;
	display: inline-block;
}
.nav_dropdown-content {
	display: none;
	position: absolute;
	background-color: #000000;
	min-width: 160px;
	
	z-index: 1;
}
.nav_dropdown-content a {
	color: #F6ECEC;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.nav_dropdown-content a:hover {
	background-color: #000000;
	}
.nav_dropdown:hover .nav_dropdown-content {
	display: block;
}
.nav_dropdown:hover .nav_dropbtn {
	background-color: #000000;}

nav {
	text-decoration:none
}

#sitetitle {
	text-indent: -850px;
	max-width: 850px;
	height: 10px;
	overflow: hidden;
	display: block;
	z-index: 4;
}
b {
	font-weight: 200;
}
#archive {
	max-width: 700px;
	height: auto;
	left: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
}
archive p {
	font-family: "Eras Light ITC", arial, tahoma, sans-serif;
	font-size: 2em;
	font-weight: 100;
}
.ul {
	text-decoration: none;
	display: inline-block;
	list-style-type: none;
	padding: 0px 0px 2em 0px;
	margin: 0px;
}
.li {
	text-decoration: none;
	text-align: left;
	padding: 0px 2em 0px 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
#archive_nav li {
	text-align: center;
	display: inline;
	font-size: 1.5em;
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding-right: 1.5em;
	color: #808080;
	padding-top: 2em;
}
# archive li {
	list-style-type: lower-roman;
}
img {
	margin: .50em .50em .50em .50em;
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 699px) {
img {
	margin: .50em auto .50em auto;
	width:96vw;
	max-width: 100%;
	height: auto;
	display:block;
}
}
