Sorry, I read your original post incorrectly. The selector should be .TransparentModule .WhateverClassIsOnTheDivWithTheBackgroundColor. So, I think, the selector should be .TransparentModule .art-post. Would be best if I could see the site in question to make sure there aren't other rules applying that would prevent this from working.
.TransparentModule .art-post {
background-color: transparent;
}
HTH,
Joe D.