301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
308 Permanent Redirect is a permanent redirect that, unlike 301, ensures the request method remains unchanged.
The user is permanently redirected to the new URL, and the request method remains the same.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: rmvh.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:addthis="https://www.addthis.com/help/api-spec" > <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://coyotestuff.com/xmlrpc.php"> <title>Coyote Stuff – Coyotes, guns, 4×4, camping and exploring</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Coyote Stuff » Feed" href="https://coyotestuff.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Coyote Stuff » Comments Feed" href="https://coyotestuff.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.5.3 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-JC6FGCDXBJ" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.5.3'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/coyotestuff.com\/","page_referrer":"\/coyotesoncanvas.com"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-JC6FGCDXBJ', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-JC6FGCDXBJ', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/coyotestuff.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://coyotestuff.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #42495E;--wp--preset--color--secondary: #5a6175;--wp--preset--color--tertiary: #777D8D;--wp--preset--color--quaternary: #9EA1AC;--wp--preset--color--quinary: #ffffff;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='responsive-lightbox-prettyphoto-css' href='https://coyotestuff.com/wp-content/plugins/responsive-lightbox/assets/prettyphoto/prettyPhoto.min.css?ver=3.1.6' type='text/css' media='all' /> <link rel='stylesheet' id='wp-components-css' href='https://coyotestuff.com/wp-includes/css/dist/components/style.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='godaddy-styles-css' href='https://coyotestuff.com/wp-content/mu-plugins/vendor/wpex/godaddy-launch/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='escapade-css' href='https://coyotestuff.com/wp-content/themes/escapade/style.css?ver=1.1.3' type='text/css' media='all' /> <style id='escapade-inline-css' type='text/css'> .site-header{background-image:url(https://coyotestuff.com/wp-content/uploads/2017/07/cropped-Header-Coyote-200.jpg);} .site-title a,.site-title a:visited{color:#ffffff;}.site-title a:hover,.site-title a:visited:hover{color:rgba(255, 255, 255, 0.8);} .hero,.hero .widget h1,.hero .widget h2,.hero .widget h3,.hero .widget h4,.hero .widget h5,.hero .widget h6,.hero .widget p,.hero .widget blockquote,.hero .widget cite,.hero .widget table,.hero .widget ul,.hero .widget ol,.hero .widget li,.hero .widget dd,.hero .widget dt,.hero .widget address,.hero .widget code,.hero .widget pre,.hero .widget .widget-title,.hero .page-header h1{color:#ffffff;} .main-navigation ul li a,.main-navigation ul li a:visited,.main-navigation ul li a:hover,.main-navigation ul li a:focus,.main-navigation ul li a:visited:hover{color:#ffffff;}.main-navigation .sub-menu .menu-item-has-children > a::after{border-right-color:#ffffff;border-left-color:#ffffff;}.menu-toggle div{background-color:#ffffff;}header .social-menu a,header .social-menu a:visited{color:#ffffff;}.main-navigation ul li a:hover,.main-navigation ul li a:focus{color:rgba(255, 255, 255, 0.8);}header .social-menu a:hover,header .social-menu a:visited:hover{color:rgba(255, 255, 255, 0.8);} h1,h2,h3,h4,h5,h6,label,legend,table th,dl dt,.entry-title,.entry-title a,.entry-title a:visited,.widget-title{color:#4f5875;}.entry-title a:hover,.entry-title a:visited:hover,.entry-title a:focus,.entry-title a:visited:focus,.entry-title a:active,.entry-title a:visited:active{color:rgba(79, 88, 117, 0.8);} body,input,select,textarea,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus,.navigation.pagination .paging-nav-text{color:#4f5875;}.fl-callout-text,.fl-rich-text{color:#4f5875;}hr{background-color:rgba(79, 88, 117, 0.1);border-color:rgba(79, 88, 117, 0.1);}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea,.select2-container .select2-choice{color:rgba(79, 88, 117, 0.5);border-color:rgba(79, 88, 117, 0.1);}select,fieldset,blockquote,pre,code,abbr,acronym,.hentry table th,.hentry table td{border-color:rgba(79, 88, 117, 0.1);}.hentry table tr:hover td{background-color:rgba(79, 88, 117, 0.05);} blockquote,.entry-meta,.entry-footer,.comment-meta .says,.logged-in-as,.wp-block-coblocks-author__heading{color:#888c99;} .site-footer .widget-title,.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{color:#757575;} .site-footer .widget,.site-footer .widget form label{color:#757575;} .footer-menu ul li a,.footer-menu ul li a:visited{color:#3e4c75;}.site-info-wrapper .social-menu a{background-color:#3e4c75;}.footer-menu ul li a:hover,.footer-menu ul li a:visited:hover{color:rgba(62, 76, 117, 0.8);} .site-info-wrapper .site-info-text{color:#4f5875;} a,a:visited,.entry-title a:hover,.entry-title a:visited:hover{color:#3e4c75;}.navigation.pagination .nav-links .page-numbers.current,.social-menu a:hover{background-color:#3e4c75;}.main-navigation ul li:hover,.main-navigation li.current-menu-item,.main-navigation ul li.current-menu-item > a:hover,.main-navigation ul li.current-menu-item > a:visited:hover,.woocommerce-cart-menu-item .woocommerce.widget_shopping_cart p.buttons a:hover{background-color:#3e4c75;}a:hover,a:visited:hover,a:focus,a:visited:focus,a:active,a:visited:active{color:rgba(62, 76, 117, 0.8);}.comment-list li.bypostauthor{border-color:rgba(62, 76, 117, 0.2);} button,a.button,a.button:visited,input[type="button"],input[type="reset"],input[type="submit"],.wp-block-button__link,.site-info-wrapper .social-menu a:hover{background-color:#3e4c75;border-color:#3e4c75;}a.fl-button,a.fl-button:visited,.content-area .fl-builder-content a.fl-button,.content-area .fl-builder-content a.fl-button:visited{background-color:#3e4c75;border-color:#3e4c75;}button:hover,button:active,button:focus,a.button:hover,a.button:active,a.button:focus,a.button:visited:hover,a.button:visited:active,a.button:visited:focus,input[type="button"]:hover,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus{background-color:rgba(62, 76, 117, 0.8);border-color:rgba(62, 76, 117, 0.8);}a.fl-button:hover,a.fl-button:active,a.fl-button:focus,a.fl-button:visited:hover,a.fl-button:visited:active,a.fl-button:visited:focus,.content-area .fl-builder-content a.fl-button:hover,.content-area .fl-builder-content a.fl-button:active,.content-area .fl-builder-content a.fl-button:focus,.content-area .fl-builder-content a.fl-button:visited:hover,.content-area .fl-builder-content a.fl-button:visited:active,.content-area .fl-builder-content a.fl-button:visited:focus{background-color:rgba(62, 76, 117, 0.8);border-color:rgba(62, 76, 117, 0.8);} button,button:hover,button:active,button:focus,a.button,a.button:hover,a.button:active,a.button:focus,a.button:visited,a.button:visited:hover,a.button:visited:active,a.button:visited:focus,input[type="button"],input[type="button"]:hover,input[type="button"]:active,input[type="button"]:focus,input[type="reset"],input[type="reset"]:hover,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"],input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus,.wp-block-button__link{color:#ffffff;}.main-navigation ul > li:hover > a,.main-navigation ul > li:hover > a:hover,.main-navigation ul > li:hover > a:visited,.main-navigation ul > li:hover > a:visited:hover,.main-navigation ul li.current-menu-item > a{color:#ffffff;}a.fl-button a.fl-button:hover,a.fl-button:active,a.fl-button:focus,a.fl-button:visited,a.fl-button:visited:hover,a.fl-button:visited:active,a.fl-button:visited:focus,.content-area .fl-builder-content a.fl-button,.content-area .fl-builder-content a.fl-button *,.content-area .fl-builder-content a.fl-button:visited,.content-area .fl-builder-content a.fl-button:visited *{color:#ffffff;} body{background-color:#ffffff;}.navigation.pagination .nav-links .page-numbers.current{color:#ffffff;} .site-header{background-color:#4f5875;}.site-header{-webkit-box-shadow:inset 0 0 0 9999em;-moz-box-shadow:inset 0 0 0 9999em;box-shadow:inset 0 0 0 9999em;color:rgba(79, 88, 117, 0.00);} .main-navigation-container,.main-navigation.open,.main-navigation ul ul,.main-navigation .sub-menu{background-color:#5a6175;}.side-masthead{background-color:#5a6175;} .site-footer{background-color:#d5d6e0;} .site-info-wrapper{background-color:#ffffff;}.site-info-wrapper .social-menu a,.site-info-wrapper .social-menu a:visited,.site-info-wrapper .social-menu a:hover,.site-info-wrapper .social-menu a:visited:hover{color:#ffffff;} .has-primary-color{color:#03263B;}.has-primary-background-color{background-color:#03263B;} .has-secondary-color{color:#0b3954;}.has-secondary-background-color{background-color:#0b3954;} .has-tertiary-color{color:#bddae6;}.has-tertiary-background-color{background-color:#bddae6;} .has-quaternary-color{color:#ff6663;}.has-quaternary-background-color{background-color:#ff6663;} .has-quinary-color{color:#ffffff;}.has-quinary-background-color{background-color:#ffffff;} </style> <style id='akismet-widget-style-inline-css' type='text/css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link rel='stylesheet' id='escapade-fonts-css' href='https://fonts.googleapis.com/css?family=Oswald%3A300%2C400%2C700%7CDroid+Serif%3A300%2C400%2C700&subset=latin&ver=1.8.9' type='text/css' media='all' /> <style id='escapade-fonts-inline-css' type='text/css'> .site-title{font-family:"Oswald", sans-serif;} .main-navigation ul li a,.main-navigation ul li a:visited,button,a.button,a.fl-button,input[type="button"],input[type="reset"],input[type="submit"]{font-family:"Oswald", sans-serif;} h1,h2,h3,h4,h5,h6,label,legend,table th,dl dt,.entry-title,.widget-title{font-family:"Oswald", sans-serif;} body,p,ol li,ul li,dl dd,.fl-callout-text{font-family:"Droid Serif", sans-serif;} blockquote,.entry-meta,.entry-footer,.comment-list li .comment-meta .says,.comment-list li .comment-metadata,.comment-reply-link,#respond .logged-in-as{font-family:"Droid Serif", sans-serif;} </style> <link rel='stylesheet' id='addthis_all_pages-css' href='https://coyotestuff.com/wp-content/plugins/addthis/frontend/build/addthis_wordpress_public.min.css?ver=6.8.1' type='text/css' media='all' /> <script type="text/javascript" src="https://coyotestuff.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.5.3" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"","inbound_paths":"[]","home_url":"https:\/\/coyotestuff.com","hash_tracking":"false","v4_id":"G-JC6FGCDXBJ"};/* ]]> */ </script> <script type="text/javascript" src="https://coyotestuff.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://coyotestuff.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://coyotestuff.com/wp-content/plugins/responsive-lightbox/assets/prettyphoto/jquery.prettyPhoto.min.js?ver=3.1.6" id="responsive-lightbox-prettyphoto-js"></script> <script type="text/javascript" src="https://coyotestuff.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script type="text/javascript" src="https://coyotestuff.com/wp-content/plugins/responsive-lightbox/assets/infinitescroll/infinite-scroll.pkgd.min.js?ver=4.0.1" id="responsive-lightbox-infinite-scroll-js"></script> <script type="text/javascript" id="responsive-lightbox-js-before"> /* <![CDATA[ */ var rlArgs = {"script":"prettyphoto","selector":"lightbox","customEvents":"","activeGalleries":true,"animationSpeed":"normal","slideshow":false,"slideshowDelay":5000,"slideshowAutoplay":false,"opacity":"0.75","showTitle":true,"allowResize":true,"allowExpand":true,"width":1080,"height":720,"separator":"\/","theme":"pp_default","horizontalPadding":20,"hideFlash":false,"wmode":"opaque","videoAutoplay":false,"modal":false,"deeplinking":false,"overlayGallery":true,"keyboardShortcuts":true,"social":false,"woocommerce_gallery":false,"ajaxurl":"https:\/\/coyotestuff.com\/wp-admin\/admin-ajax.php","nonce":"95016199ce","preview":false,"postId":1909,"scriptExtension":false}; /* ]]> */ </script> <script type="text/javascript" src="https://coyotestuff.com/wp-content/plugins/responsive-lightbox/js/front.js?ver=2.5.1" id="responsive-lightbox-js"></script> <link rel="https://api.w.org/" href="https://coyotestuff.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://coyotestuff.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <script type="text/javascript">var ajaxurl = "https://coyotestuff.com/wp-admin/admin-ajax.php";</script><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><style type='text/css'> .site-title a,.site-title a:visited{color:ffffff;} </style><script data-cfasync="false" type="text/javascript">if (window.addthis_product === undefined) { window.addthis_product = "wpp"; } if (window.wp_product_version === undefined) { window.wp_product_version = "wpp-6.2.7"; } if (window.addthis_share === undefined) { window.addthis_share = {}; } if (window.addthis_config === undefined) { window.addthis_config = {"data_track_clickback":true,"ignore_server_config":true,"ui_atversion":300}; } if (window.addthis_layers === undefined) { window.addthis_layers = {}; } if (window.addthis_layers_tools === undefined) { window.addthis_layers_tools = [{"sharetoolbox":{"numPreferredServices":5,"counts":"one","size":"32px","style":"fixed","shareCountThreshold":0,"elements":".addthis_inline_share_toolbox_below,.at-below-post-homepage,.at-below-post-arch-page,.at-below-post-cat-page,.at-below-post,.at-below-post-page"}}]; } else { window.addthis_layers_tools.push({"sharetoolbox":{"numPreferredServices":5,"counts":"one","size":"32px","style":"fixed","shareCountThreshold":0,"elements":".addthis_inline_share_toolbox_below,.at-below-post-homepage,.at-below-post-arch-page,.at-below-post-cat-page,.at-below-post,.at-below-post-page"}}); } if (window.addthis_plugin_info === undefined) { window.addthis_plugin_info = {"info_status":"enabled","cms_name":"WordPress","plugin_name":"Share Buttons by AddThis","plugin_version":"6.2.7","plugin_mode":"WordPress","anonymous_profile_id":"wp-dd085a2d2e6b658c0e7a7c684238c930","page_info":{"template":"home","post_type":""},"sharing_enabled_on_post_via_metabox":false}; } (function() { var first_load_interval_id = setInterval(function () { if (typeof window.addthis !== 'undefined') { window.clearInterval(first_load_interval_id); if (typeof window.addthis_layers !== 'undefined' && Object.getOwnPropertyNames(window.addthis_layers).length > 0) { window.addthis.layers(window.addthis_layers); } if (Array.isArray(window.addthis_layers_tools)) { for (i = 0; i < window.addthis_layers_tools.length; i++) { window.addthis.layers(window.addthis_layers_tools[i]); } } } },1000) }()); </script> <script data-cfasync="false" type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=wp-dd085a2d2e6b658c0e7a7c684238c930" async="async"></script><link rel="icon" href="https://coyotestuff.com/wp-content/uploads/2017/06/cropped-BBYote-512-1-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://coyotestuff.com/wp-content/uploads/2017/06/cropped-BBYote-512-1-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://coyotestuff.com/wp-content/uploads/2017/06/cropped-BBYote-512-1-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://coyotestuff.com/wp-content/uploads/2017/06/cropped-BBYote-512-1-270x270.jpg" /> </head> <body class="home blog wp-custom-logo wp-theme-primer wp-child-theme-escapade fl-builder-lite-2-8-6-2 group-blog custom-header-image layout-two-column-default"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header" role="banner" style="background:url('https://coyotestuff.com/wp-content/uploads/2017/07/cropped-Header-Coyote-200.jpg') no-repeat top center; background-size: cover;"> <div class="side-masthead"> <div class="menu-toggle" id="menu-toggle" role="button" tabindex="0" > <div></div> <div></div> <div></div> </div><!-- #menu-toggle --> <div class="site-title-wrapper"> <a href="https://coyotestuff.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="512" height="228" src="https://coyotestuff.com/wp-content/uploads/2017/06/cropped-BBYote-512.jpg" class="custom-logo" alt="Coyote Stuff" decoding="async" fetchpriority="high" srcset="https://coyotestuff.com/wp-content/uploads/2017/06/cropped-BBYote-512.jpg 512w, https://coyotestuff.com/wp-content/uploads/2017/06/cropped-BBYote-512-300x134.jpg 300w" sizes="(max-width: 512px) 100vw, 512px" /></a> <h1 class="site-title"><a href="https://coyotestuff.com/" rel="home">Coyote Stuff</a></h1> <div class="site-description">Coyotes, guns, 4x4, camping and exploring</div> </div><!-- .site-title-wrapper --> <div class="main-navigation-container"> <nav id="site-navigation" class="main-navigation"> <div class="menu-primary-menu-container"><ul id="menu-primary-menu" class="menu"><li id="menu-item-469" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-469"><a href="https://coyotestuff.com" aria-current="page">Home</a></li> <li id="menu-item-440" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-440"><a href="https://coyotestuff.com/articles/">Articles</a></li> <li id="menu-item-640" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-640"><a href="https://coyotestuff.com/categories/">Categories</a></li> <li id="menu-item-642" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-642"><a href="https://coyotestuff.com/photo-gallery/">Photo Gallery</a></li> <li id="menu-item-445" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-445"><a href="https://coyotestuff.com/links/">Links</a></li> <li id="menu-item-479" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://coyotestuff.com/about-coyotestuff/">About Coyotestuff</a></li> <li id="menu-item-582" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-582"><a href="https://coyotestuff.com/contact-dave/">Contact Dave</a></li> </ul></div> </nav><!-- #site-navigation --> </div> <nav class="social-menu"> </nav><!-- .social-menu --> </div> <div class="hero"> <div class="hero-inner"> </div> </div> </header><!-- #masthead --> <div id="page" class="hfeed site"> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <article id="post-1909" class="post-1909 post type-post status-publish format-standard has-post-thumbnail hentry category-camping category-ghost-towns category-metal-detecting category-off-road category-trip-report tag-black-forest tag-monarch tag-sprucemont"> <div class="featured-image"> <a href="https://coyotestuff.com/sprucemont-ghost-town/"><img width="1024" height="683" src="https://coyotestuff.com/wp-content/uploads/2022/07/20220624_Sprucemont-43.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" srcset="https://coyotestuff.com/wp-content/uploads/2022/07/20220624_Sprucemont-43.jpg 1024w, https://coyotestuff.com/wp-content/uploads/2022/07/20220624_Sprucemont-43-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2022/07/20220624_Sprucemont-43-768x512.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/sprucemont-ghost-town/">Sprucemont Ghost Town</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">July 1, 2022</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/sprucemont-ghost-town/"></div> <p>…you have remains of buildings and equipment covering nearly 100 years of activity side by side. Together with the number of camps, so close together, and the number of buildings still standing, makes for a very interesting place for any ghost town aficionado. <!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/sprucemont-ghost-town/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/sprucemont-ghost-town/" aria-label="Continue reading Sprucemont Ghost Town">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/camping/" rel="category tag">Camping</a>, <a href="https://coyotestuff.com/category/ghost-towns/" rel="category tag">Ghost Towns</a>, <a href="https://coyotestuff.com/category/metal-detecting/" rel="category tag">Metal Detecting</a>, <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/trip-report/" rel="category tag">Trip Report</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/black-forest/" rel="tag">Black Forest</a>, <a href="https://coyotestuff.com/tag/monarch/" rel="tag">Monarch</a>, <a href="https://coyotestuff.com/tag/sprucemont/" rel="tag">Sprucemont</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1891" class="post-1891 post type-post status-publish format-standard has-post-thumbnail hentry category-camping category-ghost-towns category-off-road category-trip-report category-updates category-video tag-camping tag-ghost-towns tag-jeep tag-video"> <div class="featured-image"> <a href="https://coyotestuff.com/ghost-town-tour-22/"><img width="800" height="533" src="https://coyotestuff.com/wp-content/uploads/2022/06/DJI_0040.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" srcset="https://coyotestuff.com/wp-content/uploads/2022/06/DJI_0040.jpg 800w, https://coyotestuff.com/wp-content/uploads/2022/06/DJI_0040-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2022/06/DJI_0040-768x512.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/ghost-town-tour-22/">Ghost Town Tour ’22</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">June 9, 2022</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/ghost-town-tour-22/#comments" class="comments-link" >2 Comments</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/ghost-town-tour-22/"></div> <p>This year made the 8th year in a row for the expeditionutah.com Ghost Town Tour. I’d first like to thank…<!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/ghost-town-tour-22/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/ghost-town-tour-22/" aria-label="Continue reading Ghost Town Tour ’22">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/camping/" rel="category tag">Camping</a>, <a href="https://coyotestuff.com/category/ghost-towns/" rel="category tag">Ghost Towns</a>, <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/trip-report/" rel="category tag">Trip Report</a>, <a href="https://coyotestuff.com/category/updates/" rel="category tag">Updates</a>, <a href="https://coyotestuff.com/category/video/" rel="category tag">Video</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/camping/" rel="tag">Camping</a>, <a href="https://coyotestuff.com/tag/ghost-towns/" rel="tag">Ghost Towns</a>, <a href="https://coyotestuff.com/tag/jeep/" rel="tag">Jeep</a>, <a href="https://coyotestuff.com/tag/video/" rel="tag">video</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1866" class="post-1866 post type-post status-publish format-standard has-post-thumbnail hentry category-anasazi category-camping category-off-road category-trip-report category-video tag-camping tag-jeep tag-video"> <div class="featured-image"> <a href="https://coyotestuff.com/relaxing-weekend/"><img width="800" height="533" src="https://coyotestuff.com/wp-content/uploads/2022/02/DJI_0010W.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" srcset="https://coyotestuff.com/wp-content/uploads/2022/02/DJI_0010W.jpg 800w, https://coyotestuff.com/wp-content/uploads/2022/02/DJI_0010W-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2022/02/DJI_0010W-768x512.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/relaxing-weekend/">Relaxing Weekend</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">February 16, 2022</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/relaxing-weekend/#comments" class="comments-link" >1 Comment</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/relaxing-weekend/"></div> <p>Another short video trip report. Just taking it easy out on the desert for a couple of days.<!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/relaxing-weekend/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/relaxing-weekend/" aria-label="Continue reading Relaxing Weekend">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/anasazi/" rel="category tag">Anasazi</a>, <a href="https://coyotestuff.com/category/camping/" rel="category tag">Camping</a>, <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/trip-report/" rel="category tag">Trip Report</a>, <a href="https://coyotestuff.com/category/video/" rel="category tag">Video</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/camping/" rel="tag">Camping</a>, <a href="https://coyotestuff.com/tag/jeep/" rel="tag">Jeep</a>, <a href="https://coyotestuff.com/tag/video/" rel="tag">video</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1855" class="post-1855 post type-post status-publish format-standard has-post-thumbnail hentry category-ghost-towns category-off-road category-trip-report category-video tag-jeep tag-video"> <div class="featured-image"> <a href="https://coyotestuff.com/new-years-day/"><img width="1024" height="683" src="https://coyotestuff.com/wp-content/uploads/2022/01/20220101-Ibapah-32W.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://coyotestuff.com/wp-content/uploads/2022/01/20220101-Ibapah-32W.jpg 1024w, https://coyotestuff.com/wp-content/uploads/2022/01/20220101-Ibapah-32W-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2022/01/20220101-Ibapah-32W-768x512.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/new-years-day/">New Years Day</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">January 2, 2022</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/new-years-day/#comments" class="comments-link" >4 Comments</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/new-years-day/"></div> <p>I got a drone for Christmas. Weather finally broke so I could go out and try it yesterday. Pretty fun!<!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/new-years-day/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/new-years-day/" aria-label="Continue reading New Years Day">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/ghost-towns/" rel="category tag">Ghost Towns</a>, <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/trip-report/" rel="category tag">Trip Report</a>, <a href="https://coyotestuff.com/category/video/" rel="category tag">Video</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/jeep/" rel="tag">Jeep</a>, <a href="https://coyotestuff.com/tag/video/" rel="tag">video</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1823" class="post-1823 post type-post status-publish format-standard has-post-thumbnail hentry category-camping category-coyote-hunting category-ghost-towns category-metal-detecting category-off-road category-trip-report tag-camping tag-coyote-hunting tag-metal-detecting"> <div class="featured-image"> <a href="https://coyotestuff.com/fur-silver-and-a-44-henry/"><img width="800" height="533" src="https://coyotestuff.com/wp-content/uploads/2021/09/20210924-531W.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://coyotestuff.com/wp-content/uploads/2021/09/20210924-531W.jpg 800w, https://coyotestuff.com/wp-content/uploads/2021/09/20210924-531W-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2021/09/20210924-531W-768x512.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/fur-silver-and-a-44-henry/">Fur, Silver And A .44 Henry</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">September 29, 2021</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/fur-silver-and-a-44-henry/#comments" class="comments-link" >6 Comments</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/fur-silver-and-a-44-henry/"></div> <p>The day before we left, I got a new metal detector. So I had to bring it with and see if I would get a chance to try it out… All from the same hole, I pulled a .22 shell, an old W.R.A. .250-3000 case, and, a silver dime!<!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/fur-silver-and-a-44-henry/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/fur-silver-and-a-44-henry/" aria-label="Continue reading Fur, Silver And A .44 Henry">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/camping/" rel="category tag">Camping</a>, <a href="https://coyotestuff.com/category/coyote-hunting/" rel="category tag">Coyote Hunting</a>, <a href="https://coyotestuff.com/category/ghost-towns/" rel="category tag">Ghost Towns</a>, <a href="https://coyotestuff.com/category/metal-detecting/" rel="category tag">Metal Detecting</a>, <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/trip-report/" rel="category tag">Trip Report</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/camping/" rel="tag">Camping</a>, <a href="https://coyotestuff.com/tag/coyote-hunting/" rel="tag">Coyote hunting</a>, <a href="https://coyotestuff.com/tag/metal-detecting/" rel="tag">metal detecting</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1807" class="post-1807 post type-post status-publish format-standard has-post-thumbnail hentry category-off-road category-updates tag-jeep"> <div class="featured-image"> <a href="https://coyotestuff.com/quick-jeep-update/"><img width="800" height="533" src="https://coyotestuff.com/wp-content/uploads/2021/08/untitled-500W.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://coyotestuff.com/wp-content/uploads/2021/08/untitled-500W.jpg 800w, https://coyotestuff.com/wp-content/uploads/2021/08/untitled-500W-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2021/08/untitled-500W-768x512.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/quick-jeep-update/">Quick Jeep Update</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">August 21, 2021</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/quick-jeep-update/#comments" class="comments-link" >6 Comments</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/quick-jeep-update/"></div> <p>Axle PM’s Just a brief update on recent preventative maintenance/upgrades on the old LJ. Considering how far from anything I…<!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/quick-jeep-update/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/quick-jeep-update/" aria-label="Continue reading Quick Jeep Update">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/updates/" rel="category tag">Updates</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/jeep/" rel="tag">Jeep</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1788" class="post-1788 post type-post status-publish format-standard has-post-thumbnail hentry category-anasazi category-camping category-coyote-hunting category-ghost-towns category-hiking category-off-road category-trip-report category-updates category-varmint-hunting tag-camping tag-coyote-hunting tag-jeep tag-rock-art tag-rock-chucks tag-varmint-hunting"> <div class="featured-image"> <a href="https://coyotestuff.com/it-has-been-a-while/"><img width="800" height="533" src="https://coyotestuff.com/wp-content/uploads/2021/07/20201107_88.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://coyotestuff.com/wp-content/uploads/2021/07/20201107_88.jpg 800w, https://coyotestuff.com/wp-content/uploads/2021/07/20201107_88-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2021/07/20201107_88-768x512.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/it-has-been-a-while/">It has been a while…</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">July 26, 2021</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/it-has-been-a-while/#comments" class="comments-link" >18 Comments</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/it-has-been-a-while/"></div> <p>So, it has been over a year since I’ve posted anything here on coyotestuff. Wow, time flies. And I’m lazy.…<!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/it-has-been-a-while/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/it-has-been-a-while/" aria-label="Continue reading It has been a while…">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/anasazi/" rel="category tag">Anasazi</a>, <a href="https://coyotestuff.com/category/camping/" rel="category tag">Camping</a>, <a href="https://coyotestuff.com/category/coyote-hunting/" rel="category tag">Coyote Hunting</a>, <a href="https://coyotestuff.com/category/ghost-towns/" rel="category tag">Ghost Towns</a>, <a href="https://coyotestuff.com/category/hiking/" rel="category tag">Hiking</a>, <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/trip-report/" rel="category tag">Trip Report</a>, <a href="https://coyotestuff.com/category/updates/" rel="category tag">Updates</a>, <a href="https://coyotestuff.com/category/varmint-hunting/" rel="category tag">Varmint Hunting</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/camping/" rel="tag">Camping</a>, <a href="https://coyotestuff.com/tag/coyote-hunting/" rel="tag">Coyote hunting</a>, <a href="https://coyotestuff.com/tag/jeep/" rel="tag">Jeep</a>, <a href="https://coyotestuff.com/tag/rock-art/" rel="tag">rock art</a>, <a href="https://coyotestuff.com/tag/rock-chucks/" rel="tag">rock chucks</a>, <a href="https://coyotestuff.com/tag/varmint-hunting/" rel="tag">varmint hunting</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1756" class="post-1756 post type-post status-publish format-standard has-post-thumbnail hentry category-accuracy category-coyote-hunting category-deer-hunting category-guns category-reloading category-varmint-hunting tag-220-redline"> <div class="featured-image"> <a href="https://coyotestuff.com/the-220redline-chuck-buck-buster-extraordinare/"><img width="1600" height="1200" src="https://coyotestuff.com/wp-content/uploads/2021/03/Redline-Buck-3-1600x1200.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://coyotestuff.com/wp-content/uploads/2021/03/Redline-Buck-3-1600x1200.jpg 1600w, https://coyotestuff.com/wp-content/uploads/2021/03/Redline-Buck-3-300x225.jpg 300w, https://coyotestuff.com/wp-content/uploads/2021/03/Redline-Buck-3-1024x768.jpg 1024w, https://coyotestuff.com/wp-content/uploads/2021/03/Redline-Buck-3-768x576.jpg 768w, https://coyotestuff.com/wp-content/uploads/2021/03/Redline-Buck-3-1536x1152.jpg 1536w, https://coyotestuff.com/wp-content/uploads/2021/03/Redline-Buck-3.jpg 2016w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/the-220redline-chuck-buck-buster-extraordinare/">The .220REDLINE, Chuck & Buck Buster Extraordinaire!</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">March 20, 2021</span> <span class="posted-author"><a href="https://coyotestuff.com/author/fred_r/" title="Posts by Fred R" rel="author">Fred R</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/the-220redline-chuck-buck-buster-extraordinare/#comments" class="comments-link" >5 Comments</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/the-220redline-chuck-buck-buster-extraordinare/"></div> <p>Welcome to Part 4 of the Saga of the .220Redline! Long before endeavoring to build this wildcat, I’ve accepted that running a cartridge nearer the edge of traditional reasoning is not without consequences. Sparking off almost 70 grains of smokeless powder down a .224 caliber hole is rather extreme! <!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/the-220redline-chuck-buck-buster-extraordinare/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/the-220redline-chuck-buck-buster-extraordinare/" aria-label="Continue reading The .220REDLINE, Chuck & Buck Buster Extraordinaire!">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/guns/accuracy/" rel="category tag">Accuracy</a>, <a href="https://coyotestuff.com/category/coyote-hunting/" rel="category tag">Coyote Hunting</a>, <a href="https://coyotestuff.com/category/deer-hunting/" rel="category tag">Deer Hunting</a>, <a href="https://coyotestuff.com/category/guns/" rel="category tag">Guns</a>, <a href="https://coyotestuff.com/category/guns/reloading/" rel="category tag">Reloading</a>, <a href="https://coyotestuff.com/category/varmint-hunting/" rel="category tag">Varmint Hunting</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/220-redline/" rel="tag">.220 Redline</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1693" class="post-1693 post type-post status-publish format-standard has-post-thumbnail hentry category-anasazi category-camping category-hiking category-off-road category-trip-report tag-camping tag-hiking tag-jeep tag-rock-art tag-the-maze tag-wheeling"> <div class="featured-image"> <a href="https://coyotestuff.com/the-maze-with-adventure-spice/"><img width="1024" height="683" src="https://coyotestuff.com/wp-content/uploads/2020/07/Maze-Overlook-Pano-3-EditW.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://coyotestuff.com/wp-content/uploads/2020/07/Maze-Overlook-Pano-3-EditW.jpg 1024w, https://coyotestuff.com/wp-content/uploads/2020/07/Maze-Overlook-Pano-3-EditW-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2020/07/Maze-Overlook-Pano-3-EditW-768x512.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/the-maze-with-adventure-spice/">The Maze, With Adventure Spice</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">July 2, 2020</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/the-maze-with-adventure-spice/#comments" class="comments-link" >10 Comments</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/the-maze-with-adventure-spice/"></div> <p>…my Jeep emitted a NASTY snapping, grinding, breaking and broken metal sound. This can’t be good…<!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/the-maze-with-adventure-spice/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/the-maze-with-adventure-spice/" aria-label="Continue reading The Maze, With Adventure Spice">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/anasazi/" rel="category tag">Anasazi</a>, <a href="https://coyotestuff.com/category/camping/" rel="category tag">Camping</a>, <a href="https://coyotestuff.com/category/hiking/" rel="category tag">Hiking</a>, <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/trip-report/" rel="category tag">Trip Report</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/camping/" rel="tag">Camping</a>, <a href="https://coyotestuff.com/tag/hiking/" rel="tag">Hiking</a>, <a href="https://coyotestuff.com/tag/jeep/" rel="tag">Jeep</a>, <a href="https://coyotestuff.com/tag/rock-art/" rel="tag">rock art</a>, <a href="https://coyotestuff.com/tag/the-maze/" rel="tag">The Maze</a>, <a href="https://coyotestuff.com/tag/wheeling/" rel="tag">wheeling</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1680" class="post-1680 post type-post status-publish format-standard has-post-thumbnail hentry category-camping category-ghost-towns category-off-road category-trip-report tag-camping tag-ghost-towns tag-jeep tag-offroad"> <div class="featured-image"> <a href="https://coyotestuff.com/ghost-town-tour-2020/"><img width="800" height="533" src="https://coyotestuff.com/wp-content/uploads/2020/06/untitled-419-EditW.jpg" class="attachment-primer-featured size-primer-featured wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://coyotestuff.com/wp-content/uploads/2020/06/untitled-419-EditW.jpg 800w, https://coyotestuff.com/wp-content/uploads/2020/06/untitled-419-EditW-300x200.jpg 300w, https://coyotestuff.com/wp-content/uploads/2020/06/untitled-419-EditW-768x512.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a> </div><!-- .featured-image --> <header class="entry-header"> <div class="entry-header-row"> <div class="entry-header-column"> <h2 class="entry-title"><a href="https://coyotestuff.com/ghost-town-tour-2020/">Ghost Town Tour 2020</a></h2> </div><!-- .entry-header-column --> </div><!-- .entry-header-row --> </header><!-- .entry-header --> <div class="entry-meta"> <span class="posted-date">June 14, 2020</span> <span class="posted-author"><a href="https://coyotestuff.com/author/coyotestuff/" title="Posts by DAA" rel="author">DAA</a></span> <span class="comments-number"> <a href="https://coyotestuff.com/ghost-town-tour-2020/#comments" class="comments-link" >9 Comments</a> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <div class="at-above-post-homepage addthis_tool" data-url="https://coyotestuff.com/ghost-town-tour-2020/"></div> <p>The White Pine district got it’s legs in the late 1860’s when the “White Pine fever” created the “White Pine rush”, with 13,000 claims filed in two year period. Spawning many short lived but colorful and vibrant camps and towns, including the Belmont mill, Shermantown, Eberhardt, Hamilton and Swansea and many others. At it’s peak in the early 1870’s the district was home to over 30,000 men.<!-- AddThis Advanced Settings above via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings below via filter on wp_trim_excerpt --><!-- AddThis Advanced Settings generic via filter on wp_trim_excerpt --><!-- AddThis Share Buttons above via filter on wp_trim_excerpt --><!-- AddThis Share Buttons below via filter on wp_trim_excerpt --></p> <div class="at-below-post-homepage addthis_tool" data-url="https://coyotestuff.com/ghost-town-tour-2020/"></div> <p><!-- AddThis Share Buttons generic via filter on wp_trim_excerpt --></p> <p><a class="button" href="https://coyotestuff.com/ghost-town-tour-2020/" aria-label="Continue reading Ghost Town Tour 2020">Continue Reading →</a></p> </div><!-- .entry-summary --> <footer class="entry-footer"> <div class="entry-footer-right"> </div> <span class="cat-links"> Posted in: <a href="https://coyotestuff.com/category/camping/" rel="category tag">Camping</a>, <a href="https://coyotestuff.com/category/ghost-towns/" rel="category tag">Ghost Towns</a>, <a href="https://coyotestuff.com/category/off-road/" rel="category tag">Off Road</a>, <a href="https://coyotestuff.com/category/trip-report/" rel="category tag">Trip Report</a> </span> <span class="tags-links"> Filed under: <a href="https://coyotestuff.com/tag/camping/" rel="tag">Camping</a>, <a href="https://coyotestuff.com/tag/ghost-towns/" rel="tag">Ghost Towns</a>, <a href="https://coyotestuff.com/tag/jeep/" rel="tag">Jeep</a>, <a href="https://coyotestuff.com/tag/offroad/" rel="tag">Offroad</a> </span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <nav class="navigation pagination" aria-label="Post navigation"> <h2 class="screen-reader-text">Post navigation</h2> <div class="paging-nav-text">Page 1 of 7</div><div class="nav-links"><span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://coyotestuff.com/page/2/">2</a> <span class="page-numbers dots">…</span> <a class="page-numbers" href="https://coyotestuff.com/page/7/">7</a> <a class="next page-numbers" href="https://coyotestuff.com/page/2/">Next →</a></div> </nav> </main><!-- #main --> </div><!-- #primary --> <div id="secondary" class="widget-area" role="complementary"> <aside id="search-2" class="widget widget_search"><h4 class="widget-title">Search</h4><form role="search" method="get" class="search-form" action="https://coyotestuff.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside> <aside id="recent-posts-2" class="widget widget_recent_entries"> <h4 class="widget-title">Recent Posts</h4> <ul> <li> <a href="https://coyotestuff.com/sprucemont-ghost-town/">Sprucemont Ghost Town</a> </li> <li> <a href="https://coyotestuff.com/ghost-town-tour-22/">Ghost Town Tour ’22</a> </li> <li> <a href="https://coyotestuff.com/relaxing-weekend/">Relaxing Weekend</a> </li> </ul> </aside><aside id="recent-comments-2" class="widget widget_recent_comments"><h4 class="widget-title">Recent Comments</h4><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">Justin</span> on <a href="https://coyotestuff.com/articles/the-20-250-an-extreme-predator-cartridge/comment-page-1/#comment-13639">The .20-250 an extreme predator cartridge</a></li><li class="recentcomments"><span class="comment-author-link">DAA</span> on <a href="https://coyotestuff.com/articles/my-17-predator/comment-page-1/#comment-13638">My .17 Predator</a></li><li class="recentcomments"><span class="comment-author-link">Will Carter</span> on <a href="https://coyotestuff.com/articles/my-17-predator/comment-page-1/#comment-13637">My .17 Predator</a></li></ul></aside><aside id="archives-4" class="widget widget_archive"><h4 class="widget-title">Archives</h4> <ul> <li><a href='https://coyotestuff.com/2022/07/'>July 2022</a> (1)</li> <li><a href='https://coyotestuff.com/2022/06/'>June 2022</a> (1)</li> <li><a href='https://coyotestuff.com/2022/02/'>February 2022</a> (1)</li> <li><a href='https://coyotestuff.com/2022/01/'>January 2022</a> (1)</li> <li><a href='https://coyotestuff.com/2021/09/'>September 2021</a> (1)</li> <li><a href='https://coyotestuff.com/2021/08/'>August 2021</a> (1)</li> <li><a href='https://coyotestuff.com/2021/07/'>July 2021</a> (1)</li> <li><a href='https://coyotestuff.com/2021/03/'>March 2021</a> (1)</li> <li><a href='https://coyotestuff.com/2020/07/'>July 2020</a> (1)</li> <li><a href='https://coyotestuff.com/2020/06/'>June 2020</a> (1)</li> <li><a href='https://coyotestuff.com/2020/05/'>May 2020</a> (3)</li> <li><a href='https://coyotestuff.com/2020/03/'>March 2020</a> (3)</li> <li><a href='https://coyotestuff.com/2020/01/'>January 2020</a> (1)</li> <li><a href='https://coyotestuff.com/2019/11/'>November 2019</a> (2)</li> <li><a href='https://coyotestuff.com/2019/09/'>September 2019</a> (3)</li> <li><a href='https://coyotestuff.com/2019/08/'>August 2019</a> (5)</li> <li><a href='https://coyotestuff.com/2019/07/'>July 2019</a> (1)</li> <li><a href='https://coyotestuff.com/2018/08/'>August 2018</a> (1)</li> <li><a href='https://coyotestuff.com/2018/06/'>June 2018</a> (1)</li> <li><a href='https://coyotestuff.com/2018/05/'>May 2018</a> (2)</li> <li><a href='https://coyotestuff.com/2018/02/'>February 2018</a> (1)</li> <li><a href='https://coyotestuff.com/2017/12/'>December 2017</a> (2)</li> <li><a href='https://coyotestuff.com/2017/11/'>November 2017</a> (2)</li> <li><a href='https://coyotestuff.com/2017/10/'>October 2017</a> (1)</li> <li><a href='https://coyotestuff.com/2017/09/'>September 2017</a> (1)</li> <li><a href='https://coyotestuff.com/2017/08/'>August 2017</a> (5)</li> <li><a href='https://coyotestuff.com/2017/07/'>July 2017</a> (8)</li> <li><a href='https://coyotestuff.com/2017/06/'>June 2017</a> (8)</li> <li><a href='https://coyotestuff.com/2016/11/'>November 2016</a> (1)</li> <li><a href='https://coyotestuff.com/2016/10/'>October 2016</a> (1)</li> <li><a href='https://coyotestuff.com/2016/05/'>May 2016</a> (1)</li> </ul> </aside> </div><!-- #secondary --> </div><!-- #content --> <footer id="colophon" class="site-footer"> <div class="site-footer-inner"> </div><!-- .site-footer-inner --> </footer><!-- #colophon --> <div class="site-info-wrapper"> <div class="site-info"> <div class="site-info-inner"> <nav class="footer-menu"> <div class="menu-primary-menu-container"><ul id="menu-primary-menu-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-469"><a href="https://coyotestuff.com" aria-current="page">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-440"><a href="https://coyotestuff.com/articles/">Articles</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-640"><a href="https://coyotestuff.com/categories/">Categories</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-642"><a href="https://coyotestuff.com/photo-gallery/">Photo Gallery</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-445"><a href="https://coyotestuff.com/links/">Links</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://coyotestuff.com/about-coyotestuff/">About Coyotestuff</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-582"><a href="https://coyotestuff.com/contact-dave/">Contact Dave</a></li> </ul></div> </nav><!-- .footer-menu --> <div class="site-info-text"> Copyright © 2017 Dave Affleck — Escapade WordPress theme by <a href="https://www.godaddy.com/" rel="author nofollow">GoDaddy</a> </div> </div><!-- .site-info-inner --> </div><!-- .site-info --> </div><!-- .site-info-wrapper --> </div><!-- #page --> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/escapade\/*","\/wp-content\/themes\/primer\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="text/javascript" src="https://coyotestuff.com/wp-content/themes/primer/assets/js/navigation.min.js?ver=1.8.9" id="primer-navigation-js"></script> <script> /* IE11 skip link focus fix */ /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> </body> </html>