If a key person is saying that the project is drifting away from its direction, then most probably there's a gap between design/development and basic requirements of the project.
Might be because of bad design as well, for that I'd agree with Eoin about Code Complete 2 and I'd also recommend Code Complete.
But to answer your question specifically, reading ONLY cannot help; it has to be a mixture of reading, working with good people and maybe have a review of your current project done by a senior programmer/designer from a different team.
Moving forward, you can have sessions with that person or a particular group on a regular basis (during tea breaks?) and keep visiting forums which discuss design/development/architecture e.g. theserverside.com is for Java. Not to mention that you have to keep experimenting with some stuff every now and then. Moreover, when you design a system, try to have a POC if it involves a new design or a particularly new technology to be used so that alignment of it can be done with the actual project requirements.
Usage of Patterns can follow after one has basic design concepts, because selection of right pattern in right place is more than a basic item.