Menu
Log in


Drive Theory Cars, Coffee & Tech Talk: Detailing 101 — May 31st, 2026

  • May 31, 2026
  • 9:00 AM - 11:00 AM
  • Drive Theory - 8017 Dorsey Run Rd, Suite E, Jessup, MD 20794

Registration


Register

Cars, Coffee & Tech Talk: Detailing 101

**Sunday, May 31, 2026 | 9:00 AM – 11:00 AM**

Join us for a special edition of Cars & Coffee with a hands-on twist! This month, we're bringing in detailing tips and tricks for every level.

Learn the basics of proper wash technique, clay bar treatment, and how to keep your ride looking showroom-fresh.

Of course, there will still be plenty of coffee, cars, and good conversation. Bring your ride, grab a cup, and pick up some new skills to keep your car looking its best.

Details

- Date: Sunday, May 31, 2026
- Time: 9 AM – 11 AM
- Location: Drive Theory - 8017 Dorsey Run Rd, Suite E, Jessup, MD 20794
- Open to: Members and Guests

Powered by Wild Apricot Membership Software
document.addEventListener("DOMContentLoaded", function() { // Define the menu items matching drivetheory.co var menuItems = [ { text: "HOME", href: "https://www.drivetheory.co/" }, { text: "STORAGE", href: "https://www.drivetheory.co/#carstorage" }, { text: "SOCIAL", href: "https://www.drivetheory.co/#socialclub" }, { text: "STORE", href: "https://store.drivetheory.co/" }, { text: "PROJECT CARS", href: "https://www.drivetheory.co/project-cars/" }, { text: "BLOG", href: "https://www.drivetheory.co/blog/" }, { text: "CONTACT", href: "https://www.drivetheory.co/#contact" } ]; function replaceMenu() { var menuList = document.querySelector(".WaGadgetMenuHorizontal .menuInner ul.firstLevel"); if (!menuList) return false; // Clear the existing menu items menuList.innerHTML = ""; // Create new menu items menuItems.forEach(function(item) { var li = document.createElement("li"); li.className = "firstLevelItem"; var div = document.createElement("div"); div.className = "item"; var a = document.createElement("a"); a.href = item.href; a.textContent = item.text; a.target = "_self"; div.appendChild(a); li.appendChild(div); menuList.appendChild(li); }); return true; } // Try immediately, then retry with intervals for dynamic content if (!replaceMenu()) { var attempts = 0; var interval = setInterval(function() { attempts++; if (replaceMenu() || attempts > 20) { clearInterval(interval); } }, 250); } });