Okay, this is a many to many.
Without getting too complicated, I wondering how searches will be make that account for (2) many to many tables then. Included in the join is a runtime table (current time, that) and a directory listing (both having DESC LIMIT 1 for the last row)
The many to many for: user_to_county along with the many to many users_to_items
-searches wil be by county and by items
(also by zip code radius, but that's another story- should have zip and county database within a day or two)
Knowing this will form the basic structure for the entire site.