1962 Ford 801 (841) Powermaster
Gallery
body {
font-family: 'Sukhumvit-medium',Helvetica,Arial,Lucida,sans-serif;
margin: 0;
}
* {
box-sizing: border-box;
}
.row > .column {
padding: 0 8px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.column {
float: left;
width: 25%;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
padding-bottom:100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}
/* The Close Button */
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
.SliderSlides {
border: 6px solid white;
transform: rotate(-5deg);
margin: 6%;
box-shadow: -6px 8px 15px #00000085;
}
.cursor {
cursor: pointer;
}
/* Next & previous buttons */
/* Position the "next button" to the right */
.next {
right: 15px;
border-radius: 3px 0 0 3px;
}
.prev {
left: 15px;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
img {
margin-bottom: -4px;
}
.caption-container {
text-align: center;
background-color: black;
padding: 2px 16px;
color: white;
}
.demo {
opacity: 0.6;
}
.active,
.demo:hover {
opacity: 1;
}
img.hover-shadow {
transition: 0.3s;
}
.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
* {box-sizing: border-box}
/*.SliderSlides {display: none}*/
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Position the "next button" to the right */
.next {
right: 15px;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: #16519390;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}
/* ligh box */
.row > .column {
padding: 0 8px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.column {
float: left;
width: 25%;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}
/* The Close Button */
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
/*.mySlides {
display: none;
}*/
.cursor {
cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 5px;
margin-top: 0%;
color: #d2232a;
background-color: #16519385;
font-weight: bold;
font-size: 25px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 15px;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
color: #d2232a!important;
font-size: 16px;
padding: 8px 12px;
position: absolute;
top: 0;
}
img {
margin-bottom: -4px;
}
.caption-container {
text-align: center;
background-color: black;
padding: 2px 16px;
color: white;
}
.demo {
opacity: 0.6;
}
.active,
.demo:hover {
opacity: 1;
}
img.hover-shadow {
transition: 0.3s;
}
.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
×
❮
❯
var slideNumber = 1;
DisplaySlides(slideNumber);
function addSlides(n) {
DisplaySlides(slideNumber += n);
}
function DisplaySlides(n) {
var i;
var slides = document.getElementsByClassName("SliderSlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideNumber = 1}
if (n < 1) {slideNumber = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
captionText.innerHTML = dots[slideIndex-1].alt;
}
/*this is a test to stop scroll */
/* if(openModal()==true){
document.getElementById('body').style.visibility="none;
}*/
About
Make of Tractor:
Make Year: 1962
Motor:
Serial Number:
Description: As a kid, I remember bringing this tractor home as my mother pulled it behind a truck while my stepdad, Jim Kindle, steered the tractor. My stepdad inherited the tractor after his father passed. That was at least 25 years ago. Once we got it home, my stepdad put it to use around the 10 acres I grew up on near Sikeston, MO. At some point, I was taught to drive the tractor and it’s the first tractor I remember driving. I loved taking it for a drive through the field as my parents watched from the fence row. As I got older, I used the tractor alongside my stepdad, and he always told me it would be mine one day.
In 2018, my stepdad decided to give me his tractor and I immediately began planning the restoration. I had been to several fairs over the years that showcased antique tractors and always envisioned my Ford 801 being a show tractor. As I admired all the restored tractors at the fairs, I noticed a common sticker that said “painted by Greg Ellis” on numerous beautifully restored tractors.
I tracked down Greg Ellis in 2018 after receiving the tractor and took Greg the tractor that Fall. When I dropped off the tractor for restoration, I told Greg I wanted a show tractor, and he did a fantastic job.
I surprised my stepdad with the restoration and his reaction will join the lifelong memories I’ve had with this Ford Powermaster.
/*
display:none;
*/
.video{}
.brandOfTractor{display:none}
.serialNumber{display:none}
.Drawbar{display:none}
.motor{display:none}
.makeYear{}
.Existence{display:none}
.Cylinder{display:none}
.usedFor{display:none}
.howItWorks{display:none}
.Description{}
.galleryHeader{}
.GalleryCode{}